Add creative to be used in the bidding process for a finalized deal. For programmatic guaranteed deals, it's recommended that you associate at least one approved creative with the deal before calling finalizedDeals.setReadyToServe, to help reduce the number of bid responses filtered because they don't contain approved creatives. Creatives successfully added to a deal can be found in the Realtime-bidding Creatives API [creative.deal_ids][google.ads.realtimebidding.v1.Creative.deal_ids]. This method only applies to programmatic guaranteed deals. Maximum number of 1000 creatives can be added to a finalized deal.
HTTP request
POST https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{deal=buyers/*/finalizedDeals/*}:addCreative
Required. Name of the finalized deal in the format of: buyers/{accountId}/finalizedDeals/{dealId}
Request body
The request body contains data with the following structure:
JSON representation
{"creative": string}
Fields
creative
string
Name of the creative to add to the finalized deal, in the format buyers/{buyerAccountId}/creatives/{creativeId}. See [creative.name][google.ads.realtimebidding.v1.Creative.name].
Response body
If successful, the response body contains an instance of FinalizedDeal.
[[["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."],[[["Add creatives to finalized deals to reduce filtered bid responses and enhance programmatic guaranteed deal performance."],["Creatives must be associated with the deal before finalization to ensure seamless integration."],["A maximum of 1000 creatives can be added to a finalized deal, providing flexibility for campaign customization."],["Utilize the Realtime-bidding Creatives API to manage and track creatives associated with specific deals for efficient campaign management."],["Secure authorization is necessary, requiring the 'https://www.googleapis.com/auth/authorized-buyers-marketplace' scope for access and control."]]],[]]