CreativeDealAssociation
Stay organized with collections
Save and categorize content based on your preferences.
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."],[[["\u003cp\u003eThis documentation describes the JSON structure representing the association between a creative and a deal.\u003c/p\u003e\n"],["\u003cp\u003eThe association is defined by the \u003ccode\u003eaccountId\u003c/code\u003e, \u003ccode\u003ecreativeId\u003c/code\u003e, and \u003ccode\u003edealsId\u003c/code\u003e fields within the JSON object.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eaccountId\u003c/code\u003e specifies the account, \u003ccode\u003ecreativeId\u003c/code\u003e identifies the creative, and \u003ccode\u003edealsId\u003c/code\u003e points to the external deal ID, all represented as strings.\u003c/p\u003e\n"]]],[],null,["# CreativeDealAssociation\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nThe association between a creative and a deal.\n\n| JSON representation ||\n|--------------------------------------------------------------------------|---|\n| ``` { \"accountId\": string, \"creativeId\": string, \"dealsId\": string } ``` |\n\n| Fields ||\n|--------------|------------------------------------------------------------------------|\n| `accountId` | `string` The account the creative belongs to. |\n| `creativeId` | `string` The ID of the creative associated with the deal. |\n| `dealsId` | `string` The externalDealId for the deal associated with the creative. |"]]