@nosto/nosto-js

    Interface Settings

    The Settings type defines merchant specific settings for the client script.

    interface Settings {
        account: string;
        addToCartPopup?: boolean;
        anyDomain: boolean;
        browserQueueActive: boolean;
        categoriesEnabled?: boolean;
        cmpMode: string;
        collectEmailFromURL?: boolean;
        cookieTime: number;
        currencySettings: { [index: string]: CurrencySettingsDTO };
        debugRedirectUrl: string;
        defaultCurrencyCode: string;
        defaultVariantId: string;
        disablePlacementAntiFlickering?: boolean;
        discountPopupTriggers: { [index: string]: PopupTriggerSettingsDTO[] };
        discountPopupVisible?: boolean;
        emailAddressUrlParamName: string;
        exchangeRates?: boolean;
        externalIdentifier: string;
        extraHosts: string[];
        fullTaggingRequired: boolean;
        intersectionObserved?: string[];
        jsErrorUrl: string;
        klaviyoCookie?: boolean;
        live?: boolean;
        measurePerformance: boolean;
        mutationObserved?: string[];
        nostoRefParam: string;
        pageTypeFiltersForUntaggedPages?: boolean;
        parameterlessAttribution?: boolean;
        parameterlessAttributionNoQueryCheck?: boolean;
        placements: { [index: string]: DynamicPlacementDTO };
        popupRibbonUrlFilter: boolean;
        recoveryPopupEnabled: boolean;
        searchApiUrl?: string;
        searchDeploymentId?: string;
        searchEnabled?: boolean;
        searchQueryParam: string;
        searchTemplateHost?: string;
        searchTemplatesEnabled?: boolean;
        secureCookie?: boolean;
        segmentUrlParameters: string[];
        sendTaggingOnlyIfNeeded?: boolean;
        server: string;
        serverProductPlacementFiltering?: boolean;
        shopifyCmpRedirect?: boolean;
        shopifySkuSelectionListener?: boolean;
        site: string;
        skuParam?: string;
        sourceParameterName: string;
        stacklaDomain: string;
        stacklaEmbedCodeEndpoint: string;
        stacklaTrackingUrl?: string;
        stacklaWidgetAssetPath: string;
        stacklaWidgetDomain: string;
        subDomain: string;
        testing?: boolean;
        thumbnailHost: string;
        trackingTypes: string[];
        triggerAddToCartPopupWithCookie?: boolean;
        webComponents?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    account: string
    addToCartPopup?: boolean
    anyDomain: boolean
    browserQueueActive: boolean
    categoriesEnabled?: boolean
    cmpMode: string
    collectEmailFromURL?: boolean
    cookieTime: number
    currencySettings: { [index: string]: CurrencySettingsDTO }
    debugRedirectUrl: string
    defaultCurrencyCode: string
    defaultVariantId: string
    disablePlacementAntiFlickering?: boolean
    discountPopupTriggers: { [index: string]: PopupTriggerSettingsDTO[] }
    discountPopupVisible?: boolean
    emailAddressUrlParamName: string
    exchangeRates?: boolean
    externalIdentifier: string
    extraHosts: string[]
    fullTaggingRequired: boolean
    intersectionObserved?: string[]
    jsErrorUrl: string
    klaviyoCookie?: boolean
    live?: boolean
    measurePerformance: boolean
    mutationObserved?: string[]
    nostoRefParam: string
    pageTypeFiltersForUntaggedPages?: boolean
    parameterlessAttribution?: boolean
    parameterlessAttributionNoQueryCheck?: boolean
    placements: { [index: string]: DynamicPlacementDTO }
    popupRibbonUrlFilter: boolean
    recoveryPopupEnabled: boolean
    searchApiUrl?: string
    searchDeploymentId?: string
    searchEnabled?: boolean
    searchQueryParam: string
    searchTemplateHost?: string
    searchTemplatesEnabled?: boolean
    secureCookie?: boolean
    segmentUrlParameters: string[]
    sendTaggingOnlyIfNeeded?: boolean
    server: string
    serverProductPlacementFiltering?: boolean
    shopifyCmpRedirect?: boolean
    shopifySkuSelectionListener?: boolean
    site: string
    skuParam?: string
    sourceParameterName: string
    stacklaDomain: string
    stacklaEmbedCodeEndpoint: string
    stacklaTrackingUrl?: string
    stacklaWidgetAssetPath: string
    stacklaWidgetDomain: string
    subDomain: string
    testing?: boolean
    thumbnailHost: string
    trackingTypes: string[]
    triggerAddToCartPopupWithCookie?: boolean
    webComponents?: boolean
    MMNEPVFCICPMFPCPTTAAATR