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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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."]]],[]]