Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/docs/session-replay.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ When you enable Session Replay, use the above proxy metric to determine a starti

#### Am I able to sample our Session Replay collection rate?

Yes, you can configure the percentage of total replays that our SDK will capture as a sampling rate or manually trigger/end replay capture.
Yes, you can configure the percentage of total replays that our SDK will capture as a sampling rate or manually trigger/end replay capture.
4 changes: 2 additions & 2 deletions pages/docs/session-replay/heatmaps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Heatmaps only capture data during sessions with recorded replays. If a page has

Ensure you have Session Replay set up using our Javascript SDK (see [developer guide on implementing Session Replay](/docs/tracking-methods/sdks/javascript/javascript-replay)), with the `record_heatmap_data` set to `true`.

Clicks recorded using `record_heatmap_data` will only capture clicks while an a session recording is in progress. These clicks are sent as `$mp_click` and will not be counted against your plan data allowance.
Clicks recorded using `record_heatmap_data` will only capture clicks while an a session recording is in progress. Events generated by `record_heatmap_data` are free only when a session recording is taking place.** These clicks are sent as `$mp_click` and will not be counted against your plan data allowance.

Currently, heatmaps are not available on our Mobile Session Replay SDKs.

Expand Down Expand Up @@ -69,7 +69,7 @@ mixpanel.init('YOUR_PROJECT_TOKEN', {
```

<Callout type="info">
Clicks generated by `record_heatmap_data` are exempt from your plan data allowance. Clicks generated by [Autocapture](/docs/tracking-methods/autocapture) are billable events.
Clicks generated by `record_heatmap_data` are exempt from your plan data allowance only when a session recording is taking place. Clicks generated by [Autocapture](/docs/tracking-methods/autocapture) are billable events.
</Callout>

### Using Heatmaps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ The `record_heatmap_data` option (Web only; not available on mobile) enables fou

These events are only captured when a session recording is in progress, and they are exempt from your plan data allowance.

**Important:** Session Replay must be enabled for `record_heatmap_data` to work. Heatmaps only collect data during sessions with recorded replays. If a page has limited replay coverage, the resulting Heatmap may provide limited or less meaningful insights.
Session Replay must be enabled for `record_heatmap_data` to work. Heatmaps only collect data during sessions with recorded replays. If a page has limited replay coverage, the resulting Heatmap may provide limited or less meaningful insights.

**Example Usage**

Expand Down