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.