Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

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