Tracking every click by a registered user?
cbrookins - July 16, 2008 - 01:09
Hi - a client wants a web site that they can generate a report, by registered user, a list of all website nodes and external URLs clicked on / or accessed by that user. Even better if the report included a datetime stamp of every user's click within the website. Of course if the data could be generated into MySQL somehow, we could create the report on our own.
Is this doable with Drupal with some existing modules? Track only seems to track what a registered user created, not what they viewed.
Thanks,
Chris

Click heatmap?
There's the click heatmap module, if that's what you're looking for.
Looking for more of a log, by authenticated user
Thanks for the reply! The heatmap is interesting, but I'm looking for a log of what links each authenticated user clicked on, and when, so I can see what my users are interested in over time. I don't need to know where they clicked on an image, or what they entered in forms, just the links clicked, which username clicked it, and when. Is this possible with one of the many statistics modules?
I dont know a specific
I dont know a specific module that does this but I know that Drupal can track hits. It would seam to me you could build a module easily that would attach to this and just add more to the query tracking hits for a node. There is alto the Google Analytics Module and you can pass custom code to Google to track things as you want it to.
Hope this helps.
-Steve
Steve Kessler skessler[at]denverdataman.com
Denver DataMan - http://www.denverdataman.com
Thanks
Thanks! I'll check out Google Analytics 1st