google-ads-nodejs-client
Version:
Googleads client for Node.js
14 lines (10 loc) • 680 B
Markdown
Googleads: Node.js Client
This library (google-ads-nodejs-client) is the compiled output of the Google Ads API Bazel build files.
If you would like to build this library by yourself (we will take `v20` as the
example):
1. Install bazel: `npm install -g @bazel/bazelisk`
2. Clone the Google APIs' original interface definitions: `git clone https://github.com/googleapis/googleapis.git`
3. Build for NodeJs: `bazel build //google/ads/googleads/v20:googleads-nodejs`
4. The output file (zipped) is located in: `bazel-bin/google/ads/googleads/v20/`
5. Unzip the file `googleads-nodejs.tar.gz` (This repo is a copy of files in this zipped file)
6. Use `npm` to compile the package.