Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
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. |