How do you add snippet to Guided LP template? | Community
Skip to main content
Level 5
October 1, 2015
Solved

How do you add snippet to Guided LP template?

  • October 1, 2015
  • 1 reply
  • 3574 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Ari_Echt1

I found the resource:

Here is the tag that is required to add a snippet to guided LP template:

Snippet

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

1 reply

Ari_Echt1AuthorAccepted solution
Level 5
October 1, 2015

I found the resource:

Here is the tag that is required to add a snippet to guided LP template:

Snippet

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