mktg_event_type Table
The mktg_event_type table in the marketing database contains information about the different types of events defined for the Marketing System.
The following table describes the columns in the mktg_event_type table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
i_event_type_id |
int |
no |
The ID of this event type. This is the primary key. |
u_event_name |
nvarchar(20) |
no |
A string that contains the name of the event type. |
u_event_description |
nvarchar(100) |
yes |
A string that contains a description of the event type. |
b_event_schedulable |
bit |
no |
A Boolean value that indicates whether this kind of event can be used as an ad item goal. |