Skip to main content

node-tracker.pagepingevent

Home > @snowplow/node-tracker > PagePingEvent

PagePingEvent interface

A Page Ping Event Fires when activity tracking is enabled in the browser. Tracks same information as the last tracked Page View and includes scroll information from the current page view

Signature:
interface PagePingEvent extends PageViewEvent 

Extends: PageViewEvent

Properties

PropertyTypeDescription
maxXOffset?number(Optional) The maximum X scroll position for the current page view
maxYOffset?number(Optional) The maximum Y scroll position for the current page view
minXOffset?number(Optional) The minimum X scroll position for the current page view
minYOffset?number(Optional) The minimum Y scroll position for the current page view