Hi all,
We recently started using the new Genesys chat widget and obviously would like to see some stats.
In Pulse and stat server there are a bunch of pre-made chat stats, filters and templates, the standard things like accepted and offered, handle time, AHT all work.
However... some stats do not work and I don't know where to look for the issue, the stat widget just turns up empty, no error. Any clues anyone?
As the stats are pre-made, I think they should be correct so what are we doing wrong? The option [i]attach-session-statistics[/i] is set to all.
I can't find anything about reply times, message count etc in Stat server or Interaction server logs.
According to docs:
[i]
After a chat session is finished, Chat Server attaches the following list of reporting statistics to the user data of the interaction in Interaction Server:
Chat session end reason codes – always attached, no configuration required.
Chat session transcript statistics – controlled by the attach-session-statistics option.[/i]
Two stat examples:
[Agent_csg_FirstReplyTime_FirstAgentTime_AverageCustomValue]
Category = AverageCustomValue
Formula = GetNumber("csg_SessionUntilFirstReplyTime",1)-GetNumber("csg_SessionUntilFirstAgentTime",1)
MainMask = InteractionHandling
MediaType = chat
Objects = Agent,Place,GroupAgents,GroupPlaces
Subject = DNAction
[Agent_csg_FirstReplyTime_FirstAgentTime_MaxCustomValue]
Category = MaxCustomValue
Formula = GetNumber("csg_SessionUntilFirstReplyTime",1)-GetNumber("csg_SessionUntilFirstAgentTime",1)
MainMask = InteractionHandling
MediaType = chat
Objects = Agent,Place,GroupAgents,GroupPlaces
Subject = DNAction
pre-made filters:
CH_SA_VQ_Segment = PairExist("UserDataKey", "UserDataValue")&~PairExist("DeliveredAt", "*")&(ThisQueue="ChatDefaultDistribution"|ThisQueue="ChatSkillBasedDistribution")
CH_SAS_VQ_Segment = PairExist("UserDataKey", "UserDataValue")&(ThisQueue="ChatInitialization"|ThisQueue="ChatDefaultDistribution"|ThisQueue="ChatSkillBasedDistribution")
CH_Start_VQ_Segment = PairExist("UserDataKey", "UserDataValue")&~PairExist("DeliveredAt", "*")&ThisQueue="ChatInitialization"
CHAT_MEDIA = MediaType=chat
ChatSession = MediaType=chat
cse_AgentReplyMaxTime = PairExists("cse_AgentReplyMaxTime","*")
cse_AgentReplyTotalCount = PairExists("cse_AgentReplyTotalCount","*")
cse_AgentReplyTotalTime = PairExists("cse_AgentReplyTotalTime","*")
csg_MessagesFromAgentsCount = PairExists("csg_MessagesFromAgentsCount","*")
csg_MessagesFromAgentsSize = PairExists("csg_MessagesFromAgentsSize","*")
csg_SessionUntilFirstAgentTime = PairExists("csg_SessionUntilFirstAgentTime","*")
csg_SessionUntilFirstReplyTime_csg_SessionUntilFirstAgentTime = PairExists("csg_SessionUntilFirstReplyTime","*")&PairExists("csg_SessionUntilFirstAgentTime","*")
csg_SessionWithCustomerTime_csg_SessionUntilFirstAgentTime = PairExists("csg_SessionWithCustomerTime","*")&PairExists("csg_SessionUntilFirstAgentTime","*")