I have developed some php tracking scripts to keep track of out going links from my web site. This way I can easily track my various marketing techniques (or lack of) through CTR. Using my script, sponsor or any out going links go from looking like this:
http://www.sponsor-host.com/site/affCode=213
to this:
http://www.my-domain.com/link.php?goto=somesite
where somesite is the name of the site the surfer will end up at. So if the link is going to the Jordan Carpi site, it will look like:
http://www.my-domain/link.php?goto=jordan_capri (non-working example)
My question is this ok with you folks, or would you consider this misleading, or (semi)blind?
TIA.