Queue by Channel

Queue by channel

Overview

This Measure Producer calculates measures relating to the engagements handled by individual queues and grouped by channel 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.
activeAgentsInACWNumber3The number of agents in active ACW sessions.
activeDurationDuration30000The amount of time between when a call is active to when the call is disconnected during the reporting period.
activeEngagementsInACWNumber3The number of engagements in active ACW sessions.
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.
agentBusyCountNumber3The number of agents currently 'not ready' to be assigned an engagement from the queue ie. dealing with an active engagement or not available.
agentReadyCountNumber3The number of agents who are 'ready' to be assigned an engagement from the queue.
agentStaffedCountNumber3The number of agents who could be assigned an engagement from this queue.
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.
channelIdStringVoiceChannel Id configured when a channel is added.
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).
completedEngagementCountNumber3The number of engagements associated with the queue that have been completed by an agent.
completedSpecializedEngagementCountNumber3The number of specialized engagements associated with the queue that have been completed by an agent.
expectedWaitTimeDuration300The estimated amount of time in seconds that engagement associated with a queue is expected to be waiting to be answered.
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.
NotAnsweredNumber3Not Answered.
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.
oldestEngagementWaitingDuration300The amount of time in seconds that the oldest engagement associated with an agent has been waiting to be answered.
oldestSpecializedEngagementWaitingDuration300The amount of time in seconds that the oldest specialized engagement associated with an agent has been waiting to be answered.
processingEngagementCountNumber3The number of engagements associated with the queue that have been accepted by an agent and have yet to be completed.
processingSpecializedEngagementCountNumber3The number of specialized engagements associated with the queue that have been accepted by an agent and have yet to be completed.
queueIdStringa8bcdae8-21e1-45cc-81a1-6328c1041d31Queue Id which is auto generated when a Queue is created.
queueNameStringRealtimeName associated when a Queue is created.
queueOccupancyNumber58The percentage ratio of busy agents to staffed agents associated with the queue.
rollingASADuration30000The average amount of time in seconds it takes to answer an engagement associated with the queue.
transferAcceptedFromQueueNumber3A count of engagements where a single step transfer from queue was successful.
transferInitiatedToQueueNumber3A count of engagements where a single step transfer to queue 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.
waitingEngagementCountNumber3The number of engagements associated with the queue that have yet to be accepted by an agent.
waitingSpecializedEngagementCountNumber3The number of specialized engagements associated with the queue that have yet to be accepted by an agent.
waitTimeDuration30000The wait time duration in queued state of the contact.

Sample data

{
  "keys":{
    "queueId":"acc95d18-9a24-4fff-8e65-783bf01163f1",
    "channelId":"Chat"
  },
  "eventAction":"UPSERT",
  "measureProducerId":"QueueByChannel_itd_1.0.0",
  "payloadType":"LIVE",
  "measures":{
    "rollingASA":"19",
    "queueOccupancy":"0",
    "agentStaffedCount":"1",
    "oldestEngagementWaiting":"0",
    "processingEngagementCount":"0",
    "completedEngagementCount":"38",
    "waitingEngagementCount":"0",
    "agentBusyCount":"0",
    "processingSpecializedEngagementCount":"0",
    "alerting":"0",
    "queueName":"RealtimeQueueMeasures",
    "oldestSpecializedEngagementWaiting":"0",
    "expectedWaitTime":"0",
    "completedSpecializedEngagementCount":"38",
    "waitingSpecializedEngagementCount":"0",
    "agentReadyCount":"1"
  },
  "eventSourceId":"IXCC_1.0.0",
  "accountId":"VMMOTR"
}