Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
You could ask your support rep about whether this is on the roadmap.Remember that a lead detaching and reading an attachment is not something you can detect, unlike following a link to content (gated or ungated). From a nurturing standpoint it hides important data. After all, we already try to drive...
Feel free to submit new Community questions (or Support cases) on any matters that concern you.Over the past 6 months, I've shared a huge amount of pointers and demos of advanced Forms 2.0 behavior... certainly it's not true that you are only directed to the Forms 2.0 API docs (although it is vital ...
You'd add the value to the GA session as in User ID - Web Tracking (analytics.js).As far as getting the Marketo data into your page in the first place, if it's a Landing Page, use tokens. If it's not a Marketo LP, you'd have to use some more trickery to extract the data via API or pseudo-API.
Alok, this is not true. It's quite possible, there's no conflict. MktoForms2 :: Two forms, One pagePerhaps you are confusing this with having the same form twice on one page.
I know Dan Stevens started one of the threads. You'd have to search further.
Alok, that problem's easily avoided by managing existing cookies correctly: there are Solved community threads on this topic. It's only a problem if you're not aware of it when developing.I don't agree this is a place for webhooks (by which you must mean calling back into the Marketo API using a web...
You're trying to connect directly to the API from a browser that enforces CORS?This means you are revealing your API secret key to the world. Very, very bad idea. The APIs must not be connected to directly from a browser. They're meant for server-to-server access.
You're quite right, Michael.Since Munchkin on its own does not have a concept of a "session," you'd have to build it yourself by using cookies and custom fields to manage the session count. You could define a session as a new browser session (easiest to code) or a certain number of minutes without ...
Franklin, I think you're highlighting two non-issues and one real one.Non-issue: People enter identifying info into a form on a formally shared -- or illicitly borrowed -- computer. You are not responsible for the consequences of this kind of stupidity recklessness. It's like a family or company s...