Hi Anthony, I am using python lib to extract data and not with AWQL. I figured out this problem was mainly due to the date range being ALL_TIME. When I use the date range as the start & end date of a particular campaign, I get the results. But for that I have to make API calls for every campaign. Is there anyway I could get the reach & frequency for all the campaigns at once?
Regards, Nabeelah On Monday, 7 November 2016 23:14:06 UTC+4, Anthony Madrigal wrote: > > Hi Nabeelah, > > Are you using a report definition with XML > <https://developers.google.com/adwords/api/docs/guides/reporting#create_a_report_definition> > or > AWQL > <https://developers.google.com/adwords/api/docs/guides/awql#using_awql_with_reports%5C> > > to run this report? When using AWQL, you cannot use the date type ALL_TIME. > You can omit the DURING clause to get all time stats. You should expect to > see INVALID_DURING_CLAUSE when using ALL_TIME. > > Since you are getting INVALID_FIELD_NAME_FOR_REPORT, there may be another > field you are using that is causing this. Please make sure that you are not > using any of the fields listed under "Not compatible with the following > fields:" > <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#impressionreach> > along > with ImpressionReach. > > If you are not using any incompatible fields, please send me your report > definition through *reply privately to author *so that I can take a look. > > Regards, > Anthony > AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/c2d1c157-c27b-4c69-bfab-3050299d875c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
