Interface SearchImpression

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

Hierarchy (View Summary)

Properties

page: number
productIds: string[]