CreativeDealAssociation
The association between a creative and a deal.
JSON representation |
{
"accountId": string,
"creativeId": string,
"dealsId": string
} |
Fields |
accountId |
string
The account the creative belongs to.
|
creativeId |
string
The ID of the creative associated with the deal.
|
dealsId |
string
The externalDealId for the deal associated with the creative.
|
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."],[[["This documentation describes the JSON structure representing the association between a creative and a deal."],["The association is defined by the `accountId`, `creativeId`, and `dealsId` fields within the JSON object."],["`accountId` specifies the account, `creativeId` identifies the creative, and `dealsId` points to the external deal ID, all represented as strings."]]],[]]