Re: ADGROUP_PERFORMANCE_REPORT returns 400 error

2018-11-08 Thread saidar
Hi, Vincent! Omg, I forgot to check it... Thanks you very much it works now!! Best Regards, Saidar. четверг, 8 ноября 2018 г., 10:52:25 UTC+1 пользователь Vincent Racaza (AdWords API Team) написал: > > Hi Saidar, > > I am a colleague of Dannison and I would like to make a correction on our

Re: ADGROUP_PERFORMANCE_REPORT returns 400 error

2018-11-08 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Saidar, I am a colleague of Dannison and I would like to make a correction on our previous answer. I have tried replicating your issue on my end and found out that the error is caused by the select clause field name "Id" and the where clause field name "Status". Kindly replace "Id" with

Re: ADGROUP_PERFORMANCE_REPORT returns 400 error

2018-11-07 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Saidar, Unfortunately, I cannot provide a comment on why it is redirecting to your catch function. However, you could refer to the sample codes for reporting provided in this guide and our reporting guidelines

ADGROUP_PERFORMANCE_REPORT returns 400 error

2018-11-07 Thread saidar
Hi everyone! I faced with another one issue, and cannot understand what can be a problem... ReportQuery query = new ReportQuery.Builder() .fields( "Id") .from(ReportDefinitionReportType.ADGROUP_PERFORMANCE_REPORT) .where("Status").equalTo(ENABLED_STATUS) .build(); ReportingConfiguration