Splitting campaign spend by city

40 views
Skip to first unread message

Erik Møiniche-Kiebe

unread,
Oct 20, 2020, 5:19:56 AM10/20/20
to AdWords API and Google Ads API Forum
Can I generate a query to split the campaign spend by city even though the campaign weren't targeted to specific cities? 

I'm currently using the query below but it seems to only work on campaigns that was targeted towards specific cities. My guess is that I should use something different than campaign_criterion.location.geo_target_constant

SELECT
  segments.date,
  customer.descriptive_name,
  campaign_criterion.location.geo_target_constant,
  customer.currency_code,
  metrics.cost_micros
FROM
  location_view
WHERE
  segments.date BETWEEN '{}' AND '{}'

Google Ads API Forum Advisor Prod

unread,
Oct 20, 2020, 2:06:28 PM10/20/20
to erik....@dentsuaegis.com, adwor...@googlegroups.com
Hi Erik,

I recommend using the geographic_view since this will give you data on the physical location of the user or an area of interest rather than targeted locations.

Cheers,
Anthony
Google Ads API Team

Google Logo
Anthony
Google Ads API Team
 


ref:_00D1U1174p._5004Q26AdOm:ref

Erik Møiniche-Kiebe

unread,
Oct 28, 2020, 5:16:58 AM10/28/20
to AdWords API and Google Ads API Forum
Thanks I'll look into that.

Erik

Reply all
Reply to author
Forward
0 new messages