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.
It's quite possible that I could develop a crazy way to mirror the same functionality in Mkto, just for a lark at least. What's the URL of your Survey Monkey poll?
There is no supported programmatic way to determine whether the current cookie is associated (there are undocumented methods but they are not guaranteed to work at later points in ...
Clear from the web browser, yes.You can't clear the cookie from Marketo, nor can you purge the history itself.You could reassociate the cookie with another Anonymous lead, but I do...
All the above will work, of course, but they permanently change the locale of a form.Many companies work with leads with different preferred languages (obviously!). Ideally, such c...
Emails don't have cookies.The unique URLs generated by Marketo for link tracking -- http://branding.example.com/1234354 -- are linked to the lead who receives the original email. I...
The Parameter Name is the name part of the name=value pair in the URL.In https://www.example.com/?showform&source=page1&date=todaysource and date are both Parameter Names.
You just need to reverse your approach, as I mentioned on another thread on the same topic.Do use Marketo's built-in hidden field functionality to read from query params or cookies...