Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Upvoted, with caveat that this must be an optional feature (an argument to Munchin.init()). I sure don't want meta tags taking up bandwidth on every hit (and I doubt Marketo wants to double or quadruple the bytes in an analytics call, either!).
I actually assumed the field came from SFDC, though the OP described it differently.The overall scenario still seems kind of opaque (why custom forms, is the post actually coming from the client to Mkto or is the data going to a third-party server and then to Mkto, etc.).
I mean literally all the JS I posted goes insidesuccess: function(){}Honestly the fact that you're loading Munchkin asynchronously is making it harder for you to customize the code because you're not a JS guy. You'd be better off using the regular embed code and putting it at the bottom of your HTML...
Naomi, while there's some tech coming down the pike that will allow you to send expiring links, at the moment there's no way to stop someone from downloading a Marketo-hosted asset if they know the direct URL.In the absence of true security -- and of course even an expiring link can be shared, albei...
All your code needs to be in the success: listener (starting with "var..."). I'm sure if you look at your JS console you'll see a syntax error now.
Hey Courtney, check this one out: CodePen - Meta to Query String. I was going to post it yesterday but didn't because of browser compat (triggers a reload in IE8 and IE9, magical everywhere else).
Sure, there are justifications for bespoke forms! However, there are way more forms out there than there are justifications. And lots of people who've absent-mindedly built DoS vulnerabilities into otherwise resilient websites that way:AUDITOR: So how much traffic can the site handle?SYSTEMS GUY: ...
Using a contains filter should take care of this, no?On a technical level, one annoyance with hashtags -- and I use them happily in my projects -- is that once one is set, it can end up suffixing all the user's URLs even when they're not on a page that uses/needs them.If you want to strip the hashta...
What are the real URLs? We're all friends here. There shouldn't be any difference between paste-and-go in your browser and embedding the URL in a Mkto email. Yes, the Mkto link bounces off the clicking tracking domain, but this almost never causes a problem with a basic URL like you describe.
The REST/SOAP APIs wouldn't be appropriate for real-time use anyway. They're for batch operations.The problem with your situation as-is is the lead's web activities are going to remain anonymous, because you can't associate them with a Marketo lead before the fact. And 5m later there's no reason to ...