Forum Moderators: skibum
We run a UK site with an Amazon affiliate program. I was wondering if anyone had a solution to the problem of where to send foreign visitors when they click on your referral link?
I guess you could create flags that say 'Buy in the UK', 'Buy in the US' etc., but it seems a little clumsy.
Has anyone come up with a more elegant solution?
Cheers, Cy
Specialize vs Specialise
When I faced this problem, I came to the conclusion that you can discern the difference between UK/Europe and the rest of the world by looking at the time zone (offset from GMT) of the client browser. If 0 or 1 then send them to amazon.co.uk. This is easily done in ASP. In theory it could also be done in Javascript (and then you could rewrite the HREF of the link when the page load) - but I am not sure I got it working
That sounds like what I'm looking for! But it does sound a little complicated. I [italic]was[/italic] hoping to do it in Javascript for simplicity's sake, as I know absolutely zilch about asp (and javascript too if truth be known).
Perhaps I should go to a few of the free script libraries and see what I can find.
Cheers
Cy