Author Topic: AHT and ATT Calculation  (Read 5646 times)

Offline sundaraas

  • Newbie
  • *
  • Posts: 25
  • Karma: -2
AHT and ATT Calculation
« on: November 07, 2013, 01:25:30 PM »
Hi Team,

We are using the below statistics to show the AHT and ATT in the IWS Application.

AHT: Average Handle Time

[AverHandleStatusTime]
Category=AverageTime
MainMask=CallInbound, CallOutbound, OfflineWorkType1
Objects=Agent, Place, GroupAgents, GroupPlaces
RelMask=CallInbound, CallOutbound
Subject=AgentStatus

ATT: Average Outbound Talk Time

[AverOutboundStatusTime]
Category=AverageTime
MainMask=CallOutbound
Objects=Agent, Place, GroupAgents, GroupPlaces
RelMask=CallOutbound
Subject=AgentStatus

The Output of this value is not matching with the manualy calculating the timing.

AHT = [TotalOutboundTalkTime + TotalDialingTime + TotalRingingTime + TotalConsultTime + TotalHoldTime] / TotalOutboundCalls
ATT =  [TotalOutboundTalkTime] / TotalOutboundCalls

Please let me know, the above statistic is right one?

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: AHT and ATT Calculation
« Reply #1 on: November 07, 2013, 02:38:12 PM »
And what about inbound calls within AHT? Do not count them? I do not understand why do you cont the time statistics in this order, why did you not use TotalTalkTime stats for example?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7640
  • Karma: 56330
Re: AHT and ATT Calculation
« Reply #2 on: November 07, 2013, 03:01:25 PM »
Agree with Kubig...since when Ringing is talking?

Offline sundaraas

  • Newbie
  • *
  • Posts: 25
  • Karma: -2
Re: AHT and ATT Calculation
« Reply #3 on: November 08, 2013, 10:34:16 AM »
Hi Kubig,

We have an outbound environment [No Inbound calls]. Anyway, I have checked the same in the Genesys Tech Support, they have suggested the below statistic for calculating the AHT.

[AverHandleTime]
Subject=DNAction
Category=AverageTime
RelMask=CallInbound, CallOutbound
Objects=Agent, Place, GroupAgents, GroupPlaces
MainMask=CallInbound, CallOutbound, OfflineWorkType1

I have created the AHT statistic with the "Subject =AgentStatus". I will re test the same on 15-Nov-2013 and share the feed back.

Let me know, this changes make sense to me.

Offline Tambo

  • Sr. Member
  • ****
  • Posts: 456
  • Karma: 5
Re: AHT and ATT Calculation
« Reply #4 on: November 13, 2013, 01:19:27 PM »
should AHT not also have TotalACW and pause time too??

Offline mhsoomro

  • Newbie
  • *
  • Posts: 11
  • Karma: 0
Re: AHT and ATT Calculation
« Reply #5 on: March 15, 2016, 10:19:35 AM »
What is the difference between "CallOnHold" and "CallOnHoldInbound"?
Can i use "CallOnHoldInbound" value in MainMask of AverHandleStatusTime to calculate hold time in AHT?

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2752
  • Karma: 44
Re: AHT and ATT Calculation
« Reply #6 on: March 15, 2016, 10:23:56 AM »
Difference is fairly clear - the CallOnHoldInbound counts only when the holded call has type Inbound. whilst the CallOnHold counts hold on any call type. Yes, you can use it within MainMask to include Hold time to the computed stat