Skip to main content

Tapping Events

Tapping events represent users' taps (clicks) within different screens and navigation in the app. Measuring tapping events allows us to see which content drives more engagement (tapping) and which UX/UI components drive more engagement (tapping).

The tapping events include three events:

1) tap_cell, which is sent every time a user is tapping a cell (or a button in a cell). 2) tap_navbar_back_button, which is sent when tapping the navigation bar back button (or Android device back button). 3) tap_menu, which is sent every time a user is tapping a menu item.

event namepropertiesdescription
tap_celluuidThe 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
component_typeThe component type
component_idThe id of the component in the layout json
header_nameThe component header name
cell_styleThe cell style id in the layout json
item_typeThe media type or screen type
item_numberThe item number in the component
item_nameThe name of the item (provided by the entry)
item_idThe id of the item (provided by the entry)
tap_navbar_back_buttonuuidThe 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
triggerWhat was the tapping trigger
tap_menuuuidThe 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
selected_areaWhich menu item was tapped