Gossamer Forum
Home : Products : Gossamer Links : Discussions :

amazon direct links

Quote Reply
amazon direct links
This is something that's been bothering me for awhile and may well affect other Links users. Somewhere around a year ago (very rough estimate), Amazon.com changed something with their direct linking where what formally took you to the product page now takes you to a intermediate page with a brief description and a lot of other related items. You have to then click on the desired item to get to the full page.

Given Amazon's 5/15% commission system, I've had this uneasy feeling that that requisite click through is dropping all direct links down to the 5% level... I haven't been able to find anything mentioning that, though, and the build-a-link tools still build links that point to that intermediate page, so the method at least seems current. At any rate, I've had very few 15% commissions since around the time that change was made...

I just discovered you can format the URLs differently, however. Instead of:

http://www.amazon.com/exec/obidos/ASIN/...

you can do:

http://www.amazon.com/exec/obidos/tg/detail/-/...

and it will go directly to the desired product page. If you have a lot of such links that you want to update, here is a MySQL query that will do the trick:

UPDATE Links SET URL = REPLACE(URL, 'http://www.amazon.com/exec/obidos/ASIN', 'http://www.amazon.com/exec/obidos/tg/detail/-')
WHERE URL LIKE '%http://www.amazon.com/exec/obidos/ASIN%';

Dan
Subject Author Views Date
Thread amazon direct links Dan Kaplan 5260 Aug 23, 2002, 9:21 AM
Thread Re: [Dan Kaplan] amazon direct links
yogi 5132 Aug 23, 2002, 12:47 PM
Thread Re: [yogi] amazon direct links
Dan Kaplan 5137 Aug 23, 2002, 12:52 PM
Thread Re: [Dan Kaplan] amazon direct links
pugdog 5109 Aug 23, 2002, 3:23 PM
Thread Re: [pugdog] amazon direct links
Dan Kaplan 5117 Aug 23, 2002, 3:29 PM
Thread Re: [Dan Kaplan] amazon direct links
Dan Kaplan 5118 Aug 25, 2002, 9:53 AM
Thread Re: [Dan Kaplan] amazon direct links
gotze 5080 Aug 25, 2002, 12:08 PM
Post Re: [gotze] amazon direct links
Dan Kaplan 5068 Aug 25, 2002, 7:03 PM
Thread Re: [Dan Kaplan] amazon direct links
yogi 5102 Aug 25, 2002, 3:19 PM
Thread Re: [yogi] amazon direct links
pugdog 5046 Aug 26, 2002, 8:23 AM
Thread Re: [pugdog] amazon direct links
Dan Kaplan 5055 Aug 30, 2002, 10:23 PM
Post Re: [Dan Kaplan] amazon direct links
Dan Kaplan 5002 Aug 31, 2002, 5:18 PM