/stackoverflow--visitor-tracker

A proof of concept for WWW user tracking. https://stackoverflow.com/a/52553126/4494577

Primary LanguageHTMLMIT LicenseMIT

Visitor Tracker

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.

Usage

Simply link visitor-tracker.js in your web page and watch the console.

Events

Watches for:

  • mouse clicks
  • mouse moves
  • scroll state change
  • viewport size change
  • DOM mutations

Acknowledgements

Template used in the example is Just One Page taken from Bootstrap Zero.