We have a ticket for that as well, we may be able to get it in for the next release. In the meantime, send sample will render it for you correctly (although I know that's more tedi...
The only thing I can think of is that you are appending only a portion of the image URL via a token. This will still show as broken, as this was not covered in this release. Ex: <i...
Hi Joshua,I can't reproduce your issue. I do see this working for tokens used either in email 2.0 "image elements" or outside of editable elements (just in the code itself).Ex: <im...
Hi Jenn,Definitely file a support ticket so we can look into it. Also, can you email me your subscription prefix and a link to this email where you are seeing this? I'll see if we ...
Check the release notes!https://docs.marketo.com/display/DOCS/Release+Notes%3A+Summer+ Token Support in Image ElementsTokens can now be used in the “External URL” area of the inser...
You can't change it unfortunately, but what you can do is create a Smart Campaign to see who this has happened to in your lead database.Filter 1: Data Value ChangedAttribute: Unsub...
Valerie, I think there is some confusion here. This feature is very similar to when a user marks an email as spam. In this case, sometimes a user's email service will notify Market...
If you want a US-formatted date (ex: "9/22/2016") for pacific time, here you go:#set( $myDate = $date.getSystemDate() )#set( $calendarObj = $convert.toCalendar($myDate) )## Change ...