Skip to main content

Integrations

Amplitude

Wire Amplitude into every docs page — add your api key to `integrations.amplitude` and the script loads on next deploy.

Product analytics with emphasis on behavioral cohorts, paths, and predictive revenue.

Configure

integrations.amplitudestringpathrequired

Amplitude API key. Script injects via <Script strategy="afterInteractive"> and loads from https://cdn.amplitude.com.

{
  "integrations": {
    "amplitude": "abc123..."
  }
}

Where to find your api key

Amplitude project → SettingsProjects → pick your project → API Key.

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.amplitude.com in script-src.

  • Removal: delete the integrations.amplitude key (or blank it in the dashboard) and redeploy — the script disappears on the next page load.

Related

Was this page helpful?

Last updated August 7, 2026