ACTION_BASED_OFFER_OPT_IN_CO_0

Description

This table stores information about action-based offer opt-in configurations.

Columns

Column Name Data Type Description
ID bigint(20) Primary key, unique identifier for each action-based offer opt-in configuration.
DESTINATION varchar(255) The destination of the opt-in.
RESPONSE_TIMEOUT_ACTION_BASE_0 bigint(20) Foreign key referencing the ACTION_DURATION table.
SIDE_EFFECT_ACTION_BASED_OFF_0 bigint(20) Foreign key referencing the SIDE_EFFECT 0 table.
TIMEOUT_SIDE_EFFECT_ACTION_B_0 bigint(20) Foreign key referencing the ACTION_BASED_OFFER_OPT_IN_CO_0 table.

Foreign Key Relationships

  • RESPONSE_TIMEOUT_ACTION_BASE_0 references ACTION_DURATION(ID)
  • SIDE_EFFECT_ACTION_BASED_OFF_0 references SIDE_EFFECT 0(ID)
  • TIMEOUT_SIDE_EFFECT_ACTION_B_0 references ACTION_BASED_OFFER_OPT_IN_CO_0(ID)