Skip to main content

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 namepropertiesdescription
screen_viewuuidThe uuid of the device, on web platforms we generate a uuid4 and store in local
versionVersion name / number from zapp
build numberThe number describes that last build built by zapp
bundle_idID defined in zapp for this specific app version, and platform
sdk_versionSDK version selected on zapp
quickbrick_versionQuick brick version selected on zapp
layout_idThe UI Builder layout id that is presented on the device
zapp_platformThe zapp platform build
analyticsCustomPropertiesCustom properties that comes from the extensions object, only shows when used
screen_nameThe screen name in zapp
screen_entry_titleEntry item title
screen_entry_idEntry item id
screen_entry_typeThe entry type mapping
screen_layout_idThe screen id in zapp
screen_typeThe type of the presented screen
screen_titleThe title of the presented screen as it was define in Zapp
home_screenTrue or False
time_on_screenuuidThe uuid of the device, on web platforms we generate a uuid4 and store in local
versionVersion name / number from zapp
build numberThe number describes that last build built by zapp
bundle_idID defined in zapp for this specific app version, and platform
sdk_versionSDK version selected on zapp
quickbrick_versionQuick brick version selected on zapp
layout_idThe UI Builder layout id that is presented on the device
zapp_platformThe zapp platform build
analyticsCustomPropertiesCustom properties that comes from the extensions object, only shows when used
screen_nameThe screen name in zapp
screen_entry_titleEntry item title
screen_entry_idEntry item id
screen_entry_typeThe entry type mapping
screen_layout_idThe screen id in zapp
screen_typeThe type of the presented screen
screen_titleThe title of the presented screen as it was define in Zapp
home_screenTrue or False
durationThe time that user was in the screen, from presented to close / moved