Skip to main content

node-tracker.eventpayloadandcontext

Home > @snowplow/node-tracker > EventPayloadAndContext

EventPayloadAndContext interface

Interface for returning a built event (PayloadBuilder) and context (Array of SelfDescribingJson).

Signature:
interface EventPayloadAndContext 

Properties

PropertyTypeDescription
contextArray<SelfDescribingJson>List of context entities to track along with the event
eventPayloadBuilderTracker payload for the event data