Cookies

From Genesys Documentation
Revision as of 19:55, February 26, 2020 by Chrissyforrest (talk | contribs) (Published)
Jump to: navigation, search
This topic is part of the manual Widgets Developer's Guide for version Current of Widgets.

Genesys Widgets uses the following cookies to restore chat sessions, track the state of the UI, store a customer's decisions, and more. The customer's browser must enable cookies, or Genesys Widgets will not work properly.

Related documentation:

App


Cookie Name Purpose
_genesys.widgets.app.autoLoadList Contains a list of active plugin names that are updated based on the usage of widgets during the lazy loading deployment method. This is to ensure that a widget is auto-loaded during a page refresh or page navigation when there is an active session associated with it.

Console


Cookie Name Purpose
_genesys.widgets.console.session Contains the active Console plugin open/close state.
_genesys.widgets.console.commandPlugin Contains the selected plugin name from the Commands section.
_genesys.widgets.console.command Contains the selected command to run from the Commands section.
_genesys.widgets.console.eventPlugin Contains the selected plugin from the Events section to listen for events.
_genesys.widgets.console.event Contains the selected event type to listen against, from the Events section.
_genesys.widgets.console.optionsArea Contains the command options to send when executing a command.
_genesys.widgets.console.activeSubscriptions Contains the list of all active event subscriptions listening via the Console plugin.
_genesys.widgets.console.windowPosition Contains the position of the Console plugin on the screen.

WebChat


Cookie Name Purpose
_genesys.widgets.webchat.state.open Contains the WebChat Widget open or close state for internal tracking purposes.
_genesys.widgets.webchat.state.keys Can contain encrypted keys related to the current active chat session.
_genesys.widgets.webchat.state.ping Contains the time at which the last successful request was made to the server.
_genesys.widgets.webchat.metaData Contains all the Metadata details related to the current active chat session.
_genesys.widgets.webchat.state.index Contains the last unique Message ID for internal tracking purposes.
_genesys.widgets.webchat.state.filters Contains any prefilters that were added using WebChatService plugin commands addPrefilter or sendFilteredMessage.
_genesys.widgets.webchat.state.session Contains the unique Session ID related to the current active chat session. It is used to restore the active chat session during scenarios like page refresh or page navigation.
_genesys.widgets.webchat.state.minimized Contains the WebChat Widget minimized or maximized state for internal tracking purposes.
_genesys.widgets.webchat.autoInvite.disabled Contains a value that disables or enables the WebChat autoInvite feature. It is dynamically updated based on the user's response to the initial WebChat invite.
_genesys.widgets.webchat.state.unreadMessages Tracks the number of unread messages during an active chat session, when WebChat is minimized. It is cleared whenever the WebChat Widget is maximized by the user to read the new messages.
_genesys.widgets.webchat.state.lastMessageCountRead Contains the number of messages that are read during an active chat session that calculates the number of unread messages when WebChat is minimized. It is automatically cleared whenever the WebChat Widget is maximized or closed/ended.
_genesys.widgets.webchat.state.asyncUnreadMessageCount Keeps track of the number of unread messages related to an Async Chat, when WebChat is minimized. It is cleared whenever the WebChat Widget is maximized by the user to read the new messages.
_genesys.widgets.webchat.state.pureengage-v3-rest.session Used only with PureEngage V3 API. It contains the Session ID related to the current active chat session. It is used to restore the active chat session during scenarios like page refresh or page navigation.
_genesys.widgets.webchat.state.pureengage-v3-rest.keys Used only with PureEngage V3 API, containing the encrypted keys related to the current active chat session.
_genesys.widgets.webchat.state.pureengage-v3-rest.index Used only with PureEngage V3 API, containing the last unique message ID for internal tracking purposes.
_genesys.widgets.webchat.state.pureengage-v3-rest.open Used only with PureEngage V3 API, containing the WebChat Widget open or close state for internal tracking purposes.
_genesys.widgets.webchat.state.purecloud-v2-sockets.JWtoken Used only with PureCloud V2 API, containing the JWT token related to the current active chat session.
_genesys.widgets.webchat.state.purecloud-v2-sockets.ConversationID Used only with PureCloud V2 API, containing the active conversation ID related to the current chat session.
_genesys.widgets.webchat.state.purecloud-v2-sockets.MemberID Used only with PureCloud V2 API, containing the user ID of the WebChat Widget related to the current active chat session.
_genesys.widgets.webchat.state.purecloud-v2-sockets.WS_URL Used only with PureCloud V2 API, containing the WebSocket event stream URI for listening to new incoming messages.
_genesys.widgets.webchat.state.purecloud-v2-sockets.LastMsgId Used only with PureCloud V2 API, containing the last unique ID of the message sent in the WebChat Widget.
Retrieved from "https://all.docs.genesys.com/WID/Current/Developer/GWCCookies (2025-06-19 23:32:33)"
Comments or questions about this documentation? Contact us for support!