Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Building Amazon Affiliates links

Tags:

amazon

How can I generate an Amazon affiliates link (with my Tracking ID) from a regular link without using Amazon online tools ?

like image 616
user41767 Avatar asked Mar 29 '09 20:03

user41767


People also ask

How much do Amazon affiliates make?

You can earn, on average, from $100 to $20,000 from the Amazon Affiliate program, depending on how many referrals you generate for Amazon. The Amazon Affiliate program operates on a commission basis, meaning you'll make a percentage per sale. The commission rate differs depending on the product category.

How do you usually build links Amazon?

On any Amazon shop page, you can use SiteStripe to create an automatically tagged link for a text link. Just click the 'Text' icon, and your Tracking ID is automatically integrated into the link. If you have multiple tracking IDs, you can make a selection using a drop-down menu.


2 Answers

Essentially replace ASIN and trackingId within this URL:

http://www.amazon.com/dp/{ASIN}/?tag={trackingId}

like image 176
Elliot Coad Avatar answered Jan 25 '23 19:01

Elliot Coad


Here's an easy tutorial that should get you started. And this page at Amazon should fill in some gaps about ASINs, especially the section entitled: "Is there an automated way to create Associates links if I have the 13-digit ISBN?" Here's another relevant article.

You are not very specific on how you want to generate them or how many you will be generating, but there's an online tool written by Eri Robillard that uses WebForms and XML Web Services. If it's a small number of links you want to make by hand, it looks like a good tool.
If you're looking to generate them programatically, you might be able to get permission from him to screenscrape his site, or maybe he'd provide you with source code. I can't find what restrictions (if any) he puts on its use.

like image 30
JeffH Avatar answered Jan 25 '23 19:01

JeffH