Group

Overview

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

ProcessorType: Interval To Date (ITD)

Data dictionary

MeasureTypeExampleDescription
abandonedFromAlertingNumber3Count of the total number of contacts which were disconnected successfully from customer end while alerting at agents assigned to the group.
adHocEmailInitiatedNumber3A count of ad-hoc emails initiated per group.
adHocEmailSentNumber3A count of ad-hoc emails sent per group.
AnsweredNumber3Count of the total number of contacts which were answered by the agents assigned to the group.
CompletedNumber3Count of the number of contacts which were completed successfully (disconnected successfully from agent or customer end).
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.
consultedDurationNumber30000The 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.
consultInitiatedToUserDuration3A 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.
groupIdStringa8bcdae8-21e1-45cc-81a1-6328c1041d31Group Id which is auto generated when a Group is created.
groupNameStringSalesName associated when a Group is created.
groupStatusStringLIVEIndicates the state of the Group, LIVE or DELETED
NotAnsweredNumber3Count of the total number of contacts which were not answered by the agents assigned to the group.
OfferedNumber3Count of the total number of contacts which were routed to the agents assigned to the group.
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.
transferToQueueCancelledNumber3A count of engagements where a single step transfer to queue was cancelled.
transferToQueueFailedNumber3A count of engagements where a SingleStepTransferToQueue failed.
transferToUserCancelledNumber3A count of engagements where a SingleStepTransferToUser was cancelled.
transferToUserFailedNumber3A count of engagements where a SingleStepTransferToUser failed.

Sample data

{
  "keys":{
    "groupId":"c746b4bc-4054-40e1-ba27-44dbe1bfded8"
  },
  "eventAction":"UPSERT",
  "measureProducerId":"Group_itd_1.0.0",
  "payloadType":"LIVE",
  "measures":{
    "groupName":"AutoChatGrpReal",
    "Completed":"12",
    "groupStatus":"Live",
    "Offered":"12",
    "Answered":"12"
  },
  "eventSourceId":"IXCC_1.0.0",
  "accountId":"VMMOTR"
}