TRIGGER_EVENT

Description

This table stores information about trigger events.

Columns

Column Name Data Type Description
ID bigint Primary key column for the table
LIVE_SEGMENT_CONDITION_VALUE_0 bigint Stores the ID of the live segment condition value associated with the trigger event
PROFILE_CONDITION_VALUE_WITH_1 bigint Stores the ID of the profile condition value with associated with the trigger event
RAW_PROFILE_CONDITION_VALUE 0 bigint Stores the ID of the raw profile condition value associated with the trigger event
FEEDS_SELECTOR_TRIGGER_EVENT_0 bigint Stores the ID of the feeds selector associated with the trigger event
TRIGGER_EVENTS_CAMPAIGN_DRAF_0 bigint Stores the ID of the campaign draft associated with the trigger event
TRIGGER_EVENTS_HJORDER int Stores the HJORDER of the trigger event
TRIGGER_EVENTS_CAMPAIGN_IMMU_0 bigint Stores the ID of the campaign immutable elements associated with the trigger event

Foreign Key Relationships

  • LIVE_SEGMENT_CONDITION_VALUE_0 references LIVE_SEGMENT_CONDITION_VALUE(ID)
  • PROFILE_CONDITION_VALUE_WITH_1 references CONDITION_(ID)
  • RAW_PROFILE_CONDITION_VALUE 0 references CONDITION_(ID)
  • FEEDS_SELECTOR_TRIGGER_EVENT_0 references FEEDS_SELECTOR(ID)
  • TRIGGER_EVENTS_CAMPAIGN_DRAF_0 references CAMPAIGN_DRAFT(ID)
  • TRIGGER_EVENTS_CAMPAIGN_IMMU_0 references CAMPAIGN_IMMUTABLE_ELEMENTS(ID)