Hello everyone, I’m trying to get data about geo conversions for the last 
90 days using the geographic view from the Google Ads Apis.
The query I’ve built is the following:SELECT
customer.id, campaign.id, campaign.status,
geographic_view.country_criterion_id,
geographic_view.location_type,
segments.date, segments.device, segments.ad_network_type,
segments.conversion_action, segments.conversion_action_name,
segments.geo_target_city, segments.geo_target_metro,
segments.geo_target_region, segments.geo_target_state,
metrics.conversions, metrics.conversions_value,
metrics.all_conversions, metrics.all_conversions_value
FROM geographic_view
WHERE segments.date BETWEEN xxx AND yyy
AND campaign.status != 'REMOVED'The report from the Google Ads Api is empty.
However, I can see all the conversions for geo in the 
*p_GeoConversionStats *table from Gads Transfer in BigQuery and I’m sure 
that all campaigns are enabled. Do you have any suggestions? 
Thank you in advance for your reply.Best.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/852cb313-875e-4de2-9723-9682095474bf%40googlegroups.com.

Reply via email to