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.
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...
Your developer community meets on the 4th Wednesday of each month. You want to send monthly invites from Marketo without having to hard-code anything. Earlier, we learned how tofi...
Should do that check before parsing the URL.
#if( !$lead.lastFormURL.isEmpty() )
#set( $url = $link.uri($lead.lastFormURL) )
#set( $void = $url.setQuery($display.alt()) )
#set( $vo...
Have to say your current approach is just... the worst imaginable architecture. It also isnβt even a fix because you canβt rely your own knowledge of the TTL, clocks could become s...
Please provide your template code here, not much can be done without that. Use the Syntax Highlighter (βInsert/Edit Code Sampleβ) so itβs readable.