AUDIENCE_WITH_EXCLUDED_OFFER_0
Description
This table stores information about audiences with excluded offers.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) | Primary key, unique identifier for each audience with excluded offer. |
| AUDIENCE_CONDITION_AUDIENCE 0 | bigint(20) | Foreign key referencing the AUDIENCE_CONDITION table. |
|
OFFER_BASED_CONSTRAINTS_EXPE_0 |
bigint(20) | Foreign key referencing the EXPERIMENT_CONSTRAINT_WITH_O_0 table. |
| OFFER_BASED_CONSTRAINTS_HJOR_0 | int(11) |
The order of the offer-based constraint. |
Foreign Key Relationships
- AUDIENCE_CONDITION_AUDIENCE 0 references AUDIENCE_CONDITION(ID)
- OFFER_BASED_CONSTRAINTS_EXPE_0 references EXPERIMENT_CONSTRAINT_WITH_O_0(ID)