google-ads-nodejs-client
Version:
Googleads client for Node.js
13 lines (9 loc) • 644 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:
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/v19:googleads-nodejs`
4. The output file (zipped) is located in: `bazel-bin/google/ads/googleads/v19/`
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.