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
0
votes
1 answer

Using results from amazon product advertising

I am using results from one of my site on another site and clicks from that site also going to amazon using product advertising api Do clicks from that site also count or not? is it legal?
0
votes
1 answer

Amazon Products Advertising API doesn't return images

It mostly works fine, but for some products it doesn't return an image at all even though there are some on Amazon website. Here's an example of the product I'm having a problem with: http://amazon.it/dp/B004X4VOSQ As you can see, it has 5 images,…
Victor Marchuk
  • 13,045
  • 12
  • 43
  • 67
0
votes
1 answer

how can i integrating the amazon ads in my android app

I am new to the android i have downloaded amazon sdk for android. I ran the sample application which have provided by amazon sdk with my app key.it was not displaying any ads it was showing unfortunately stopped message here is my logcat…
0
votes
1 answer

Error when use bottlenose

I have problems when I use bottlenose. According to its instructions, I need to add a error_handler as per instructions. in the instructions I placed the function: def error_handler(err): ex = err['exception'] if isinstance(ex, HTTPError)…
0
votes
2 answers

How can I integrate Amazon search results into my app?

I was wondering how I can use the Amazon Search API in my iPhone app code. I've looked around and can't really find any good usage examples. My idea would be the lookup of a certain, specific Amazon product and the ability to let the user buy that…
Anthony Glyadchenko
  • 3,572
  • 7
  • 48
  • 66
0
votes
1 answer

Amazon Product advertising c# api

Hi guys I'm having trouble fetching products from amazon web api. I have used this code from the internet, adding all the neccessary references. I tried adding a view and chose itemsearchresponce as the model class but it does not display the…
0
votes
1 answer

Amazon Product Advertising API: XML request problems

I want get a "buy now" link and the actualy amazo price of a gaming product get with a game-title. For that i must use the "Search by title" ( http://docs.aws.amazon.com/AWSECommerceService/latest/DG/EX_SearchingbyTitle.html ). I found a example for…
user1878413
  • 1,813
  • 4
  • 18
  • 24
0
votes
2 answers

Amazon product advertising API WCF4 Example

I try to get the Amazon PAAPI C# Example to run but my ItemSearchResponse is always null. What i did: set my accessKeyId and secretKey in app.config. (VS2012 gives a warning by the way that behavior has a invalid child element…
daniel
  • 34,281
  • 39
  • 104
  • 158
0
votes
1 answer

How can I make an Amazon Associates book recommendation based on a set of words?

I have a website which has headlines on a broad set of topics from architecture to gadgets to oceans to robots. I would like to put an Amazon book recommendation on each page, based on a set of words associated with the current topic. So, for…
Brad
  • 735
  • 1
  • 8
  • 15
0
votes
1 answer

amazon product advertising api : getting shipping rate

i was looking to get the shipping price from amazon using the advertising api what i am basically looking for can be seen here http://www.amazon.com/VGN-CR320E-VGN-FE550G-VGN-FE880E-VGN-FZ240E-VGN-SZ240P/dp/B003E2VP7I/ I am looking for the…
user80287
  • 560
  • 3
  • 11
  • 17
0
votes
1 answer

Amazon Advertising API - EditorialReviews sometimes returns null even if it should not for given ISBN

I’m using Amazon Product Advertising API to get data about books based on given ISBN number. It works fine I’m getting most of the information but for some of the books I have a problem with Editorial Reviews. It looks like the information is…
Andy
  • 155
  • 1
  • 3
  • 12
-1
votes
1 answer

Access multiple Amazon Seller accounts and gather their data from Amazon Advertising API

I am developing a web app which will be pulling data from Amazon Advertising API. I need as a user to see data for all of the sellers that has approved/registered for using their profile's data. Is this scenario possible? If not, is there anything…
1 2 3 4 5 6
7