Solved! Go to Solution.
Hi Kathrin,
I suppose that depends on how you place your images into your emails/landing pages. We basically work purely in HTML modes aka not use any WYSIWYG editors in Marketo. So we can place images like this:
<img src="{{my.webinar-speaker-image}}>
where the token value for my.webinar-speaker image is "http://lp.yourdomain.com/image.jpg".
We do that consequently for all images on both emails and landing pages.
Note also that can put even more complex HTML structures like a complete table including imagery and words into tokens.
So the answer would be yes, you can. Everything that can be token, should be one. 🙂
Best,
Michael
Hi everyone,
I need help with this feature and was hoping to reopen this thread:
I am working on an event program that uses My Tokens to populate information across all emails and landing pages in that program. There are 7 email assets, and each has a banner image and 3 detail images in the footer. One item I'd like to improve in this program is adding My Tokens for all 4 images so users do not need to update each individual image in all 7 emails.
I went into the HTML for the email templates, and updated the image src="" code:
<td bgcolor="#E8E6DF"><div class="mktEditable" id="banner-image2"><a href="http://www.fourseasons.com/?c=t"><img name="Four_Seasons_Save_the_Date_Final_r1_c2" src="{{my.Event Email Banner Image}}" width="600" height="252" id="Four_Seasons_Save_the_Date_Final_r1_c2" alt="Four Seasons" style="outline-style:none;text-decoration:none;-ms-interpolation-mode:bicubic;border-style:none;display:block;" /></a></div></td>
Then I added a text My Token for {{my.Event Email Banner Image}} at the event program level. When I cut and paste a test image URL into the token, nothing happens - the image does not render in my email. What am I missing?
Thank you in advance!