Hi Eric,
Thanks for reaching out to the Google Ads API Forum.
I can see that you are trying to pull the reports using Google Ads API v9
version. Kindly note that you may receive the error message "Version v9 is
deprecated. Requests to this version will be blocked." as V9 is sunset already.
Als
An other example with te request :
SELECT ad_group_ad.ad.id, ad_group_ad.ad.name, ad_group.id, campaign.id,
segments.date, metrics.cost_micros, metrics.impressions,
metrics.video_views, metrics.clicks FROM ad_group_ad WHERE segments.date =
'2022-12-06' ORDER BY ad_group_ad.ad.id LIMIT 1000
PHP