TDV Adapter for Marketo

Build 22.0.8462

AddLandingPageContentSection

Adds a content section to the target landing page.

EXECUTE Example:

EXECUTE AddLandingPageContentSection LandingPageId = '1003', ContentId = '1' Type = 'HTML'

Input

Name Type Required Description
LandingPageId String True Id of the landing page.
ContentId String True Id of the content section. Also the HTML id of the section.
Type String True Type of content section.

The allowed values are Image, Form, Rectangle, Snippet, RichText, HTML.

BackgroundColor String False background-color property of the HTML section.
BorderColor String False Border-color property of the HTML section.
BorderStyle String False Border-style property of the HTML section.
BorderWidth String False Border-width property of the HTML section.
Height String False Height property of the HTML section.
HideDesktop String False Hide the section when displayed on a desktop browser.
HideMobile String False Hide the section when displayed on a mobile browser. Default false.
ImageOpenNewWindow String False Image open new window.
Index String False Index of the content section. Determines the order of the section in the landing page.
Left String False Left property of the HTML section.
LinkUrl String False URL parameter of a link type section.
Opacity String False Opacity property of the HTML section.
Top String False Top property of the HTML section.
Value String False Type of content section.
Width String False Width property of the HTML section.
ZIndex String False Z-index property of the HTML section.

Result Set Columns

Name Type Description
Id String Id of the content section.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462