LandingPageTemplateContent
Query the LandingPageTemplateContent for a Marketo organization.
テーブル固有の情報
Select
Note: すべてのフィルター可能なカラムは、'=' 演算子で指定する必要があります。
入力されたランディングページテンプレートId の、ランディングページテンプレートのコンテンツのリストを取得します。
SELECT * FROM LandingPageTemplateContent WHERE LandingPageTemplateId = 1
Columns
Name | Type | Filterable | Description |
Id | Integer | True | Unique integer id of the template. |
Content | String | HTML content of the landing page template. | |
EnableMunchkin | Boolean | Whether to enable munchkin on the derived pages. Defaults to true. | |
Status | String | True | Status filter for draft or approved versions
使用できる値は次のとおりです。approved, draft |
TemplateType | String | Type of template to create. Defaults to freeForm.
使用できる値は次のとおりです。guided, freeForm |