Experience League
Community
Discussions
Ideas
Community Blogs
Community Advisors Page
Marketo User Groups (MUGs)
Support
Marketo Support
Knowledgebase
Measure Support
Product Documentation
Developer Portal
Training
Deutsch
✔
English
✔
Español
✔
Français
✔
日本語
✔
Português
✔
Sign In
can you hyperlink a MSI email using a token?
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Printer Friendly Page
Anonymous
Not applicable
04-10-2014
12:29 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
04-10-2014
12:29 PM
is there a way to plug in a token to a hyper linked field?
Labels:
Labels:
Lead Management
Tags
(1)
Tags:
design studio
All forum topics
Previous Topic
Next Topic
1 REPLY
1
Anonymous
Not applicable
04-10-2014
01:02 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
04-10-2014
01:02 PM
Yes you can use tokens in MSI emails which includes hyperlinks. I have seen complains where subjectline tokens failed but can't speak to that.
Here is how to use hyperlink tokens properly:
https://community.marketo.com/MarketoDiscussionDetail?id=90650000000Pm26AAC
Good URL Tokens
that will render as tracking links:
Token: {{my.URL1}}
Token Value: www.marketo.com
Token in HTML of email: <a href="http://{{my.URL1}}">Marketo Token URL 1</a>
Token: {{my.URL2}}
Token Value: <a href="http://www.marketo.com">Marketo Token URL 2</a>
Token in HTML of email: {{myURL2}}
Bad URL Tokens
that will only appear as links, but links will not be converted to trackable links:
Token: {{my.URL3}}
Token Value: http://www.marketo.com
Token in HTML of email: <a href="{{my.URL3}}">Marketo Token URL 3</a>
Post Reply