EventType
This class represents a categorization of marketing events. An EventType object describes a marketing event, and associates with one or more Campaign objects representing the marketing campaigns in the event.
Data Members
Data Member Name | Data Type | Default Value | Description |
EventDescription | WSTR | None | Stores a description of the campaign event. |
EventName | WSTR | Not available | Stores the unique key for the object. |
SiteName | WSTR | None | Stores the name of the site associated with the object. |
Class Key
EventTypeKey is composed of a single data member, EventName.
Relations
For a description of the relation type, see Data Warehouse Classes.
Relation Name | Parent | Child | Type |
CampaignEventType | EventType | Campaign | 2 |
EventTypeBasketRel | EventType | Basket | 2 |
EventTypeCampaignEventRel | EventType | CampaignEvent | 2 |
EventTypeCampaignItemEventsByDateAndUser | EventType | CampaignItemEventsByDateAndUser | 2 |
EventTypeOrderRel | EventType | Order | 2 |