[[["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."],[[["\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. |"]]