Here is a new module that allows a web site admin to track external clicks, such as ad campaigns and links in a newsletters. The idea is to pass external sites a special link, and the module will keep track of when this link is clicked. It keeps daily, weekly and total statistics per node, as well in groups.Download the click module.
Contents:
Comments
Chris Messina (not verified)
Hmm, AJAX?
Fri, 2005/11/11 - 00:19Hey Khaled! Thought I'd stop in and say hi! So about this module... wondering if you track clicks via AJAX or redirection. Basically if you add an onclick listener to every link, you'd make for a much more interesting way to track the data, since you could grab originating page, *which link on the page* as well as destination. Then again, I didn't get a chance to try it out, so it might already do this... ;)
How are things?
Khalid
No, it is not AJAX
Tue, 2005/11/15 - 21:40Hi Chris
No, it is not AJAX at all.
It transforms the "node/123" to a "click/123/0" where 0 is the "group/campaign".
--
Khalid Baheyeldin