Queue

Queue

Overview

This Measure Producer calculates measures relating to the engagements handled by queues with the reporting period.

ProcessorType: Interval To Date (ITD)

Data dictionary

Note: Duration and Time measures are expressed in milli-seconds.

MeasureTypeExampleDescription
abandonedBeforeThresholdNumber3The number of calls abandoned before the specific threshold on queue or while alerting at an agent.
abandonedFromAlertingNumber3Count of the total number of contacts from Queue which were disconnected successfully from customer end while alerting at agents.
abandonedFromQueueNumber3Count of the number of contacts which were abandoned in queue and not offered to agent.
abandonTimeDurationDuration30000The time taken before the contact was abandoned on a specific queue.
activeNumber3A count of active engagements on the queue.
activeAgentsInACWNumber3A count of the current number of agents in acw per Queue.
activeDurationDuration30000The amount of time between when a call is active to when the call is disconnected during the reporting period.
activeEngagementsInACWNumber3A count of the current number of engagements in ACW per Queue.
acwCountNumber3The number of times an agent entered ACW (After Contact Work).
acwDurationDuration30000The amount of time the agent spent in ACW (After Contact Work) during the reporting period.
alertDurationDuration30000The amount of time the call has been in the alert state during the reporting period.
alertingNumber3The number of alerting engagements at an agent.
AnsweredNumber3Count of the total number of contacts which were answered by the agents from the respective Queue.
answeredAfterThresholdNumber3The number of calls answered after the specific threshold for that queue.
bargedNumber3A count of the number of times a supervisor carried out a barge in interaction within the reporting period. Counted against the agent.
bargedDurationDuration30000The amount of time a supervisor carried out a barge in interaction within the reporting period.
bargingNumber3A count of the number of times a supervisor carried out a barge in interaction within the reporting period. Counted against the supervisor.
bargingDurationDuration30000The amount of time a supervisor carried out a barge in interaction within the reporting period.
coachedNumber3A count of the number of times an agent was coached within the reporting period.
coachedDurationDuration30000The amount of time an agent was coached within the reporting period.
coachingNumber3A count of the number of times a supervisor carried out a coaching interaction within the reporting period.
coachingDurationDuration30000The amount of time a supervisor carried out a coaching interaction within the reporting period.
CompletedNumber3Count of the number of contacts which were completed successfully (disconnected successfully from agent or customer end).
contactsQueueingNumber3Count of the total number of contacts which have been queued.
holdDurationDuration30000The amount of time between when a call is held to when the call is unheld or disconnected during the reporting period.
isDefaultQueueStringfalseIndicates whether the Queue is Default or not.
NotAnsweredNumber3Count of the total number of contacts which were not answered by the agents from the respective Queue.
OfferedNumber3Count of the number of contacts which were routed from the Queue, and agent received work card for the same.
offeredToQueueNumber3A count of engagements offered to the Queue within the reporting period.
queueIdStringa8bcdae8-21e1-45cc-81a1-6328c1041d31Queue Id which is auto generated when a Queue is created.
queueNameStringRealtimeName associated when a Queue is created.
transferAcceptedFromQueueNumber3A count of engagements where a single step transfer from queue was successful.
transferAcceptedFromUserNumber3A count of engagements where a SingleStepTransferFromUser was successful.
transferInitiatedToQueueNumber3A count of engagements where a single step transfer to queue was initiated.
transferInitiatedToUserNumber3A count of engagements where a SingleStepTransferToUser was initiated.
transferToQueueCancelledNumber3A count of engagements where a single step transfer to queue was cancelled.
transferToQueueFailedNumber3A count of engagements where a single step transfer to queue was failed.
transferToUserCancelledNumber3A count of engagements where a SingleStepTransferToUser was cancelled.
transferToUserFailedNumber3A count of engagements where a SingleStepTransferToUser failed.
waitTimeDuration30000The wait time duration in queued state of the contact.

Sample data

{
  "keys":{
    "queueId":"9a7b4678-fd25-4bd2-84f3-70828f9fd07a"
  },
  "eventAction":"UPSERT",
  "measureProducerId":"Queue_itd_1.0.0",
  "payloadType":"LIVE",
  "measures":{
    "isDefaultQueue":"false",
    "queueName":"Realtime",
    "alertDuration":"4",
    "offeredToQueue":"1",
    "active":"0",
    "Offered":"1",
    "alerting":"1"
  },
  "eventSourceId":"IXCC_1.0.0",
  "accountId":"VMMOTR"
}