Skip to main content

Session Wise Dump Report


Type of Report

  • Standard

Total Subsheets

  • Session Wise Dump

Report Purpose

This report is a smaller version of MIS Report. It serves the purpose of auditing and evaluating the quality, efficiency, and effectiveness of live chat interactions managed by individual agents or the team as a whole. The report we have created to check various aspects of agents that are handling different types of chats while conversation.

Frequency of Report :

  • As per Brand Requirement / Recommended : Daily

Subsheet Name: Session Wise Dump

Serial NumberName of ColumnDescription of FieldWhere is the value fetched from
1Session Created at BOTTimestamp of session creationsessionInfo collection from createdAt
2Session Created at AgentTimestamp when chat is pushed to queuesessionInfo collection from inQueueTime
3Session ended at AgentTimestamp when session is ended by AgentAgent customer collection from endTime
4Agent First ResponseTimestamp of agent's first messageAgent customer collection from agentFirstResponseTime
5Session lifetime BOT + AgentTotal session time including bot interaction and live chatDiff of agentCustomerCollection.endTime and sessionInfo.createdAt
6Session Life time AgentTotal time where chat was handled by agentDiff of createdAt and endTime form AgentCustomerCollection
7Session wait time AgentTotal waiting time till the agent assignmentsessionInfo collection from assignTime
8Agent - Stall countWhen agent did not reply in 15 secondsstall.customer.stallCount from sessionInfo collection
9Agent - Stall OccurrencesCounter to determine the count for agent stall occurrencesstall.customer.iterationCount from sessionInfo collection
10Customer - Stall countCounter to determine the late reply of customersessionInfo collection from stall.customer.stallCount
11Customer - Stall OccurrencesCounter to determine how many times customer stall have occurredsessionInfo collection from stall.customer.iterationCount
12Session StatusIndicator for session status such as disconnected, answered, etcsessionInfo collection from status
13Platform Session IDUnique id of customer (PSID)sessionInfo collection from psid
14Session IDUnique id of chat sessionsessionInfo collection from sessionId
15Primary IdentifierPrimary IdentifiersessionInfo collection from userInfo.phone_no
16Agent Login nameName of agent including firstname and lastnameAdminusers collection from Agent Login name
17Agent Pseudo NamePseudo name of agentAgent customer collection from agentPseudoName
18MediaIndicator to know channel of userchatSessions collection from log_info.query.channelName
19BrowserBrowser informationchatSessions collection from log_info.platform_info.name
20OS NameOperating system informationchatSessions collection from log_info.platform_info.os.family
21OS VersionVersion of operating systemchatSessions collection from log_info.platform_info.os.version
22Customer NameName of customersessionInfo collection from userInfo.customer_name
23QueueName of queue where chat is pushed (customer group)sessionInfo collection from userInfo.customerGroup
24Chat DisconnectionReason for chat disconnectionsessionInfo collection from disconnectionReason
25AON in MonthsAge of networkAdmin Users collection from goLiveDate
26IP addressIP address of userChatsessions collection from log_info.ip_addr
27Agent Con CapConcurrency of agentAdminUsers collection from chatConcurrency
28Query Type from Pre chat Form 1Events before livechat transfersessionInfo collection from preChatQuery1
29Query Type from Pre chat Form 2Events before livechat transfersessionInfo collection from preChatQuery2
30Query Type from Pre chat Form 3Events before livechat transfersessionInfo collection from preChatQuery3
31Transfer - P2PFlag for identify if transfer is due to promise 2 payAgent customer collection
32Direct or BOT - ChatFlag to identify transfer typesessionInfo collection from transferType
33Short Chat - โ‰ค 60 SecsFlag to identify short interaction on live-chatAgent customer collection from createdAt and endTime
34AHT Slab โ‰ค 3Slab data to know AHT (average handling time)Agent customer collection from createdAt and endTime
35AHT Slab 3 to 5Slab data to know AHT (average handling time)Agent customer collection from createdAt and endTime
36AHT Slab 5 to 10Slab data to know AHT (average handling time)Agent customer collection from createdAt and endTime
37AHT Slab 10 to 15Slab data to know AHT (average handling time)Agent customer collection from createdAt and endTime
38AHT Slab 15 to 20Slab data to know AHT (average handling time)Agent customer collection from createdAt and endTime
39AHT Slab 20 to 30Slab data to know AHT (average handling time)Agent customer collection from createdAt and endTime
40AHT Slab > 30Slab data to know AHT (average handling time)Agent customer collection from createdAt and endTime
41Unique/RepeatUnique or Repeat customer along with total sessions created and created in what duration of Months.e.g. 1597 >= 6 MonthTotal Sessions : length of the chatSessions array in BrandUsers collection. Duration : Diff of createdAt of first and last session in chatSessions Array in Brand Users Collection.
42Unique Sub/MonthUnique or Repeat customerIf length of the chatSessions array in BrandUsers collection > 0, Repeat else Unique. collection
43Agent Status - Chat EndedAgent status while chat endingagentCustomer collection from agentStateDuringClosure
44Agent Con - AcceptedConcurrency after agent have accepted the chatagentCustomer collection from agentConcurrencyDuringAcceptance
45Agent Con - ClosedConcurrency after agent have closed the chatagentCustomerCollection from agentConcurrencyDuringClosure
46Agent Stall TimeTotal time agent went for stallChat Logs collection, Compute average agent time for this.
47Agent Response - CannedTotal number of responses in which agent used canned responsessessionInfo collection from cannedResponseUsed
48Agent Response - Free TextTotal number of responses in which agent used free textsessionInfo collection from freeTextUsed count

Example of Report

Session Wise Dump Report:

  • Columns A to U

Image

  • Columns V to AQ

Image


https://docs.google.com/spreadsheets/d/11Zl_QsMp5Sz7Lw1K6Y4m93z3-_zafXh6/edit#gid=95016873

Report Format

Branch: development / testing / production

Path: Reports/standardSessionWiseDumpReport.js

Aggregation

Branch: development / testing / production

Path: Reports/standardSessionWiseDump.js