CAMPAIGN_OFFER_ROW

Description

This table stores the rows of offers associated with a campaign, including their configuration, index, and other related information.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the campaign offer row.
ACTION_BASED_PRODUCT_CONFIGU_1 bigint The ID of the action-based product configuration associated with the offer row.
AUTO_PROVISIONED_PRODUCT_CON_1 bigint The ID of the auto-provisioned product configuration associated with the offer row.
OFFER_INDEX int The index of the offer row within the campaign.
TARGET_AUDIENCE_CAMPAIGN_OFF_0 bigint The ID of the target audience campaign offer associated with the offer row.
OFFER_ROWS_CAMPAIGN_DRAFT_ID bigint The ID of the campaign draft the offer row belongs to.
OFFER_ROWS_HJORDER int The order of the offer row within the campaign.
OFFER_ROWS_CAMPAIGN_IMMUTABL_0 bigint The ID of the campaign immutable element associated with the offer row.

Foreign Key Relationships

  • TARGET_AUDIENCE_CAMPAIGN_OFF_0 references AUDIENCE_CONDITION(ID)
  • OFFER_ROWS_CAMPAIGN_DRAFT_ID references CAMPAIGN_DRAFT(ID)
  • OFFER_ROWS_CAMPAIGN_IMMUTABL_0 references CAMPAIGN_IMMUTABLE_ELEMENTS(ID)