File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
pages/docs/tracking-methods/sdks/javascript Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -174,11 +174,12 @@ mixpanel.get_session_replay_url();
174174
175175## Heatmaps, Rage Clicks, and Dead Clicks (Web Only)
176176
177- The ` record_heatmap_data ` option (Web only; not available on mobile) enables three types of interaction tracking during replay sessions:
177+ The ` record_heatmap_data ` option (Web only; not available on mobile) enables four types of interaction tracking during replay sessions:
178178
1791791 . ** Click events** - Captures user clicks to populate click heatmaps
1801802 . ** Rage clicks** - Captures multiple rapid clicks on the same element (` $mp_rage_click ` )
1811813 . ** Dead clicks** - Captures clicks on unresponsive elements (` $mp_dead_click ` )
182+ 4 . ** Page Leave** - Captures when a page is "left" either by navigation or leaving the tab (` $mp_page_leave ` )
182183
183184These events are only captured when a session recording is in progress, and they are exempt from your plan data allowance.
184185
You can’t perform that action at this time.
0 commit comments