Files
locadex-agent[bot] bbb1a08ed3 docs(locadex): update translations (#1778)
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
2025-11-14 14:44:09 -08:00

29 lines
600 B
Plaintext

---
title: "Pirsch"
description: "使用 Pirsch 收集注重隐私的分析数据。"
keywords: ["Pirsch Analytics", "隐私分析", "identification code", "符合 GDPR"]
---
在你的 `docs.json` 文件中添加以下配置,将 Analytics 发送到 Pirsch。
你可以在 Settings \> Developer \> Identification Code 中获取你的网站 ID。
<CodeGroup>
```json docs.json 中的 Analytics 选项
"integrations": {
"pirsch": {
"id": "required"
}
}
```
```json 示例
"integrations": {
"pirsch": {
"id": "8Kw7OKxBfswOjnKGZa7P9Day8JmVYwTp"
}
}
```
</CodeGroup>