node-tracker.pageviewevent
Home > @snowplow/node-tracker > PageViewEvent
PageViewEvent interface
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
Properties
Property | Type | Description |
---|---|---|
pageTitle? | string | null | (Optional) The current page title in the users browser |
pageUrl? | string | null | (Optional) The current URL visible in the users browser |
referrer? | string | null | (Optional) The URL of the referring page |