Get all feed items (active, associated, include zero impressions) through reporting API

39 views
Skip to first unread message

Ales Sturala

unread,
Feb 23, 2020, 10:15:38 AM2/23/20
to AdWords API and Google Ads API Forum
Hello,
so I have an interesting challenge. I am building a link checker for feed items / extensions.  What I want to download through the Reporting API are all feed items that comply with the following conditions:

1) Active feed items
2) Include Zero Impressions = true
3) Are associated (e.g. with ad groups, campaigns)


Currently I can do only combination of 2, not all 3:

1+2) Active feed items + zero impressions:
- I use placeholder feed item report, status=enabled, includeZeroImpressions=true

1+3) Active feed items + are associated
- I use placeholder feed item report, I add AdGroupId and CampaignId columns or predicate AdGroupStatus=enabled and CampaingStatus=enabled
- problem is that those columns do not support include zero impressions so I only see feed items that have a click


So the question is: What report(s) do I need to simply get list of all feed items that are "live"?

Bonus question: How do you recognize in a data from the Reporting API if feed item is associated on account level? (e.g. you can have account level sitelinks, right?)



Thank you in advance for any help.

Google Ads API Forum Advisor Prod

unread,
Feb 24, 2020, 2:32:10 PM2/24/20
to al...@trueclicks.com, adwor...@googlegroups.com
Hi Ales,

Unfortunately, the Placeholder Feed Item Report is the closest report to what you want and you won't be able to get all 3 conditions that you want in one report. An alternative would be to use one of the extension services such as CustomerExtensionSettingService or CampaignExtensionSettingService to get all feed items returned. 

Regards,
Anthony
Google Ads API Team

ref:_00D1U1174p._5001UV1wKS:ref

Ales Sturala

unread,
Feb 25, 2020, 4:05:23 AM2/25/20
to AdWords API and Google Ads API Forum
Got it, thank you for your quick response.
Reply all
Reply to author
Forward
0 new messages