Class ViewershipHistorySessionDataAttributes

Attributes of a viewership history session entry, capturing when it was last watched and the associated event data.

Hierarchy

  • ViewershipHistorySessionDataAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
eventId?: string

Unique identifier of the RUM event associated with the watched session.

lastWatchedAt: Date

Timestamp when the session was last watched by the user.

sessionEvent?: {
    [key: string]: any;
}

Raw event data associated with the replay session.

Type declaration

  • [key: string]: any
track?: string

Replay track identifier indicating which recording track the session belongs to.

Generated using TypeDoc