项目作者: 74Labs

项目描述 :
Node-RED node for Google AdWords API
高级语言: HTML
项目地址: git://github.com/74Labs/node-red-contrib-google-adwords.git
创建时间: 2017-03-24T00:18:25Z
项目社区:https://github.com/74Labs/node-red-contrib-google-adwords

开源协议:MIT License

下载


node-red-contrib-google-adwords

Node-RED node for Google AdWords API.

Note about versioning: This library is going to follow the Adwords Api and not
standard semvar.

Work in Progress

Changes are coming.

Features

This node is a wrapper for unofficial Google AdWords API SDK for Node.js: node-adwords.

How to Install

Run the following command in the root directory of your Node-RED install

  1. npm install node-red-contrib-google-adwords

or for a global installation

  1. npm install -g node-red-contrib-google-adwords

Configuration

  1. Follow instructions at (https://developers.google.com/adwords/api/docs/guides/authentication) (stop at Configuring your client library point).
  2. Open info panel for your google_adwords node.
  3. 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/))