Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: PFCCWA on June 05, 2013, 11:06:58 AM

Title: Preview Duration
Post by: PFCCWA on June 05, 2013, 11:06:58 AM
Hello,

I have noticed it is possible to report on Preview Duration - that is the amount of time (and assuming average) an agent spends 'reviewing' a record in preview dialling mode using Infomart.

But is this possible using ccpulse / CCA?
I cant find documentation within the solution search so think it may be functionality on ICON DB only.

I tried this statistic in statserver without success:
[TotalTimePreviewRecords]
Category=TotalTime
MainMask=UserEvent
Objects=RegDN, Agent, Place, GroupAgents, GroupPlaces
Subject=DNAction
[filter]
PreviewRecords=PairExist("GSW_USER_EVENT", "PreviewRecord")

The equivalent for total number works fine.

thanks.
Title: Re: Preview Duration
Post by: Kubig on June 05, 2013, 12:59:29 PM
And what about OCCExtension for StatServer?
Title: Re: Preview Duration
Post by: PFCCWA on June 05, 2013, 03:30:54 PM
Cant see any related statistics within the OCCExtension?..

We want to determine how long an agent previews a record from the point it is requested to the next action ie connect to dial or cancel/reject..
Title: Re: Preview Duration
Post by: minuteman on June 18, 2013, 11:14:06 PM
UserEvent is a momentary action (no duration), so time-aggregating categories cannot be used with such a MainMask.
Title: Re: Preview Duration
Post by: G3n35Y5 on June 19, 2013, 04:32:20 AM
Hi PFCCWA,

Same is possible in case of customized GAD. You may introduce a key K whose value is set to some value e.g. 'A' the moment agent starts previewing a record. The moment agent clicks on button to make call, the value of this key K should change to value 'B'. You can then capture preview duration by using a filter for key K with the statistic.