Revision as of 13:39, August 10, 2017 by Djudge (talk | contribs) (Update with the copy of version: 8.5.0)
Jump to: navigation, search

Configuration

Description

StatsService share the configuration namespace '_genesys.cxwidget.stats'. StatsService has connection settings to fetch EWT details from each channel.

Example

window._genesys.cxwidget.stats = {

	ajaxTimeout: 3000,

	ewt: {

		dataURL: 'http://10.0.0.121:7777/genesys/1/service/ewt-for-vq',
		apikey: 'n3eNkgLLgLKXREBMYjGm6lygOHHOK8VA'
	}
};

Options

Name Type Description Default Required
ajaxTimeout number Number of milliseconds to wait before AJAX timeout 3000 n/a
ewt.apikey string Apigee Proxy secure token n/a Yes, if using Apigee Proxy
ewt.dataURL URL String URL of GMS server n/a Always
Comments or questions about this documentation? Contact us for support!