Thanks Michael. So for now we cannot get the reach data from AdWords API, is there any other way to get it? If not, Could you please tell us the approximate time that this feature will be released?
Best regards, Eitan On Thursday, February 26, 2015 at 10:00:58 PM UTC+8, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > We are aware of this gap and are working on adding a method for you to > reach this data via reporting. Please watch our blog > <http://googleadsdeveloper.blogspot.com/> for new feature announcements > to keep up do date. > > Regards, > Mike, AdWords API Team > > On Thursday, February 26, 2015 at 2:08:12 AM UTC-5, Eitan Shay wrote: >> >> >> Hi, >> >> I am trying to get reach data(unique impressions) for each campaign. >> From >> https://developers.google.com/adwords/api/docs/guides/structure-reports, >> I can see that I can use JOIN in awql on* CAMPAIGN_PERFORMANCE_REPORT* >> and *CAMPAIGN_REACH_FREQUENCY_REPORT* >> >> But I got "HTTP Response Code: 400, Type: QueryError.PARSING_FAILED" >> error with the following awql: >> >> SELECT Id, Name, Impressions, Clicks, Ctr, AverageCpm, AverageCpc, >> *UniqueUserCountAsLong, >> ReachFrequency* >> FROM *CAMPAIGN_PERFORMANCE_REPORT * >> JOIN* CAMPAIGN_REACH_FREQUENCY_REPORT* ON >> CAMPAIGN_PERFORMANCE_REPORT.Id=CAMPAIGN_REACH_FREQUENCY_REPORT.CampaignId >> WHERE CampaignStatus IN [ENABLED, PAUSED] DURING LAST_WEEK >> >> Then I found CAMPAIGN_REACH_FREQUENCY_REPORT is not supported in the >> latest version >> since I got error >> “HTTP Response Code: 500, FieldPath: selector, Trigger: Enum >> ReportDefinitionReportType does not have a constant corresponding to >> CAMPAIGN_REACH_FREQUENCY_REPORT, Type: ReportInfoError.REPORT_INFO_ERROR” >> when querying on only CAMPAIGN_REACH_FREQUENCY_REPORT in the following: >> >> SELECT UniqueUserCountAsLong, ReachFrequency >> FROM *CAMPAIGN_REACH_FREQUENCY_REPORT* >> WHERE CampaignStatus IN [ENABLED, PAUSED] DURING LAST_WEEK >> >> Can anyone please help me solve this? >> >> Thanks very much! >> Eitan >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/38cddf7e-b65b-47ba-83bf-18707ac4d1b6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.