Re: RE: Can not generate AdGroup Performance Report

2014-06-20 Thread Danial Klimkin
Hello Balakrishnan, Please see the error you are receiving back (it's in the report you've attached). You are requesting an incompatible combination of the fields, you need to exclude some to obtain Device column. I am closing this thread as it is 3 years old and on a different issue. -Dania

Re: RE: Can not generate AdGroup Performance Report

2014-06-20 Thread usaweb81
Hi, I am trying to get Adgroup performance report.I have used Device column on selection list as per "https://developers.google.com/adwords/api/docs/requirements"; requirements document. But I can't get result when I add "Device" Column in the selection list. If I exclude "Device" column it

Re: RE: Can not generate AdGroup Performance Report

2011-07-20 Thread surya prakash
Thanks a lot guys. I appreciate you timely response in resolving this issue -Surya On Wed, Jul 20, 2011 at 7:42 AM, Kevin Winter wrote: > Hi Jason, > Thanks, this sounds like a very reasonable explanation. The core > engineers were able to identify the shortcomings of the validation service >

Re: RE: Can not generate AdGroup Performance Report

2011-07-20 Thread Kevin Winter
Hi Jason, Thanks, this sounds like a very reasonable explanation. The core engineers were able to identify the shortcomings of the validation service and hope to add extra logic to prevent reports like this from being created in the first place. - Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: Can not generate AdGroup Performance Report

2011-07-19 Thread Jason Stedman
@googlegroups.com; Jason Stedman Subject: Re: Can not generate AdGroup Performance Report Hi Kevin, Thanks for your response. You were right about the cause of issue. Removing the 'ClickType' from the list of fields has resolved the issue. But I am not sure what other field combination with Cl

Re: Can not generate AdGroup Performance Report

2011-07-19 Thread Kevin Winter
Thanks! I was able to reproduce with my own account and have asked the core engineers to look into this further. -Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =

Re: Can not generate AdGroup Performance Report

2011-07-18 Thread surya prakash
Hi Kevin, Thanks for your response. You were right about the cause of issue. Removing the 'ClickType' from the list of fields has resolved the issue. But I am not sure what other field combination with ClickType is causing the problems. This has happened because of any recent changes on your side

Re: Can not generate AdGroup Performance Report

2011-07-18 Thread Kevin Winter
Hi, It looks like there may be a bug in the validation logic - it should have caught this when you created the reportDefinition. From the logs, it looks lik 'ClickType' doesn't agree with another column. I'm having trouble locating the log for the creation of the report - could you please se

Re: Can not generate AdGroup Performance Report

2011-07-15 Thread surya sanapala
As a follow up to my earlier update...I double checked the predicates that are being added to the selector and they are in expected way. As I mentioned earlier this very same code worked before . After a week's gap I ran the report and it failed for Adgroups. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Can not generate AdGroup Performance Report

2011-07-15 Thread surya prakash
Thanks for your quick response. I tried the suggestions and see Response Message-->OK Response Code-->200 ContentLength-->-1 on urlConn , before downloading the stream. I also tried downloading the report as XML ,instead of GZIP_XML . When I opened the XML file I see the following content in it.

Re: Can not generate AdGroup Performance Report

2011-07-15 Thread jstedman
If there is any issue generating your report, you might get the error code through that input stream, but the error code will not be in gzip format which will cause the exception you are getting. You might try using urlConn.getContentLength() and urlConn.getResponseMessage() to make sure that the