Hello Teja Makani,
    
Thanks for your reply. But I notice that when my campaigns targeting all 
the countries which I don't choose any targinting location,  the Campaign 
Location Target Report 
<https://developers.google.com/adwords/api/docs/appendix/reports/campaign-location-target-report>
  
returns the data without any location information just like this
  {
  [0]=>
  string(74) "Location,Campaign ID,Campaign,Bid 
adj.,Clicks,Cost,Impressions,Conversions"
  [1]=>
  string(103) " --,my_campaign_id_one,my_campaign_name_one, 
--,275,37067421,4866,185.00"
  [2]=>
  string(105) " --,my_campaign_id_two,【my_campaign_name_two, 
--,342,44440000,5765,200.00"
  [3]=>
  string(0) ""
}

What I want get via the api is per location performmance like the geo 
performance report. Can I get the location performance via Campaign 
Location Target Report 
<https://developers.google.com/adwords/api/docs/appendix/reports/campaign-location-target-report>
 when  I don't choose any targinting location, what should I do ?

在 2018年11月14日星期三 UTC+8上午3:52:27,Teja Makani写道:
>
> 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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/05d14fc7-80a5-4e0a-a902-d771d31cf035%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to