ADO.NET Provider for Mailchimp

Build 26.0.9655

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.

ColumnSupported Operators
PageId=

For example, the following queries are processed server-side:

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.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655