Skip to content

feat: integrate Mintlify with Mixpanel analytics #65

@dangrondahl

Description

@dangrondahl

Description

Add Mixpanel analytics tracking to the Mintlify docs site by configuring the
Mixpanel integration in docs.json. Once enabled, Mintlify will automatically
track page views, search queries, feedback submissions, context menu
interactions, and navigation clicks.

Tasks

  • Obtain the Mixpanel project token from Mixpanel project settings
  • Add the integrations.mixpanel block to docs.json:
    "integrations": {
      "mixpanel": {
        "projectToken": "YOUR_MIXPANEL_PROJECT_TOKEN"
      }
    }
  • Verify events appear in the Mixpanel dashboard after deploying

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    platformMintlify config, deployment, GitHub apppriority: mediumImportant but not blocking

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions