browser-tracker.commoneventproperties
Home > @snowplow/browser-tracker > CommonEventProperties
CommonEventProperties interface
Additional data points to set when tracking an event
Signature:interface CommonEventProperties<T = Record<string, unknown>>
Properties
Property | Type | Description |
---|---|---|
context? | Array<SelfDescribingJson<T>> | null | (Optional) Add context to an event by setting an Array of Self Describing JSON |
timestamp? | Timestamp | null | (Optional) Set the true timestamp or overwrite the device sent timestamp on an event |