CreativeDealAssociation

  • A CreativeDealAssociation links a creative to a deal.

  • It is represented in JSON format with accountId, creativeId, and dealsId fields.

  • accountId identifies the account the creative belongs to.

  • creativeId is the ID of the creative linked to the deal.

  • dealsId is the externalDealId of the deal associated with the creative.

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.