RECOMMENDEDRecommended events
screen_view
This event signifies a screen view. Use this when a screen transition occurs. This event can be logged irrespective of whether automatic screen tracking is enabled.
Parameters · 2
| Parameter | Description | Type | Required | Example |
|---|---|---|---|---|
| screen_class | Current screen class, such as the class name of the Activity, logged with screen_view event and added to every event. | string | No | MainActivity |
| screen_name | Current screen name, such as the name of the Activity, logged with screen_view event and added to every event. | string | No | Splash Screen |