DMExportColumn Enumeration
|
Alterian Email Manager 6.2.3 SDK Help File
Enumeration for Export Columns
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic enum DMExportColumn
Public Enumeration DMExportColumn
public enum class DMExportColumn
DMLibrary.DMExportColumn = function();
DMLibrary.DMExportColumn.createEnum('DMLibrary.DMExportColumn', false);
Members | Member name | Value | Description |
---|
| DMEC_IP | 0 |
IP address of the user computer generating this event
|
| DMEC_OS | 1 |
Operating System of the user computer generating this event
|
| DMEC_BROWSER | 2 |
Browser used by the user generating this event
|
| DMEC_EVENT_ID | 3 |
Unique Identifier for the event
|
| DMEC_EVENT_NAME | 4 |
Name of the event
|
| DMEC_EVENT_TIME | 5 |
Date and time of the event
|
| DMEC_EVENT_VALUE | 6 |
Value of the event
|
| DMEC_DEPLOYMENT_ID | 7 |
Deployment Id associated with the event
|
| DMEC_DEPLOYMENT_NAME | 8 |
Deployment Name associated with the event
|
| DMEC_DEPLOYMENT_TIME | 9 |
Deployment time associated with the event
|
| DMEC_CREATIVE_ID | 10 |
Unique identifier for the creative that was used for the deployment associated with the event
|
| DMEC_CREATIVE_NAME | 11 |
Name of the creative that was used for the deployment associated with the event
|
| DMEC_CREATIVE_CATEGORY_ID | 12 |
Unique identifier for the creative category that was used for the deployment associated with the event
|
| DMEC_CREATIVE_CATEGORY_NAME | 13 |
Name of the creative category that was used for the deployment associated with the event
|
| DMEC_CREATIVE_TEMPLATE_ID | 14 |
Unique identifier for the creative template that was used for the deployment associated with the event
|
| DMEC_CREATIVE_TEMPLATE_NAME | 15 |
Name of the creative template that was used for the deployment associated with the event
|
| DMEC_LIST_ID | 16 |
Unique identifier for the recipient list that was used for the deployment associated with the event
|
| DMEC_LIST_NAME | 17 |
NAme of the recipient list that was used for the deployment associated with the event
|
| DMEC_LIST_CATEGORY_ID | 18 |
Unique identifier for the list category of the recipient list that was used for the deployment associated with the event
|
| DMEC_LIST_CATEGORY_NAME | 19 |
Name of the list category of the recipient list that was used for the deployment associated with the event
|
| DMEC_RECIPIENT_ID | 20 |
Unique Recipient identifier part of the deployment associated with the event
|
| DMEC_RECIPIENT_TEXTONLY | 21 |
Indicates if the recipient prefers email delivery via text
|
| DMEC_RECIPIENT_VERIFIED | 22 |
Indicates if the recipient can view email in HTML format
|
| DMEC_RECIPIENT_RSSONLY | 23 |
Indicates if the recipient prefers email delivery via RSS feed alone
|
| DMEC_RECIPIENT_ENABLED | 24 |
Indicates if the recipient is active or inactive
|
| DMEC_RECIPIENT_PK_ID | 25 |
Indicates the primary key field identifier for the recipient
|
| DMEC_RECIPIENT_PK_NAME | 26 |
Indicates the primary key field name for the recipient
|
| DMEC_EVENT_BOUNCE_REASON | 27 |
Indicates the bounce reason
|
See Also