Skip to main content
Version: 1.4

vFACT_AGENTACTIVITIES

Definition

Contact Center Agent data about state changes of all channels. Every agent event from the login to the logout including all state changes between creates a new record for every channel.

Data Repository: Agent Activity Record (AAR)

API: Get Agent Activities (REST) /agents/activities

Original field description

This documentation is available from external source: AAR Data Dictionary

b+s specific fields or modifications

Field nameTypeDescription
channelsPerTypeintNumber of channels of each channel type an agent has for this agent session
channelsPerUserintTotal number of channels an agent has for this agent session
channelTypeDurationnumeric (38, 12)totalDuration divided by channelsPerType. This allows to summarize the duration of multiple channels per ChannelType.
channelTypesPerUserintTotal number of channel types an agent has for this agent session
directionvarchar(7)Indicates whether the task is inbound, outbound or outdial
stateDurationbigintCalculated time from start to end time of an event in milliseconds
totalDurationbigintCalculated time from start to end time for events that are not running in parallel with other events in milliseconds
userDurationPerChannelnumeric (38, 12)totalDuration divided by channelsPerUser. This allows to summarize the duration of all channels per User.
userDurationPerChannelTypenumeric (38, 12)channelTypeDuration divided by channelTypesPerUser. This allows to summarize the duration of all channel types per User.
note

Surrogate keys (integer) of the datamart are used for tenant (org), user, team, site, date and time fields.