Interaction_Data Table

Contains dynamic interaction data, which is interaction data that changes over the interaction lifecycle. Each record contains information about a single piece of dynamic interaction data.

Column

Type

Description

REF_ID

string(128)

The reference to the interaction ID.

DATA_NAME

string(64)

The name of the data.

DATA_VALUE

string(256)

The value of the data.

SET_TIME

DateTime

The timestamp of the data change.

DATA_OLD_VALUE

nvarchar

The previous value of this data property.

SEQ_NUMBER

int

The sequence of interaction data for a given interaction.

DURATION

int

The number of milliseconds since the last value change for the same data name.