Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2017-10-02 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Tirtha, Could you kindly open a new thread if the issue persists? ERROR_GETTING_RESPONSE_FROM_BACKEND is a somewhat generic error, so your issue might be unrelated to this old thread. Cheers Anash P. Oommen AdWords API Advisor. On Wednesday, September 27, 2017 at 3:01:50 PM UTC-4, Tirtha Gh

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2017-09-27 Thread Tirtha Ghosh Dastidar
Hi Team, What if we need to download zero impressions too? I am getting this error when I am downloading keyword performance with zero impressions= True to build my structure data. On Wednesday, May 14, 2014 at 1:52:10 PM UTC-7, Jeremy Aube wrote: > > I'm trying to get a PLACEHOLDER_FEED_ITEM_R

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2014-10-23 Thread Chirag
Hello, We are also facing same issue for some of reports. And We have already make include Zero Impressions data to false. Thanks, On Monday, 2 June 2014 18:05:46 UTC+5:30, Jeremy Aube wrote: > > It looks like this report pretty much needs zeroImpressions to be set to > false, otherwise most c

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2014-06-02 Thread Jeremy Aube
It looks like this report pretty much needs zeroImpressions to be set to false, otherwise most combinations won't work. We were able to get most of what we needed this way, though it probably should be made more clear from the documentation that this report won't work with zeroImpressions set to

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2014-05-23 Thread Pearl Jam
Unfortunately, I think there is no mappingInfo provided in the report. It only shows FeedItems and in which Campaign or Adgroup it has Impressions or otherwise stats. because an feedItem could be mapped to every campaign or adgroup in your account, the combination possibilities are too much i

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2014-05-23 Thread Joel
I've been playing with this recently too and I'm getting the ERROR_GETTING_RESPONSE_FROM_BACKEND error. I don't believe it's a case of too much data since I'm experimenting with an Account that only has 1 campaign. What I'm trying to accomplish is to generate a Report that lists all the SiteLin

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2014-05-23 Thread Pearl Jam
One last thought : in the documentation of Placeholder Feed Item Report for CampaignId/CampaignName/AdGroupId/AdGroupName/AdId Behavior should be marked as Segment, not as Attribute Jam -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://goog

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2014-05-23 Thread Pearl Jam
aahhh, i think i solved it... you have to set includeZeroImpressions to false, otherwise there are too much combination possibilities Jam =) -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.g

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2014-05-23 Thread Pearl Jam
Hi, we have the same problem. We are using java-api and if we download a report for a certain account with only FeedId, FeedItemId and Impressions, we get less than 100 feedItems, thats good. But if we include CampaignId or CampaignName or AdGroupId or AdGroupName, we get com.google.api.ads.

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2014-05-15 Thread Jeremy Aube
I tried reducing the size of the request, but I'm still getting the same error. Here's the report definition I just tried: CampaignId Clicks ClickType IN SITELINKS IsSelfAction IN true Status IN ACTIVE

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2014-05-15 Thread Anash P. Oommen (AdWords API Team)
Hi Jeremy, ERROR_GETTING_RESPONSE_FROM_BACKEND usually happens when the amount of data being requested is very large, and there is a timeout between the API server and stats server. Try reducing the size of the report by removing some columns, or restricting the report to a shorter date range /

Re: ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2014-05-15 Thread Josh Radcliff (AdWords API Team)
Hi Jeremy, Could you provide the complete report request after removing any sensitive information? I just successfully ran the PLACEHOLDER_FEED_ITEM_REPORT with the fields mentioned below. I'd like to see which fields and predicates you are using -- it may be that you found certain combinations

ERROR_GETTING_RESPONSE_FROM_BACKEND when including CampaignId in PLACEHOLDER_FEED_ITEM_REPORT

2014-05-14 Thread Jeremy Aube
I'm trying to get a PLACEHOLDER_FEED_ITEM_REPORT that includes CampaignId, but so far I keep getting this error: AdwordsApi::Errors::ReportXmlError - HTTP code: 500, error type: 'ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND', trigger: 'Unable to read report data', field path: '': Th