Quote:
|
Originally Posted by pdstein
I had two ideas of how to track the visitors identity through the 301 redirect. One idea was to look at the $HTTP_REFERER variable, but unfortunately in my tests that appeard to be blank after doing a 301 redirect. My second idea was to set a cookie before doing the 301 redirect, but that didn't seem to work. So, I guess it's back to the drawing board.
|
$HTTP_REFERER could work if you knew exactly who was passing the url. I don't and most likely would really never know exactly which urls my affiliates would use. If I policed them, then I will get (1) referal leakage (2) Disgruntled affiliates accustomed to not haveing to specify the url in order the get the lead. (not sounding to good now)
I haven't had any luck with cookies get and then a 301 redirect. Then again I'm a beginner/intermediate coder.. so I could be missing something.
gfriedm1 brought up a point about evaluating whether or not it's worth it in terms of PR.
John wrote a nice article of link weight distribution.. and I think that is more of a priority in the short term..
Anyway, if anyone finds a solution please post.
Cheers!