Event: {
    eventId: string;
    dateTime: string;
    eventType: string;
    category: Category;
    deviceId: string;
    sessionId: string;
    siteId: string;
}

Attributes shared by all events

Type declaration

  • eventId: string

    Unique identifier of the event that is generated by the client, commonly a UUID.

  • dateTime: string

    DateTime event occurred in ISO 8601 (https://en.wikipedia.org/wiki/ISO_8601) format.

  • eventType: string

    The type of the event. This is a fixed list.

  • category: Category

    null

  • deviceId: string

    Identifier of the device sending the event. For a web browser channel, this most likely corresponds to an id stored in a cookie on the client.

  • sessionId: string

    The user's session identifier. Used to associate events across a single session.

  • siteId: string

    Identifier for the client sending the event. For LWR this is the Experience Cloud site.