Skip to content

Commit 004c4aa

Browse files
carlosdanielttCarlos Trevino
andauthored
Updated docs for heat maps beta (#1845)
Co-authored-by: Carlos Trevino <carlostrevino@vhhf74m7m4-carlostrevino.corp.mixpanel.com>
1 parent 522f389 commit 004c4aa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pages/docs/session-replay.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Heatmaps are currently in private, closed beta. For early access, please contact
101101
Heatmaps are powered by session replay data and automatically capture click interactions when enabled. Users can generate heatmaps for specific pages to get deeper insights into user engagement.
102102

103103
### Implementation
104-
Ensure you have Session Replay set up, and click interaction tracking enabled. Session Replays are required for Heatmaps to work.
104+
Ensure you have Session Replay set up, and [click interaction tracking enabled](/docs/tracking-methods/sdks/javascript#heatmaps-beta). Session Replays are required for Heatmaps to work.
105105

106106
Note: if you already utilize Mixpanel's [autocapture functionality](/docs/tracking-methods/autocapture) to capture clicks, then these clicks can be used to populate Heatmaps
107107

pages/docs/tracking-methods/sdks/javascript.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,13 @@ Note: This is the only change needed in your existing JavaScript SDK setup to en
947947
| `record_min_ms` | Minimum length of a single replay in milliseconds. Up to 8 seconds is supported. If a replay does not meet the minimum length, it will be discarded. | `0`<br/>(0 seconds) |
948948
| `record_sessions_percent` | Percentage of SDK initializations that will qualify for replay data capture. A value of "1" = 1%. | `0` |
949949
| `record_canvas` | When true, Mixpanel will record snapshots of `<canvas>` elements on your site at up to 15 frames per second | `false` |
950+
| `record_heatmap_data` | When true, Mixpanel will capture click events during replays to populate heatmaps. Viewing heatmaps is currently in Beta. | `false` |
950951

952+
### Heatmaps (Beta)
953+
954+
In order to collect data to populate heatmaps, use the `record_heatmap_data` init option.
955+
956+
Note that heatmaps are currently in private, closed beta. For early access, please contact your Account Manager.
951957

952958
### Session Replay Methods
953959

0 commit comments

Comments
 (0)