You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/docs/session-replay.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Heatmaps are powered by session replay data and automatically capture click inte
103
103
### Implementation
104
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.
105
105
106
-
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
106
+
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.
Copy file name to clipboardExpand all lines: pages/docs/tracking-methods/sdks/javascript.mdx
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -947,13 +947,15 @@ Note: This is the only change needed in your existing JavaScript SDK setup to en
947
947
|`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) |
948
948
|`record_sessions_percent`| Percentage of SDK initializations that will qualify for replay data capture. A value of "1" = 1%. |`0`|
949
949
|`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`|
950
+
|`record_heatmap_data`| When true, Mixpanel will capture click events during replays to populate Heatmaps. Viewing Heatmaps is currently in Beta. |`false`|
951
951
952
952
### Heatmaps (Beta)
953
953
954
-
In order to collect data to populate heatmaps, use the `record_heatmap_data` init option.
954
+
In order to collect data to populate Heatmaps, use the `record_heatmap_data` init option.
955
955
956
-
Note that heatmaps are currently in private, closed beta. For early access, please contact your Account Manager.
956
+
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.
957
+
958
+
Note: Heatmaps are currently in private, closed beta. For early access, please contact your Account Manager.
0 commit comments