Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.04 KB

File metadata and controls

22 lines (14 loc) · 1.04 KB

Home > @snowplow/react-native-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