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.
activeNumber3The number of active interactions on the channel or the queue.
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).
conferenceInitiatedToUserNumber3A count of interactions where an agent initiates a consultation call to another agent that ends as a conference within the reporting period. The metric increments by 1 for the agent who initiated the consultation call when the agent completes the call as a conference.
conferenceAcceptedFromUserNumber3A count of interactions where an agent answers a consultation call from another agent that ends as a conference within the reporting period. The metric increments by 1 for the agent who answered the consultation call when the agent initiating the call completes the call as a conference.
conferenceInitiatedToQueueNumber3A count of interactions where an agent initiates a consultation call to a queue that ends as a conference within the reporting period. The metric increments by 1 for the agent who initiated the consultation call.
conferenceAcceptedFromQueueNumber3A count of interactions where an agent answered a consultation call from another agent that ended as a conference within the reporting period. The metric increments by 1 for the agent who answered the consultation call.
consultInitiatedToUserNumber3A count of interactions that an agent initiated as a consultation call with another user. The metric increments by 1 for the agent who initiated the consultation call.
consultAcceptedFromUserNumber3A count of consult to user calls answered by an agent within the reporting period. The metric increments by 1 for the agent who answered the consultation call.
consultInitiatedToQueueNumber3A count of interactions that an agent initiated as a consultation call to another queue. The metric increments by 1 for the agent who initiated the consultation call.
consultAcceptedFromQueueNumber3A count of consult to queue calls answered by an agent within the reporting period. The metric increments by 1 for the agent who answered the consultation call.
consultedDurationDuration30000The duration an agent was in a consultation call with another agent. The duration is displayed in the hh:mm:ss format.
consultingDurationDuration30000The duration an agent spent consulting another agent. The duration is displayed in the hh:mm:ss format.
consultToExternalNumber3A count of interactions where an agent initiated a consultation call with a user with an external number.
consultingExternalDurationDuration30000The duration an agent spent consulting a user with an external number.
conferenceToExternalNumber3A count of external consultation calls that resulted in a conference.
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.
transferInitiatedToQueueWithDraftNumber3The number of times an email draft is transferred from an agent to a queue within the reporting interval.
transferInitiatedToUserNumber3A count of engagements where a SingleStepTransferToUser was initiated.
transferInitiatedToUserWithDraftNumber3The number of times an email draft is transferred from an agent to a supervisor or another agent within the reporting interval.
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.
warmTransferToExternalNumber3A count of interactions that resulted in a transfer to an external number.
warmTransferInitiatedToUserNumber3A count of interactions where a consultation call to the user resulted in an agent initiating a transfer to another agent.
warmTransferAcceptedFromUserNumber3A count of interactions where a consultation call to a user resulted in an agent accepting the transfer from the user.
warmTransferInitiatedToQueueNumber3A count of interactions where a consultation call to a queue resulted in an agent initiating a transfer to the queue.
warmTransferAcceptedFromQueueNumber3A count of interactions where a consultation call to the queue resulted in an agent accepting a transfer from the queue.

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"
}