adwords-reports-nodejs-lib
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "adwords-reports-nodejs-lib", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Node.js library for pulling AdWords API reports.", | ||
@@ -11,3 +11,4 @@ "main": ".index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"lint": "jshint ." | ||
}, | ||
@@ -14,0 +15,0 @@ "keywords": [ |
@@ -24,3 +24,3 @@ /** | ||
var REPORT_DOWNLOAD_URL = | ||
'https://adwords.google.com/api/adwords/reportdownload/v201702'; | ||
'https://adwords.google.com/api/adwords/reportdownload/v201705'; | ||
@@ -27,0 +27,0 @@ // Retrieves a report covering fromDate to toDate for a given customerId |
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
44371
13