Home > @snowplow/node-tracker > PagePingEvent
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
| 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 |