Jump to: navigation, search

kpi.displayed-kpis

Section: interaction-workspace
Default Value:
Valid Values: A comma-separated list of KPI names.
Changes Take Effect: Immediately.


Defines the KPIs that are displayed to the agent. The KPI names refer to the names of the Application Option sections that are defining the KPIs.

Section KPI Name

Each KPI that you want to define and use must have its own section defined in the Workspace Application object in the Configuration Database.

Tip
KPIs are not part of the XML metadata file because they are not composed of fixed section names.

Defining a KPI section

Use Genesys Administrator Extension 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.

Sample Options and Values for the KPI Section
Option Value Mandatory
statistic-name TotalTalkStatusTime Yes
period OneMinute Yes
target-value 40 Yes
warning-level-low No
warning-level-high No
error-level-low No
error-level-high No
worst-value-low 0 No
worst-value-high No
description Total talk time for the agent Yes
filter The value must be the filter for the statistic calculation. This should correspond to an option name that is defined by the Filters section of Statistics Server. No
evaluation-display Evaluation Yes

Displaying KPIs

Workspace enables you to display the KPIs that you have defined on the Application object at one or more of the following levels:

  • Application level -- Display KPI to all agents.
  • Tenant level -- Display KPI to all the agents of the Tenant.
  • Agent Group level -- Display KPI to all the agents of the Agent Group.
  • Agent level -- Display KPI to the agent.

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.

Setting the Warning, Error, and Worst Levels

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:

  • error-level-low--Values below this value are in an error state for the statistic.
  • error-level-high--Values above this value are in an error state for the 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:

  • warning-level-low--Values below this value are in a warning state for the statistic.
  • warning-level-high--Values above this value are in a warning state for the 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.

  • worst-value-low--Values below this value result in a negative evaluation for the KPI.
  • worst-value-high--Values above this value result in a negative evaluation for the KPI.
  • target-value--The target value to be reached by the agent.
  • evaluation-display--Specifies which value is displayed to the agent, a performance indicator or the raw statistic in the format of the statistic (for example, number, date, or percentage). If the option is set to Result, the actual statistic value is displayed. If the option is set to Evaluation, the performance of the agent is calculated by using the following formulae:

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

Tip
For the most up to date Workspace Desktop Edition configuration options, see the Genesys Configuration Option Database.
This page was last edited on February 21, 2020, at 17:26.
Comments or questions about this documentation? Contact us for support!