Function NostoPlacement

  • Nosto React has a special component called NostoPlacement. The component is a simply a hidden <div> placeholder into which Nosto injects recommendations or personalises the content between the tags.

    We recommend adding as many placements across your views as needed as these are hidden and only populated when a corresponding campaign (targeting that placement) is configured.

    Parameters

    • props: {
          id: string;
          pageType?: string;
      }
      • id: string
      • Optional pageType?: string

    Returns Element

    Example

    <NostoPlacement id="frontpage-nosto-1" />
    

Generated using TypeDoc