User Activity Tracking using javascript library [closed]

You can use ready-made solutions:

You can do amazing stuff with Google Analytics and its Event Tracker:

If you’re looking for a custom-made solution, you can try the following one with PHP and JavaScript:

Keep in mind that using third-party solutions is better performance-wise. Writing the coordinates of the mouse movements in a database in real time, needs a lot of resources.

Leave a Comment