Message Schema
Universally Unique Identifier (UUID) of the event, typically provided by the client SDKs.
Unique identifier of the user who triggered the event, in the canonical format used by the identity provider of the source. If not available, `anonymousId` is required. If `userId` is set, the identity provider `context.idp` and the tenant `context.tn` must also be provided. The `userId` is anonymized during event processing.
A temporary, unique identifier for the user if the `userId` is not known. At least one of `userId` and `anonymousId` is required.
The origin of the event, e.g., `server` (sent server-side) or `mobile` (sent from mobile app). This attribute helps to distinguish the source of the event.
server The type of event, e.g. `track` for event tracking or `identify` for user identification.
track ChartDataLoaded Additional context related to the event. This field contains metadata about the event. It describes the environment or context in which the event occurred.
The time at which the event occurred. When not set, the value is calculated to account for any client-side clock skew. It is calculated using the formula: timestamp = receivedAt - (sentAt - originalTimestamp).
Records the actual time when the event occurred.
Captures the time when the event was sent from the client to the server.
No properties match your search
Try a different search term or clear the search to see all properties