Class: Autocapture

Autocapture()

Core class for using Mixpanel Autocapture features.

The Autocapture object is used to track screen views and screen leaves.

Constructor

new Autocapture()

Source:

Classes

Autocapture

Methods

trackScreenLeave(screenName, properties)

Track a screen leave event.
Parameters:
Name Type Description
screenName string The name of the screen being left
properties object Optional additional properties to include with the event
Source:

trackScreenView(screenName, properties)

Track a screen view event.
Parameters:
Name Type Description
screenName string The name of the screen being viewed
properties object Optional additional properties to include with the event
Source: