ServerFault Hijacks Amazon Links
I just discovered something interesting in the way ServerFault handles links to Amazon. In a post regarding Google's infrastructure, I recommended a book, Scalable Internet Architectures, with a link to it on Amazon. The link I put in the comment is the same one here in this post. It's not an affiliate link, just a plain link to the book's page. After the post was saved and displayed on the question page, I noticed that the link had changed. Editing the post shows the link I entered, but the display shows a different link as follows:
http://rads.stackoverflow.com/amzn/click/067232699X
It appears that their view generator for the answers has some code which sniffs out links to Amazon and replaces them with an internal link to their ad server. This link generates a 302 redirect to Amazon:
http://www.amazon.com/dp/067232699X/?tag=stackoverfl08-20
That URL includes their Amazon Associates tag, so if someone were to click the link and purchase the book, ServerFault would get a referral fee credited to them. Now, I'm not saying that this is wrong or that they shouldn't be doing it, but I don't recall seeing anything about this mentioned anywhere else. To the contrary, the sites that are part of the Stack Overflow network (like ServerFault) are the best of their kind. Unlike some "other" question and answer sites, they don't charge us for the priviledge of assisting our peers (and getting a little help when we need it). They deserve to be compensated for their efforts. I just wasn't expecting a link in one of my posts to get hijacked. It would have been nice if their editor detected the Amazon link and gave me a little note, "Hey, we see you're posting a link to Amazon. We're going to alter that a bit so we can track it and earn some flow, mmm-kay?" Now, if you're a network junkie, go to ServerFault and help some people that aren't as smart as you are. :)
Recent Comments