UNPKG

2.34 kBMarkdownView Raw
1<p align="center">
2 <a href="https://github.com/opteo/google-ads-node">
3 Google Ads Node
4 </a>
5</p>
6
7<p align="center">
8 Google Ads API client library for Node.js
9</p>
10<!-- &circle-token=ab3cda2c83e0a13712c96c088871e16ead2b78c7 -->
11
12<p align="center">
13 <a href="https://developers.google.com/google-ads/api/docs/release-notes">
14 <img src="https://img.shields.io/badge/google%20ads-v8-009688.svg?style=flat-square">
15 </a>
16 <a href="https://www.npmjs.com/package/google-ads-node">
17 <img src="https://img.shields.io/npm/v/google-ads-node.svg?style=flat-square">
18 </a>
19 <a>
20 <img src="https://img.shields.io/npm/dm/google-ads-node.svg?style=flat-square">
21 </a>
22</p>
23
24<p align="center">
25 <a href="https://opteo.com">
26 <img src="https://app.opteo.com/icons/logo.svg">
27 </a>
28</p>
29
30## ⚠️ Warning ⚠️
31
32You're probably looking for our easy-to-use Google Ads API client library [google-ads-api](https://github.com/opteo/google-ads-api).
33
34This library (google-ads-node) is the compiled output of the experimental [Google Ads API Bazel build files](https://github.com/googleapis/googleapis/tree/master/google/ads/googleads#build-files-experimental), and will require some work to use as a standalone library, for which we currently provide no documentation.
35
36## Install
37
38```
39npm install google-ads-node
40```
41
42## Standalone
43
44_Documentation for this will be released soon_
45
46## Upgrading API Versions
47
481. Fetch the latest changes in [Opteo/gax-nodejs](https://github.com/Opteo/gax-nodejs).
491. Update the official google-gax dependency to the latest version in `package.json`.
501. Update `GOOGLE_ADS_VERSION` in the Makefile to the latest version (if required).
511. Run `make protos` to pull in the new protos and compile them.
521. If upgrading to a new major version delete the old version folders from `package/googleads-nodejs/protos/google/ads/googleads/{OLD_VERSION}` and `package/googleads-nodejs/src/{OLD_VERSION}`.
531. Run `yarn` to prepare the package and install the latest dependencies.
541. Run `yarn test` to make sure everything worked (you may need to update the version numbers here).
551. Double check that any files that should have been updated have been.
561. Update the readme to reflect the new Google Ads API version number
571. Make a pull request, get it approved and merged into `master`.
581. Publish to npm.