文档
生成精美的交互式文档网站
集成 Fullstory 以捕获文档中的会话回放和用户交互。
当您登录到 Fullstory 时,您的 Org ID 会显示在 URL 中:
https://app.fullstory.com/ui/<ORG_ID>/home
或者,您可以在设置 > 数据捕获和隐私 > Fullstory 设置中的代码片段中找到它,显示为 window['_fs_org']。
window['_fs_org']
更多详情请参阅 Fullstory 指南。
将 Fullstory 添加到 docs.yml
docs.yml
在您的 docs.yml 文件中,添加您的 Fullstory Org ID:
1analytics:2 fullstory:3 org-id: ${FULLSTORY_ORG_ID} # reads your org id from environment variables