Re: Agent Time Detail Parameters
by DomeDan » Wed Dec 12, 2012 8:30 am
- CODE: SELECT ALL
+-----------------+----------+----------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+ +------------+------------+
| USER NAME | ID | CALLS | TIME CLOCK | AGENT TIME | WAIT | WAIT % | TALK | TALK TIME %| DISPO | DISPOTIME %| PAUSE | PAUSETIME %| DEAD | DEAD TIME %| CUSTOMER | | LOGIN | |
+-----------------+----------+----------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+ +------------+------------+
| Dan | 1234 | 3 | 0:00 | 16:59 | 0:32 | 3.14% | 2:03 | 12.07% | 0:15 | 1.47% | 14:09 | 83.32% | 1:01 | 5.99% | 1:02 | | 13:14 | 0:55 |
+-----------------+----------+----------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+------------+ +------------+------------+
AGENT TIME = Total time on the system (WAIT + TALK + DISPO + PAUSE)
WAIT = Time the agent waits for a call
TALK = Time the agent talks to a customer or is in dead state (DEAD + CUSTOMER)
DISPO = Time the agent uses at the disposition screen (where the agent picks NI, SALE etc)
PAUSE = Time the agent is in pause mode (LOGIN + LAGGED + ...)
DEAD = Time the agent is in a call where the customer has hung up
CUSTOMER = Time the agent is in a live call with a customer
The next table I guess is pause-codes and their time
LOGIN = The pause-code when going from login directly to pause
LAGGED = The time the agent had some network problem or similar
found the status ANDIAL on one agent and after some digging in the code I found that this is when the agent been in the same dispo for more than 1000 seconds
and empty is undefined pause-codes... I guess... William, Matt etc correct me if I'm wrong
Looking for more? I've tried explaining "Agent Status Detail" and "Agent Performance Detail" over here: viewtopic.php?f=4&t=26420&p=92680#p92680
Anyway the "Agent Status Detail" is pretty simple:
- CODE: SELECT ALL
+-----------------+----------+--------+--------+--------+----------+
| USER NAME | ID | CALLS | CIcalls| DNC/CI%| A |
+-----------------+----------+--------+--------+--------+----------+
| Dan | 1234 | 3 | 0 | 0%| 3 |
+-----------------+----------+--------+--------+--------+----------+
CALLS = Total number of calls sent to the user
CIcalls = I guess CI stands for "Customer Interact" or something, so this is the total amount of call where there was a Human Answer witch is set in "System Statuses" in the admin-interface
DNC/CI% = How much in percent DNC (Do Not Call) per Human Answers
And the rest is just System Statuses that the agent picked and how many, to find out what they means then head over to "System Statuses" in the admin-interface
Agent Performance Detail:
- CODE: SELECT ALL
+-----------------+----------+--------+-----------+----------+--------+----------+--------+----------+--------+----------+--------+----------+--------+----------+--------+----------+
| USER NAME | ID | CALLS | TIME | PAUSE |PAUSAVG | WAIT |WAITAVG | TALK |TALKAVG | DISPO |DISPAVG | DEAD |DEADAVG | CUSTOMER |CUSTAVG | A |
+-----------------+----------+--------+-----------+----------+--------+----------+--------+----------+--------+----------+--------+----------+--------+----------+--------+----------+
| Dan | 1234 | 3 | 4:55 | 2:08 | 0:43 | 0:29 | 0:10 | 2:03 | 0:41 | 0:15 | 0:05 | 1:01 | 0:20 | 1:02 | 0:21 | 3 |
+-----------------+----------+--------+-----------+----------+--------+----------+--------+----------+--------+----------+--------+----------+--------+----------+--------+----------+
+-----------------+----------+----------+----------+----------+ +----------+----------+
| USER NAME | ID | TOTAL | NONPAUSE | PAUSE | | LOGIN | |
+-----------------+----------+----------+----------+----------+ +----------+----------+
| Dan | 1234 | 16:59 | 2:50 | 14:09 | | 13:14 | 0:55 |
+-----------------+----------+----------+----------+----------+ +----------+----------+
In this report there's a few things from the "Agent Status Detail" report and some from "Agent Time Detail" report explained here viewtopic.php?f=4&t=26411&p=92638#p92638
The report says: "(Statistics related to handling of calls only)" that means that the stats is in conjunction with a system status
CALLS = Total number of calls sent to the user
TIME = Total time of these (PAUSE + WAIT + TALK + DISPO)
PAUSE = Amount of time being paused in conjunction with a call, I'm not use exactly when this occurs...
AVG means Average so everything -AVG is for example amount of PAUSE-time divided by total number of calls, in the example above: (PAUSE / CALLS = PAUSAVG) is (2:08 / 3 = 0:43)
WAIT = Time the agent waits for a call
TALK = Time the agent talks to a customer or is in dead state (DEAD + CUSTOMER)
DISPO = Time the agent uses at the disposition screen (where the agent picks NI, SALE etc)
DEAD = Time the agent is in a call where the customer has hung up
CUSTOMER = Time the agent is in a live call with a customer
And the rest is just System Statuses that the agent picked and how many, to find out what they means then head over to "System Statuses" in the admin-interface
Next table is Pause Codes
TOTAL = Total time on the system (WAIT + TALK + DISPO + PAUSE)
NONPAUSE = Everything except pause (WAIT + TALK + DISPO)
PAUSE = Only Pause
The last table is pause-codes and their time (like "Agent Time Detail")
LOGIN = The pause-code when going from login directly to pause
LAGGED = The time the agent had some network problem or similar
found the status ANDIAL on one agent and after some digging in the code I found that this is when the agent been in the same dispo for more than 1000 seconds
and empty is undefined pause-codes... I guess... William, Matt etc correct me if I'm wrong
How I get the login time, from database, using SQL??
ResponderEliminarSupiste como?
EliminarEste comentario ha sido eliminado por el autor.
ResponderEliminar