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 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 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