Hi Danial, Does it mean cross-service joins if I join like below:
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 since I got a query error "Report was not downloaded. HTTP Response Code: 400, Type: QueryError.PARSING_FAILED" from this query. Can you pls help me to fix it? Thanks a lot for your kindly help. Eitan On Thursday, June 19, 2014 at 6:10:55 PM UTC+8, Danial Klimkin wrote: > > Hello Kai, > > > No, cross-service joins are not supported. You need to query multiple > services and join data by IDs. In some cases higher-level object properties > are available, please check the selectors guide for each particular case: > > https://developers.google.com/adwords/api/docs/appendix/selectorfields > > > -Danial, AdWords API Team. > > > On Thursday, June 19, 2014 1:33:58 PM UTC+4, Kai steudten wrote: >> >> Hello, >> >> im using awql for selecting several keywords over the >> AdgroupCriterionService. >> >> Now i also want the campaignName in this result. Is it possible to select >> campaignName, adgroupName and keywords over one awql-statement? Dont think >> so or? >> >> >> Regards, >> Kai >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/8622ed81-52d9-4dbe-889c-ab5ea1a7857f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
