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.
| Column | Supported Operators |
| Id | = |
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 | 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. |