@99devco/analytics - v3.0.0
    Preparing search index...

    Batch payload sent to the API.

    interface AnalyticsBatch {
        events: AnalyticsEvent[];
        transport: string;
        script_version: string;
        timezone: string;
    }
    Index

    Properties

    events: AnalyticsEvent[]

    Events in this batch

    transport: string

    Transport hint ("beacon" | "fetch_keepalive" | "xhr")

    script_version: string

    SDK/library version

    timezone: string

    Timezone of the client