GitPedia
Opteo

Opteo/google-ads-api

Google Ads API client library for Node.js

2 Releases
Latest: 4y ago
Google Ads API v11.0.0v11Latest
wcootswcootsยท4y agoยทJune 23, 2022
GitHub

๐Ÿ“ฆ Support for Google Ads API v11.0.0

  • Official release notes: https://developers.google.com/google-ads/api/docs/release-notes#v11
  • Pull request: https://github.com/Opteo/google-ads-api/pull/400

๐Ÿ“‹ Library Changes

  • Notable changes:
  • A new method `queryStream` for creating search stream requests with GAQL arguments rather than report options (https://github.com/Opteo/google-ads-api/issues/381).
  • Three new hooks for non-mutation service methods (such as `generateHistoricalMetrics` https://github.com/Opteo/google-ads-api/issues/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

  • Thanks to @rohitnishad613, @abetomo, @ANaphade and @eddyfh for contributing to the docs and examples.
Google Ads API v10.0.0v10
kritzwarekritzwareยท4y agoยทFebruary 24, 2022
GitHub

๐Ÿ“ฆ Support for Google Ads API v10.0.0

  • Official release notes: https://developers.google.com/google-ads/api/docs/release-notes#v10
  • Pull request: https://github.com/Opteo/google-ads-api/pull/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](https://github.com/Opteo/google-ads-node/pull/89)