docs.json 文件中添加以下内容,将 Analytics 数据发送到 Microsoft Clarity。
获取项目 ID
- 创建一个 Clarity 帐户。
- 点击 Get tracking code。
- 从跟踪代码中复制项目 ID。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
使用 Microsoft Clarity 的 Analytics 跟踪用户会话。
docs.json 文件中添加以下内容,将 Analytics 数据发送到 Microsoft Clarity。
"integrations": {
"clarity": {
"projectId": "required"
}
}
"integrations": {
"clarity": {
"projectId": "abc123xyz"
}
}