Does UAC support Geo Performance report via API now?

113 views
Skip to first unread message

jeski zhao

unread,
Nov 13, 2018, 6:10:15 AM11/13/18
to AdWords API and Google Ads API Forum
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

Teja Makani

unread,
Nov 13, 2018, 12:36:57 PM11/13/18
to AdWords API and Google Ads API Forum
Hello Jeski,

The UAC only supports the reports which are listed here via the API. The closest one they may refer is Campaign Location Target Report which summarizes the performance of campaigns by location-based. Please note that ,they will get only id of the location from this report. They need to use LocationCriterionService to get location name for that ID. Please check the LookupLocation example for reference in Java. Samples in other languages can be found here. 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.
Reply all
Reply to author
Forward
0 new messages