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

Latest commit

 

History

History
13 lines (8 loc) · 618 Bytes

File metadata and controls

13 lines (8 loc) · 618 Bytes

Home > @snowplow/browser-tracker > TrackerCore > track

TrackerCore.track property

Call with a payload from a buildX function Adds context and payloadPairs name-value pairs to the payload Applies the callback to the built payload

Signature:

track: (pb: PayloadBuilder, context?: Array<SelfDescribingJson> | null, timestamp?: Timestamp | null) => Payload | undefined;