Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.2 KB

File metadata and controls

24 lines (16 loc) · 1.2 KB

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

Property Type Description
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