I'm a web, database, and network architect based in NYC, with specializations in the financial services, publishing, and SaaS sectors.
I build complex Marketo integrations for companies large and small... and can make Marketo forms and emails do things you never thought possible!
Check out my blog at https://blog.teknkl.com, which has Marketo-specific technical insights you won't see anywhere else, along with wider topics from my programming and systems work.
Well 1st, you should be escaping reserved Velocity symbols or you will get unexpected results. Also setting your value to an empty object by default doesn’t make sense if the expec...
By “link” I mean the entire HTML <a> tag (this is in the “links” collection in HTML).
Not only the href.
As always, the full <a> through </a> need to be output via Velocity.
Yep exactly as I said above:
You need to open a Support case to ensure the SSL cert is added for those domains.
Otherwise the default cert is used, which of course will cause a bro...
Sorry for not giving more details - we're just starting with Marketo and our users still needs to be trained. Having such a solution requires more in-depth understanding and has hi...
“The workaround is not really satisfactory” isn’t really a satisfactory explanation!
That thread shows how it’s done — it’s tested and it works. Why exactly can you not do that?
As before, please edit your post to use the Syntax Highlighter so the code is readable.
Broadly, what you’re trying to do is impossible. You need to output full links from Velocit...
OK.
Question 1: Why are you lowercasing and using
String.contains(String)
?
Although you haven’t provided samples of your actual values, it seems far more appropriate to use
St...
My pleasure. Interesting how the much-derided Java Date and Calendar objects — which are clunky to be fair — are still way better at this than JavaScript.
I endorse using the Link ID constraint wherever possible, especially to group the business importance of a link (primary CTA vs. secondary CTA) without knowing the URL itself. But ...
Race condition
Because this worksasynchronously, in theory if 2 people registered at the exact same time, and there was only a single spot left hitting the registration limit, we c...