Revision as of 22:55, June 21, 2020 by WikiSysop (talk | contribs) (Automated save: adding PEC_Migrated template.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Configuration

Important
This content may not be the latest Genesys Engage cloud content. To find the latest content, go to Genesys Engage cloud for Administrators.


Description

Configuration for the Genesys Widgets GWE plugin are very basic, allowing you to set the secured or unsecured path to the GWE server.

Example

window._genesys.cxwidget.gwe = {

	httpEndpoint: 'http://www.website.com/gwe/',
	httpsEndpoint: 'https://www.website.com/gwe/'
};

Options

Name Type Description Default Required
httpEndpoint string URL/Path to the GWE server over standard HTTP n/a yes, if unsecured access available
httpsEndpoint string URL/Path to the GWE server over secure HTTPS n/a yes, if secured access available
smartInvites boolean When set to true, the smartInvites option will prevent proactive invites from appearing while the user is already using one of the widgets. This prevents redundancy and improves user experience. Disable to continue to show invites even if the user currently has a widget open. true No
trackedEvents object An object list of Widgets events for GWE to track and send to the server. The object configured here will be blended with the default list of tracked events inside of the GWE plugin. You can disable the default events by specifying each one with a false value. You can add new events as well. for example {'WebChat.opened': true}
{
'WebChatService.error': true,
'WebChatService.clientConnected': true,
'WebChatService.agentConnected': true,
'WebChatService.started': true,
'WebChatService.ended': true,
'WebChatService.disconnected': true,
'WebChat.opened': true,
'WebChat.closed': true,
'SendMessageService.error': true,
'SendMessage.opened': true,
'SendMessage.closed': true,
'CoBrowse.started': true,
'CoBrowse.stopped': true,
'CallbackService.scheduled': true,
'CallbackService.scheduleError': true,
'CallbackService.availabilityError': true,
'Callback.opened': true,
'Callback.closed': true,
'CallUs.opened': true,
'CallUs.closed': true,
'ChannelSelector.opened': true,
'ChannelSelector.closed': true
}
No
smartInvite boolean If set to true you will be able to see proactive invites even when webchat, sendmessage, callback, or callus is open. false No
This page was last edited on June 21, 2020, at 22:55.
Comments or questions about this documentation? Contact us for support!