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! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/a5962cfd-5ac8-44e8-8b9f-c8132d44eb87%40googlegroups.com.
