  jayco437 Premium join:2001-08-11 El Paso, TX
·AT&T Southwest
| reply to tao Re: 404 for active page ??
Server stats don't track outgoing links. You need to implement some kind of click handler, like a transition page that redirects so you can register the click.
The parent site will be able to track who the referrer was, but you can't really tell who you referred to (kind of a privacy issue).
Its relatively easy, just create an "out.php" page, and pass the referral site in the querystring. Do a redirect based on the querystring. The hit to "out.php?site=http://parentsite.url/" will get logged like a regular hit, and you can parse it further from there. |