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.
Yes, ask them why you can't use it as a token, because we use it all the time in our links.I don't understand where you'd need it in a Smart List -- are you matching on a list of S...
First of all, using REST/SOAP API calls in response to individual user activities is best left unconsidered, because it creates a DoS vulnerability. I know I say this all the time,...
It's not the ga('create').You're calling ga('send') with four additional unnamed parameters ("positional parameters"): ga('send', 'event', 'marketo form', 'success', ga_label);ga_l...
Anything that is passed to the page can be, in theory, passed to the back end and in turn populated on the lead.However, I must caution -- as I do frequently here -- against using ...
If you look in the Console, you'll see "ReferenceError: ga is not defined" after the form submits. So the ga('send'...) is trying to run, but do you have the GA code actually loade...
Safe content will still load from file:/// URLs. Not all content will. So you should always develop against a real web server (http:// URL) even if it's something primitive like Mo...
I don't see an attachment to your post.Far better would be a link to your URL, though.I'm also not clear from your wording whether you're using the Marketo Forms 2.0 embed code or ...