Update from code changes: document Savings analytics view - #7523
Merged
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
ethanpalm
approved these changes
Sep 25, 2026
ethanpalm
left a comment
Collaborator
There was a problem hiding this comment.
just a few small nits. lgtm!
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a page for the new Savings view on the analytics dashboard.
The dashboard now has a Savings section. A Time saved (hours) chart splits estimated hours across four sources: the Slack agent, self-updating automations, maintenance automations, and custom automations. A Money saved card shows the estimated support cost avoided and the number of questions the assistant answered. Source: https://github.com/mintlify/mint/pull/11892
Changes
analytics/savings.mdx. It explains both cards and how the numbers are estimated: hours come from the changed-line count of each merged PR, and money saved is $12 per question the assistant answers.Context
ANALYTICS_IMPRESSIONSentitlement. This is the same gate as the User engagement view, whose docs page doesn't mention it either, so this page leaves it out too.Note
Low Risk
Documentation-only changes with no runtime impact; the main consideration is publishing server-side calculation rules ($12/question, PR line thresholds) that stakeholders should confirm are intended for public docs.
Overview
Adds documentation for the new Savings analytics view so customers can understand ROI metrics in the dashboard.
A new
analytics/savings.mdxpage describes the Time saved (hours) breakdown (Slack agent, self-updating, maintenance, and custom automations) and documents how hours are estimated from merged PRs and changed-line tiers. It also covers the Money saved card, including the $12 per assistant-answered question formula and what counts as an answered conversation. Enterprise plan gating is called out via an<Info>block.The analytics overview gains a Savings navigation card, and
docs.jsonregisters the page in the Analytics sidebar (after User engagements).Reviewed by Cursor Bugbot for commit 4771067. Bugbot is set up for automated code reviews on this repo. Configure here.