DMExportColumn Enumeration

Alterian Email Manager 6.2.3 SDK Help File
Enumeration for Export Columns

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

Syntax
public enum DMExportColumn
Members
Member nameValueDescription
DMEC_IP0 IP address of the user computer generating this event
DMEC_OS1 Operating System of the user computer generating this event
DMEC_BROWSER2 Browser used by the user generating this event
DMEC_EVENT_ID3 Unique Identifier for the event
DMEC_EVENT_NAME4 Name of the event
DMEC_EVENT_TIME5 Date and time of the event
DMEC_EVENT_VALUE6 Value of the event
DMEC_DEPLOYMENT_ID7 Deployment Id associated with the event
DMEC_DEPLOYMENT_NAME8 Deployment Name associated with the event
DMEC_DEPLOYMENT_TIME9 Deployment time associated with the event
DMEC_CREATIVE_ID10 Unique identifier for the creative that was used for the deployment associated with the event
DMEC_CREATIVE_NAME11 Name of the creative that was used for the deployment associated with the event
DMEC_CREATIVE_CATEGORY_ID12 Unique identifier for the creative category that was used for the deployment associated with the event
DMEC_CREATIVE_CATEGORY_NAME13 Name of the creative category that was used for the deployment associated with the event
DMEC_CREATIVE_TEMPLATE_ID14 Unique identifier for the creative template that was used for the deployment associated with the event
DMEC_CREATIVE_TEMPLATE_NAME15 Name of the creative template that was used for the deployment associated with the event
DMEC_LIST_ID16 Unique identifier for the recipient list that was used for the deployment associated with the event
DMEC_LIST_NAME17 NAme of the recipient list that was used for the deployment associated with the event
DMEC_LIST_CATEGORY_ID18 Unique identifier for the list category of the recipient list that was used for the deployment associated with the event
DMEC_LIST_CATEGORY_NAME19 Name of the list category of the recipient list that was used for the deployment associated with the event
DMEC_RECIPIENT_ID20 Unique Recipient identifier part of the deployment associated with the event
DMEC_RECIPIENT_TEXTONLY21 Indicates if the recipient prefers email delivery via text
DMEC_RECIPIENT_VERIFIED22 Indicates if the recipient can view email in HTML format
DMEC_RECIPIENT_RSSONLY23 Indicates if the recipient prefers email delivery via RSS feed alone
DMEC_RECIPIENT_ENABLED24 Indicates if the recipient is active or inactive
DMEC_RECIPIENT_PK_ID25 Indicates the primary key field identifier for the recipient
DMEC_RECIPIENT_PK_NAME26 Indicates the primary key field name for the recipient
DMEC_EVENT_BOUNCE_REASON27 Indicates the bounce reason
See Also