Channel

Overview

This Measure Producer calculates measures relating to the engagements handled by individual channels 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.
abandonedFromQueueNumber3A count of engagements abandoned while queueing within the reporting period.
abandonTimeDurationDuration390000The time taken before the contact was abandoned on a specific queue.
activeNumber3A count of active engagements on the channel.
activeAgentsInACWNumber3A count of the current number of agents in acw per Queue.
activeDurationDuration390000Total active duration of all the contacts over all the channels for an agent.
activeEngagementsInACWNumber3A count of the current number of engagements in acw per Queue.
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 channel.
adHocEmailSentNumber3A count of ad-hoc emails sent per channel.
alertDurationDuration390000Total 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.
bargedDurationDuration390000The 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.
bargingDurationDuration390000The amount of time a supervisor carried out a barge in interaction within the reporting period.
channelIdStringVoiceChannel Id configured when a channel is added.
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.
ForwardedNumber3Count of the number of email contacts forwarded by an agent.
holdDurationDuration390000The amount of time between when a call is held to when the call is unheld or disconnected during the reporting period.
NotAnsweredNumber3A count of engagements not answered within the reporting period.
OfferedNumber3Count of the number of contacts which were routed, and agent received work card for the same.
offeredToQueueNumber3A count of engagements offered to the Queue within the reporting period.
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.
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.
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":{
    "channelId":"Chat"
  },
  "eventAction":"UPSERT",
  "measureProducerId":"Channel_itd_1.0.0",
  "payloadType":"LIVE",
  "measures":{
    "activeDuration":"52",
    "activeAgentsInACW":"0",
    "alertDuration":"29",
    "offeredToQueue":"7",
    "Completed":"6",
    "active":"1",
    "activeEngagementsInACW":"0",
    "Offered":"7",
    "Answered":"7",
    "alerting":"0"
  },
  "eventSourceId":"IXCC_1.0.0",
  "accountId":"VMMOTR"
}