Method: buyers.creatives.create
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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["Creates a creative under a specified buyer account using an HTTP POST request."],["Requires providing creative details in the request body according to the `Creative` object specification."],["The API endpoint uses gRPC Transcoding syntax and includes a required `parent` path parameter to identify the buyer."],["Successful requests will return the newly created `Creative` object in the response body."],["Authorization necessitates the `https://www.googleapis.com/auth/realtime-bidding` scope."]]],[]]