Lorien Wright
unread,Mar 22, 2022, 1:42:03 PM3/22/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Ads API and AdWords API Forum
Suppose I have these three fictional products.
1927 Acme Dresser, Mahogony, $3,579
1856 Benjamin Wardrobe, Cherrywood, $5,326
1986 Smith Estates Vanity, Ceder, $1,266
The attributes of these products include year, manufacturer, type of furniture, material, and price.
With the old ad customizers for expanded_text_ads I would create the ad customizer feed with the above attributes through the API, and then submit feed items through the API, with each product being a separate feed item. I could then specify the various attributes in an ad, and know that the values for each attribute will all be part of the same feed item. So when the ad shows Acme for the manufacturer that it would also show the $3,579 price if both attributes were specified in the ad copy.
With Responsive Search Ads I don't see how this can be done through the API. I understand how to add the Customizer Attributes to the account, but I don't see a Service that allows for associating values to each other. According to the documentation only one value can be set per Attribute per Level in the account using the CampaignCustomizer or AdGroupCustomizer. If I have a "Bedroom Furniture" ad group, how can I add all three of the above products through the API, and ensure that each of their values are tied to each other, so that I don't end up with the price for the dresser appearing alongside the wardrobe's info?