> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.another-horizon.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# Pirsch

> 使用 Pirsch 收集注重隐私的分析数据。

在你的 `docs.json` 文件中添加以下配置，将 Analytics 发送到 Pirsch。

你可以在 Settings > Developer > Identification Code 中获取你的网站 ID。

<CodeGroup>
  ```json docs.json 中的 Analytics 选项 theme={null}
  "integrations": {
      "pirsch": {
          "id": "required"
      }
  }
  ```

  ```json 示例 theme={null}
  "integrations": {
      "pirsch": {
          "id": "8Kw7OKxBfswOjnKGZa7P9Day8JmVYwTp"
      }
  }
  ```
</CodeGroup>
