Releases: Opteo/google-ads-api
Releases · Opteo/google-ads-api
Google Ads API v11.0.0
Support for Google Ads API v11.0.0
Official release notes: https://developers.google.com/google-ads/api/docs/release-notes#v11
Pull request: #400
Library Changes
Notable changes:
- A new method
queryStream
for creating search stream requests with GAQL arguments rather than report options (#381). - Three new hooks for non-mutation service methods (such as
generateHistoricalMetrics
#380). These hooks are:onServiceStart
- called before a service is runonServiceEnd
- called after a service has runonServiceError
- called when a service throws an error
Credits
- Thanks to @rohitnishad613, @abetomo, @ANaphade and @eddyfh for contributing to the docs and examples.
Google Ads API v10.0.0
Support for Google Ads API v10.0.0
Official release notes: https://developers.google.com/google-ads/api/docs/release-notes#v10
Pull request: #364
Library Changes
- All
get
methods for services no longer exist due to Google removing them from the API
Credits
Thanks to @cedrictwillie for his initial v10 upgrade PR in google-ads-node