Mixpanel
Track events on your documentation site with Mixpanel.
Mixpanel provides event-based analytics for tracking how readers use your documentation. Enable the integration to send page views and events to your Mixpanel project.
Prerequisites
-
A Mixpanel account with a project created
-
Your Mixpanel project token
-
Publishing access to your documentation project
Configure from the Editor
Open Site Config
In the Editor, click Site Config in the top toolbar.
Navigate to Integrations
Select Integrations from the left sidebar.
Enable Mixpanel
Select Mixpanel and enter your project token.
Publish
Click Publish to deploy the integration to your live site.
Configure via documentation.json
Add the mixpanel key under integrations in your documentation.json:
{
"integrations": {
"mixpanel": {
"projectToken": "your_project_token"
}
}
}
| Property | Type | Required | Description |
|---|---|---|---|
projectToken | string | Yes | Your Mixpanel project token |
Where to find your project token
-
Sign in to Mixpanel.
-
Go to Settings → Project Settings.
-
Copy the Project Token value.
What's next
-
Analytics and Chat Integrations — overview of all supported integrations
-
Amplitude — event-based analytics with Amplitude
-
Analytics overview — view traffic and engagement data for your documentation
Last updated 1 day ago
Built with Documentation.AI