Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.98 KB

LandingPage.md

File metadata and controls

29 lines (23 loc) · 1.98 KB

# LandingPage

A summary of an individual landing page's settings and content.

Properties

Name Type Description Notes
Id string A string that uniquely identifies this landing page. [optional] [readonly]
Name string The name of this landing page. [optional]
Title string The title of this landing page seen in the browser's title bar. [optional]
Description string The description of this landing page. [optional]
TemplateId int32 The template_id of this landing page. [optional] [readonly]
Status string The status of this landing page. for more information please, see Model/string.php [optional] [readonly]
ListId string The list's ID associated with this landing page. [optional]
StoreId string The ID of the store associated with this landing page. [optional]
WebId int32 The ID used in the Mailchimp web application. [optional]
CreatedBySource string Created by mobile or web [optional] [readonly]
Url string The url of the published landing page. [optional] [readonly]
CreatedAt time.Time The time this landing page was created. [optional] [readonly]
PublishedAt time.Time The time this landing page was published. [optional] [readonly]
UnpublishedAt time.Time The time this landing page was unpublished. [optional] [readonly]
UpdatedAt time.Time The time this landing page was updated at. [optional] [readonly]
Tracking TrackingSettings [optional]
Links []ResourceLink A list of link types and descriptions for the API schema documents. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]