New Drupal Module: Click Thru Tracking
Sponsored Links
New Drupal Module: Click Thru Tracking
Submitted by Khalid on Wed, 2005/11/09 - 01:22Here 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.
»




Hmm, AJAX?
Hey 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?
No, it is not AJAX
Hi 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
Post new comment