LandingPageAsset
Provides metadata for landing page assets used with forms.
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.LandingPageAsset;
Columns
| Name | Type | References | SupportedOperators | Description |
| landingPageID [KEY] | Int | =,<>,>,<,>=,<=,IN,NOT IN | Unique identifier for the landing page asset within Eloqua. | |
| isDeleted | Bool | =,<>,>,<,>=,<=,IN,NOT IN | Flag indicating whether the landing page asset has been marked as deleted. | |
| landingPageCreatedByUserID | Int | Identifier of the user who originally created the landing page asset. | ||
| landingPageDescription | String | Text description providing details about the content, purpose, or strategy of the landing page. | ||
| landingPageModifiedByUserID | Int | Identifier of the user who most recently modified the landing page asset. | ||
| landingPageName | String | =,<>,>,<,>=,<=,IN,NOT IN | The display name of the landing page asset as defined in Eloqua. | |
| lastModifiedDateTime | Datetime | Timestamp of the most recent update made to the landing page asset record. | ||
| relativePath | String | Relative URL path for the landing page within Eloqua or its hosting environment. |