Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 606 Bytes

File metadata and controls

13 lines (8 loc) · 606 Bytes

Home > @snowplow/node-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;