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

Group

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