Forum Moderators: skibum

Message Too Old, No Replies

Will using a redirect link for an affiliate link affect the tracking?

Question.

         

HughMungus

4:24 am on Dec 30, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



So I have a database full of affiliate link code. On my page, I display everything as the affiliate wants, but, for the link I have something like, ...thispage.php?a=25 where "thispage.php" redirects to the affiliate link that corresponds to affiliate #25 in my database (so I can count clicks). I still have the tracking code on the page, but, I'm wondering if this should or would affect whether I'm getting commissions as I should. I'm concerned that since the page that's redirecting to the affiliate link doesn't have the tracking code in it that this might be a problem...

TIA

zoltan

2:39 pm on Dec 30, 2004 (gmt 0)

10+ Year Member



In my opinion, if you use 301 or 302 redirects on thispage.php you should be OK.

growingdigital

2:49 pm on Dec 30, 2004 (gmt 0)

10+ Year Member



I have done some testing and found that JavaScript redirects, meta refreshes, and server redirects all work the same as the link on the page. It's all about the cookie. If your method doesn't set the cookie, you need to try something else.

HughMungus

6:25 am on Jan 5, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Great. Thanks guys.