LandingPageAsset
Provides metadata for landing page assets, including content and configuration.
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 CampaignAnalysis.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 | =,<>,>,<,>=,<=,IN,NOT IN | Identifier of the user who originally created the landing page asset. | |
| landingPageDescription | String | Text description summarizing the purpose, content, or usage of the landing page. | ||
| landingPageModifiedByUserID | Int | =,<>,>,<,>=,<=,IN,NOT IN | 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 path to the landing page asset within Eloqua's asset directory or URL structure. |