feat: add analytics docs page#1464
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Risk MEDIUM: Adds a new analytics documentation page with sidebar navigation changes.
Reasons
- A new MDX page is added (
content/send-notifications/analytics.mdx), which triggers MEDIUM risk per classification rules. - Sidebar navigation is modified (
data/sidebars/platformSidebar.ts), adding a new entry to the "Send notifications" section. - The content is well-structured and follows existing patterns, with no component or layout changes.
- No HIGH risk triggers are present (no shared components, no package changes, no build config changes).
- The diff is modest at 82 additions with clear, focused scope on a single documentation section.
Notes
- Verify all internal links resolve correctly (e.g.,
/concepts/environments,/manage-your-account/data-retention,/send-notifications/message-statuses#delivery-status,/in-app-ui/guides/analytics-and-observability). - The page references a
TODOcomment for a screenshot — confirm whether this is intentional for initial merge or should be addressed before shipping. - Check that the sidebar placement of "Analytics" between "Link & open tracking" and "Testing workflows" is the desired ordering.
Sent by Cursor Automation: Docs PR classifier
| "delivery rates", | ||
| "dashboard", | ||
| ] | ||
| section: Send notifications |
There was a problem hiding this comment.
I wonder if we should move Message statuses, Link & open tracking, and Analytics into a new section (maybe called Analytics? and this page becomes Overview?). I don't feel super strongly about this, but wanted to throw it out there.
There was a problem hiding this comment.
I'd lean towards just adding this page now. In the future if we add more analytics docs, we could break it out.
| - **Workflow key.** One line per [workflow](/concepts/workflows). | ||
| - **Guide key.** One line per [guide](/concepts/guides). | ||
|
|
||
| For example, grouping by engagement status renders a separate line for read, link clicked, seen, archived, and interacted, so you can compare how recipients engage over time. You can also set the chart type used to render the series. |
There was a problem hiding this comment.
It would be good to include a visual above this.
Co-authored-by: Scoti Dodson <scotidodson@gmail.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 4ab45fd. Configure here.



Description
Adds a new analytics page to the docs so we can document some of the upcoming dashboard analytics page changes.
Tasks
KNO-13428