Node-RED node for Google AdWords API.
Note about versioning: This library is going to follow the Adwords Api and not standard semvar.
Changes are coming.
This node is a wrapper for unofficial Google AdWords API SDK for Node.js: node-adwords.
Run the following command in the root directory of your Node-RED install
npm install node-red-contrib-google-adwords
or for a global installation
npm install -g node-red-contrib-google-adwords
- Follow instructions at (https://developers.google.com/adwords/api/docs/guides/authentication) (stop at Configuring your client library point).
- Open info panel for your google_adwords node.
- Paste content of JSON key file that file into JSON Key field and fill in Service and Version (naming follows official reference (https://developers.google.com/adwords/api/docs/reference/))