Per-user link tracking for research
February 17, 2006 11:53 AM Subscribe
I'm a web server admin and have a university faculty member that wants to do a research project that would involve recording (on a per-user basis) the links clicked on a web site they have created. Suggestions???
They are interested in seeing how deep people will "drill" into the information. I'm not sure if they want to have the user log-in first or just track unique visitors on a per user basis. If they have a log-in, I'm guessing that it would have to be cookie-based. They are after more than just totals of how many hits each page gets and want to break it down to a "per-user" experience. I have to believe that this has been done before and scripts are out there. Thanks in advance for any suggestions!
posted by spock to computers & internet (10 answers total)
Apache has modules to do this for you... see this article:
http://techrepublic.com.com/5100-1035-5136752.html#
posted by gus at 12:01 PM on February 17, 2006