adwords-reports-nodejs-lib
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -30,3 +30,3 @@ /** | ||
adwords.getReport({ | ||
cid: '508-120-4568', | ||
cid: '123-456-7890', | ||
awql: 'SELECT Criteria, Clicks FROM KEYWORDS_PERFORMANCE_REPORT DURING TODAY' | ||
@@ -33,0 +33,0 @@ }, options) |
{ | ||
"name": "adwords-reports-nodejs-lib", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Node.js library for pulling AdWords API reports.", | ||
@@ -5,0 +5,0 @@ "main": ".index.js", |
@@ -52,4 +52,5 @@ ## AdWords Reports Node.js Library | ||
```javascript | ||
const adwords = require('../index.js'); | ||
const adwords = require('adwords-reports-nodejs-lib'); | ||
// Options are optional and can be omitted | ||
const options = { | ||
@@ -64,3 +65,3 @@ format: 'TSV', | ||
adwords.getReport({ | ||
cid: '508-120-4568', | ||
cid: '123-456-7890', | ||
awql: 'SELECT Criteria, Clicks FROM KEYWORDS_PERFORMANCE_REPORT DURING TODAY' | ||
@@ -67,0 +68,0 @@ }, options) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44332
88