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. As mentioned above, 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 
CampaignCriterion. Please note that you 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://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fgoogleads%2Fgoogleads-java-lib%2Fblob%2Fmaster%2Fexamples%2Fadwords_axis%2Fsrc%2Fmain%2Fjava%2Fadwords%2Faxis%2Fv201809%2Ftargeting%2FLookupLocation.java&sa=D&sntz=1&usg=AFQjCNG0sTa1me9pK8OsrQWdrvIoYnS4MA>
 
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.

On Tuesday, December 6, 2016 at 9:45:09 AM UTC-5, Nikolay Borisov wrote:
>
> Hello.
> Is it possible to get geo performance report for campaign type 'Universal 
> app campaign'?
> I try to do it with AWQL query to API - 'SELECT Date, CampaignId, 
> CampaignName, Cost, Impressions, CountryCriteriaId FROM 
> GEO_PERFORMANCE_REPORT DURING {date_start},{date_stop}'
> but if in dashboard parameter 'Type' equal to 'Universal app campaign' API 
> doesn't return report for it. 
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d9b9caad-900f-4056-ab37-dc39d9803f3e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to