@nosto/nosto-js

    Interface RecommendationDebugDTO

    interface RecommendationDebugDTO {
        divId?: string;
        divIds: string[];
        enabled: boolean;
        fbLink: string;
        fbTitle: string;
        fbType: string;
        filtered: boolean;
        id: RecommendationId;
        ittt: boolean;
        link: string;
        productIds: { [index: string]: string };
        recoId: string;
        rendered: boolean;
        resultType: string;
        title: string;
        type: string;
        variant: boolean;
    }
    Index

    Properties

    divId?: string
    divIds: string[]
    enabled: boolean
    fbLink: string
    fbTitle: string
    fbType: string
    filtered: boolean
    ittt: boolean
    link: string
    productIds: { [index: string]: string }
    recoId: string
    rendered: boolean
    resultType: string
    title: string
    type: string
    variant: boolean
    MMNEPVFCICPMFPCPTTAAATR