Method: buyers.creatives.create

  • Use the POST method with the specified URL to create a creative.

  • The parent path parameter, formatted as buyers/{buyerAccountId}, is required and identifies the buyer the new creative belongs to.

  • The request body should contain an instance of the Creative object.

  • A successful response body will contain the newly created Creative object.

  • This operation requires the https://www.googleapis.com/auth/realtime-bidding OAuth scope for authorization.

Creates a creative.

HTTP request

POST https://realtimebidding.googleapis.com/v1/{parent=buyers/*}/creatives

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The name of the parent buyer that the new creative belongs to that must follow the pattern buyers/{buyerAccountId}, where {buyerAccountId} represents the account ID of the buyer who owns a creative. For a bidder accessing creatives on behalf of a child seat buyer, {buyerAccountId} should represent the account ID of the child seat buyer.

Request body

The request body contains an instance of Creative.

Response body

If successful, the response body contains a newly created instance of Creative.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/realtime-bidding