Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
The Munchkin API function associateLead is magical and underused. It's key to synchronizing certain 3rd-party data with your Marketo database, and bizarrely enough was the first Marketo feature I ever used (well before understanding anything about campaigns and flows!). I have a post set to...
Today, let's explore a questionable call made by… well, probably by every single Marketo user, ever: sending direct links to PDFs or other downloadable collateral.I think most people understand that downloadables, on their own, can't associate web sessions with known leads: PDFs don't run Munchkin, ...
Browsers have built-in methods for selecting and iterating over elements. So this can be made tighter and easier to manage:document.querySelector('#selectAll').onclick = function() { var dependentInputs = '#mktosupplychainmanagement,#mktosmallmolecules,#mktobiologics,#mktoevents'; [].forEach.cal...
Vinay Pathak you should open a new discussion in Products -- this isn't the place for it. The basic guidelines are at Make a Marketo Form Submission in the background. The methods for adding values to a background Marketo Forms 2.0 form object (addHiddenFields()) and submitting the background for...
Just discovered another bug in Marketo forms when there's more than one form on the same page.Symptoms: seemingly random behavior in loading the datepicker (or any other polyfill) in browsers that lack native support.For example, Firefox does not support the native HTML , so the Forms 2.0 library lo...
Another one to file under “More tricky than it seems.” As Marketo users MS and JI note in these posts, when a lead doesn't click any of the available options for a form field, the form sends an empty string value to the server, and such a response is considered a no-op — that is, the existing value ...
Brian, Munctions are discontinued. However, a webhook can be used instead. Like a FlowBoost hook: return {{Lead.Score 1}} + {{Lead.Score 2}};
Marketo user SS asked a good question about datatypes in webhook responses. Referring to the documentation provided by a 3rd-party lead enrichment service, she notes:Because all of the custom fields created for the webhook must be string-type fields, I cannot use logic for their 'number of employees...
Relevant: http://blog.teknkl.com/flowboost-fbemail-for-domains/
While a form, within a landing page, within an IFRAME, within a main document can be said to be "embedded" in the outermost document, IMO it's clearer to call this method "IFRAMEd LP," since that's exactly what it is.There's also the literal Marketo "embed code," which does not use an IFRAME to show...