LandingPageContentSection
Get section of a landing page content for a Marketo organization.
テーブル固有の情報
Select
Note: すべてのフィルター可能なカラムは、'=' 演算子で指定する必要があります。
入力されたランディングページId のランディングページの、コンテンツセクションのリストを取得します。
SELECT * FROM LandingPageContentSection WHERE LandingPageId = 1193
Columns
Name | Type | Filterable | Description |
Id [KEY] | String | Id of the content section, may be a string or an int. | |
Content | String | Content of the section. Expected values vary based on type. Image: An image URL. RichText: HTML Content. | |
ContentType | String | Content of the section. Expected values vary based on type. Image: An image URL. RichText: HTML Content. | |
ContentUrl | String | Content of the section. Expected values vary based on type. Image: An image URL. RichText: HTML Content. | |
FollowupType | String | Follow-up behavior of a form. Only available for form-type content sections. Defaults to form defined behavior.
使用できる値は次のとおりです。url, lp, formDefined | |
FollowupValue | String | Where to follow-up on form submission. When followupType is lp, accepts the integer id of a landing page. For url, it accepts a url string. | |
FormattingOptionsZIndex | Integer | The zindex of the content | |
FormattingOptionsLeft | String | The left margin of the content | |
FormattingOptionsTop | String | The top margin of the content | |
Index | Integer | Index of the content section. Index orients the elements from lowest to highest. | |
Type | String | Type of content section.
使用できる値は次のとおりです。Image, SocialButton, Form, DynamicContent, Rectangle, Snippet, RichText, HTML, Video, Poll, ReferralOffer, Sweepstakes |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似列フィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
LandingPageId | Integer | Id of the LandingPage. |
Status | String | Status filter for draft or approved versions.
使用できる値は次のとおりです。draft, approved |