Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify-mintlify-mixpanel-record-sessions-percent-17733730.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Add the following to your docs.json file to send analytics to Mixpanel.
Analytics options in docs.json
"integrations": {
    "mixpanel": {
        "projectToken": "YOUR_MIXPANEL_PROJECT_TOKEN",
        "recordSessionsPercent": 100
    }
}
Replace YOUR_MIXPANEL_PROJECT_TOKEN with your Mixpanel project token. You can find this in your Mixpanel project settings.

Configuration options

PropertyTypeDescription
projectTokenstringRequired. Your Mixpanel project token.
recordSessionsPercentnumberPercentage of user sessions to record (0-100). Session replay must be enabled in your Mixpanel project.

Tracked events

Mintlify automatically tracks the following user interactions:
  • Page views
  • Search queries
  • Feedback submissions
  • Context menu interactions
  • Navigation clicks
If you’re not seeing events in Mixpanel, ensure your project token is correct and that no content security policies are blocking the Mixpanel script.