Managed Contexts
The Confidence SDKs can generate contextual data automatically, depending on the SDK.Visitor ID
Supported SDKs: JS (Client), Android, iOS, Flutter Thevisitor_id is a unique identifier for each installation of a mobile application or browser instance (cookie). This context field is automatically added to the context by the mobile SDKs.
You can override its value by setting a custom context with the same key: visitor_id.
When using a combination of Client SDKs and Server SDKs, you should
append the
visitor_id in relevant endpoint calls to your backend. This way,
the Server SDK can access it. Client SDKs expose APIs to read the
visitor_id for this purpose.Page
Supported SDKs: JS (Client) Data about the current webpage where the user is at. The various fields are all wrapped in apage struct:
pathreferrersearchtitleurl
App Lifecycle
Supported SDKs: Android, iOS These context entries are automatically generated:app_versionapp_build

