Method: accounts.creatives.update

  • Updates an existing creative with the provided data.

  • Uses a PUT request to the specified URL with creative.accountId and creative.creativeId as path parameters.

  • Requires a request body containing a Creative object and returns an updated Creative object upon success.

  • Needs authorization with the https://www.googleapis.com/auth/adexchange.buyer 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