Hi!
I'm trying to get results of my campaigns by ad level but i'm not managing to get some breakdowns I need.
I was using ad_group_ad but that won't let me use geographical view.
What
I'm trying to achieve is: Ad name, Ad Group name, Campaign Name,
Country (ISO Code), Device operative system, and then some metrics like
conversions and cost.
Another thing is that
when using geographical view I get the country_criterion_id, is there
any way to match it with the ISO Code within the API?
This is the current query I made:
SELECT geographic_view.location_type, segments.date, campaign.name, ad_group.name, metrics.impressions, metrics.conversions, metrics.clicks, metrics.cost_micros FROM geographic_view WHERE segments.date DURING YESTERDAY
In this last query I'm missing ad level, device operative system, and country iso code.
Thanks!