@nosto/nosto-js

    Interface EventRequestMessageV1

    interface EventRequestMessageV1 {
        affinity_signals?: { [index: string]: string[] };
        cart?: CartItem[];
        cart_hash?: string;
        cart_popup?: boolean;
        categories?: string[];
        category_ids?: string[];
        coupon_campaign?: string;
        coupon_code?: string;
        coupon_used?: boolean;
        current_variant_id?: string;
        custom_fields?: { [index: string]: string[] };
        customer?: PushedCustomer;
        debug?: DebugRequestParamsDTO;
        debug_token?: string;
        elements?: string[];
        event_date?: Date;
        events?: EventTuple[];
        experiments?: Experiment[];
        external_identifier?: string;
        klaviyo_cookie?: string;
        mail_ref?: string;
        mail_type?: string;
        page_type?: PageType;
        preview?: boolean;
        recotrace?: string;
        ref?: string;
        referrer?: string;
        response_mode?: RenderMode;
        restore_link?: string;
        segment_codes?: string[];
        skipcache?: boolean;
        sort_order?: string;
        tags?: string[];
        url?: string;
    }
    Index

    Properties

    affinity_signals?: { [index: string]: string[] }
    cart?: CartItem[]
    cart_hash?: string
    cart_popup?: boolean
    categories?: string[]
    category_ids?: string[]
    coupon_campaign?: string
    coupon_code?: string
    coupon_used?: boolean
    current_variant_id?: string
    custom_fields?: { [index: string]: string[] }
    customer?: PushedCustomer
    debug_token?: string
    elements?: string[]
    event_date?: Date
    events?: EventTuple[]
    experiments?: Experiment[]
    external_identifier?: string
    klaviyo_cookie?: string
    mail_ref?: string
    mail_type?: string
    page_type?: PageType
    preview?: boolean
    recotrace?: string
    ref?: string
    referrer?: string
    response_mode?: RenderMode
    restore_link?: string
    segment_codes?: string[]
    skipcache?: boolean
    sort_order?: string
    tags?: string[]
    url?: string
    MMNEPVFCICPMFPCPTTAAATR