Hi all,
We are trying to measure Tickets and Chats for our environment. We are running different queries to gather data (based on whether we need additional details, or just a simple count), however, we are noticing a difference when counting chats VS counting chat tickets.
Here's an example:
Query 1: Chats - D_Count , basic default query. sorted by channels (Chat, API, Mobile/Mobile SDK)
IF ([Chat type - Unsorted]!="Offline Message")
THEN [Chat ID]
ENDIF
Results in 224 chats on a given period
Query 2: Tickets - D_Count , basic default query, sorted by channels (Chat, API, Mobile/Mobile SDK)
[Ticket ID]
Results in 233 chat tickets on the same given period
We are trying to understand where is the difference coming from - Any hints greatly appreciated.
Thanks!