Agent by Channel

Agent by channel

Overview

This Measure Producer calculates measures relating to the engagements handled by individual agents 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
abandonedFromAlertingNumber3A count of engagements abandoned while alerting at an agent within the reporting period.
activeDurationDuration918000Total active duration of all the contacts over the specific channel.
activeEngagementsNumber3The current count of the active engagements 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/channel.
adHocEmailSentNumber3A count of ad-hoc emails sent per agent/channel.
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.
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.
channelIdStringVoiceChannel Id configured in application center when a channel is added.
channelIdleTimeDurationDuration390000The amount of time an agent's channel is not active on an engagement but available for work.
channelStateStringCHANNEL_LOGGED_INIndicates current state of the channel assigned to the agent. Channel states are: CHANNEL_LOGGED_IN, CHANNEL_READY, CHANNEL_NOT_READY, CHANNEL_LOGGED_OUT, CHANNEL_LOGIN_FAILED
channelStateTimestampDate1666798444Timestamp when the channel transitioned to the respective state. (epoch)
channelTypeStringVoiceIndicates the channel name of the engagement.
channelWorkStateStringIdleThe work state of the agent's channel: Unavailable - indicates the agent is either logged out or not ready, Idle - Indicates the agent is ready and not active on any contacts for the channel, Available - Indicates the agent is active on at least one contact for the channel but not all their multiplicity slots are filled, Busy - Indicates the agent is active on channel and all multiplicity slots filled.
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.
CompletedNumber3A count of completed engagements for an 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.
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.
timeActiveTime in stateA continuous count of time in 'ACTIVE' state.
timeOnHoldTime in stateTicker that shows the time since how long the agent is on hold.
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.
workLimitNumber3The current multiplicity count for an agent.

Sample data

{
  "keys":{
    "agentId":"4631e352-9a4c-456b-86b7-1d7746f901fe",
    "channelId":"Chat"
  },
  "eventAction":"UPSERT",
  "measureProducerId":"AgentByChannel_itd_1.0.0",
  "payloadType":"LIVE",
  "measures":{
    "agentLoginId":"[email protected]",
    "channelIdleTimeDuration":"427",
    "channelStateTimestamp":"1669308932817",
    "agentLastName":"realtimechatagent3",
    "activeDuration":"139",
    "workLimit":"4",
    "agentDisplayName":"realtimechatagent3, realtimechatagent3",
    "timeOnHold":"0",
    "channelType":"Chat",
    "channelWorkState":"Unavailable",
    "Answered":"13",
    "channelState":"CHANNEL_LOGGED_OUT",
    "alerting":"0",
    "timeActive":"0",
    "activeEngagements":"0",
    "agentFirstName":"realtimechatagent3",
    "alertDuration":"38",
    "Completed":"13",
    "Offered":"13"
  },
  "eventSourceId":"IXCC_1.0.0",
  "accountId":"VMMOTR"
}