You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Hey there,
I have a question about AdCustomizer. As we know AdCustomizer is kind of a library concept where it only defines some metadata in the FeedItem and substitution will happen if the criterion (let's say the targetkeyword) is met. I am wondering if there is any API that we can use to determine if the FeedItem from AdCustomizer Feed is really used (or associated) with any ads, etc.
Thanks,
Caihua.
Peter Oliquino (AdWords API Team)
unread,
Oct 25, 2018, 1:39:32 AM10/25/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API and Google Ads API Forum
Hi Caihua,
Since there is no direct way to achieve this, you can just reverse engineer the process mentioned in the ad customizers guide. You can use the AdCustomoizerFeedService.get() to retrieve the FeedNames and then use them to identify if they were used in the Ad via the fields mentioned in this section. You can use the AdGroupAdService.get() to retrieve the information of those ads.