Jump to: navigation, search
(Options)
(Automated save: adding PEC_Migrated template.)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
= Configuration =
 
= Configuration =
== Description ==
 
StatsService share the configuration namespace '_genesys.cxwidget.stats'. StatsService has connection settings to fetch EWT details from each channel.
 
== Example ==
 
<pre>
 
window._genesys.cxwidget.stats = {
 
  
ajaxTimeout: 3000,
+
{{Template:PEC_Migrated}}
  
ewt: {
 
 
dataURL: 'http://10.0.0.121:7777/genesys/1/service/ewt-for-vq',
 
apikey: 'n3eNkgLLgLKXREBMYjGm6lygOHHOK8VA'
 
}
 
};
 
</pre>
 
== Options ==
 
{|
 
|-
 
! Name
 
! Type
 
! Description
 
! Default
 
! Required
 
|-
 
| ajaxTimeout
 
| number
 
| Number of milliseconds to wait before AJAX timeout
 
| 3000
 
| n/a
 
|-
 
| ewt.apikey
 
| string
 
| API access token. Please contact your Genesys representative to obtain your API Secure token.
 
| n/a
 
| Yes
 
|-
 
| ewt.dataURL
 
| URL String
 
| URL of GMS server
 
| n/a
 
| Always
 
|-
 
|}
 
  
 +
{{NoteFormat|Documentation for this software has moved to a new home. Please update links and bookmarks to content hosted at https://all.docs.genesys.com/WID/Current/SDK/StatsService-combined#Configuration.}}
 
[[Category:V:PSAAS:Public]]
 
[[Category:V:PSAAS:Public]]

Latest revision as of 23:19, June 21, 2020

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.


Important
Documentation for this software has moved to a new home. Please update links and bookmarks to content hosted at https://all.docs.genesys.com/WID/Current/SDK/StatsService-combined#Configuration.
This page was last edited on June 21, 2020, at 23:19.
Comments or questions about this documentation? Contact us for support!