This page was last edited on January 7, 2015, at 19:24.
Comments or questions about this documentation? Contact us for support!
Each KPI that you want to define and use must have its own section defined in the Interaction Workspace Application object in the Configuration Database.
|
Use Genesys Administrator to define a new section at the level at which you want the KPI to be displayed. Use the KPI name as the name of the section. Define the values that are to be displayed for the KPI as the Options and Values of the Section. For example, for the TotalTalkStatusTime KPI, define a section that is named TalkTime, and then define a set of Options and specify values for those options. The Table - Sample Options and Values for the KPI Section provides a sample of Option names and values that you might define for this KPI.
Option |
Value |
---|---|
statistic-name | TotalTalkStatusTime |
period | OneMinute |
target-value | 40 |
warning-level-low (optional) | |
warning-level-high (optional) | |
error-level-low (optional) | |
error-level-high (optional) | |
worst-value-low (optional) | 0 |
worst-value-high (optional) | |
description | Total talk time for the agent |
evaluation-display | Evaluation |
Interaction Workspace enables you to display the KPIs that you have defined on the Application object at one or more of the following levels:
To display a KPI at a specific level, define and configure the kpi.displayed-KPIs option in the interaction-workspace section of the level. The value of this option is a comma-separated list of KPI sections that are to be displayed.
Interaction Workspace provides eight non-mandatory options that you can use to define low and/or high levels of warning and error and low and/or high levels of worst values. Some statistics are in an error state when they are below a certain value, while others are in an error state when they are above a certain value; for some statistics both a lower error threshold and a higher error threshold are required. The following non-mandatory options enable you to set a low and high threshold for a statistic:
Some statistics are in a warning state when they are below a certain value, while others are in a warning state when they are above a certain value; for some statistics both a lower warning threshold and a higher warning threshold are required. The following non-mandatory options enable you to set a low and high threshold for a statistic:
Use the error and warning options to specify ranges that are most suitable for the statistic. Some statistics are performance based. The agent's result is compared to a target value to determine the agent's level of performance. Some statistics require a lower worst value and some require a higher worst value. For some statistics, both a lower and a higher worst value are required.
If the statistic value is lower than the target value, the following evaluation is applied: Agent Performance = (Agent Result - worst-value-low) / (Target Value -worst-value-low) x 100 or: If the statistic value is higher than the target value, the following evaluation is applied: Agent Performance = (worst-value-high - Agent Result) / (worst-value-high - Target Value) x 100