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.
Having a data warehouse is good for a variety of applications – we heartily recommend it – but here you don't need one. It's just that you're hamstrung by not being willing (why?) ...
It’s a one-time Bulk Extract to catch up. That will take awhile but you run it one time, ever.
Then you can get all people updated each day using the Get Lead Changes endpoint. Ye...
We’re talking about the single delimited string, right? You can split it on the semicolon, then re-join it with an HTML <br>.
#set( $subValues = $lead.value.split("\s*;\s*") )
#se...
Another logic I tried was to do a bulk extract with time periods. So, If I set the start date at 2020, then the code will create jobs for every 31-day span. However, this will take...
Set any link to untracked by adding class="mktNoTrack" to the <a> tag.
Then you’ll want to re-add the mkt_tok query parameter so the page is still capable of associating previousl...
There needs to be some kind of wait, otherwise it adds the score as soon as they go to another page even if it's in that session
Absolutely not!
You do not need to use any Wait st...
For anyone lurking, the problem was that @Ben_SYD was using the UI names of fields like First and Last, which are allowed when you do the mapping in the UI.
An API import expects ...
The goal is that once someone visits the page with utm parameters they submit the form and once they do i save those values as a cookie that way anytime someone revisits and gets t...
On the right "Integration" pane, you have to check the box next to any field used in your token code! Otherwise, Marketo will not be able to access that field when running the scri...