i just wonder if there is posibility to track user activity on the webpage without reloading page? As far as i know only possibility is to reload the page by generating new URL on the server side (HTML, PHP).
But i wonder is there any possibility to track it for example when i change URL with JavaScript?
I would like to have any activity tracked - but in the same time i don't wanna reload page every single time (for example - when i change page using some filter - i would like it to be tracked but not reloading page).
Thank you in advice. Regards