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.
I mostly agree, although the 1:many lead:cookie relationship could complicate this (could require intermediate queries). Greg, what is the output scenario? If you want people to dr...
Can't see the source from my mobile, but you probably want to replace document.location.hostwith'.avanade.com'Note that the quotation marks _are_ included.
window.location.host is the FQHN of the current page that appears in your browser's location bar. In other words, for the Community site, nation.marketo.com. You want to clear cook...
You should have contact info somewhere. If not, open a support case and they'll give it to you.Go to Admin >> Field Management >> Field Actions >> Export Field Names. I feel you're...
Yeah, you could use hidden fields (thus using Marketo's existing querystring parser) and then use form.getValues() to read the values and display them anywhere else.
Praseeda, the leads will change depending on your Marketo instance, naturally. You can also export the whole list under Field Management. That sounds like it might be easier for yo...
Can you post a screenshot of the smart list?P.S. I'm not a big fan of the "should be long enough" use of wait steps. I recommend triggering on data value changes, not estimated tim...