EmailOpen
Captures events where recipients open Eloqua-sent emails.
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.EmailOpen;
Columns
| Name | Type | References | SupportedOperators | Description |
| emailOpenID [KEY] | Long | =,<>,>,<,>=,<=,IN,NOT IN | Unique identifier for the email open event record within Eloqua. | |
| accountID | Int | =,<>,>,<,>=,<=,IN,NOT IN | Identifier linking the email open event to the associated account. | |
| contactID | Int | =,<>,>,<,>=,<=,IN,NOT IN | Identifier of the contact who opened the email. | |
| deviceInfoId | Int | =,<>,>,<,>=,<=,IN,NOT IN | Identifier referencing device information, such as browser or platform, used during the open event. | |
| eloquaCampaignID | Int | =,<>,>,<,>=,<=,IN,NOT IN | Identifier linking the open event to the related Eloqua campaign. | |
| eloquaLinkedAccountID | Int | =,<>,>,<,>=,<=,IN,NOT IN | Identifier linking the open event to a related Eloqua linked account record. | |
| emailID | Int | =,<>,>,<,>=,<=,IN,NOT IN | Identifier of the email asset that was opened. | |
| firstOpen | Int | =,<>,>,<,>=,<=,IN,NOT IN | Indicator showing whether this was the contact's first recorded open of the email. | |
| openDateHour | Datetime | Date and time, rounded to the hour, when the email was opened. | ||
| segmentID | Int | =,<>,>,<,>=,<=,IN,NOT IN | Identifier of the segment associated with the email send that generated the open event. | |
| sentDateHour | Datetime | Date and time, rounded to the hour, when the email was originally sent. |