Agent by Queue

Agent by queue

Overview

This Measure Producer calculates measures relating to the engagements handled by individual agents and grouped by queue with the reporting period.

ProcessorType: Interval To Date (ITD)

Data dictionary

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

MeasureTypeExampleDescription
abandonedFromAlertingNumber3Count of the number of contacts which were disconnected successfully from customer end while alerting at an agent.
activeDurationDuration918000Total active duration of all the contacts over all the channels for an agent.
acwCountNumber3The number of times an agent entered ACW (After Contact Work).
acwDurationDuration390000The amount of time the agent spent in ACW (After Contact Work) during the reporting period.
agentDisplayNameStringJohn, SmithDisplay Name which is provided when a user is provisioned.
agentFirstNameStringJohnAgent's first name provided when a new user is provisioned.
agentIdString68374d8c-fbd4-44be-9712-b4ed6f38e757The unique identifier for the agent.
agentLastNameStringSmithAgent's last name provided when a new user is provisioned.
agentLoginIdString[email protected]Login Id provided when a new user is provisioned.
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 number of contacts which were answered by the agent.
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).
HoldNumber3Count of the number of contacts which were put on hold by the agent.
holdDurationDuration30000Total hold duration of all the contacts over all the channels for an agent.
NotAnsweredNumber3Count of the number of contacts which were not answered by the agent.
OfferedNumber3Count of the number of contacts which were routed, and agent received work card for the same.
queueIdString9a7b4678-fd25-4bd2-84f3-70828f9fd07aQueue Id configured when a queue is added.
queueNameStringDefaultIndicates the queue name of the engagement.
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.

Sample data

{
  "keys":{
    "queueId":"9a7b4678-fd25-4bd2-84f3-70828f9fd07a",
    "agentId":"4631e352-9a4c-456b-86b7-1d7746f901fe"
  },
  "eventAction":"UPSERT",
  "measureProducerId":"AgentByQueue_itd_1.0.0",
  "payloadType":"LIVE",
  "measures":{
    "agentLoginId":"[email protected]",
    "agentLastName":"realtimechatagent3",
    "activeDuration":"132",
    "agentDisplayName":"realtimechatagent3, realtimechatagent3",
    "agentFirstName":"realtimechatagent3",
    "alertDuration":"35",
    "Completed":"12",
    "Offered":"12",
    "Answered":"12",
    "alerting":"0"
  },
  "eventSourceId":"IXCC_1.0.0",
  "accountId":"VMMOTR"
}