Fullstory

以 Markdown 格式查看

集成 Fullstory 以捕获文档中的会话回放和用户交互。

1

获取您的 Fullstory Org ID

当您登录到 Fullstory 时,您的 Org ID 会显示在 URL 中:

https://app.fullstory.com/ui/<ORG_ID>/home

或者,您可以在设置 > 数据捕获和隐私 > Fullstory 设置中的代码片段中找到它,显示为 window['_fs_org']

更多详情请参阅 Fullstory 指南

2

将 Fullstory 添加到 docs.yml

在您的 docs.yml 文件中,添加您的 Fullstory Org ID:

docs.yml
1analytics:
2 fullstory:
3 org-id: ${FULLSTORY_ORG_ID} # reads your org id from environment variables