SOLVED

Re: How do you add snippet to Guided LP template?

Go to solution
Ari_Echt1
Level 5

How do you add snippet to Guided LP template?

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Ari_Echt1
Level 5

Re: How do you add snippet to Guided LP template?

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

View solution in original post

1 REPLY 1
Ari_Echt1
Level 5

Re: How do you add snippet to Guided LP template?

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