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/54865013-9cca-4626-80ce-cb771d32b4f5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
