@nosto/nosto-js
    Preparing search index...

    Interface SearchImpression

    interface SearchImpression {
        metadata: SearchEventMetadata;
        page: number;
        productIds: string[];
        properties?: AnalyticEventProperties;
    }

    Hierarchy (View Summary)

    Index

    Properties

    page: number
    productIds: string[]