Event-first product analytics. Good for funnel analysis, cohort retention, and A/B test readouts.
Configure
integrations.mixpanelstringpathrequiredMixpanel Project token. Script injects via <Script strategy="afterInteractive"> and loads from https://cdn.mxpnl.com.
{
"integrations": {
"mixpanel": "abc123def456..."
}
}Where to find your project token
Mixpanel project → Settings → Access Keys → Project Token.
Or set it from the dashboard — Editor → Configurations → AI & Advanced → Integrations.
Loading behavior
Strategy:
afterInteractive— injected after page interactivity, so it never blocks first paint.CSP: if you enforce a Content Security Policy, allowlist
https://cdn.mxpnl.cominscript-src.Removal: delete the
integrations.mixpanelkey (or blank it in the dashboard) and redeploy — the script disappears on the next page load.
Related
Schema reference —
integrations— auto-generated field listing