Jump to: navigation, search
(Agent Statistics)
Line 355: Line 355:
  
 
==Agent Statistics==
 
==Agent Statistics==
<!--
+
<p><toggledisplay showtext="[+] AverageHandlingTime" hidetext="[-] AverageHandlingTime">
<p><toggledisplay showtext="[+] Internal statistics" hidetext="[-] Internal statistics">
+
<pre>
Internal statistics used for tracing the state of agent.
 
<nowiki>
 
name: CurrentTargetState
 
statisticDefinitionEx:
 
    category: CurrentTargetState
 
    mainMask: '*'
 
    subject: DNStatus
 
    dynamicTimeProfile: "0:00"
 
    intervalType: GrowingWindow
 
objectType: AGENT
 
notificationMode: IMMEDIATE
 
notificationFrequency: 0
 
---
 
name: CurrentAgentState
 
notificationFrequency: 0
 
notificationMode: IMMEDIATE
 
objectType: AGENT
 
statisticDefinitionEx:
 
    category: CurrentState
 
    mainMask: '*'
 
    subject: DNAction
 
</nowiki>
 
</toggledisplay></p>
 
-->
 
 
 
<p><toggledisplay showtext="[+] Other agent statistics" hidetext="[-] Other agent statistics">
 
The definitions of other agent statistics are self-describing.
 
<nowiki>
 
#agent
 
 
name: AverageHandlingTime
 
name: AverageHandlingTime
 
notificationFrequency: 10
 
notificationFrequency: 10
Line 397: Line 368:
 
     relativeMask: CallUnknown, CallConsult, CallInternal, CallOutbound, CallInbound
 
     relativeMask: CallUnknown, CallConsult, CallInternal, CallOutbound, CallInbound
 
     subject: DNStatus
 
     subject: DNStatus
---
+
</pre>
 +
</toggledisplay></p>
 +
 
 +
<p><toggledisplay showtext="[+] Productivity" hidetext="[-] Productivity">
 +
<pre>
 
name: Productivity
 
name: Productivity
 
notificationFrequency: 10
 
notificationFrequency: 10
Line 409: Line 384:
 
     relativeMask: '*,~LoggedOut,~NotMonitored'
 
     relativeMask: '*,~LoggedOut,~NotMonitored'
 
     subject: AgentStatus
 
     subject: AgentStatus
---
+
</pre>
 +
</toggledisplay></p>
 +
 
 +
<p><toggledisplay showtext="[+] InboundCalls" hidetext="[-] InboundCalls">
 +
<pre>
 
name: InboundCalls
 
name: InboundCalls
 
notificationFrequency: 10
 
notificationFrequency: 10
Line 420: Line 399:
 
     mainMask: CallInbound
 
     mainMask: CallInbound
 
     subject: DNAction
 
     subject: DNAction
---
+
</pre>
 +
</toggledisplay></p>
 +
 
 +
<p><toggledisplay showtext="[+] InternalCalls" hidetext="[-] InternalCalls">
 +
<pre>
 
name: InternalCalls
 
name: InternalCalls
 
notificationFrequency: 10
 
notificationFrequency: 10
Line 431: Line 414:
 
     mainMask: CallInternal
 
     mainMask: CallInternal
 
     subject: DNAction
 
     subject: DNAction
---
+
</pre>
 +
</toggledisplay></p>
 +
 
 +
<p><toggledisplay showtext="[+] OutboundCalls" hidetext="[-] OutboundCalls">
 +
<pre>
 
name: OutboundCalls
 
name: OutboundCalls
 
notificationFrequency: 10
 
notificationFrequency: 10
Line 442: Line 429:
 
     mainMask: CallOutbound
 
     mainMask: CallOutbound
 
     subject: DNAction
 
     subject: DNAction
---
+
</pre>
 +
</toggledisplay></p>
 +
 
 +
<p><toggledisplay showtext="[+] ConsultCalls" hidetext="[-] ConsultCalls">
 +
<pre>
 
name: ConsultCalls
 
name: ConsultCalls
 
notificationFrequency: 10
 
notificationFrequency: 10
Line 453: Line 444:
 
     mainMask: CallConsult
 
     mainMask: CallConsult
 
     subject: DNAction
 
     subject: DNAction
---
+
</pre>
 +
</toggledisplay></p>
 +
 
 +
<p><toggledisplay showtext="[+] ReadyDuration" hidetext="[-] ReadyDuration">
 +
<pre>
 
name: ReadyDuration
 
name: ReadyDuration
 
notificationFrequency: 10
 
notificationFrequency: 10
Line 464: Line 459:
 
     mainMask: WaitForNextCall
 
     mainMask: WaitForNextCall
 
     subject: AgentStatus
 
     subject: AgentStatus
---
+
</pre>
 +
</toggledisplay></p>
 +
 
 +
<p><toggledisplay showtext="[+] WrapDuration" hidetext="[-] WrapDuration">
 +
<description>
 +
<pre>
 
name: WrapDuration
 
name: WrapDuration
 
notificationFrequency: 10
 
notificationFrequency: 10
Line 476: Line 476:
 
     relativeMask: AfterCallWork
 
     relativeMask: AfterCallWork
 
     subject: AgentStatus
 
     subject: AgentStatus
---
+
</pre>
 +
</toggledisplay></p>
 +
 
 +
<p><toggledisplay showtext="[+] TalkDuration" hidetext="[-] TalkDuration">
 +
<pre>
 
name: TalkDuration
 
name: TalkDuration
 
notificationFrequency: 10
 
notificationFrequency: 10
Line 487: Line 491:
 
     mainMask: CallUnknown, CallConsult, CallInternal, CallOutbound, CallInbound
 
     mainMask: CallUnknown, CallConsult, CallInternal, CallOutbound, CallInbound
 
     subject: DNAction
 
     subject: DNAction
---
+
</pre>
 +
</toggledisplay></p>
 +
 
 +
<p><toggledisplay showtext="[+] HoldDuration" hidetext="[-] HoldDuration">
 +
<pre>
 
name: HoldDuration
 
name: HoldDuration
 
notificationFrequency: 10
 
notificationFrequency: 10
Line 498: Line 506:
 
     mainMask: CallOnHoldInbound,CallOnHoldOutbound,CallOnHoldInternal,CallOnHoldConsult,CallOnHoldUnknown
 
     mainMask: CallOnHoldInbound,CallOnHoldOutbound,CallOnHoldInternal,CallOnHoldConsult,CallOnHoldUnknown
 
     subject: DNAction
 
     subject: DNAction
</nowiki>
+
</pre>
 
</toggledisplay></p>
 
</toggledisplay></p>
  

Revision as of 11:54, July 29, 2014

List of statistics to be monitored

This document is part of the Statistics API portion of the Genesys Web Services REST API.

Entry Format

Two modes of statistics definitions are supported, "simple" and "extended". In "simple" mode, the statistic type is defined in Configuration Manager and the statistics.yaml entry defines the additional statistics options and the statistic name in the API. In "extended" mode, the full definition of the statistic is provided in statistics.yaml entry. In this case there is no need to use Configuration Manager for statistic definition. The switch between modes is defined basing on presence of statisticDefinitionEx property. If the specified mode is in "extended" mode, statisticDefinitionName is ignored if present.

Simple Mode Entry Format

[+] Simple Mode Entry Format

Extended mode entry format

[+] Extended Mode Entry Format

Queue Statistics

[+] Total_Answered

[+] Total_Abandoned

[+] Current_In_Queue

[+] CurrMaxCallWaitingTime

[+] ServiceLevel

[+] AverageWaitingTime

Skills Statistics

[+] CurrentNotReadyAgents

[+] CurrentReadyAgents

[+] CurrNumberInCall

[+] LongestIdleTime

[+] AverageHandlingTime

[+] ServiceLevel

Agent Statistics

[+] AverageHandlingTime

[+] Productivity

[+] InboundCalls

[+] InternalCalls

[+] OutboundCalls

[+] ConsultCalls

[+] ReadyDuration

[+] WrapDuration

[+] TalkDuration

[+] HoldDuration

Agent Statistics for eServices

Resources

See Enabling Reporting in the Workspace Web Edition & Web Services Deployment Guide.

See Configuring Virtual Queues & Virtual Agent Groups in the Workspace Web Edition & Web Services Deployment Guide.

This list is the minimal list - it contains only statistics which are required for current version of UI.

[+] Sample statistics.yaml file

Comments or questions about this documentation? Contact us for support!