Re: Report contents are invalid error

2012-03-14 Thread Anash P. Oommen
Hi, UNEXPECTED_INTERNAL_API_ERROR is an issue at our end. If you get this error despite retrying the call a couple of times, please post the report definition xml on this thread and I'll investigate. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 13 March 2012 17:57:31 UTC+5:30, Viz

Re: Report contents are invalid error

2012-03-13 Thread Vizergy
I received the very similar below error on Sunday, 3/11/2012 at 10:09 PM EST. The API call worked on Monday, 3/12 when I attempted the same import again. Any ideas what the problem is here? Google.Api.Ads.AdWords.Util.ReportsException: Report contents are invalid. - !!!1|||-1|||InternalApiErr

Re: Report contents are invalid error

2012-02-22 Thread Vizergy
Hi Anash, I have not encountered the error again in the last week. Why would I update the report to includeZeroImpressions as this would increase the amount of data in my report? I am not sure how this would help. I will post if I receive the error again. Thanks, -- =~=~=~=~=~=~=~=~=~=~=

Re: Report contents are invalid error

2012-02-21 Thread Anash P. Oommen
Hi, You could specify includeZeroImpressions as true in your report definition xml. See http://code.google.com/apis/adwords/docs/reference/latest/ReportDefinitionService.ReportDefinition.html#includeZeroImpressions for details. Note that this field is incompatible with some report fields. See

Re: Report contents are invalid error

2012-02-16 Thread Vizergy
The report should not be very large. Simply one day of KEYWORDS_PERFORMANCE_REPORT data for one ClientCustomerId. I'm not sure what Predicate I would use since I need all non zero impression keyword performance data for the previous day for each client. Thanks. On Feb 16, 2:44 am, "Anash P. Oomm

Re: Report contents are invalid error

2012-02-15 Thread Anash P. Oommen
Hi, This looks like an error on the AdWords API server side. How big is the report you are trying to download? Could you try limiting the rows using an appropriate Predicate? Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Report contents are invalid error

2012-02-15 Thread Vizergy
Last night I received the below error message while calling the GetClientReport(oDefinition) method for the KEYWORDS_PERFORMANCE_REPORT report type. The report is pulling for the previous days data so it is a small data set. I have many clients to call the report for so I am calling the method in