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.
@jordannams please remember to use the Syntax Highlighter when inserting code. Although here a screenshot is also useful, it’s not possible to find code errors from a screenshot.
You can send a custom Munchkin activity in response to any browser event you want:
Munchkin.munchkinFunction("clickLink", {
"href": "/specialEvents/scrollPagePercent"
}...
So while this worked for two web page, I am not sure if the same can be scaled to 4-8 web pages.
It would be madness. 😀
If math serves, with only 4 you’d need 24 different camp...
What @Jo_Pitts1 said, and also if (recent) memory serves:
OneTrust’s built-in integration platform doesn’t manage Marketo API access tokens correctly; it fails jobs completely wh...
It's always clearer if you show your work. Not sure what your "workaround" was.There's no way within Marketo itself to trigger on N unique web pages. For that you need a webhook-ba...
Correct. Actual null is not empty. While Person fields can't be null in Velocity, CO fields can.
If you want to check for empty or null, use the null coalesce method:
#if( $disp...
Follow my Referral Form demo.
It shows how to do it all, and does not use any arbitrary, buggy timeouts.https://codepen.io/figureone/pen/NWOJojo/a9b0afd9f427ece7d0c64d5e759e0d9a
Jo alluded to this, but why are you looping at all? No need for that, and it wastes resources. List.size() returns the count of all items.Now if you want to get a count of list ite...
Even if your admin lets you turn it off (which is doubtful if this is a corporate Office 365 account), it wouldn't help to turn it off just for your mailbox!It's the default settin...