Channel

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).
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.

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