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.
As you note, that generated code leaves a lot to be desired. Some is awful, some is getting close, none is tight.
The starting point is seeing the “shape” of your raw data, withou...
I now understand that Velocity script tokens may not work as intended in flow steps like "Change Data Value" because Marketo might not process them correctly in this context.
Well,...
Your best bet (well, only real bet) is to create your own tracking pixel that logs Custom Activities* using the Marketo API.
Then you can log once per campaign run as opposed to ...
And just to confirm, once an anonymous record becomes known by clicking on a link in a Marketo email, the anonymouse web activity history is merged and can be filtered against the ...
Yes, they will be tracked but to the original recipient of the email.
It’s for this reason that you want to encourage recipients to use the Forward to Friend feature instead of c...
You click Domain Management, enter your domain in Requested Domains, and hit Request:
You’ll then be given info for a DNS record you/your IT team needs to create.
After the post-webinar, we can manually add those attendees/non-attendees fetched from Zoom to the email program of the same webinar.
People accidentally created on the Zoom side w...
Apologies, that’ll teach me not to write code on a plane. Should be:
#set( $calNow = $date.getCalendar() )
#set( $calConst = $field.in($calNow) )
#set( $monthOffsets = [] )
#foreac...