amazon-ppc-api
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -405,5 +405,5 @@ const querystring = require("querystring"); | ||
requestReport(recordType, data) { | ||
requestReport(campaignType, recordType, data) { | ||
return this.apiRequest( | ||
`v2/sp/${recordType}/report`, | ||
`v2/${campaignType}/${recordType}/report`, | ||
data, | ||
@@ -410,0 +410,0 @@ `POST` |
{ | ||
"name": "amazon-ppc-api", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "This class helps you interfacing the Amazon Advertising API.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
48869