Skip to content
This repository has been archived by the owner on Nov 12, 2020. It is now read-only.

jannis-baratheon/stackoverflow--visitor-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.