EmailGroup
Represents email groups defined in Eloqua for segmentation and subscription management.
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.EmailGroup;
Columns
| Name | Type | References | SupportedOperators | Description |
| emailGroupID [KEY] | Int | =,<>,>,<,>=,<=,IN,NOT IN | Unique identifier for the email group within Eloqua. | |
| emailGroup | String | =,<>,>,<,>=,<=,IN,NOT IN | Name of the email group, used to categorize related email assets. | |
| emailGroupDescription | String | Text description that explains the purpose or scope of the email group. | ||
| isDeleted | Bool | =,<>,>,<,>=,<=,IN,NOT IN | Flag indicating whether the email group has been marked as deleted in Eloqua. | |
| lastModifiedDate | Datetime | Timestamp of the most recent update made to the email group record. |