AgentStats Table

  • Table Type - Historical
  • Last Changed Version - 4.0.106.453
  • Last Changed Reason - 4.0 Release

SQL Column Definitions

Column Data Type (Size) Is Nullable Contains PII Description Last Change Version Last Change Reason CX Insights Name CX Insights Type CX Insights Folder Name
campaignname varchar (255) True Unknown

The name of the Campaign as defined in Dialer Manager.

4.0.106.453 4.0 Release
siteid varchar (80) False Unknown

The name of the Outbound Dialer server that the agent was logged on to.

4.0.106.453 4.0 Release
odsoffset int False Unknown

The offset of the ODS's time zone from UTC in seconds. This is used to translate the agenttimeUTC field to local time.

4.0.106.453 4.0 Release
agenttimeUTC datetime False Unknown

The time when the action described by this record happened.

4.0.106.453 4.0 Release
agentid varchar (80) False Unknown

The CIC User ID of the agent who processed the call, as it is defined in Interaction Administrator.

4.0.106.453 4.0 Release
stageid varchar (10) True Unknown

Dialer uses this column to categorize non-Dialer call time as inbound or outbound (manually dialed). It populates the stageid column with the identifier 'ND-IN' for inbound non-Dialer calls or the identifier 'ND-MO' for manually-dialed outbound non-Dialer calls. This information is used by the Agent Utilization Summary report to summarize non-Dialer call time by inbound and outbound categories.

4.0.106.453 4.0 Release
callid varchar (11) True Unknown

Numeric ID of this call object. For more information, see the discussion of callid in the Reporting Data Dictionary.

4.0.106.453 4.0 Release
callidkey varchar (18) True Unknown

This internal, site-unique key identifies a call in the system. It is an 18 character alphanumeric strings whose format may change from release to release, though the values will always be unique. This field is not referenced in any report, but can be used by customers to cross-reference Dialer calls with the standard call data stored in the CIC database. For more information, see the discussion of callidkey in the Reporting Data Dictionary.

4.0.106.453 4.0 Release
propertyname varchar (255) False Unknown

A name that identifies the type of statistic that the record contains. The supported property values are:

Property Value
AdditionalFollowup Amount of time an agent spends on the Additional Follow Up screen,while using the using the Follow Up Call feature.
AwaitingCallback Boolean flag indicating whether a callback was scheduled. This value is used for precisely dialed calls and agent owned callback.
BreakStart Name of the campaign for which a break was taken. The AgentTime field specifies when the break began.
BreakStop Name of the campaign for which a break was taken. The AgentTime field specifies when the break ended.
DNDTime Number of seconds that the agent spent in a Do Not Disturb status (on break for example).
GlobalLogin The date and time that an agent was logged into all campaigns available to them, based on their workgroup membership.
GlobalLogout The date and time that an agent was logged out of all campaigns they were previously logged into.
IdleTime Number of seconds that the agent was idle between two calls.
Inactive Agent is logged into Dialer but not active in any campaigns.
Login Name of the campaign that an agent was activated in. The agenttimeUTC column specifies when this occurred.
Logout Name of the campaign that an agent was deactivated from. The agenttimeUTC field specifies when this occurred.
ManualOutboundPending Amount of time between when the manual outbound call is placed from the Additional Follow Up screen and when the call is connected, while using the using the Follow Up Call feature. (Once the call is connected, the stage will transition to StageTime.
NonDialerCallTime Number of seconds that the agent spent on a non-Dialer call.
NotLoggedIn Agent is not currently logged in to Dialer.
PreviewTime Number of seconds that the agent spent previewing the call.
StageTime Number of seconds that the call was in the stage identified by the stageid field.
WrapUpTime Number of seconds that the agent spent wrapping up a call.
4.0.106.453 4.0 Release
propertyvalue varchar (255) True Unknown

The value of the statistic. All time-based values are expressed in seconds.

4.0.106.453 4.0 Release
agentstats_id bigint False Unknown

The identification number assigned to the agent statistic.

18.4.0.000 Added id columns to agentstats and campaignstats.

SQL Constraints

Primary Key Name Type Column Name (sort order)
PK_AGENTSTATS_ID Non-clustered agentstats_id (Ascending)


Index Name Type Column Name (sort order)
IX_AgentStats_Date Clustered agenttimeUTC (Ascending)
UX_AgentStats Unique non-clustered campaignname (Ascending)
agenttimeUTC (Ascending)
agentid (Ascending)
propertyname (Ascending)