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.
New developers (and non-developers) often mistake values that might be converted to, converted from, or treated sort of like Booleans for a language’s actual Boolean type. This le...
Community user JW asked a surprisingly unprecedented (AFAIK) question:I am looking to send out a communication to our customers that includes that persons Policy Number. Unfortunat...
For arithmetic in Velocity, the only safe approach is the so-called “tools-ish” one: use MathTool methods like $math.add, $math.sub, and $math.mul.The ruleAside from the one except...
The removal of Reflection-based features from Marketo’s Velocity environment in June 2019 was a disappointment — however inevitable — to those of us who push email scripting to the...
Our secondary site is accessed through our main site via iFrame. Could this be what is causing Marketo to not be able to track correctly?No, because the outer document can always s...
Velocity does something magical when you just output a Lead field (without any other code at all). The magic: it truly outputs the value as stored in Marketo. A {{lead.token}} does...
Persist the query param to another cookie.When initializing Munchkin, pass that cookie value as the visitorToken option:Munchkin.init("AAA-111-CCC", { visitorToken: <your alternate...