IJourneyEventMetaData – GBG IDscan Documentation

IJourneyEventMetaData

This meta data will be emitted alongside a JourneyEvent. For more detailed information about what to expect with each event, please consult the integration documentation.

Signature:

export interface IJourneyEventMetaData 

Properties

PropertyTypeDescription
timestampnumberThe time the event occurred

IJourneyEventMetaData.timestamp property

The time the event occurred

Signature:

readonly timestamp: number;

Was this page helpful?