Mixpanel

Mixpanel

💡
Follow this guide to get Mixpanel setup in your Divjoy codebase. Click the ▶︎ icon next to any step to see a detailed walkthrough with screenshots. If anything is confusing please reach out.

Basic Setup

Signup for Mixpanel and copy your project token.

Click the dropdown and switch from "HTML Snippet" to "NPM"

image

Just copy the token, which you can see highlighted in the screenshot below. You don't need to follow the instructions because Divjoy has everything setup for you already.

image

You can also find your project token by navigating to your project settings via the gear dropdown menu in the top right.

image

  • Add your project token to your codebase .env file.

🙌
You should now have a working Mixpanel analytics in your web app