LIVE STATS - Addon
Posted: Mon May 06, 2013 3:47 pm
So my company uses a TV at the front of the room for the agents to see everyone's stats throughout the day. See how many sales, or how many upsales, or how long they have been on break, etc...
Well VICIDIAL doesn't currently have something like this, so we spent a few hundred man hours and created something, its not fancy, but it certianly gets the job done!
To make this work, we had to create custom fields in the lists. and then when we dial a campaign, our query goes and finds out what the listid is and then gathers the data from those list(s) (multiple lists if we call more than 1 campaign in a day).
Here is the outcome of what it would look like on a supervisors station or even a dedicated TV in the room:
full pic - http://i39.tinypic.com/34sm9zb.jpg
The code has built-in cell flashing when the user/agent goes over a certain threshold (for us pause time over 45mins...wrap % over 2%)
D amount, Up$, Monthly$ are all pulled from the custom fields in the listid table. These numbers ONLY show up if the dispo was marked as a SALE, otherwise it doesn't calculate a number (we did this on purpose, because agents will mismark a call and not realize it until they compare their written stats with the stats on the TV, makes it easier for us to pinpoint).
All other numbers are calculated by dividing other numbers already displayed, or by doing a COUNT in the SQL.
We have a column called Ver. $ and Ver. #....This column is based on weather the agent got a Credit Card sale or a Bank draft sale. If they did then it shows under the Verified column.
And you can sort by any column heading as well.
We have also implemented a slim version into the agent screen as a rollover button:
full pic - http://i40.tinypic.com/2eqaz55.jpg
And that same button, once rolled over if you click will display stats for all the agents (so the agent doesn't have to leave there desk!):
full pic - http://i44.tinypic.com/29xthg.jpg
Just putting this out there to see if anyone was interested in something like this? We won't do any modifying for you, but the hard part should be done, you'll just have to edit the code to reflect your database or your custom field names.
Well VICIDIAL doesn't currently have something like this, so we spent a few hundred man hours and created something, its not fancy, but it certianly gets the job done!
To make this work, we had to create custom fields in the lists. and then when we dial a campaign, our query goes and finds out what the listid is and then gathers the data from those list(s) (multiple lists if we call more than 1 campaign in a day).
Here is the outcome of what it would look like on a supervisors station or even a dedicated TV in the room:
full pic - http://i39.tinypic.com/34sm9zb.jpg
The code has built-in cell flashing when the user/agent goes over a certain threshold (for us pause time over 45mins...wrap % over 2%)
D amount, Up$, Monthly$ are all pulled from the custom fields in the listid table. These numbers ONLY show up if the dispo was marked as a SALE, otherwise it doesn't calculate a number (we did this on purpose, because agents will mismark a call and not realize it until they compare their written stats with the stats on the TV, makes it easier for us to pinpoint).
All other numbers are calculated by dividing other numbers already displayed, or by doing a COUNT in the SQL.
We have a column called Ver. $ and Ver. #....This column is based on weather the agent got a Credit Card sale or a Bank draft sale. If they did then it shows under the Verified column.
And you can sort by any column heading as well.
We have also implemented a slim version into the agent screen as a rollover button:
full pic - http://i40.tinypic.com/2eqaz55.jpg
And that same button, once rolled over if you click will display stats for all the agents (so the agent doesn't have to leave there desk!):
full pic - http://i44.tinypic.com/29xthg.jpg
Just putting this out there to see if anyone was interested in something like this? We won't do any modifying for you, but the hard part should be done, you'll just have to edit the code to reflect your database or your custom field names.