DMEventColumnType Enumeration

Alterian Email Manager 6.2.3 SDK Help File
Available event column types

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public enum DMEventColumnType
Members
Member nameValueDescription
DMEC_EVENT_ID0ID of event
DMEC_EVENT_TIME1Date and time event occurred
DMEC_EVENT_NAME2Name of event
DMEC_EVENT_VALUE3Value logged with this event
DMEC_DEPLOYMENT_ID4ID of deployment
DMEC_DEPLOYMENT_NAME5Name of deployment
DMEC_DEPLOYMENT_STARTED6Date and time the deployment started
DMEC_DEPLOYMENT_FINISHED7Date and time the deployment finished
DMEC_CREATIVE_ID8ID of creative
DMEC_CREATIVE_NAME9Name of creative
DMEC_CREATIVE_CATEGORY_ID10ID of creative category
DMEC_CREATIVE_CATEGORY_NAME11Name of creative category
DMEC_TEMPLATE_ID12ID of template
DMEC_TEMPLATE_NAME13Name of template
DMEC_LIST_ID14ID of list
DMEC_LIST_NAME15Name of list
DMEC_LIST_CATEGORY_ID16ID of list category
DMEC_LIST_CATEGORY_NAME17Name of list category
DMEC_RECIPIENT_ID18Internal ID of recipient
DMEC_IP19IP captured with this event
DMEC_OS20OS captured with this event (0: Unknown, 1: Win95, 2: Win98, 3: Win2000, 4: WinXP, 5: WinNT, 6: Win16, 7: WinCE, 8: Mac68K, 9: MacPPC, 10: UNIX, 11: WebTV)
DMEC_WB_TOKEN21ID of browser string captured with this event
DMEC_WB_VALUE22Browser string captured with this event
DMEC_INFO23Extra information for local bounce events and mailer submission errors
DMEC_FIELD_TOKEN24ID of value for specified field. This can only be returned for fields of type DMFT_EMAIL, DMFT_STRING and DMFT_UNICODE
DMEC_FIELD_VALUE25Value for specified field
DMEC_EMAIL_TOKEN26ID of email address associated with this event or specified email field
DMEC_EMAIL_VALUE27Email address associated with this event or value of specified email field
DMEC_EMAIL_HEALTH28Health of email address associated with this event or specified email field
DMEC_EMAIL_DOMAIN_TOKEN29ID of domain associated with this event of specified email field
DMEC_EMAIL_DOMAIN_VALUE30Domain associated with this event of specified email field
Remarks
Compatible SQL datatypes when exported in BCP format:
DMEC_EVENT_IDint not null
DMEC_EVENT_TIMEsmalldatetime not null
DMEC_EVENT_NAMEnvarchar(100) not null
DMEC_EVENT_VALUEint not null
DMEC_DEPLOYMENT_IDint not null
DMEC_DEPLOYMENT_NAMEnvarchar(100) not null
DMEC_CREATIVE_IDint not null
DMEC_CREATIVE_NAMEnvarchar(100) not null
DMEC_CREATIVE_CATEGORY_IDint not null
DMEC_CREATIVE_CATEGORY_NAMEntext not null
DMEC_TEMPLATE_IDint not null
DMEC_TEMPLATE_NAMEnvarchar(100) not null
DMEC_LIST_IDint not null
DMEC_LIST_NAMEnvarchar(100) not null
DMEC_LIST_CATEGORY_IDint not null
DMEC_LIST_CATEGORY_NAMEntext not null
DMEC_RECIPIENT_IDint not null
DMEC_IPint not null
DMEC_OStinyint not null
DMEC_WB_TOKENsmallint not null
DMEC_WB_VALUEvarchar(100) not null
DMEC_INFOtext not null
DMEC_FIELD_TOKENint null
DMEC_FIELD_VALUEDepends on field type, see below
DMEC_EMAIL_TOKENint null
DMEC_EMAIL_VALUEvarchar(200) null
DMEC_EMAIL_HEALTHsmallint null
DMEC_EMAIL_DOMAIN_TOKENint null
DMEC_EMAIL_DOMAIN_VALUEvarchar(100) null
For field values:
DMFT_BOOLEANbit null
DMFT_DATEdatetime null
DMFT_DECIMALfloat null
DMFT_EMAILvarchar(200) null
DMFT_NUMERICint null
DMFT_STRINGvarchar(450) null
DMFT_TEXTntext null
DMFT_UNICODEnvarchar(450) null
See Also