Home > @snowplow/node-tracker > PageViewEvent
A Page View Event Represents a Page View, which is typically fired as soon as possible when a web page is loaded within the users browser. Often also fired on "virtual page views" within Single Page Applications (SPA).
Signature:
interface PageViewEvent | Property | Type | Description |
|---|---|---|
| pageTitle | string | null | The current page title in the users browser |
| pageUrl | string | null | The current URL visible in the users browser |
| referrer | string | null | The URL of the referring page |