Creative Associations

A creative association links a creative to an ad group. A creative must be associated with an ad group before it will be used in a campaign. An ad group can have multiple creatives, and a creative can be associated with multiple ad groups.

See Code Samples for an end-to-end walkthrough.

Endpoints

MethodPathDescription
POSTadvertisers/{advertiserId}/ad_groups/{adGroupId}/creative_associationLinks a creative to an ad group.
DELadvertisers/{advertiserId}/ad_groups/{adGroupId}/creative_association/{associationId}Removes a creative from an ad group.
GETadvertisers/{advertiserId}/ad_groups/{adGroupId}/creative_associationsReturns all creative associations for a specific ad group.
GETadvertisers/{advertiserId}/campaigns/{campaignId}/creative_associationsReturns all creative associations across all ad groups in a campaign.
POSTadvertisers/{advertiserId}/creatives/bulk_association_updateAdds and removes multiple creative associations in a single request.