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.
This is just something that makes communicating with clients unnecessarily harder, because I always have to say, "Look where it says 'Pay Load', which should be 'Payload' but Marke...
VTL is Velocity Template Language: the language used to write Velocity/Email Script tokens, which is a Java dialect.You can create a functioning Email Script token with just the on...
But any redirect logic needs to be prepared for additional query parameters. This isn't Marketo doing anything wrong. What do you do when a search engine automatically appends quer...
Update the hostname {{my.token}} (if just that changed) or the path/page {{my.tokens}} (if they applied) or the UTM param {{my.tokens}}... or use JS to update the links on the page...
I was thinking about this more from a database perspective where it looks at URLs listed anywhere in your accounts (which could potentially include tokens).But that's the thing: UR...
But that could never catch URLs that are built from tokens and variables -- and if you used {{my.tokens}} it would also be that much easier to replace.
The Push endpoint accepts two optional freeform string values, source and reason, which supplement the Program membership that's required as part of the call.So you can (almost alw...