remove heatmaps wording

This commit is contained in:
Madison 2026-07-17 04:28:35 -05:00
parent 38897fbc54
commit 321c12ba3c
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.
<Info>
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.
</Info>
## Requirements