ADO.NET Provider for Mailchimp

Build 26.0.9655

LandingPages

Returns a list of landing pages for the account.

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
Id=

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

SELECT * FROM LandingPages
SELECT * FROM LandingPages WHERE Id = '2'

Columns

Name Type References Description
Id [KEY] String The unique identifier for the landing page.
Name String The name of the landing page.
Title String The title of the landing page.
Description String The description of the landing page.
TemplateId Integer The Id of the template used to create the landing page.
Status String The status of the landing page.

The allowed values are published, unpublished, draft.

ListId String

Lists.Id

The Id of the list associated with the landing page.
StoreId String

EcommerceStores.Id

The Id of the store associated with the landing page.
WebId Integer The Id used in the Mailchimp web application.
CreatedAt Datetime The date and time the landing page was created.
UpdatedAt Datetime The date and time the landing page was last updated.
PublishedAt Datetime The date and time the landing page was published.
UnpublishedAt Datetime The date and time the landing page was unpublished.
CreatedBySource String The source from which the landing page was created.
TrackingTrackWithMailchimp Boolean Indicates whether clicks in links are tracked.
TrackingEnableRestrictedDataProcessing Boolean Indicates whether restricted data processing is enabled.
Url String The URL for the landing page.

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