Skip to main content
May 20, 2013
Question

How to embed the "Include View as Web Page" generated URL into the email content?

  • May 20, 2013
  • 5 replies
  • 1236 views
I am looking to embed the "Include View as Web Page" generated URL into a particular area of the my email content. Has anybody achieved this?, any thoughts?

Many Thanks

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

5 replies

May 20, 2013
I believe the following will allow you to do this.

<p align="center"><span style="font-family: Arial; font-size: xx-small;"><span style="color: #666767;">If you are having trouble reading this email</span>, <a href="http://ww2.[your domain].com/index.php/email/emailWebview?mkt_tok=##MKT_TOK##"><span style="color: #666767;">read the online version</span></a>.</span></p>
May 20, 2013
Elliot's right; here's a cleaner version of just the actual address:

http://**your Marketo CNAME**/index.php/email/emailWebview?mkt_tok=##MKT_TOK##
Amy_Lepre
Level 6
May 20, 2013
If you look in your Admin section under Email, all of the code is available to you there. 
May 20, 2013
Many thanks for the responses. 
October 4, 2013
FYI....I had been using Elliott's snippet in my emails.  All of the sudden, (maybe with the newest release?), our "view as web page" stopped working.  I plugged in Jason's snippet, and it worked fine again.  Thought I'd share in case anyone else is having the same issue.