133 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
102
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
203
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
144
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
311
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
696
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
291
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
696
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
297
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
915
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
106
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
96
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
313
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
511
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...
...