Custom event

interface CustomEvent {
    eventName: string;
    eventValue?: number;
    interactionId?: string;
    interactionType?: string;
    properties: JsonObject;
    transactionId?: string;
}

Properties

eventName: string

Event name

eventValue?: number

Event value

interactionId?: string

Interaction ID

interactionType?: string

Interaction type

properties: JsonObject

Event properties

transactionId?: string

Transaction ID