Skip to content

Google Ads API v11.0.0

Latest
Compare
Choose a tag to compare
@wcoots wcoots released this 23 Jun 08:57
· 33 commits to master since this release

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 run
    • onServiceEnd - called after a service has run
    • onServiceError - called when a service throws an error

Credits