Im kind of new to javascript and database processing.
Is there a way that every time users enter a page, mouse movements begin to be recorded, and as soon as the user leaves the page, all data (Coords x and y and time) are stored in the database for subsequent analysis?
I know that many sites do this, so there should be an easy way to do this.
An example would be nice, my database is MySql, my site is in Wordpress.
source
share