Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Before taking the risk of culturally inappropriate "fixup" I suggest everybody read this comment from a person who understands the issues:http://lists.w3.org/Archives/Public/www-international/2011JulSep/0011.htmlQuote:French, German, and Dutch surnames among others may have prefixes like"von", "de",...
mktNoTrack will have no effect on cookies. The only solution for the OP's requirement "remove the cookies" is to not load Munchkin.js at all.
There's nothing illegal (???) about receiving replies at an address that can send events to Marketo (using the Marketo API) before forwarding the e-mail. We do exactly this and we are in strictly regulated industry. What could possibly be the statute that stops you from automatically processing rep...
var querystring = document.location.search, queryitems = querystring.split(/^\?|&|=|#/i), keywords_index = queryitems.indexOf('keywords')+1, keywords = queryitems[keywords_index].split(',');// if query string was '?keywords=apple,pie&utm_campaign=blahblah'// the variable `keywords` is now array ['ap...
@Tyler G also, the correct CSS would be style="text-transform: capitalize;"However, this will be rendered in Outlook Web Access as if you used 'uppercase' (don't ask me why -- 'capitalize' has no kind of security implication I can think of). By contrast, it works in Gmail. YMMV.
I second Josh: if I lazily entered my name, it can even feel more intimate to have it left as-is.Moreover, if this is lead-entered data, they know best how to spell their name. You probably won't go wrong by capitalizing the first name (ignoring for the moment for the fact that the "first' name pre...
My advice: don't fall back to a screenshot. Using Google Chrome's built-in PDF printer, you get a real PDF (not just a static image wrapped in a PDF) with selectable text and even working hyperlinks:In Marketo, go to Preview EmailUnder Preview Actions, choose Show Full ScreenClick Print, choose Sav...
Can't imagine any way to do this. Remember, we don't even have access to the MIME-wrapped form of the message, just the individual HTML and text parts. Customizing SMTP headers is a step beyond that.Also, Message-IDs need to be globally unique. What algorithm would you use to guarantee such unique...
@Nate A You can't delete the user's cookies if they don't visit your website again, but if they do follow a link, you can certainly clear their Munchkin cookies before loading Munchkin.js, therefore making a new anonymous lead for subsequent page views.
@Kristen M but I still see nothing about it that isn't safe or surefire. If it's known to not work in some way, we should file a bug with Marketo, not cast doubt on a feature we actually trust every day. Also, assuming a PDF is actually saved from that same web page, I don't see how that's easier ...