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.
In programming slang, afootgunis a prominent feature thatβs so easy to misuse β toshoot yourself in the footβ that everyone should be wary of it, even if it has proper uses.
Perh...
One of our clients recently did a big import of JSON-formatted values into a Textarea field. The result in Velocity, after the usual#evaluatetrick to rehydrate JSON, is equivalen...
Would you believe thereβs something onlyOutlook.com and Outlook Web Access β plus a few lesser known email clients β get right?
Now, by βrightβ I meanobeying web standards and no...
An IT team claimed the all-importantmkt_tokquery paramβ±wasnβt being attached to Marketo links, even though they redirected from Marketoβs click tracking server (a.k.a. branding do...
Framer LPs support custom code, but β as with other WYSIWYG site builders β the DX is pretty unfriendly.Insert Β» Utility Β» Embedgives you a miniature textarea with a proportional ...
Take this VTL snippet, intended to output trial keys for known combos ofCountryand custom fieldIntended Use:
#if( $lead.Intended_Use__c.equals("MycoAlert Trial Kit")) && ($lead.Co...
Ever wanted to copy a bunch of fields from a βlead templateβ to new leads on creation? Or βbroadcastβ field values from a primary lead to a group of related leads, say all from t...
When someone submits a Marketo form, thereβs no built-in way to determine if theyβre net newright then, in the browser. This means you lose your chance at directing some leads to ...
Weβve all seen (and hopefully obeyed) this warning inAdmin Β» Tags Β» Channels:
But do you knowwhyyou canβt change the box that says βOpenedβ to βClickedβ β and vice versa β to sw...
The URL of eachFilled Out Formis a key attribution point. You can easily save the full value to a custom field like so:
MktoForms2.whenReady(function(readyForm){
readyForm.onSu...