Skip to main content

browser-tracker.coreplugin.beforetrack

Home > @snowplow/browser-tracker > CorePlugin > beforeTrack

CorePlugin.beforeTrack property

Called before the filter method is called and before the trackerCore callback fires (if the filter passes)

Signature:
beforeTrack?: (payloadBuilder: PayloadBuilder) => void;