mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
bd053dedb6
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
57 lines
2.5 KiB
Plaintext
57 lines
2.5 KiB
Plaintext
---
|
|
title: "Analytics overview"
|
|
description: "Explore the Mintlify analytics dashboard to measure documentation traffic, assistant conversations, search queries, engagement, and reader feedback."
|
|
keywords: ["analytics", "metrics", "page views", "traffic", "trends", "insights", "impressions", "CTA", "call-to-action"]
|
|
boost: 3
|
|
---
|
|
|
|
<Info>
|
|
Analytics require a [Pro or Enterprise plan](https://mintlify.com/pricing?ref=analytics).
|
|
</Info>
|
|
|
|
The [analytics](https://app.mintlify.com/analytics) page in your dashboard shows how visitors find and use your documentation. Use these signals to identify valuable pages, discover content gaps, and track changes over time.
|
|
|
|
Analytics data typically appears within a few minutes of an interaction. Very recent events might not appear immediately.
|
|
|
|
## Select an analytics view
|
|
|
|
<Card title="Traffic" horizontal icon="chart-line" href="/analytics/traffic">
|
|
Track visitors, page views, referrals, and human and agent traffic.
|
|
</Card>
|
|
<Card title="Assistant" horizontal icon="message-square" href="/analytics/assistant">
|
|
Review assistant usage, conversation topics, satisfaction, and transcripts.
|
|
</Card>
|
|
<Card title="Search" horizontal icon="search" href="/analytics/search">
|
|
Analyze search volume, frequent queries, and click-through rates.
|
|
</Card>
|
|
<Card title="User engagements" horizontal icon="route" href="/analytics/user-engagements">
|
|
Understand content actions, navigation paths, and search and assistant funnels.
|
|
</Card>
|
|
<Card title="Feedback" horizontal icon="square-dashed-text" href="/optimize/feedback">
|
|
View feedback over time, review specific ratings and written feedback, and track follow-up work.
|
|
</Card>
|
|
<Card title="Export analytics" horizontal icon="file-chart-column" href="/analytics/export">
|
|
Export dashboard data to CSV for analysis, reporting, or archival.
|
|
</Card>
|
|
<Card title="Stream analytics events" horizontal icon="database" href="/analytics/streaming">
|
|
Send analytics events to Amazon S3 for downstream processing.
|
|
</Card>
|
|
|
|
## Filter by time period
|
|
|
|
Use the range selector in an analytics view to adjust the time period for the displayed data. Exports also use the selected time range.
|
|
|
|
<Frame>
|
|
<img
|
|
src="/images/analytics/range-selector-light.png"
|
|
alt="The range selector expanded to show options for viewing different time periods of data."
|
|
className="block dark:hidden"
|
|
/>
|
|
|
|
<img
|
|
src="/images/analytics/range-selector-dark.png"
|
|
alt="The range selector expanded to show options for viewing different time periods of data."
|
|
className="hidden dark:block"
|
|
/>
|
|
</Frame>
|