geographic_view not returning video campaign

2022-09-15 Thread Hulma Abdul Rahman
Hi, I am currently extracting campaign using query below SELECT customer.descriptive_name, ad_group.name, campaign.name, metrics.impressions, geographic_view.country_criterion_id, metrics.cost_micros, metrics.clicks, segments.date, customer.currency_code,

Re: geographic_view with ad_name

2022-09-12 Thread Hulma Abdul Rahman
etrics.cost_micros, * * metrics.clicks, * * segments.date, * * customer.currency_code, metrics.conversions_value, metrics.conversions, campaign.advertising_channel_type FROM ad_group_ad * However, it didnt return the country code attributes (not sure why). On Mon, 12 Sept 2022 at 09:15,

Re: geographic_view with ad_name

2022-09-11 Thread Hulma Abdul Rahman
Hi, I could not find geo information along with ad_name in the google ads UI hence I am trying extract the information from the API. Currently the query that i am using is *Select customer.descriptive_name, ad_group.name , campaign.name