Interface NostoClient

Hierarchy

  • NostoClient

Properties

placements: {
    getPlacements() => string[];
    injectCampaigns(recommendations) => void;
}

Type declaration

  • getPlacements:function
  • injectCampaigns:function

Methods

  • Parameters

    • error: unknown
    • reporter: string
    • level: LogLevel

    Returns void

  • Returns NostoSession

  • Parameters

    • type: "autocomplete" | "category" | "serp"
    • hit: {
          keyword?: string;
          url?: string;
      }
      • Optional keyword?: string
      • Optional url?: string

    Returns void

  • Parameters

    • query: string

    Returns void

Generated using TypeDoc