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.
#foreach( $Store in $OrderData_cList )#if( $Store.Date.equals($yesterday) )Load this table#else#endAssuming $yesterday and $Store.Date are both Strings at the time of comparison.If...
Boolean type fields enjoy a strange place in Marketo's Velocity implementation.On the Marketo UI side and via most Marketo APIs, Booleans hold consistent true/false values (presuma...
We actually have a developer and capacity to implement, just need more clear understanding. Do you by chance have a link to documentation / explanation of how such solution works? ...
The only way to associate these leads across domains is to use custom JavaScript for cross-domain communication, which is complex to manage correctly (it is something you should hi...
We want to find an alternative solution for looking at user activity, if such exists.You can do a background form post (which, confusingly, has much the same effect as associateLea...
Velocity is the only language where Brevity for Brevity's Sake is OK. In other languages, reducing total lines of code (LOC) with show-offy shortcuts just means your code will mak...
The only to safely use associateLead is if the person has already proven their identity by authenticating to another system.For example, if somebody logs into your e-commerce syste...
Are you sure that's your real key, with the "-KEY" at the end? (You also should've redacted that string on the Community, since it's a secret key, and I recommend you generate a ne...
Nikita Nefedov you MUST TURN OFF this functionality immediately.You have just opened a gaping security hole in your site. Your public PHP endpoint is exactly the same as exposing ...