Delv
Mixpanel
Getting Started Guide

How to Use Mixpanel

A practical guide to get you up and running with Mixpanel. Written by Delv Editorial, Delv Team.

Getting started with Mixpanel

In this guide, you will learn how to set up Mixpanel and track user behaviour, funnels, and retention effectively. By the end, you'll be ready to gain insights that can drive your product development.

Step 1: Sign up and set up

  1. Go to Mixpanel's website.
  2. Click on the “Get Started Free” button.
  3. Fill in your details (email, password) and click “Sign Up”.
  4. Choose your plan. The free tier allows you to track up to 20 million events per month.
  5. Confirm your email address via the link sent to you.
  6. Log in to your Mixpanel account and follow the onboarding prompts to set up your project.

Step 2: Your first event tracking

  1. Navigate to the "Data" tab on the left-hand menu.
  2. Click on “Events” and then “Add Event”.
  3. Name your event (e.g., "Button Click") and define the properties (e.g., button name).
  4. Implement the Mixpanel tracking snippet in your app or website as instructed in the setup guide.
  5. Test your implementation by performing the action you wish to track (e.g., clicking the button).
  6. Go back to the “Events” section in Mixpanel; you should see your event data populate in real-time.

Step 3: Get better results

  1. Use the “Insights” tab to create reports. Click on “Create Report” and select “Insights”.
  2. Choose the event you want to analyse and set the date range.
  3. Filter by properties to see specific user segments (e.g., users who clicked a button).
  4. Use the “Funnels” feature to track user paths. Click on “Funnels” and create a new funnel to see how users move from one event to another.
  5. Regularly check the “Retention” reports to understand how well you are keeping users engaged over time.

Pro tip

Use Mixpanel's “Cohorts” feature to segment users based on specific behaviours. This allows for targeted analysis and improved engagement strategies. Navigate to “Cohorts” and create a cohort based on your defined criteria to track user behaviour over time.

Common mistake to avoid

Avoid neglecting to test your event tracking implementation. Always perform actions that you want to track and check if they appear in Mixpanel before relying on the data for analysis. Missing events can lead to inaccurate insights and decisions.