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.
That’s still the same file, it isn’t corrupted. It just isn’t delivered with a vendor-specific MIME type. (No web server recognizes every single extension and turns it into a speci...
“Corrupted” is a bit vague. Marketo doesn’t alter the file after uploading to Design Studio.
In any case, I agree with Jo that this seems like a horrific UX. Everyday end users ar...
It’s not Wordpress-related. Just JavaScript order of operations/checking if a function already completed.
Here’s an example of 2 buttons properly controlling the same lightbox, in...
@jasonh-sxm AFAIK you can use a direct webhook from Marketo to the BigMarker API to upsert conference registrants, i.e. without an intermediate gateway.
Although I have it on good...
I moved your thread to the Products board. Please open new threads about CRM sync — and the vast majority of other topics — here.
(The ABM Virtual User Group board is for questio...
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...