AI-generated Key Takeaways
-
CampaignCreativeAssociation resource links creatives to campaigns within DoubleClick for Advertisers.
-
It includes the creative ID and a fixed kind value for identification.
-
This resource allows for associating and retrieving creatives for specific campaigns through insert and list methods.
Resource: CampaignCreativeAssociation
Identifies a creative which has been associated with a given campaign.
JSON representation |
---|
{ "creativeId": string, "kind": string } |
Fields | |
---|---|
creativeId |
ID of the creative associated with the campaign. This is a required field. |
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
Methods |
|
---|---|
|
Associates a creative with the specified campaign. |
|
Retrieves the list of creative IDs associated with the specified campaign. |