> ## Documentation Index
> Fetch the complete documentation index at: https://www.mintlify.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Pirsch

> 将 Pirsch 集成到你的 Mintlify 文档，实现符合 GDPR 的无 Cookie 分析跟踪，不收集个人数据。

在你的 `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>


## Related topics

- [Analytics 集成](/zh/integrations/analytics/overview.md)
- [docs.json schema 参考](/zh/organize/settings-reference.md)
