Is there any complete solution for client-side logging? I need this tool or script to collect information about user actions (interaction with controls as clicks, form submits, using inputs…) and send it to the server.
Our system is closed web-based corporate solution, so, we can’t use any public statistics solutions.
Is there any complete solution for client-side logging? I need this tool or script
Share
Well, you could consider implementing a heatmap.
For a start, take a look at this one from from Labs’ Media
And this jQuery plugin which you could tweak as per your requirement.