CreativeDealAssociation

  • 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.

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.