CData Python Connector for Mailchimp

Build 25.0.9454

LandingPageContents

Retrieves the content and layout details of a specific landing page.

Table Specific Information

Select

The connector will use 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 connector.

  • PageId supports the '=' operator.
For example:
SELECT * FROM LandingPageContents;
SELECT * FROM LandingPageContents where PageId='2';

Columns

Name Type Description
PageId [KEY] String 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) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9454