Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 644 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 644 Bytes

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/v18:googleads-nodejs
  4. The output file (zipped) is located in: bazel-bin/google/ads/googleads/v18/
  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.