SOLVED

Tokens and landing pages

Go to solution
Anonymous
Not applicable

Tokens and landing pages

Hello there,

I was working on a landing page and i wanted to use tokens so that whenver a lead clicks on the link and goes to the landing page it'll so there name. Right now i have an email template that i'm going to send to the leads. The email template has options for the students so when they choose what they want to do it'll take them to a landing page accordingly. The thing is i do not know how place the token in the landing page so it shows there name and information.

Thanks
Michael A.
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Tokens and landing pages

This help article has info on how to add a token to add a landing page:
https://community.marketo.com/MarketoTutorial?id=kA250000000Kz3lCAC

View solution in original post

3 REPLIES 3
Josh_Hill13
Level 10 - Champion Alumni

Re: Tokens and landing pages

You can edit the page and drag in any token you require using the Token icon on the upper right.
 

This only works if you already know their info.

Anonymous
Not applicable

Re: Tokens and landing pages

This help article has info on how to add a token to add a landing page:
https://community.marketo.com/MarketoTutorial?id=kA250000000Kz3lCAC
Anonymous
Not applicable

Re: Tokens and landing pages

Michael,

On your landing page, open up a rich text editor or HTML box and put the following if you want to only add their first name:

{{lead.first name}}

and if you want their full name:

{{lead. first name}} {{lead.last name}}