Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CxContext

This contains additional information relevant to the request.

Hierarchy

  • CxContext

Index

Constructors

constructor

Properties

Optional app

Dictionary with app and feature level information.

Optional device

Dictionary of information describing the device the user is using to log into the application.

Optional ip_address

ip_address: string

IP address of the current user.

Optional location

Dictionary with information available about the user's geographical location.

Optional network

Dictionary with information about the user's network.

Optional os

Dictionary with information about the user's operating system.

Optional page

Dictionary of information about the page currently being viewed by the user

Optional referrer

Dictionary with information about where the user came from when they were referred to the current page - be it another site or application.

Optional timestamp

timestamp: Date | string | number

Timestamp when the event took place. Defaults to server time if not passed. Date format is ISO-8601

Optional timezone

timezone: string

String representing the timezone from which the user is accessing the current site.