From 321c12ba3cbf6d224838d6fedca467407b40f7e5 Mon Sep 17 00:00:00 2001 From: Madison Date: Fri, 17 Jul 2026 04:28:35 -0500 Subject: [PATCH] remove heatmaps wording --- docs-mintlify/guides/apps/analytics/overview.mdx | 2 +- docs-mintlify/guides/apps/analytics/replays-and-clickmaps.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-mintlify/guides/apps/analytics/overview.mdx b/docs-mintlify/guides/apps/analytics/overview.mdx index 9d8f5005b..b6396e4a9 100644 --- a/docs-mintlify/guides/apps/analytics/overview.mdx +++ b/docs-mintlify/guides/apps/analytics/overview.mdx @@ -12,7 +12,7 @@ Analytics is organized into four areas in the dashboard: - **Tables**: Browse rows across tables (events, users, contact channels, and more) with sorting, search, and incremental loading - **Queries**: Run and save reusable ClickHouse SQL queries - **Replays**: Watch session replays and filter by user, team, duration, activity window, and click count -- **Clickmaps**: See which elements get clicks on your pages (element-tied, not coordinate heatmaps) +- **Clickmaps**: See which elements get clicks on your pages See [Replays & Clickmaps](./replays-and-clickmaps) for the full guide to session replays and clickmaps. diff --git a/docs-mintlify/guides/apps/analytics/replays-and-clickmaps.mdx b/docs-mintlify/guides/apps/analytics/replays-and-clickmaps.mdx index 19143a9da..072f87bb8 100644 --- a/docs-mintlify/guides/apps/analytics/replays-and-clickmaps.mdx +++ b/docs-mintlify/guides/apps/analytics/replays-and-clickmaps.mdx @@ -6,7 +6,7 @@ description: "Record real user sessions and visualize where users click" Beyond raw events and SQL, Analytics ships two visual debugging tools: **Session Replays** (watch a real user's session play back) and **Clickmaps** (see where users actually click on a page). Both are sub-apps of Analytics - they turn on with the Analytics app and are captured automatically by the Hexclave client SDK, so there's no separate script tag to install. - Hexclave's spatial click visualization is called a **Clickmap** - it aggregates clicks per on-page element (with dead-click detection), rather than rendering a coordinate-density "heatmap." If you're looking for "heatmaps," this is the feature you want. + A **Clickmap** aggregates how many times each on-page element was clicked (with dead-click detection). Clicks are tied to DOM elements, not pixel coordinates. ## Requirements