LandingPages
Get a list of landing pages for the account.
Table Specific Information
Select
The cmdlet 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 cmdlet.
- Id supports the '=' operator.
SELECT * FROM LandingPages; SELECT * FROM LandingPages where Id='2';
Columns
| Name | Type | 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 template used to create the landing page. |
| Status | String | The status of the landing page (published, unpublished, or draft).
The allowed values are published, unpublished, draft. |
| ListId | String | The list's ID 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 the landing page was created from. |
| TrackingTrackWithMailchimp | Boolean | Whether to track clicks in links. |
| TrackingEnableRestrictedDataProcessing | Boolean | Whether to enable restricted data processing. |
| Url | String | The URL for the landing page. |