Skip to content

Python scripts that calculate additional analytics using Mouseflow's REST API

Notifications You must be signed in to change notification settings

Violet329/BetterMFAnalytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BetterMFAnalytics

Python scripts that calculate additional analytics using Mouseflow's REST API that aren't available in the UI

To run you will first need to install required dependencies

pip install -r requirements.txt

city.py - Outputs top cities and countries of visitors

clickError.py - Outputs javascript errors found in recordings to a text file

heatmaps.py - Outputs additional heatmap analytics that aren't found in the UI

referrer.py - Outputs a list of referring sites by descending order

t_v.py - Outputs stats about most common tags and variables, also includes a way to search by tag/variable to get additional analytics

peak_low.py - Outputs peak and lowest visitors by date and time

users.py - Outputs stats about account users logins into a text file

About

Python scripts that calculate additional analytics using Mouseflow's REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages