Skip to content
Merged
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
6 changes: 5 additions & 1 deletion docs/tracking-methods/autocapture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ Autocapture allows you to capture information about your website with minimal se

## Availability

Autocapture is available on all plans. Autocapture is currently available for web only via Mixpanel’s [JavaScript SDK](/docs/tracking-methods/sdks/javascript). To turn it on, ensure you have the config `{autocapture: true}` set in the SDK.
Autocapture is available on all plans.

On web, Autocapture is available via Mixpanel’s [JavaScript SDK](/docs/tracking-methods/sdks/javascript). To turn it on, ensure you have the config `{autocapture: true}` set in the SDK.

Autocapture is also available on mobile via the [Android](/docs/tracking-methods/sdks/android#autocapture) (v8.10.0 or later), [iOS](/docs/tracking-methods/sdks/swift#autocapture) (v6.6.0 or later), [React Native](/docs/tracking-methods/sdks/react-native#autocapture) (v3.7.0 or later), and [Flutter](/docs/tracking-methods/sdks/flutter#autocapture) (v2.13.0 or later) SDKs. These SDKs capture screen views, clicks, dead clicks, and rage clicks (only screen views are currently available for Flutter — click events are coming soon). Screen views require a one-time hook into your app’s navigation, and click events are in beta and turned off by default — see each SDK’s Autocapture section to set them up.

## Autocapture events

Expand Down