Hello Google,
Let me start the question similarly to a lot of latest:
"We are migrating from AdWords API to Ads API"...
Could you please help me with the next question.
I have 2 reports for the same client and date:
1. generated by AdWords API - Keywords Performance report
2. generated by Ads API for keyword_view with recommended library google-ads-php v12.1.0
Tried the simplest version of reports having base metrics like Clicks, Impressions, ... and I see a discrepancy. Upon checking at appears that report #1 contents data for AdNetworkType1 = 'Display Network' , while report #2 completely misses it despite I have no filters.
Will be happy to share requests and responses details in private message.
Query:
ad_group_criterion.criterion_id,
ad_group_criterion.keyword.text,
ad_group_criterion.keyword.match_type,
segments.ad_network_type,
campaign.advertising_channel_type,
segments.date,
metrics.impressions,
metrics.clicks,
metrics.cost_micros
FROM keyword_view
WHERE segments.date>='2021-12-01' AND segments.date<='2021-12-01'
Thanks in advance!