Socket
Socket
Sign inDemoInstall

amazon-ppc-api

Package Overview
Dependencies
14
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.3 to 1.3.4

5

lib/AdvertisingClient.js

@@ -69,2 +69,7 @@ const querystring = require('querystring');

getCampaignRecommendations(campaignType, data) {
parseBigIntFields(data);
return this.request('POST', endpointOf(campaignType, 'campaignRecommendations'), data);
}
listAdGroups(campaignType, data = {}, extended = false) {

@@ -71,0 +76,0 @@ return this.request('GET', `${endpointOf(campaignType, 'adGroups', extended)}${queryfy(data)}`);

1

lib/endpoints.js

@@ -11,2 +11,3 @@ const endpoints = {

negativeTargets: '​v2​/sp​/negativeTargets​',
campaignRecommendations: '/sp/campaigns/budgetRecommendations',
},

@@ -13,0 +14,0 @@ sponsoredBrands: {

2

package.json
{
"name": "amazon-ppc-api",
"version": "1.3.3",
"version": "1.3.4",
"description": "This class helps you interfacing the Amazon Advertising API.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc