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.
[null,null,["Last updated 2024-09-18 UTC."],[],["A `POST` HTTP request is used to create a creative at the specified URL: `https://realtimebidding.googleapis.com/v1/{parent=buyers/*}/creatives`. The `parent` path parameter, representing the buyer's account ID, is required. The request body, which must be a `Creative` instance, defines the details of the creative. Upon successful creation, the response body returns the newly created `Creative` instance. Authorization with the scope `https://www.googleapis.com/auth/realtime-bidding` is mandatory.\n"]]