Hello Jeski, The UAC only supports the reports which are listed here <https://developers.google.com/adwords/api/docs/guides/mobile-app-campaigns#reporting> via the API. The closest one they may refer is Campaign Location Target Report <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-location-target-report> which summarizes the performance of campaigns by location-based. Please note that ,they will get only id <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-location-target-report#id> of the location from this report. They need to use LocationCriterionService <https://developers.google.com/adwords/api/docs/reference/v201809/LocationCriterionService> to get location name for that ID. Please check the LookupLocation <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201809/targeting/LookupLocation.java> example for reference in Java. Samples in other languages can be found here <https://developers.google.com/adwords/api/docs/clientlibraries>. Let me know if they have any further questions and share the ClientCustomerId. You could use reply via author option while sharing the CID.
Regards, Sai Teja, AdWords API Team. On Tuesday, November 13, 2018 at 6:10:15 AM UTC-5, jeski zhao wrote: > > I just want to get the UAC geo performance report via api, but I only > received the titles of the report without any data, like this > [0]=> > string(74) "Country/Territory,Campaign > ID,Campaign,Clicks,Cost,Impressions,Conversions" > [1]=> > string(0) "" > > > Here is the AWQL : SELECT > CountryCriteriaId,CampaignId,CampaignName,Clicks,Cost,Impressions,Conversions > FROM GEO_PERFORMANCE_REPORT WHERE IsTargetingLocation IN [true,false] > AND LocationType = LOCATION_OF_PRESENCE DURING 20181031,20181031 > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads 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/1673f993-52c8-4ea3-8c68-4a66b2b50682%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
