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.
There isn't anything actually "sent" from Marketo to Appcues.
Their documentation is (perhaps deliberately?) misleading about this, claiming there's a push component from Marketo...
Are you trying to persist the UTM values in browser storage so you can later put them on a form? Or post the UTM values to Marketo immediately?
The latter obviously only works if ...
Meaning a regular JSON object:
{
"prop1" : "value1",
"prop2" : "value2",
"prop3" : "value3"
}
Instead of trying to use "positional" logic in a string like value1|value2|val...
Please make sure you use the Syntax Highlighter (“Insert/Edit Code Sample”). Otherwise your code is not readable. I edited your post this time.
There’s no reason to be using a non...
Broadly speaking, Smart List filters, triggers, and constraints are not reevaluated once someone has qualified and entered a Flow. This is true everywhere in Marketo.
However, as ...