Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
The hard part of email design is cross-client compatibility. Enhanced effects work in some web and mobile clients, but you need graceful degradation to HTML 3.2-era stuff, gotta have VML for Outlook desktop, etc. Identifying email clients is easy-ish after a person opens an email, but what about bef...
On a recent Marketing Nation thread, a developer had questions about the Get Folders API endpoint, one of Marketo’s paginated endpoints that returns folders in batches of (up to) 200: While paging through /rest/asset/v1/folders.json using the offset parameter, we are seeing duplicate folder ids in l...
Seems like an Executable Campaign would be more efficient? Then you don‘t need a random Wait steps, plus priority is higher.
I don’t see how how this would apply to mktoVideo elements, as they’re not social.
A long way back, you learned that direct links to static assets (like, say, a PDF) won’t be tracked by Munchkin. You should instead have a central Redirector LP that hooks up the Munchkin cookie before flipping to the target asset. Later, I showed how to instrument Munchkin so an event fires as soon...
Marketo Munchkin and Google Analytics have a lot in common on the client side, but GA’s event_callback feature is something Munchkin ain’t got. event_callback lets you trigger a JS action as soon as possible after Google fires an event: not one millisecond before, and not some gross-grained period a...
The edge, because you can’t connect to records that don’t exist. P.S. This thread is nearly 10 years old. It’s better to open a new thread in the Product Discussions area.
My last post showed how to embed “View as Web Page” (VAWP) as a preview on a fully branded “Forward to Friend” (F2F) page, like so:Now, let’s learn how to turn a standard Marketo form into a F2F form so we don’t have to use the — let’s face it — pretty ugly popup that comes with the usual F2F link. ...
Make sure there aren’t any trailing control characters. I think the blog post might have some extra junk injected by the forum software. Here‘s the (correct) result of#userlandBase64_v3($lead.FirstName,true,"RFC4648URLSafePadding")for the First Name valueSandy-ford