Files
mintlify__docs/zh/integrations/analytics/hotjar.mdx
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

17 lines
418 B
Plaintext

---
title: "HotJar"
description: "使用 HotJar 收集用户反馈与热图。"
keywords: ["Hotjar integration", "user feedback", "session recordings", "behavior analytics"]
---
在你的 `docs.json` 文件中添加以下配置,将数据发送到 HotJar 进行 Analytics。
```json Analytics options in docs.json
"integrations": {
"hotjar": {
"hjid": "required",
"hjsv": "required"
}
}
```