These docs are for v0.0.1. Click to read the latest docs for v1.0.61.

Agent

Agent

Overview

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

ProcessorType: Interval To Date (ITD)

Data dictionary

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

MeasureTypeExampleDescription
abandonedFromAlertingNumber3A count of engagements abandoned while alerting at an agent within the reporting period.
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.
adHocEmailInitiatedNumber3A count of ad-hoc emails initiated per agent.
adHocEmailSentNumber3A count of ad-hoc emails sent per agent.
agentDisplayNameStringJohn, SmithDisplay Name which is provided when user is added in application center.
agentFirstNameStringJohnAgent's first name provided when a new user is created in application center.
agentIdString68374d8c-fbd4-44be-9712-b4ed6f38e757The unique identifier for the agent.
agentLastNameStringSmithAgent's last name provided when a new user is created in application center.
agentLoginIdString[email protected]Login Id provided when a new user is created in application center.
agentLogonDurationDuration2100000The amount of time the agent was logged in during the reporting period.
agentNotReadyReasonCodeDurationDuration30000The amount of time an agent was in a Not Ready state while using a reason code during the reporting period.
agentStateStringREADYIndicates agent’s state. States are: LOGGED_IN, READY, NOT_READY, LOGGED_OUT
alertDurationDuration30000Total alert duration of all the contacts over all the channels for an agent.
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).
externalCallsDurationDuration30000The amount of time the agent spent on external calls during the reporting period.
externalVoiceCallsNumber3Acount of external voice calls made by the agent within the reporting period.
ForwardedNumber3Count of the number of email contacts forwarded by an agent.
HoldNumber3Count of the number of contacts which were put on hold by the agent.
holdDurationDuration30000Total active duration of all the contacts over all the channels for an agent.
idleTimeDurationDuration30000The amount of time agent is not active on an engagement but available for work.
NotAnsweredNumber3A count of engagements not answered by the agent within the reporting period.
OfferedNumber3Count of the number of contacts which were routed and agent received workcard for the same.
reasonCodeNameStringLunch breakReason Code Name, the name of the reason code.
timeActiveTime in state30000A continuous count of time in 'ACTIVE' state in real-time reports.
timeInACWTime in state30000A continuous count of the time an agent is in ACW (After Contact Work) in real-time reports.
timeInStateTime in state30000A continuous count of time in agent state in real-time reports.
timeLoggedInTime in state30000A continuous count of time in 'logged in' in real-time reports.
timeOnHoldTime in state30000A continuous count of time in 'HOLD' state in real-time reports.
totalTimeNotReadyTime in state30000The amount of time the agent has been in a 'Not Ready' state during the reporting period.
transferAcceptedFromQueueNumber3Count of the number of contacts answered by an agent which had been transferred to a Queue.
transferAcceptedFromUserNumber3A count of engagements where a SingleStepTransferFromUser was successful.
transferInitiatedToQueueNumber3Count of the number of transfer initiated by an agent to the Queue.
transferInitiatedToUserNumber3A count of engagements where a SingleStepTransferToUser was initiated.
transferToExternalCancelledNumber3A count of transfer to external cancelled calls per agent/channel.
transferToExternalFailedNumber3A count of transfer to external failed calls per agent/channel.
transferToExternalInitiatedNumber3A count of transfer to external initiated calls per agent/channel.
transferToQueueCancelledNumber3Count of the number of transfer cancelled by an agent.
transferToQueueFailedNumber3Count of the number of transfer failed.
transferToUserCancelledNumber3A count of engagements where a SingleStepTransferToUser was cancelled.
transferToUserFailedNumber3A count of engagements where a SingleStepTransferToUser failed.
userStatusStringLiveStatus of the user indicating if the user is 'Live' or 'Deleted' on the system.

Sample data

{
  "keys":{
    "agentId":"4631e352-9a4c-456b-86b7-1d7746f901fe"
  },
  "eventAction":"UPSERT",
  "measureProducerId":"Agent_itd_1.0.0",
  "payloadType":"LIVE",
  "measures":{
    "reasonCodeName":"N/A",
    "timeInState":"1669309324260",
    "agentLoginId":"[email protected]",
    "agentLastName":"realtimechatagent3",
    "activeDuration":"146",
    "agentDisplayName":"realtimechatagent3, realtimechatagent3",
    "timeOnHold":"0",
    "timeLoggedIn":"1669309324260",
    "Answered":"14",
    "alerting":"0",
    "timeActive":"0",
    "idleTimeDuration":"454",
    "agentLogonDuration":"601",
    "agentState":"READY",
    "agentFirstName":"realtimechatagent3",
    "alertDuration":"41",
    "Completed":"14",
    "Offered":"14"
  },
  "eventSourceId":"IXCC_1.0.0",
  "accountId":"VMMOTR"
}