How do I collect spend data by campaign data by country?

181 views
Skip to first unread message

Dmitrii Bevz

unread,
Apr 16, 2024, 8:36:12 AM4/16/24
to Google Ads API and AdWords API Forum
The docs are so sophisticated and there are no clear simple use cases how to use, such a mess! 
I need simple user acquisition data - impressions, clicks, costs. And I want to have it splitted by campaign, ad_group (if possible), by country code. by customer_id. Could someone help me to figure out how I can get it?

I used the following query:
SELECT
  customer.id,
  segments.date,
  campaign.id,
  campaign.name,
  ad_group.id,
  ad_group.name,
  segments.geo_target_county,
  metrics.impressions,
  metrics.clicks,
  metrics.cost_micros
FROM
  geographic_view

But a lot of values are filled with nulls, and I see that this data doesn't match our overall performance, seems like a lot of segment.date are just missing

Dmitrii Bevz

unread,
Apr 22, 2024, 1:00:57 PM4/22/24
to Google Ads API and AdWords API Forum
No options?
Reply all
Reply to author
Forward
0 new messages