Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@Kevin_Tuttle1 wouldn’t advise using contains() directly on the String value because it can lead to unexpected results when subvalues have text in common. Rather, use a proper split() on the string, then use contains() on the resulting Array. Velocity coerces the Array into a List so it has all the ...
Know what you don’t want every recipient seeing if they click your CTA? A completely blank screen with the URL stuck on the tracking link: And you don’t want them seeing this (non-bypassable) security warning if they check their F12 Console, either: How did we get here? The cause is a conflict betwe...
A client gets regular uploads of quarterly sales data into Marketo custom objects. They send a “your recent activity” email to customers when each quarter ends or a few days after that (could be the first or second weekday of the next month). The email must include the exact quarter end date: “These...
Behold a very simple Marketo form that auto-fills 3 familiar fields from the current query string: (Of course this setup is wildly insufficient for multitouch tracking, but that's another matter!) Now, a couple of questions: 1. What will be the value of Last UTM Campaign if this is the URL?https://...
FWIW, I've found placeholder.com to be must less reliable than fpoimg.com for serving placeholder imagesCould be! I use gifpng.com usually. But when the placeholder service is built into the template (for example, the Summit template from K—k uses placeholder.com) that doesn’t help. Agreed that down...
When you think about images and page load time, you typically think about large images — that is, “large” in terms of bytes, not necessarily dimensions — especially over mobile connections. Developers don’t think much about total image load failures from a performance standpoint, assuming an image t...
Yeah, it‘s a problem that never seems to go away. Business often doesn’t want to hear/learn about datatypes, but they‘ll be the first to feel the hurt if developers make a bad guess. Developers can be reckless in their own right: I’ve had dev teams request they be able to create a new field on the f...
I‘d like to think, though, that they haven’t been using Excel as their ETL... but maybe it’s actually a weekly batch made in Excel and uploaded by hand. That would explain it!
Ah, I see it now. Depending on how wide the column is dragged, between 1 and 6 SD. Wow, what a joke!
But even Excel wouldn’t auto-detect a large Integer into E+ with 6 significant digits?