Community
Discussions
Ideas
Community Blogs
Marketo User Groups (MUGs)
Support
Case Management
Knowledgebase
Product Documentation
Developer Portal
Training
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
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
04-10-2014
12:29 PM
04-10-2014
12:29 PM
can you hyperlink a MSI email using a token?
is there a way to plug in a token to a hyper linked field?
Labels:
Lead Management
Tags
(1)
Tags:
design studio
All forum topics
Previous Topic
Next Topic
1 REPLY
1
Anonymous
Not applicable
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
04-10-2014
01:02 PM
04-10-2014
01:02 PM
Re: can you hyperlink a MSI email using a token?
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>