Hi,
i've few campaigns with locations adjustments.
What i would like to achieve is extract from google ads api data which 
shows me Campaign Top_Impression_Percentage by location, so something like 
this:

Campaign A - Location 1 - 35%
Campagin A - Location 2 - 40%
Campagin A - Location 3 - 80%
Campaign B - Location 1 - 35%
Campagin B - Location 2 - 40%
...

I've tried to extract data from location_view 
( https://developers.google.com/google-ads/api/fields/v6/location_view ) 
but it does not have Top_Impression_Percentage ( i thought i could get 
there through campaign, since it is an attributed resource, but it seems 
that i can only get fields, not metrics ).

I've tried to tackle the problem starting from Campaign 
( https://developers.google.com/google-ads/api/fields/v6/campaign ) cause 
it has the correct metrics but it seems that i cannot segment by location ( 
the most similar segments is geo_target_province 
<https://developers.google.com/google-ads/api/fields/v6/campaign#segments.geo_target_province>
 but 
if i try to use it a get an error which says ( Cannot select or filter on 
the following segments: 'segments.geo_target_province'(could not support 
requested resources: 'CAMPAIGN'), since segment is incompatible with the 
resource in the FROM clause or other selected segmenting resources. ).

I tried other simliar solution but i can't find a viable way...

I can't understand how to pull this simple set of data.. can someone please 
help figure out the right query?

Thanks to everyone in advance and happy holidays

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0b390875-0e3c-4db4-8310-177a9e33b691n%40googlegroups.com.

Reply via email to