Opteo/google-ads-api
Google Ads API client library for Node.js
2 Releases
Latest: 4y ago
Google Ads API v11.0.0v11Latest
๐ฆ 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
๐ฆ 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)
