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
预约演示登录免费开始
在本页
  • Page views
  • Feedback events
  • API playground events
  • Search and AI events
  • Error events
  • CLI and Dashboard events
分析与集成

Analytics events reference

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

Mixpanel

下一个

Fullstory

This page lists every analytics event Fern emits from your documentation site. The Forwarded to column in each table shows which configured providers receive that event — not every provider receives every event.

FullStory and Intercom provide session recording and live chat respectively. They don’t receive the named events listed below.

Page views

EventDescriptionForwarded to
$pageviewFired on every route change. Includes the current URL.PostHog, Segment
$pageleaveFired when a user navigates away from a page.PostHog

Page view tracking is automatic and requires no additional configuration. GA4 and Google Tag Manager (GTM) handle their own page view tracking natively when configured.

Feedback events

These events are emitted by the on-page feedback widget and the Ask Fern feedback component.

EventDescriptionForwarded to
feedback_votedUser clicked the thumbs up or thumbs down button.PostHog, GA4, GTM
feedback_submittedUser submitted written feedback after voting.PostHog, GA4, GTM
code_block_feedback_openedUser opened the feedback prompt on a code block.PostHog, GA4, GTM
code_block_feedback_submittedUser submitted feedback on a code block.PostHog, GA4, GTM

API playground events

These events track usage of the API Explorer.

EventDescriptionForwarded to
api_playground_request_sentUser sent a request from the API Explorer.PostHog, GA4, GTM
api_playground_request_receivedA response was received in the API Explorer.PostHog, GA4, GTM

Search and AI events

These events track search and Ask Fern usage.

EventDescriptionForwarded to
ask_ai_suggestAn Ask Fern suggestion was generated.None (Fern internal only)

Error events

These events help identify broken pages and missing content.

EventDescriptionForwarded to
not_foundA visitor hit a 404 page.PostHog, GA4, GTM

CLI and Dashboard events

The Fern CLI and Dashboard emit their own analytics events for internal product telemetry (command usage, onboarding funnels, billing events, etc.). These aren’t forwarded to your analytics providers and are used only by Fern for product improvement.

CLI telemetry can be disabled by setting the FERN_TELEMETRY_DISABLED environment variable or adding telemetry.enabled: false to ~/.fernrc.