Classes
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 |
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 |