mktg_target Table
The mktg_target table in the marketing database contains information about targets in the Marketing System.
The following table describes the columns in the mktg_target table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
i_target_id |
int |
no |
The ID of this target. This is the primary key. |
i_campitem_id |
int |
no |
The ID of the associated campaign item. This is a foreign key into the mktg_campaign_item table. |
i_target_expr_id |
int |
no |
The ID of the associated expression. This is a foreign key into the mktg_expression table. |
i_target_action |
int |
no |
The action for this target. |