GEO_PERFORMANCE_REPORT 与用户位置报告不匹配

GEO_PERFORMANCE_REPORT is not matching against User Locations Report

我正在使用 GEO_PERFORMANCE_REPORT in order to fetch data related to the account locations. More specifically, the report I am working with is the User Locations Report,它可以直接在 AdWords UI 上找到。

但我发现通过 AdWords API 获得的数据与通过 AdWords UI 显示的数据存在一些众所周知的差异,并且问题特别发生在上述报告中,还有“地理报告”。我已经为查询应用了相应的过滤器,正如官方文档中所述 (1 and 2),但即使如此,两个来源之间的数据也有很大差异。

我正在构建的查询最终是以下查询:

Google\AdsApi\AdWords\Query\v201809\ReportQuery {#7426
  -awqlString: "SELECT CampaignId, LocationType, Clicks, Impressions, CityCriteriaId, MostSpecificCriteriaId, CountryCriteriaId FROM GEO_PERFORMANCE_REPORT WHERE LocationType = 'LOCATION_OF_PRESENCE' AND IsTargetingLocation IN ['TRUE', 'FALSE'] DURING 20200401,20200430"
}

我得到的结果(按 Clicks 指标排序后)如下:https://www.dropbox.com/s/6xpme91ig6wu1oy/Screenshot%202020-05-13%2018.18.43.png?dl=0. But on the AdWords UI I get the following: https://www.dropbox.com/s/cgtyglbs87lkb1p/Screenshot%202020-05-13%2018.20.20.png?dl=0.

我看到 AdWords 论坛 (1 and 2) 上有类似的问题,但其中 none 似乎已完全解决。

最后,根据 https://developers.google.com/adwords/api/docs/appendix/geotargeting 文档和我使用 MostSpecificCriteriaId 进行的其他一些测试,我认为这可能是 [= 上的邮政编码映射的问题35=].

您知道这些报告的两个来源之间点击次数(以及展示次数)存在差异的原因是什么吗?。将不胜感激。

这个问题已在我们发布在 https://groups.google.com/forum/#!topic/adwords-api/PlJGl7iPVBc 的同一主题中得到解决。

在与 AdWords API 支持人员反复讨论后,结果证明这是他们方面的数据问题,现在他们已经解决了。我从我这边仔细检查,我可以成功确认数据现在是正确的并且没有不匹配。