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
Property | Type | Description |
---|---|---|
timestamp | number | The time the event occurred |
IJourneyEventMetaData.timestamp property
The time the event occurred
Signature:
readonly timestamp: number;