Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"group": "Guides",
"pages": [
"guides/migration",
"guides/analytics",
"guides/assistant",
"mcp",
"guides/cursor",
Expand Down
49 changes: 49 additions & 0 deletions guides/analytics.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: "Analytics"
description: "See information about your docs' performance in your dashboard"
icon: "chart-line"
---

The analytics page provides insights into how your documentation is performing, helping you identify improvement opportunities and track changes over time.

## Accessing analytics

Navigate to the **Analytics** tab in your [dashboard](https://dashboard.mintlify.com/products/analytics).

Use the range selector to adjust the time period for displayed data.

## Analytics tabs

The analytics dashboard has three main sections:

### Overview
View traffic and other high-level insights about your docs.

- **Visitors**: Unique visitors.
- **Views**: Total page views.
- **Actions**: Combined count of API calls, navbar link clicks, and CTA button clicks.

Check warning on line 24 in guides/analytics.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

guides/analytics.mdx#L24

Did you really mean 'navbar'?
- **Popular Pages**: Most-visited pages with view counts.
- **Referrers**: Top traffic sources directing users to your docs.

### Feedback
Monitor user satisfaction through voting data:

- **Liked by viewers**: Pages with the most positive feedback (thumbs up votes).
- **Needs improvement**: Pages with the most negative feedback (thumbs down votes).

### Search
Understand how users search within your documentation.

- **Total queries**: Search volume.
- **Top searches**: Most-searched terms.
- **Low-confidence searches**: Queries that may not have found relevant results.

## Improving your docs with analytics

Use your analytics to enhance the user experience of your docs:

**Review popular content**: Ensure your most-visited pages contain current, accurate information and consider expanding successful topics.

**Address feedback concerns**: Investigate pages with negative feedback to identify and resolve user pain points.

**Optimize for search**: Review top search queries so that relevant pages are discoverable and up-to-date. Pay attention to low-confidence searches that might indicate content gaps.