Did I get it right?
1. If extensions were created through AdWords interface there is no way to get whether they are of campaign or adgroup level with AdWords query to PLACEHOLDER_FEED_ITEM_REPORT. 2. If extension didn't have impressions, there is no way to get it with PLACEHOLDER_FEED_ITEM_REPORT. 3. To get ids of campaign level extensions, I need to use AdWords Script's AdWordsApp.CampaignExtensions() method. On Friday, November 4, 2016 at 10:01:40 PM UTC+2, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Alex, > > To get the extensions at the Campaign level, you need to perform a > CampaignExtensionService.get > <https://developers.google.com/adwords/api/docs/reference/v201609/CampaignExtensionSettingService#get> > request > in AdWords API. If you had specifically set the targetingCampaignId while > adding the extension, this information would be available in the > TargetingCampaignId field in Placeholder Feed Item Report > <https://developers.google.com/adwords/api/docs/appendix/reports/placeholder-feed-item-report>. > > But if you hadn't, requesting for CampaignName in the query wouldn't help > if this extension doesn't have any impressions. To get the approval status > of your extensions, you can use the following query: > > "SELECT FeedId, FeedItemId, Status, AttributeValues, PlaceholderType, > TargetingAdGroupId, TargetingCampaignId, ValidationDetails FROM > PLACEHOLDER_FEED_ITEM_REPORT WHERE Impressions >= 0" > > Please note this wouldn't provide the campaignIds associated with your > extensions. You would need to query for CampaignExtensions > <https://developers.google.com/adwords/scripts/docs/reference/adwordsapp/adwordsapp_campaignextensions> > separately. > > Regards, > Shwetha, AdWords API Team. > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/6e10e2f0-14e0-40e8-880c-674990529076%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
