I need the 'click data' in raw form on the webserver. Due to security reasons I can not give any access of my website to third party.
If I get the raw click log somewhere on the server, I can use that for further analysis. I would like to know
- will the click log be automatically saved on the server (Apache)? If so, where it will be stored?
- if not automatic, how can we enable the server to store the clicks of all users?
My aim is to get raw click stream data of pages users visit on my website.