will.good Posted March 22, 2022 Posted March 22, 2022 Hi, I am looking for a way to measure chat 'Busy Time' i.e. the amount of time per day/week that there is a maximum number of chats open, and it is displaying the busy sign. I've had a quick look on Chat Reports and Analytics, but can't seem a way to pull this data. Anyone know if this is possible?
TrevorHarris Posted April 5, 2022 Posted April 5, 2022 Hi Will, information about the chats is stored in the h_lc_sessions table, these contains a few fields which maybe useful in building your reporting: h_created_on - records the time the chat was started h_close_time - records the time in seconds the chat was active for h_updated_on - records the last time the chat was updated Thanks Trevor
will.good Posted April 5, 2022 Author Posted April 5, 2022 Hi @TrevorHarris, This is not what I am looking for. Currently, we have max chats set to 8 before chat is displayed as 'Busy', I would like a way to measure the time that chat is in the busy state for, so we can see the amount of time when no new chats can be raised by customers as we are already maxxed out. Regards, Will
TrevorHarris Posted April 5, 2022 Posted April 5, 2022 Hi, I don't think that will be possible atm, as we are currently only stroing the information I've posted above, will raise this as a possible enhancement for the future for livechat Thanks Trevor
TrevorHarris Posted June 9, 2023 Posted June 9, 2023 Hi, The latest update of live chat has added a new table h_lc_session_log which records the number of active sessions, a new example measure has also been added for Advanced Analytics subscribers called Current sessions exceeds limit. This will use this new table to give you a measure in seconds that the number of active sessions exceeds a certain number (by default is 2 but you can change this by altering the number in the Query where clause field). You should be able to adapt this measure to show you when the session limit is at this maximum by setting the query clause to h_active = 8 if you have a max chat of 8. Hope this allows you to capture the information you are after Thanks Trevor 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now