Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 724 Bytes

File metadata and controls

25 lines (15 loc) · 724 Bytes

Home > @snowplow/browser-tracker > trackPageView

trackPageView() function

Track a visit to a web page

Signature:

declare function trackPageView(event?: PageViewEvent & CommonEventProperties, trackers?: Array<string>): void;

Parameters

Parameter Type Description
event PageViewEvent & CommonEventProperties The Page View Event properties
trackers Array<string> The tracker identifiers which the event will be sent to

Returns:

void