Amazon Affiliate system does a great job presenting you a variety of ways to make associate affiliate links so that you can take credit of their products that you have referred to others. Today I messed around a little bit with their generators and finally come to a simple solution to generate affiliate links dynamically and simply with server side programming.
The simplest way to link to an Amazon product and take the referral credit is to use this link:
https://www.amazon.com/dp/0470633956?tag=maawe-20
Wherein 0029724600 is the ASIN (equally the 10-digit ISBN) of the product (books!) and maawe-20 is my amazon affiliate tracking ID.
Or this:
https://www.amazon.com/gp/product/0470633956?tag=maawe-20
These would come quite handy when you build a book site with thousands of theme books, possibly on the same subject, and, you have a database of the books that contain the exact ISBN number for each of the book records. Now that you know amazon affiliate links can be built this way, it’s nothing more than a breeze to just insert the 10-digit ISBN number as ASIN into the URL template with your own affiliate ID.
You should also read:
- A few Amazon affiliate tips and my earnings of Mar. 2011
- Amazon Associate (Affiliate) Program Review: Why I love them
- MySQL: Counting Number of Records or Rows by a Foreign Column (from Another Table)
- How to hide and force the visitor to click your referral or affiliate link?
- MySQL: Find Duplicate Entry / Rows / Records


Facebook
Twitter
Google Plus
{ 7 comments… read them below or add one }
Hello!
Are you currently running a website using scraped ISBN data (other than military fiction books)?
I tried once but it’s not worth the effort so I closed it off.
I’ve heard that it is a good idea to check user’s IP and then redirect to the proper amazon site (with your aff link)
e.g.
for japan users -> http://www.amazon.co.jp
for UK users http://www.amazon.co.uk
Wow, I thought I could only use my affiliate id on amazon.com.
Is this link format still valid for people in North America, there is a an Amazon.ca but I prefer to buy from Amazon.com as they have a greater selection.
I think it is. But you can also use /gp/product/xxxxx.
Thanks for the idea,
How to filter the products with this method,
Pls blog about this
{ 1 trackback }