Looking for any info that I can give to our web developer as to what code is needed to enable snippets on guided landing page templates.
Thank you.
Solved! Go to Solution.
I found the resource:
Here is the tag that is required to add a snippet to guided LP template:
Required attributes:
class: "mktoSnippet"
id: ID string. Contains only letters, numbers, dash "-", and underscore "_". No spaces allowed. Must be unique.
mktoName : String. This is the display name that will be shown in the landing page editor. Best practice is to use a descriptive name.
Example:
<div class= "mktoSnippet" id= "exampleSnippet" mktoName= "Example Snippet" ></div> |
Found on this page:
Create a Guided Landing Page Template - Marketo Docs - Product Docs
I found the resource:
Here is the tag that is required to add a snippet to guided LP template:
Required attributes:
class: "mktoSnippet"
id: ID string. Contains only letters, numbers, dash "-", and underscore "_". No spaces allowed. Must be unique.
mktoName : String. This is the display name that will be shown in the landing page editor. Best practice is to use a descriptive name.
Example:
<div class= "mktoSnippet" id= "exampleSnippet" mktoName= "Example Snippet" ></div> |
Found on this page:
Create a Guided Landing Page Template - Marketo Docs - Product Docs