Hi Google Ads / AdWords API support team!
We are in process of migration from AdWords API to Ads API and I have a 
question on geographic_view.
I have 2 reports for the same account_id / date got from AdWords API 
https://developers.google.com/adwords/api/docs/appendix/reports/geo-performance-report
 
and Ads 
API 
https://developers.google.com/google-ads/api/fields/v9/geographic_view?hl=en. 
Data for Clicks, Impressions, other metrics differs. Data got from AdWords 
API matches Campaign report data. I wonder what could be missed, may be 
some filters, or wrong segments usage...

Here are my reports definitions for comparison.
Google Adwords:
<reportDefinition xmlns="https://adwords.google.com/api/adwords/cm/v201809";> 
<selector> <fields>CampaignId</fields> <fields>AdGroupId</fields> 
<fields>AdNetworkType1</fields> <fields>CityCriteriaId</fields> 
<fields>CountryCriteriaId</fields> <fields>RegionCriteriaId</fields> 
<fields>MetroCriteriaId</fields> <fields>Date</fields> 
<fields>Impressions</fields> <fields>Clicks</fields> <fields>Cost</fields> 
<fields>Conversions</fields> <fields>ViewThroughConversions</fields> 
<fields>ConversionValue</fields> <fields>VideoViews</fields> 
<fields>AllConversions</fields> <fields>AllConversionValue</fields> 
<fields>CrossDeviceConversions</fields> <fields>Interactions</fields> 
<predicates> <field>AdGroupId</field> <operator>IN</operator> <values>*my 
adgroup id*</values> </predicates> <dateRange> 
<min>20220115</min><max>20220115</max></dateRange> </selector> 
<reportName>adwords_adgroup_geo</reportName> 
<reportType>GEO_PERFORMANCE_REPORT</reportType> 
<dateRangeType>CUSTOM_DATE</dateRangeType> 
<downloadFormat>CSV</downloadFormat> </reportDefinition>
Summary result: Impressions = 1851, Clicks = 39, Rows 521.

Google Ads:
Request: 
{"customerId":"*my customer id*","query":"SELECT campaign.id, ad_group.id, 
segments.ad_network_type, segments.geo_target_city, 
geographic_view.country_criterion_id, segments.geo_target_region, 
segments.geo_target_metro, segments.date, metrics.impressions, 
metrics.clicks, metrics.cost_micros, metrics.conversions, 
metrics.view_through_conversions, metrics.conversions_value, 
metrics.video_views, metrics.all_conversions, 
metrics.all_conversions_value, metrics.cross_device_conversions, 
metrics.interactions FROM geographic_view WHERE segments.date>='2022-01-15' 
AND segments.date<='2022-01-15'  ORDER BY segments.date DESC "}
Summary result: Impressions = 1555, Clicks = 32, Rows 498.

I'll be happy to provide complete details privately if needed. But may be 
some miss is already visible from report definition. Goal is to get same 
result from Google Ads API which I have from Google AdWords API.

Thanks so much for looking at this!
Oksana

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/0438a319-08ac-4753-a003-da062e099dc6n%40googlegroups.com.
  • Go... 'Oksana Sulyma' via Google Ads API and AdWords API Forum
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
      • ... 'Oksana Sulyma' via Google Ads API and AdWords API Forum
      • ... 'Oksana Sulyma' via Google Ads API and AdWords API Forum
        • ... 'Oksana Sulyma' via Google Ads API and AdWords API Forum
          • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
            • ... 'Oksana Sulyma' via Google Ads API and AdWords API Forum

Reply via email to