Skip to content

This sample website explains how you can use mixpanel to track user activities on your website

Notifications You must be signed in to change notification settings

IamAbhiKaushik/using-mixpanel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

using-mixpanel

This sample website explains how you can use mixpanel to track user activities on your website

Steps

These will be the steps

  1. Create an account on mixpanel.
  2. You will get an installation script for every language, I am using JavaScript here.
  3. Add that script just above your closing head code.



Now its installed, for documentations, visit: Official Docs

Adding code synetex to track events

Adding a few in my code

  1. Track website loading function onload(){ mixpanel.track("Website Loaded") }

About

This sample website explains how you can use mixpanel to track user activities on your website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published