Author Topic: AHT Calculation Stat Server  (Read 1171 times)

Offline Snoopy

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
AHT Calculation Stat Server
« on: September 29, 2021, 10:17:19 PM »
Hello everyone

We need to add a personal AHT counter for the chat agent.

For this, statistics were added to the stat server by analogy in CCPulse:

Subject: "DNAction"
Objects: "Agent, Place, GroupAgents, GroupPlaces"
MainMask: "CallRinging, CallInbound, CallOnHoldInbound, CallConsultOriginated, AfterCallWorkInbound"
Expression: "CallRinging + CallInbound + CallOnHoldInbound + CallConsultOriginated + AfterCallWorkInbound / CallInbound"
Description: "Average talk time chat agent"
Category: "Formula"

I took the information from here: https://docs.genesys.com/Documentation/RTME/8.5.1/User/Formula

But, unfortunately, statistics don't count anything. Tell me what you need to specify in order to correctly read the AHT of each agent in the chat?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: AHT Calculation Stat Server
« Reply #1 on: September 30, 2021, 03:20:40 AM »
Can you post exactly how it is created on StatServer


Usually this metric is for Voice, (hold...there is no Hold in chat for example)
But should count for CallInbound


However you would need a MainMask and a RelativeMask...not Expression...please post the StatServer metric and StatServer logs when you create the metric
You could use just AverageTime category to simplify your need
« Last Edit: September 30, 2021, 03:22:45 AM by cavagnaro »

Offline Snoopy

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: AHT Calculation Stat Server
« Reply #2 on: September 30, 2021, 11:24:46 PM »
Unfortunately, I could not find how to correctly insert the image here, so I uploaded it to google disk

https://drive.google.com/file/d/12Jb2evn8Jg5PhuxEvrkWdmFtgiKuU3Is/view?usp=sharing


If using MainMask and RelativeMask, what are the best options to use?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: AHT Calculation Stat Server
« Reply #3 on: October 01, 2021, 03:01:27 PM »
Remove the spaces after the comma
Also check your StatServer logs as said, it will show you if your metric is ok or not