Questions tagged [amazon-advertising-api]

Amazon offers professional sellers the opportunity to advertise their products on Amazon. The API allows you to programmatically manage Sponsored Products campaigns, ad groups, ads, keywords, bids, and budgets. In addition, detailed reporting for Sponsored Products and Headline Search Ads allows you to pull performance data to analyze sales and investments.

Links:

  1. Documentation

  2. GitHub

  3. Get API access

102 questions
2
votes
0 answers

why is there a data latency between amazon seller central and amazon advertising api?

I have been using the amazon advertising api to fetch my client's the seller central data. I've observed that there is always a deviation in metrics data when comparing the API response with the amazon seller central interface. Note: The API…
nidhi
  • 299
  • 3
  • 4
  • 21
2
votes
2 answers

Amazon Sandbox (Product Advertising) - HTTP 503 Errors and Request Throttling

I use Amazon's Product Advertising API to retrieve their node hierarchy using the API's BrowseNodeLookup method (REST using Java). On Amazon's sandbox individual requests seem to work but if I keep sending requests for various nodes I eventually end…
2
votes
1 answer

How do we download Amazon Advertising Api reports?

I am working on a sandbox environment and I am trying to download the report based on the https://advertising.amazon.com/API/docs/v2/reference/reports The issue is that the report which is downloaded is empty. Doesn't contain any data inside. How…
cc89
  • 21
  • 1
  • 4
2
votes
0 answers

Is there a way to get total spend & total sales on campaign using Amazon Advertising API?

Using Amazon Advertising api for campaign report what I am getting is attributed sales or a cost for provided date, how to retrieve total spend and total sales for the campaign.
ajitpawarink
  • 436
  • 6
  • 14
2
votes
1 answer

is there a way to retrieve ad cost for an ASIN using Amazon Advertising API?

For last couple of days I am digging into Amazon advertising api and looking for a solution to find advertising cost using ASIN and Amazon Advertising API. The closest I could find is this Campaign Report. It returns a list of campaigns with…
Zafar Ahmad
  • 428
  • 2
  • 12
2
votes
2 answers

Making AWS Product Advertising API Request iOS

Today i have been unable to make a request for an "ItemSearch" request for the product advertising api for aws. First off, this was working Monday Feburary 24th and now March 1st it does not work. I don't know if there was any updates that may have…
A'sa Dickens
  • 2,045
  • 1
  • 16
  • 21
2
votes
3 answers

Use Powershell to get book metadata from Amazon

I want to use the Amazon Product Advertising API to create a Web Request with Powershell which submits the ISBN / ANSI number and returns the Book Metadata. (Title, Author,...) So far I have createt a Account to geht the AssociateTag, AWSAccessKeyId…
1
vote
2 answers

Basic understanding of Amazon AWS and Product Advertising API

I'm completely new to Amazon AWS development and the Product Advertising API. I have some basic questions I'd like to get answered... I'm building a website for a client who would like to sell his own products. Placing the products on Amazon.com and…
John Russell
  • 2,177
  • 4
  • 26
  • 47
1
vote
0 answers

Amazon Product Advertising API: How to translate Curl statement into Python?

Amazon Product Advertising API: How to translate Curl statement into Python? I got a signed curl request from this Amazon link. The curl statement looks like this, sensitive info redacted: curl "https://webservices.amazon.com/paapi5/searchitems"…
Katsu
  • 8,479
  • 3
  • 15
  • 16
1
vote
0 answers

Making the amazon banner widget width responsive to screen size

I'm trying to insert an Amazon banner in my website, but the width is fixed at only 3 options - 300, 728, and 160. I'm trying to make it responsive as per the screen width by introducing var aax_width = screen.width; My revised code is as…
Mithun Uchil
  • 347
  • 1
  • 12
1
vote
1 answer

Amazon advertisement api asins report type returning empty list

I am trying to get the asins report from amazon advertising api. The header and json for creation of the report as follows, headers = { "Authorization": f"Bearer {access_code}", "Amazon-Advertising-API-ClientId": "client_id", …
Zakir Ayub
  • 105
  • 8
1
vote
1 answer

Amazon Advertising API - Download Report Data and Unzip in NodeJS

I am trying to call the amazon advertising api and download a campaign report, successfully able to do the following so far: Create a campaign report, get the report id and using the report id, I am able to get the s3 download url. The problem is…
1
vote
0 answers

Cannot submit the application form for requesting access to the Amazon advertising API

We wish to access the amazon advertising API and we follow the steps in this link to apply as a partner. However when we tried to submit an application we encountered an error that says, Please ensure that you are signed into the Amazon account…
Carmad94
  • 79
  • 1
  • 9
1
vote
0 answers

How to get total advertising costs filtered by a product in Sponsored Brands reports

I would like to ask help in my current project that performs API calls from Amazon Advertising API reports using scripts run by cron jobs. https://advertising.amazon.com/API/docs/en-us/reference/sponsored-brands/2/reports The endpoint I need to call…
ira
  • 534
  • 1
  • 5
  • 17
1
vote
1 answer

What is illegal about using curl with this URL?

I have the below…
Hans
  • 2,800
  • 3
  • 28
  • 40