WebPage
Contains information about web pages linked to Eloqua form submission 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 FormSubmission.WebPage;
Columns
| Name | Type | References | SupportedOperators | Description |
| webPageID [KEY] | Int | =,<>,>,<,>=,<=,IN,NOT IN | Unique identifier for the web page record within Eloqua. | |
| lastModifiedDate | Datetime | Timestamp of the most recent update made to the web page record. | ||
| webPageDisplayName | String | Display name assigned to the web page for reporting or internal reference. | ||
| webPageURL | String | Full URL of the web page being tracked in Eloqua. |