Forum Moderators: martinibuster
I have been doing a number of link trades and would like to know if there is a script or similar that would allow me to count the number of times people surfing my site click on a link to one of my referrers.
I would like to do this so I can track my outgoing traffic to my link trade partners to ensure i am giving my best link trade partners the most hits.
Thanks
Chris
One of the reasons : [webmasterworld.com...]
1. double the links in a page and put one between invisible <DIV> tags for search engines and the other pointing to a redirect page to record the clicks.
2. show different pages to users vs search engines (.htaccess). Easy to get caught even by an automatic robot and this will probably result in banning your site.
I look forward for a magic soution too
The original question is:
I would like to... track my outgoing traffic to my link trade partners.
Let me make this as clear as I can make it. A log tracking utility, for instance, a hosted tracker, can track the outgoing traffic to my link trade partners.
I remind you we're debating link trade partners not business partners or other types which means they will want a real link not one which looks nice in the owner's log tracking utility
or we can get back and define what a link partner is. Yours are probably "http://mysite.edu/redirect.php?id=102192" while mine are like "http://his_site.com/".
Dude, what planet are you on? You keep making things up to "prove" I'm wrong. Knock it off. Why don't you just admit you are mistaken and move on? For instance, your post# 5 is still wrong. And your last assumption shows that you clearly do not understand what I am referring to when I say, "hosted tracking solution".
A hosted tracking solution can involve as little as one line of JS at the bottom of a web page (for instance, right above the closing body tag) that can track any (let me clarify this for you, ANY) kind of exit link.
There is no need to modify an outbound link to track who uses it and when. Easy peasy.
<img id="counterimg" src="mygraphiccounter.pl" width="1" height="1">
<a href="thelink" target="newpage" onclick="counterimg.src='mygraphiccounter.pl?thelink'">
Without opening the link in a new page you may not see hits for faster sites.
It will also show you realtime stats as people are on your site at that very moment including their country, ip, isp, referrer and search string. They also have a FREE thirty day trial.
It's an affordable stats package, and it's not the only one that can do that little trick. So shop around for what is right for you.
[edited by: martinibuster at 8:04 am (utc) on Mar. 10, 2005]
Your post is so interesting to me - I've been using a php script on each link to track clicks for my clients (who pay for listing and actually value the fact I can track the clicks for them -- they've never even heard of SEO in most cases).
I'd like to try your approach because it just sounds a lot cleaner in every way. But, here's a question, can you exclude crawler 'clicks' with a solution like this? (With our php script we can either use robots.txt to exclude the bots altogether, or back them out of our homegrown reporting.) Also, since it's based on js, is there any problem if the user's browser isn't reading js?
If you have a moment to reply, I would appreciate it. And thanks for the illuminating post ... it appears you thought this was generally available info, but (apparently like some other folks) I was laboring under the assumption that outgoing clicks couldn't be tracked!
Laurie
>>>Also, since it's based on js, is there any problem if the user's browser isn't reading js?
Yeah, it's a problem. But if you have JS rollover navigation, they're going to be having problems with that as well. hehe