PageData

Version:

Type

Interface

Import path

@sitecore-cloudsdk/search/browser

The URI the site visitor came to the current webpage from.

Signature

export interface PageData {
  uri: string;
}

Properties

Name

Type

Description

Value

uri

string

Required.

The URI of the webpage where the site visitor made the search request.

Set the value to a relative or an absolute path.

  • "/products"

  • "https://www.myretailsite.com/products"

If you have suggestions for improving this article, let us know!