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.
Your 2nd version also has some very strange code. Not sure what the intent is behind the condition
#if( $session[0] != 0)
but it’s never going to be true and isn’t going to solve a...
Remember that “I keep getting errors” alone isn’t useful. Without knowing what the errors are, we have to run your code to even start seeing what you’re seeing.
I assume the error...
You can’t look back at past Interesting Moments, but you can potentially append the same data you’re writing to Interesting Moments to an ongoing history field — that is, a Textare...
The href attribute must be quoted. You can’t have equals signs in an unquoted HTML attribute.
(But here we are discussing something that really should be considered unreadable, an...
It works fine in a trigger context. Please explain your setup + observed behavior in more detail.
(It isn’t a “CC” though, it’s an alert destination like any other.)
@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"
}...