mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
bbb1a08ed3
Co-authored-by: locadex-agent[bot] <217277504+locadex-agent[bot]@users.noreply.github.com>
17 lines
418 B
Plaintext
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"
|
|
}
|
|
}
|
|
```
|