133 questions
1
vote
0
answers
98
views
Amazon Ads API Report Polling Suddenly Failing: Reports Not Completing
We are experiencing an issue while polling the Amazon Ads API to check the status of reports.
The polling mechanism was working fine before, but for the last 3 days, reports are not completing on time,...
0
votes
1
answer
184
views
Amazon Ads API Discrepancy with Amazon Ads Dashboard
I'm trying to fetch my amazon ads campaigns data to create automation data for my clients. However, when I fetch data, there is slightly discrepancy between API's result and amazon ads dashboard data. ...
-2
votes
1
answer
138
views
How to retrieve product details from amazon catalog?
We are a digital marketing company trying to integrate with amazon to create campaigns and post ads through our platform using Amazon Ads API. Now, we want to list all the products and its details ...
1
vote
1
answer
306
views
Amazon Affiliate API using C#.NET and Nager Amazon Product Advertising
I am at the initial stage of getting my project to build with the Nuget package.
I have installed the Nuget package:
https://github.com/nager/Nager.AmazonProductAdvertising
I have started up a 4.8 ....
1
vote
0
answers
689
views
amazon adsystem not working (not getting any respsonse)
A few days ago the following code worked for me but now I am not getting any response.
Can someone help?
https://ws-na.amazon-adsystem.com/widgets/q?callback=search_callback&TemplateId=PubStudio&...
0
votes
1
answer
282
views
AWS ADs - Can't create SponsoredBrands report [message: configuration reportTypeId is unknown or invalid]
As a 'reportTypeId' I'm using 'sbCampaigns' as it was in a sample call "Sponsored Brands: Campaign summary report grouped by campaign"
https://advertising.amazon.com/API/docs/en-us/guides/...
1
vote
1
answer
679
views
401 - Unauthorized error while trying to get profile list from Amazon ads API
I am trying to import data from Amazon ads API in Google App script. I did as per their documentation steps but somehow I am getting 401 - Unauthorized error. It would be very helpful if any of you ...
1
vote
1
answer
282
views
Amazon Ads API with PYTHON-AMAZON-AD-API packeg
i try to use the PYTHON-AMAZON-AD-API packeg and i have my credentials as a dict with refresh_token, client_id, client_secret and profile_id. an it looks like everything is ok but when i try this code:...
0
votes
1
answer
904
views
Unknown scope Amazon Ads API
I am trying to create an authorization grant to the Amazon ads API:
https://advertising.amazon.com/API/docs/en-us/getting-started/create-authorization-grant
Here is the URL that I use:
https://www....
0
votes
0
answers
73
views
get variable from inside function for use outside function [duplicate]
I'm trying to get a returned variable from inside a function and us it in the rest of the page, i'm getting no luck at all, is there a way to get "AmazonvastTagUrl" from inside the function, ...
0
votes
1
answer
104
views
Persist tokens for third party user-interaction RESTful service strategies. (Amazon AdApi)
I'm developing an API for a standalone SPA that is deployed in a static server. In my proposal architecture design, the SPA client accesses my API server by using the access token issued by my own ...
-1
votes
1
answer
94
views
Fixed: Amazon Ad Error : Adcode values too long D.<computed> @ onejs?MarketPlace
The Amazon Native ad I added on my website displays nothing. Instead, the browser throws an error like so:
Error: Adcode values too long D.<computed> @ onejs?MarketPlace=US&adInstanceId=...
1
vote
0
answers
311
views
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 "...
0
votes
2
answers
505
views
Is there Amazon API for Amazon Stores?
I would like to know if there's an existing API for Stores on Amazon.com? A way for developers to get the Insights from the Stores.
Service: https://advertising.amazon.com/en/solutions/products/stores
...
0
votes
0
answers
630
views
My POSTMAN requests works, but my seemingly identical IDE requests don't
PARTIALLY SOLVED - I changed the request from
requests.post(url, headers = headers, data = data)
to:
requests.post(url, headers = headers, json = data)
and now it works. I am not sure why...
...
0
votes
1
answer
1k
views
Trying to Retrieve Report from Amazon Ads API
I am trying to retrieve a report that I generated, and shows a 'status' of 'successful'.
When I run the script below, I receive a 200 response. However, per the docs:
"A successful call returns a ...
0
votes
1
answer
591
views
cannot consume content type Rest API Response from Amazon Advertising API
I am hitting the /sb/negativeKeywords endpoint and every time I try to make a POST request, I get the following error:
StatusCodeError: 415 - {"code":"415","details":&...
1
vote
0
answers
198
views
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 ...
0
votes
0
answers
129
views
Multiple Advertisers in Login With Amazon
we currently building an app, the goal is to provide our customers who are amazon advertisers with a customized dashboard to manage their own Amazon data, we create LWA by following these steps https:/...
1
vote
1
answer
476
views
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}&...
3
votes
1
answer
1k
views
How to add amazon affiliate Link in React Js website?
I tried to add amazon affiliate link in react application and it is not getting rendered.The code to be embedded is -
<script type="text/javascript" language="javascript">
...
1
vote
1
answer
1k
views
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 ...
1
vote
1
answer
923
views
Amazon Marketing Cloud - CAST Function and SQL Documentation
I am using Amazon Marketing Cloud (AMC) for work and I am having trouble applying a WHERE [column] <> ''.
The CSV file that is output is large and it contains many records with nothing in the ...
1
vote
0
answers
168
views
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 ...
0
votes
1
answer
739
views
Amazon Advertising API - Error code 422 while POST keywords
I'm getting this error using Amazon Advertising API while trying to create new keywords:
"code":"422"
This is my PHP Code:
curl_setopt($ch, CURLOPT_URL, $std_url . "/v2/sp/...
0
votes
1
answer
110
views
Which field show the units sold when we request to create amazon advertising report for Sponsor Brand with record type is keyword?
I request to create Amazon advertising report for Sponsor Brand campaign with record type is keywords. But unfortunately I don't know which field show the units sold by keyword. I tried to use field &...
0
votes
0
answers
117
views
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/...
0
votes
2
answers
1k
views
Amazon Advertising Api - reports data processing (ACOS, ROAS, Organic Sales, Ad Sales)
I'm trying to process Amazon data and get some calculated results such as ACOS, ROAS, Organic Sales(direct sales not from ads) and Ad Sales or Ad revenues.
I have pulled data from Amazon Advertising ...
2
votes
0
answers
470
views
How to create an offer for an existing ASIN on Amazon?
I am looking for creating an offer by having the ASIN, and the inventory options (SKU, quantity, price etc).
We already have access to the Amazon SP API:
const SellingPartnerAPI = require('amazon-sp-...
1
vote
1
answer
388
views
What is illegal about using curl with this URL?
I have the below URL:
https://amazon-advertising-api-reports-prod-euamazon.s3.amazonaws.com/apj6jra9ng5v4-avp9363n2w589-report-campaign-45f7c968-d7e8-4d8e-a6ef-2b144268ab36.json.gz?X-Amz-Algorithm=...
0
votes
1
answer
1k
views
Amazon Advertising API throws HTTP 401 Unauthorized
I am trying to generate ads reports
The create report API gives response as
{
"reportId": "amzn1.sdAPI.v1.p44571.6153E22B.2825ae5c-126d-422c-bf10-53d2d601189a",
"...
3
votes
2
answers
692
views
Why does Amazon Advertising report API return a .bin instead of .json
I am requesting a Sponsered Product report from Amazon's Advertising API. When I send the POST i receive the reportID. I enter the reportID as part of the GET call's path to retrieve the document. I ...
0
votes
1
answer
534
views
Advertising Accounts not found in v2/profiles
i am new to Amazon Advertising API. I have Advertising Access with my KDP and my MBA Account on amazon. I am also a data scientist, therefore i want to analyse my campaigns more deeply in R.
So i ...
0
votes
1
answer
66
views
Determine which marketplace a Sponsored Product belongs to - in Amazon Advertising API
Currently I am pulling reports for SponsoredProducts and save it in database for modifications of results displayed to the user. The frontend app has filtering functionality by marketplace. How do you ...
0
votes
1
answer
866
views
Amazon Selling Partner Api - empty profiles
Currently I am developing an app that uses Amazon's Advertising API. So far already done the required process. I can test the api using the sandbox. However, for getting real data, I cant get ...
0
votes
1
answer
202
views
Getting bid recommendations for keywords without creating keywords
I have been trying to get bid recommendations for a list of given keywords using this API => https://advertising.amazon.com/API/docs/en-us/sponsored-products/2-0/openapi#/Bid%20recommendations/...
0
votes
1
answer
1k
views
Not authorized to access scope - Amazon Advertising API
My purpose is to download the advertising report using existing application details such as AMAZON_CLIENT_ID, AMAZON_CLIENT_SECRET & Access tokens to other java application.
I was able to get the ...
1
vote
1
answer
1k
views
Amazon Advertising API for Sponsored Brands / Sponsored Products - is it possible to get report older than 60 days?
I'm getting campaigns/adGroups reports from Sponsored Brands/Sponsored Products Amazon Advertising API. When I select reportDate older than 60 days, I'm getting the error "Report date is too far ...
0
votes
2
answers
1k
views
Downloading Reports in Amazon Advertising API
I got the Report Id and using the Report Id i could get S3 Downloadable link. But when i try to use the link it shows - Access Unauthorised.
0
votes
1
answer
279
views
Amazon Advertising API - Creating a new sponsored product campaign
I'm trying to create new sponsored products campaigns from the amazon advertising API but I'm having some problems with the API documentation. I can't find any information on how to create an ...
5
votes
0
answers
3k
views
Amazon Product Advertising API v5 - How to retrieve different type of books (hardcopy, paperback, kindle... ) with one API call
I’m a developer for a company where we’re using Amazon's great product advertising API (PA-API) for a many years for fetching book information. We’re currently using the Java SDK and API v5.
Issue
We ...
0
votes
0
answers
160
views
Keywords recommendation not working. Amazon advertising api v3
I'm trying to implement the https://advertising-api.amazon.com/sp/targets/keywords/recommendation API but for some reason I always get {"message":"Unauthorized"} even tough ...
1
vote
1
answer
258
views
How to Dynamically Change Amazon Search Ads' Search Phrase with Wix Corvid?
I want to have an Amazon search ads widget on a blog page.
When I use the Amazon generated code directly in the "code" section of "HTML iFrame", it works perfectly.
The code is as ...
0
votes
1
answer
1k
views
About Amazon Advertising Api
I applied for the use of the Amazon advertising API, but when I created a security profile in the console, I could use the advertising API of the North American station but not the European station. ...
1
vote
1
answer
1k
views
R Requests Login to Login With Amazon to get Access Token for Amazon Advertising API
I am trying to build out a shiny web app on the localhost. I am using R and trying to access the Amazon advertising API. The documentation is on this site https://advertising.amazon.com/API/docs/en-...
0
votes
1
answer
189
views
Is it possible to get account wide clicks count with the amazon advertising API
I guess its possible to aggregate the clicks via /v2/sp/{recordType}/report and /v2/hsa/{recordType}/report e.g. with the compaign dimension. But since there might be row limitations, I wonder if ...
2
votes
0
answers
257
views
How to solve error Profile does not support product ads on Amazon Ads API
I am using the Amazon Advertising API and when requesting the campaign list for either the sponsored products or sponsored brands endpoint I get
{"code":"400","details":"Profile does not support ...
3
votes
1
answer
1k
views
Amazon Advertising API: ASINs report request returns “Missing campaign type”
Request to API-Endpoint:
POST https://advertising-api-eu.amazon.com/v2/asins/report
Official documentation:
https://advertising.amazon.com/API/docs/en-us/reference/sponsored-products/2/reports
...
0
votes
1
answer
127
views
Where to store private keys for firefox add-ons
I'd like to develop an firefox add-on that will require access to the Amazon Product Advertising API. This is granted by using private access tokens after signing up for it.
Now I was wondering if ...
0
votes
2
answers
2k
views
Amazon Advertisng api settup invalid scope error
I have client id and access token . After sending this api request .
https://www.amazon.com/ap/oa?client_id=YOUR_LWA_CLIENT_ID&scope=cpc_advertising:campaign_management&response_type=code&...