Re: AdWordsReportError

2017-08-10 Thread Zhen
Thanks! Vincent, it worked. I'll follow your suggestion. Zhen On Wednesday, August 9, 2017 at 8:35:06 PM UTC-7, Vincent Racaza (AdWords API Team) wrote: > > Hi Zhen, > > If you are including a Date segment in your report, you also need to > include a DURING clause in your report query. Please se

Re: AdWordsReportError

2017-08-09 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Zhen, If you are including a Date segment in your report, you also need to include a DURING clause in your report query. Please see sample code snippet below: report_query = ('SELECT Year, Date, DayOfWeek, MonthOfYear, CampaignId, CountryCriteriaId, CampaignName,' 'CustomerDescript

Re: AdWordsReportError

2017-08-09 Thread Zhen
Hi Vincent, I'm getting the same error again trying to get the "Date" field" with below query: report_query = ('SELECT Year, Date, DayOfWeek, MonthOfYear, CampaignId, CountryCriteriaId, CampaignName,' 'CustomerDescriptiveName, CampaignStatus, AdGroupId ,'

Re: AdWordsReportError

2017-08-09 Thread zhen
Thanks Vincent! Yes it worked. Zhen On Wednesday, August 9, 2017 at 12:05:10 AM UTC-7, Vincent Racaza (AdWords API Team) wrote: > > Hi Zhen, > > For Geo Performance Report > , > > you need to include the C

Re: AdWordsReportError

2017-08-09 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Zhen, For Geo Performance Report , you need to include the CountryCriteriaId as one of your re