Hello Ido, Unfortunately UAC doesn't support Geo Performance report via API, it 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 you 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 criterion.You will get id <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-location-target-report#id> of location from this report. Then you need to use LocationCriterionService <https://developers.google.com/adwords/api/docs/reference/v201802/LocationCriterionService> to get location name for that ID. Please check the LookupLocation <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fgoogleads%2Fgoogleads-java-lib%2Fblob%2Fmaster%2Fexamples%2Fadwords_axis%2Fsrc%2Fmain%2Fjava%2Fadwords%2Faxis%2Fv201802%2Ftargeting%2FLookupLocation.java&sa=D&sntz=1&usg=AFQjCNG73nOzj4sg18-LAclHx8zth_Qirw> 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 you have any further questions.
Regards, Sai Teja, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/a896d425-1fbd-4fa3-a910-27e4baba706f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
