UD_AUDIENCE_TO_TRIGGER_CURRENT_STATE_MAP

Description

This table maps audience members to their current trigger state.

Columns

Column Name Data Type Description
ID BIGINT The unique identifier for the mapping.
TRIGGER_ID BIGINT The trigger ID associated with the mapping.
AUDIENCE_KEY VARCHAR(255) The unique key for the audience member.
CURRENT_STATE BIGINT The current state ID.
TIME_STAMP_EPOCH BIGINT The timestamp when the state was entered in epoch format.
DURATION_IN_SECONDS BIGINT The duration in seconds for time-based states.
DEADLINE_EPOCH BIGINT The deadline timestamp in epoch format.