Different clicks and cost in the geographic_view/user_location_view

49 views
Skip to first unread message

Kate Orlova

unread,
Feb 28, 2022, 11:17:37 AM2/28/22
to Google Ads API and AdWords API Forum
Hi! I'm trying to get data from geographic_view and user_location_view, but I see different results when adding some segments (i.e segments.geo_target_city)

curl --http1.1 --header "Authorization: Bearer ${AUTH_TOKEN}" --header "Content-Type: application/json" --header "developer-token: ${DEV_TOKEN}" --header "login-customer-id: ${LOGIN_CUSTOMER_ID}" --data-raw '{"query": "SELECT geographic_view.country_criterion_id, geographic_view.location_type,  metrics.cost_micros, metrics.clicks FROM geographic_view where segments.date='20220126'"}' "https://googleads.googleapis.com/v10/customers/${CUSTOMER_ID}/googleAds:searchStream"
returns 29 clicks

curl --http1.1 --header "Authorization: Bearer ${AUTH_TOKEN}" --header "Content-Type: application/json" --header "developer-token: ${DEV_TOKEN}" --header "login-customer-id: ${LOGIN_CUSTOMER_ID}" --data-raw '{"query": "SELECT geographic_view.country_criterion_id, geographic_view.location_type, segments.geo_target_city, segments.geo_target_metro, segments.geo_target_region, metrics.cost_micros, metrics.clicks FROM geographic_view where segments.date='20220126'"}' "https://googleads.googleapis.com/v10/customers/${CUSTOMER_ID}/googleAds:searchStream"
returns only 28 clicks

I can't understand why I have different clicks value here. Thank you!

Google Ads API Forum Advisor

unread,
Mar 1, 2022, 5:17:01 AM3/1/22
to adwor...@googlegroups.com

Hello Kate,

Thank you for reaching out to us.

So our team can further check on this, can you share to us the following details below?

  • Customer ID
  • login-customer-id
  • complete API logs (request and response with request-id) generated from both geographic_view and user_location_view

Please send the requested details via the Reply privately to author option. If this option is not available, you may send the details directly to our googleadsa...@google.com alias instead.

Regards,

Google Logo
Mark Kevin
Google Ads API Team
 

 

ref:_00D1U1174p._5004Q2Xjyjd:ref
Reply all
Reply to author
Forward
0 new messages