EmailSend
Contains details of sent emails, including delivery metrics and associated campaigns.
Select
The driver uses the Oracle Eloqua Reporting API to access entities. To query a view, a fully qualified query consisting of both the schema name and table name is required to avoid any ambiguity.
For example, the following query specifies the schema name followed by the table name to access this view:
SELECT * FROM ActivityDetails.EmailSend;
Columns
| Name | Type | References | SupportedOperators | Description |
| emailSendID [KEY] | Long | =,<>,>,<,>=,<=,IN,NOT IN | Unique identifier for the email send event record within Eloqua. | |
| accountID | Int | =,<>,>,<,>=,<=,IN,NOT IN | Identifier linking the send event to the associated account. | |
| contactID | Int | =,<>,>,<,>=,<=,IN,NOT IN | Identifier of the contact who received the email send. | |
| eloquaCampaignID | Int | =,<>,>,<,>=,<=,IN,NOT IN | Identifier linking the send event to the related Eloqua campaign. | |
| eloquaLinkedAccountID | Int | =,<>,>,<,>=,<=,IN,NOT IN | Identifier linking the send event to a related Eloqua linked account record. | |
| emailID | Int | =,<>,>,<,>=,<=,IN,NOT IN | Identifier of the email asset that was sent. | |
| segmentID | Int | =,<>,>,<,>=,<=,IN,NOT IN | Identifier of the segment associated with the email send that determined the recipient audience. | |
| sentDateHour | Datetime | Date and time, rounded to the hour, when the email was sent to the contact. |