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.
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...
That's being added by Proofpoint (Microsoft mail security) on the recipient side, not by Marketo.But you also have a broken link. In the Text section, all URLs must be URL-encoded,...
Can you show a screenshot of your Text part?
It would be extremely strange for anything to be injected that you can’t see in the Editor (including of course tokens and variables)...
You don’t actually need to build all the links like that if there’s only one link in the output!
The problem with multiple links in Velocity kicks in when you try to reuse the sam...