OFFER_TRACK
Description
This table stores offer tracks.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the offer track. |
| IGNORE_GLOBAL_CONTACT_POLICY_0 | bit | Indicates if the global contact policy should be ignored. |
| TRIGGER_CONDITION_OFFER_TRAC_0 | bigint | The foreign key referencing the ID column of the TRIGGER_CONDITION table. |
| OFFER_TRACKS_CAMPAIGN_CORE_I_0 | bigint | The foreign key referencing the ID column of the CAMPAIGN_CORE_IMMUTABLE_ELEM_0 table. |
|
OFFER_TRACKS_HJORDER |
int | The order of the offer track in the hierarchy. |
Foreign Key Relationships
- TRIGGER_CONDITION_OFFER_TRAC_0 references TRIGGER_CONDITION (ID)
- OFFER_TRACKS_CAMPAIGN_CORE_I_0 references CAMPAIGN_CORE_IMMUTABLE_ELEM_0 (ID)