AnalyticsPirsch
Analytics

Pirsch

Monitor web traffic on your documentation site with Pirsch, a privacy-friendly analytics platform.

Pirsch provides privacy-friendly web analytics that comply with GDPR without requiring cookie consent banners. Enable the integration to monitor traffic on your documentation site.

Prerequisites

  • A Pirsch account with a site configured

  • Your Pirsch identification code

  • Publishing access to your documentation project

Configure from the Editor

Open Site Config

In the Editor, click Site Config in the top toolbar.

Navigate to Integrations

Select Integrations from the left sidebar.

Enable Pirsch

Select Pirsch and enter your identification code.

Publish

Click Publish to deploy the integration to your live site.

Configure via documentation.json

Add the pirsch key under integrations in your documentation.json:

{
  "integrations": {
    "pirsch": {
      "identificationCode": "your_identification_code"
    }
  }
}
PropertyTypeRequiredDescription
identificationCodestringYesYour Pirsch identification code

Where to find your identification code

  1. Sign in to Pirsch.

  2. Go to SettingsIntegration.

  3. Copy the Identification Code value.

What's next