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 |
This page was last edited on September 21, 2016, at 13:03.
Comments or questions about this documentation? Contact us for support!
