@nosto/nosto-js

    Interface EventResponseMessage

    interface EventResponseMessage {
        af: CustomerAffinityResponse;
        cdc: string;
        cmpid: string;
        cpr: string;
        cs: number;
        ct: number;
        customer: string;
        debug: DebugToolbarDataDTO;
        ed: Date;
        errors: string[];
        fb: FacebookData;
        ga: GoogleAnalyticsData;
        gl: string[];
        he: boolean;
        hiic: boolean;
        js: string;
        nc: boolean;
        processedRecommendations?: { [index: string]: unknown };
        pv: number;
        recommendations: { [index: string]: unknown };
        se: SegmentsResponseBean;
        sp: StacklaTrackingData;
        visit: string;
    }
    Index

    Properties

    cdc: string
    cmpid: string
    cpr: string
    cs: number
    ct: number
    customer: string
    ed: Date
    errors: string[]
    gl: string[]
    he: boolean
    hiic: boolean
    js: string
    nc: boolean
    processedRecommendations?: { [index: string]: unknown }
    pv: number
    recommendations: { [index: string]: unknown }
    visit: string
    MMNEPVFCICPMFPCPTTAAATR