Google Ads API client library
npm install polochon-google-ads-node
Google Ads API client library for Node.js
You're probably looking for our easy-to-use Google Ads API client library google-ads-api.
This library (google-ads-node) is the compiled output of the experimental Google Ads API Bazel build files, and will require some work to use as a standalone library, for which we currently provide no documentation.
```
npm install google-ads-node
_Documentation for this will be released soon_
1. Fetch the latest changes in Opteo/gax-nodejs.
1. Update the official google-gax dependency to the latest version in package.json.GOOGLE_ADS_VERSION
1. Update in the Makefile to the latest version (if required).make protos
1. Run to pull in the new protos and compile them.package/googleads-nodejs/protos/google/ads/googleads/{OLD_VERSION}
1. If upgrading to a new major version delete the old version folders from , package/googleads-nodejs/src/{OLD_VERSION} and package/googleads-nodejs/samples/generated/{OLD_VERSION}.yarn
1. Run to prepare the package and install the latest dependencies.yarn test
1. Run to make sure everything worked (you may need to update the version numbers here).master`.
1. Double check that any files that should have been updated have been.
1. Update the readme to reflect the new Google Ads API version number
1. Make a pull request, get it approved and merged into
1. Publish to npm.