mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
remove heatmaps wording
This commit is contained in:
parent
38897fbc54
commit
321c12ba3c
@ -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.
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user