REST Resource: campaignCreativeAssociations

  • CampaignCreativeAssociation identifies a creative associated with a campaign.

  • The JSON representation includes creativeId and kind.

  • The resource has methods for insert (associate creative) and list (retrieve associated creative IDs).

Resource: CampaignCreativeAssociation

Identifies a creative which has been associated with a given campaign.

JSON representation
{
  "creativeId": string,
  "kind": string
}
Fields
creativeId

string (int64 format)

ID of the creative associated with the campaign. This is a required field.

kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#campaignCreativeAssociation"

.

Methods

insert

Associates a creative with the specified campaign.

list

Retrieves the list of creative IDs associated with the specified campaign.