LandingPageContents
Retrieves the content and layout details of a specific landing page.
View-Specific Information
Select
The provider uses the Mailchimp API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the provider.
| Column | Supported Operators |
| PageId | = |
SELECT * FROM LandingPageContents
SELECT * FROM LandingPageContents WHERE PageId = '2'
Columns
| Name | Type | References | Description |
| PageId [KEY] | String |
LandingPages.Id | The unique identifier of the landing page, used to reference and retrieve specific page content or metadata through the Mailchimp API. |
| Html | String | The raw HTML code that defines the visual layout and design of the landing page, including embedded text, images, and links used in campaigns. | |
| Json | String | The structured JSON representation of the landing page, containing its configuration, design components, and content hierarchy for programmatic access or updates. |