LandingPageTemplateContent
Query landing page template contents for a Marketo organization.
Note: This table uses the draft/approved versioning API. By default both versions are retrieved/modified. To interact with a specific version use the filter Status='draft' or Status='approved'.
UpdateLandingPageTemplateContent can be used to update the Landing Page Template Content.
Select
Note: Filters provided with one of the supported operators listed in the "Operators" column are processed server-side, all the other filters are processed client-side.
SELECT * FROM LandingPageTemplateContent WHERE LandingPageTemplateId=1 AND LandingPageTemplateStatus='approved'
SELECT * FROM LandingPageTemplateContent WHERE LandingPageTemplateId IN (1, 1005) AND LandingPageTemplateStatus IN ('draft', 'approved')
SELECT * FROM LandingPageTemplateContent WHERE LandingPageTemplateId IN (1, 1005)
SELECT * FROM LandingPageTemplateContent WHERE LandingPageTemplateStatus='draft'
SELECT * FROM LandingPageTemplateContent
Columns
Name | Type | Operators | Description |
LandingPageTemplateId [KEY] | Int | = | The unique, Marketo-assigned identifier of the landing page template. |
LandingPageTemplateStatus [KEY] | String | = | Status of the landing page template, draft or approved versions. |
Content | String | HTML content of the landing page template. | |
EnableMunchkin | Bool | Whether to enable munchkin on the derived pages. Defaults to true. | |
TemplateType | String | Type of template. |