From 3e0d4ba0c4e3c08a5e4205ada31c36324885cc41 Mon Sep 17 00:00:00 2001 From: Jordan Morgan Date: Tue, 10 Mar 2026 13:38:07 -0500 Subject: [PATCH] Add Analytics page for Flows Add a new analytics.mdx doc that announces upcoming Flows analytics (launching in March) and provides a placeholder note. Also update dashboard-creating-flows/meta.json to include "analytics" in the docs ordering so the new page appears in the sidebar. --- .../dashboard/dashboard-creating-flows/analytics.mdx | 9 +++++++++ .../docs/dashboard/dashboard-creating-flows/meta.json | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 content/docs/dashboard/dashboard-creating-flows/analytics.mdx diff --git a/content/docs/dashboard/dashboard-creating-flows/analytics.mdx b/content/docs/dashboard/dashboard-creating-flows/analytics.mdx new file mode 100644 index 0000000..207bbe4 --- /dev/null +++ b/content/docs/dashboard/dashboard-creating-flows/analytics.mdx @@ -0,0 +1,9 @@ +--- +title: "Analytics" +sidebarTitle: "Analytics" +description: "Track dropoff, chart progress, and measure the performance of your flows." +--- + + +Flows analytics are launching in March. Superwall will make it easy to track dropoff, chart progress, and more in Flows. Come back soon for more details. + diff --git a/content/docs/dashboard/dashboard-creating-flows/meta.json b/content/docs/dashboard/dashboard-creating-flows/meta.json index 3924547..5328865 100644 --- a/content/docs/dashboard/dashboard-creating-flows/meta.json +++ b/content/docs/dashboard/dashboard-creating-flows/meta.json @@ -9,6 +9,7 @@ "ordering-screens", "flow-elements", "permission-prompts", - "tips" + "tips", + "analytics" ] }