Skip to main content

Integrations

Pirsch

Wire Pirsch into every docs page — add your id to `integrations.pirsch` and the script loads on next deploy.

German-made privacy-first analytics. EU-hosted, cookieless, no consent banner required.

Configure

integrations.pirschstringpathrequired

Pirsch ID. Script injects via <Script strategy="afterInteractive"> and loads from https://api.pirsch.io.

{
  "integrations": {
    "pirsch": "abc123"
  }
}

Where to find your id

Pirsch dashboard → domain settings → Identification Code.

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://api.pirsch.io in script-src.

  • Removal: delete the integrations.pirsch 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