UD_TRIGGER_STATE_VARIABLE
Description
This table stores state variables for triggers per audience member.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| ID | BIGINT | The unique identifier for the state variable. |
| TRIGGER_ID | BIGINT | The trigger ID associated with the variable. |
| AUDIENCE_KEY | VARCHAR(255) | The unique key for the audience member. |
| NAME | VARCHAR(255) | The name of the variable. |
| TYPE | VARCHAR(50) | The data type of the variable. |
| VALUE | DOUBLE | The value of the variable. |
| UPDATED_TIME_STAMP_EPOCH | BIGINT | The timestamp of the last update in epoch format. |