Hi,
I used "ads API" to get a report of 'ad_group_ad'.
But there is a difference between the data I see on the web page.(
ads.google.com)
Under the same conditions, two ads are searched on a webpage, but only one ad can be collected from the 'ads API'.
AD data that was not collected through the API was checked on the web page, all of which were of type 'SMART DISPLAY AD'.
Can not collect ad data of type 'SMART DISPLAY' from 'ad_group_ad'? Please let me know if there is a way.
query :
SELECT segments.date,
segments.ad_network_type,
segments.device,
metrics.clicks,
metrics.impressions,
metrics.cost_micros,
metrics.conversions,
metrics.all_conversions,
metrics.conversions_value,
metrics.all_conversions_value,
metrics.average_position,
metrics.video_views,
metrics.absolute_top_impression_percentage,
metrics.top_impression_percentage
FROM ad_group_ad
We are running MIGRATION from 'adwords API' to 'ads API'.
Previously, you could get all the AD data from the 'AdWords API' CRITERIA_PERFORMANCE_REPORT.
Thanks. : )