For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
预约演示登录免费开始
  • 入门
    • 概览
    • 工作原理
    • 快速开始
    • 项目结构
    • Customer showcase
    • 变更日志
  • 配置
    • 概览
    • 站点级设置
    • 页面级设置
  • 编写内容
    • Markdown 基础
    • Markdown 中的富媒体
    • Fern 编辑器
    • 可复用代码片段
  • AI 功能
    • 概览
    • Fern Writer
    • AI 生成的示例
    • Markdown 访问
      • 概览
      • Agent 指令
      • 智能体指令
      • 分析与集成
    • MCP 服务器
    • API 目录发现
      • 概览
      • Postman
      • LaunchDarkly 功能标志
      • Segment
      • Mixpanel
      • Analytics events reference
      • Fullstory
      • Intercom
      • Postman 集成
      • Context7
  • Public API
    • GETJWT from Fern API key
    • GETAlgolia search credentials
    • GETCurrent user information
  • Fern Writer API
    • GETGet Fern Writer Install Link
Checking status...
SOC2Soc 2 Type II
© 2026 Fern • Birch Solutions, Inc., a Postman company

Documentation

SDKsDocsAsk FernCLI Reference

API Definitions

OpenAPIAsyncAPIOpenRPCgRPC

Resources

BlogSupportPricing

Company

Brand KitPrivacy PolicyTerms of Service
LogoLogo
预约演示登录免费开始
分析与集成

Fullstory

||以 Markdown 格式查看|
此页面是否有帮助?
在仪表板中编辑
上一个

Analytics events reference

下一个

Intercom

集成 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