RE: 100% errors since 2 days

2022-12-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
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

Re: 100% errors since 2 days

2022-12-06 Thread Éric Chaurial
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