MARKETING_ROBOT_AUDIENCE_CON_0

Description

This table stores the audience conditions for marketing robots.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the audience condition.
BUSINESS_AS_USUAL_AUDIENCE_C_1 bigint The foreign key referencing the ID column of the AUDIENCE_CONDITION table.
CONTROL_GROUP_AUDIENCE_CONDI_1 bigint The foreign key referencing the ID column of the AUDIENCE_CONDITION table.
EXPERIMENT_AUDIENCE_CONDITIO_0 bigint The foreign key referencing the ID column of the AUDIENCE_CONDITION table.

Foreign Key Relationships

  • BUSINESS_AS_USUAL_AUDIENCE_C_1 references AUDIENCE_CONDITION (ID)
  • CONTROL_GROUP_AUDIENCE_CONDI_1 references AUDIENCE_CONDITION (ID)
  • EXPERIMENT_AUDIENCE_CONDITIO_0 references AUDIENCE_CONDITION (ID)