Skip to content

Commit de78d53

Browse files
carlosdanielttCarlos Trevino
andauthored
Updates to heat maps beta docs (#1846)
Co-authored-by: Carlos Trevino <carlostrevino@vhhf74m7m4-carlostrevino.corp.mixpanel.com>
1 parent cb02391 commit de78d53

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

pages/docs/session-replay.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Heatmaps are powered by session replay data and automatically capture click inte
103103
### Implementation
104104
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

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

108108
### Using Heatmaps
109109
1. From the Home page, find the Heatmaps section

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -947,13 +947,15 @@ 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` |
950+
| `record_heatmap_data` | When true, Mixpanel will capture click events during replays to populate Heatmaps. Viewing Heatmaps is currently in Beta. | `false` |
951951

952952
### Heatmaps (Beta)
953953

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

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

958960
### Session Replay Methods
959961

0 commit comments

Comments
 (0)