I'm trying to write some javascript or jquery code to do in order to intercept any type of click inside a website, whether it is performed on a video, a link, image and all the other page elements, basically every type of click (if possible also distinguished between left and right button) on the entire area of the web page and save the coordinate data, the type of the click and address of the page in a db via an ajax call. Has anyone of you an idea of code about it?
Thanks to all