Skip to content

jorgeramirez/tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tracker

A tiny library to track browser events. The code is primarily from turkey, with just minor adaptations to make it work outside Amazon Mechanical Turk.

Build & Usage

You can build the library by running build.sh, and you are ready to import builds/tracker.js and use the registered auditors in your frontend code.

Add the following line to setup the library (once imported)

requestAnimationFrame(setupTracker);

once set, the library automatically starts listening for events, you can obtain a snapshot by

window.auditor.dump()

About

A tiny library to track browser events for behavior analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors