🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

google-ads-node

Package Overview
Dependencies
Maintainers
11
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-ads-node

Google Ads API client library

11.0.0
Source
npm
Version published
Maintainers
11
Created
Source

Google Ads Node

Google Ads API client library for Node.js

⚠️ Warning ⚠️

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.

Install

npm install google-ads-node

Standalone

Documentation for this will be released soon

Upgrading API Versions

  • Fetch the latest changes in Opteo/gax-nodejs.
  • Update the official google-gax dependency to the latest version in package.json.
  • Update GOOGLE_ADS_VERSION in the Makefile to the latest version (if required).
  • Run make protos to pull in the new protos and compile them.
  • If upgrading to a new major version delete the old version folders from package/googleads-nodejs/protos/google/ads/googleads/{OLD_VERSION}, package/googleads-nodejs/src/{OLD_VERSION} and package/googleads-nodejs/samples/generated/{OLD_VERSION}.
  • Run yarn to prepare the package and install the latest dependencies.
  • Run yarn test to make sure everything worked (you may need to update the version numbers here).
  • Double check that any files that should have been updated have been.
  • Update the readme to reflect the new Google Ads API version number
  • Make a pull request, get it approved and merged into master.
  • Publish to npm.

Keywords

google ads api

FAQs

Package last updated on 12 Apr 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts