ACTION_BASED_OFFER_CONFIGURA_0

Description

This table stores information about action-based offer configurations.

Columns

Column Name Data Type Description
ID bigint(20) Primary key, unique identifier for each action-based offer configuration.
PRODUCT_CONFIGURATION_PROVIS_0 bigint(20) Foreign key referencing the PRODUCT_CONFIGURATION_PROVISIONED table.
SIDE_EFFECT_PROVISIONED_PROD_0 bigint(20) Foreign key referencing the SIDE_EFFECT_WITH_TUPLE_ATTRI_0 table.
IGNORE_GLOBAL_CONTACT_POLICY_0 bit(1) Flag indicating whether to ignore the global contact policy.
OPT_IN_CONFIGURATION_ACTION 0 bigint(20) Foreign key referencing the ACTION_BASED_OFFER_OPT_IN_CO_0 table.
TARGET_METRIC_ACTION_BASED_O_0 bigint(20)

Foreign key referencing the TARGET_METRIC table.

TIMEOUT_ACTION_BASED_OFFER_C_0 bigint(20) Foreign key referencing the ACTION_DURATION table.

Foreign Key Relationships

  • PRODUCT_CONFIGURATION_PROVIS_0 references PRODUCT_CONFIGURATION_PROVISIONED(ID)
  • SIDE_EFFECT_PROVISIONED_PROD_0 references SIDE_EFFECT_WITH_TUPLE_ATTRI_0(ID)
  • OPT_IN_CONFIGURATION_ACTION 0 references ACTION_BASED_OFFER_OPT_IN_CO_0(ID)
  • TARGET_METRIC_ACTION_BASED_O_0 references TARGET_METRIC(ID)
  • TIMEOUT_ACTION_BASED_OFFER_C_0 references ACTION_DURATION(ID)