Abandon Exception Events

EE_AbandonEvents_viw View

Abandon Exception Events

Contains the relationship between an interaction and the abandon exception. EE_AbandonEvents_viw contains Interaction ID key, site ID of the Interaction where the abandon exception is captured, UTC exception event timestamp when it is captured with offset to Server local time, in milliseconds, source queue name for captured exception with the source queue type, and time in queue.

  • Last Changed Version - 17.1.0.324
  • Last Changed Reason - Added for abandon exception events.

Column Definitions

Column Data Type (Size) Is Nullable Contains PII Description Last Change Version Last Change Reason
InteractionIDKey char (18) False No

Interaction ID Key

17.1.0.324 Added for abandon exception events.
SiteID smallint False No

Site ID of the Interaction where the exception is captured

17.1.0.324 Added for abandon exception events.
EventDateTimeUTC datetime True No

Event Date/Time (UTC) when the exception was captured

17.1.0.324 Added for abandon exception events.
EventDTOffset int False No

The GMT timestamp when the action happens

17.1.0.324 Added for abandon exception events.
SourceQueueName nvarchar (250) False No

Source queue name for captured exception

17.1.0.324 Added for abandon exception events.
SourceQueueType varchar (20) True No

Source queue type.

17.1.0.324 Added for abandon exception events.
TimeInQueue bigint False No

Duration from queue entry to queue abandon event in milliseconds.

17.1.0.324 Added for abandon exception events.
Column Data Type (Size) Is Nullable Contains PII Description Last Change Version Last Change Reason
InteractionIDKey char (18) False No

Interaction ID Key

17.1.0.324 Added for abandon exception events.
SiteID number False No

Site ID of the Interaction where the exception is captured

17.1.0.324 Added for abandon exception events.
EventDateTimeUTC timestamp False No

Event Date/Time (UTC) when the exception was captured

17.1.0.324 Added for abandon exception events.
EventDTOffset number False No

The GMT timestamp when the action happens

17.1.0.324 Added for abandon exception events.
SourceQueueName nvarchar2 (250) True No

Source queue name for captured exception

17.1.0.324 Added for abandon exception events.
SourceQueueType varchar2 (4000) True No

Source queue type.

17.1.0.324 Added for abandon exception events.
TimeInQueue number True No

Duration from queue entry to queue abandon event in milliseconds.

17.1.0.324 Added for abandon exception events.