Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 841 Bytes

File metadata and controls

24 lines (14 loc) · 841 Bytes

Home > @snowplow/node-tracker > buildScreenView

buildScreenView() function

Build a Scren View Event Similar to a Page View but less focused on typical web properties Often used for mobile applications as the user is presented with new views as they performance navigation events

Signature:

declare function buildScreenView(event: ScreenViewEvent): PayloadBuilder;

Parameters

Parameter Type Description
event ScreenViewEvent Contains the properties for the Screen View event. One or more properties must be included. PayloadBuilder to be sent to

Returns:

PayloadBuilder