SELECT
customer.currency_code,
ad_group.id,
campaign.id,
campaign.name,
segments.geo_target_city,
metrics.clicks,
metrics.cost_micros,
metrics.impressions,
geographic_view.country_criterion_id,
segments.date,
segments.device,
geographic_view.location_type,
segments.geo_target_metro,
segments.geo_target_most_specific_location,
segments.geo_target_region
FROM geographic_view
WHERE segments.date DURING LAST_30_DAYS
SELECT
customer.currency_code,
ad_group.id,
campaign.id,
campaign.name,
segments.geo_target_city,
metrics.clicks,
metrics.cost_micros,
metrics.impressions ,
user_location_view.country_criterion_id,
segments.date,
segments.device,
user_location_view.targeting_location,
segments.geo_target_metro,
segments.geo_target_most_specific_location,
segments.geo_target_region
FROM user_location_view
WHERE segments.date DURING LAST_30_DAYS