A proof of concept for WWW user tracking. Tracks user actions and outputs them to the console. Tested with Chrome only.
For the live demo click here.
Also used as a reference for How to create Hotjar like application? SO answer.
Simply link visitor-tracker.js
in your web page and watch the console.
Watches for:
- mouse clicks
- mouse moves
- scroll state change
- viewport size change
- DOM mutations
Template used in the example is Just One Page taken from Bootstrap Zero.