Contentful Personalization & Analytics
    Preparing search index...
    • Parameters

      Returns {
          path: string;
          query: Record<string, string>;
          referrer: string;
          search: string;
          title?: string;
          url: string;
          [key: string]: JSONType;
      }

      • [key: string]: JSONType
      • path: string

        Path component of the page URL (e.g., /products/123).

      • query: Record<string, string>

        Parsed query parameters for the page.

      • referrer: string

        Referrer URL that led to the current page.

      • search: string

        Raw search string including the leading ? (e.g., "?q=test").

      • Optionaltitle?: string

        Title of the page as seen by the user.

      • url: string

        Full URL of the page.