Screen Views Events
Screen views represent screens, and content users are viewing within an app. Measuring screen views allows you to see which content is being viewed most by your users and how they navigate between different pieces of content.
The screen-views events include two main events:
1) The screen_view
event that is sent when a user starts to view a screen.
2) The time_on_screen
which is sent when a user is exiting a screen. This event also includes the time duration user viewed the screen.
event name | properties | description |
---|---|---|
screen_view | uuid | The uuid of the device, on web platforms we generate a uuid4 and store in local |
version | Version name / number from zapp | |
build number | The number describes that last build built by zapp | |
bundle_id | ID defined in zapp for this specific app version, and platform | |
sdk_version | SDK version selected on zapp | |
quickbrick_version | Quick brick version selected on zapp | |
layout_id | The UI Builder layout id that is presented on the device | |
zapp_platform | The zapp platform build | |
analyticsCustomProperties | Custom properties that comes from the extensions object, only shows when used | |
screen_name | The screen name in zapp | |
screen_entry_title | Entry item title | |
screen_entry_id | Entry item id | |
screen_entry_type | The entry type mapping | |
screen_layout_id | The screen id in zapp | |
screen_type | The type of the presented screen | |
screen_title | The title of the presented screen as it was define in Zapp | |
home_screen | True or False | |
time_on_screen | uuid | The uuid of the device, on web platforms we generate a uuid4 and store in local |
version | Version name / number from zapp | |
build number | The number describes that last build built by zapp | |
bundle_id | ID defined in zapp for this specific app version, and platform | |
sdk_version | SDK version selected on zapp | |
quickbrick_version | Quick brick version selected on zapp | |
layout_id | The UI Builder layout id that is presented on the device | |
zapp_platform | The zapp platform build | |
analyticsCustomProperties | Custom properties that comes from the extensions object, only shows when used | |
screen_name | The screen name in zapp | |
screen_entry_title | Entry item title | |
screen_entry_id | Entry item id | |
screen_entry_type | The entry type mapping | |
screen_layout_id | The screen id in zapp | |
screen_type | The type of the presented screen | |
screen_title | The title of the presented screen as it was define in Zapp | |
home_screen | True or False | |
duration | The time that user was in the screen, from presented to close / moved |