Method: accounts.creatives.update

  • The accounts.creatives.update method updates a creative using a PUT HTTP request.

  • The request requires path parameters for the account and creative IDs.

  • The request and response bodies contain instances of the Creative resource.

  • Authorization requires the https://www.googleapis.com/auth/adexchange.buyer OAuth scope.

Updates a creative.

HTTP request

PUT https://adexchangebuyer.googleapis.com/v2beta1/accounts/{creative.accountId}/creatives/{creative.creativeId}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
creative.accountId

string

The account that this creative belongs to. Can be used to filter the response of the creatives.list method.

creative.creativeId

string

The buyer-defined creative ID of this creative. Can be used to filter the response of the creatives.list method.

Request body

The request body contains an instance of Creative.

Response body

If successful, the response body contains an instance of Creative.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/adexchange.buyer