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.
Good luck! I think you can figure out some interesting moments if you huddle with sales. I can't offer up anything generic.Another thing to consider is that you can use Munchkin fr...
Any data that must make it to your Marketo instance needs to travel the globe to that particular server.For example, if your Mkto target is in San Jose, even though the scripts tha...
@Rasmus B If the extermal site knows the user's email address (and that's the same email address they're filed under in the Marketo database -- important) then pass the email as a ...
You can use a Webhook, which is Marketo's outbound API: search the developer docs. In this particular case you might also consider posting to your 3rd-party service directly from t...
Simple: Marketo rewrites your link so it bounces off the tracking/branding domain. User clicks the link, gets redirected to the original page/document, the click shows up in their ...
[Community swallowed my post, let me summarize.]So you don't really want to duplicate leads, you want to make sure that you can send an email each time a lead registers for an even...
@Ricardo T But why?Don't see the business case for this unless you can explain it further.You want all these inserts -- which you yourself are calling "the same lead"! -- to become...
I should add: without a front-end developer/designer available you really can't push the limits of Marketo forms. Almost anything you can dream up is in some way possible with Form...
To hide fields you first need to label the field wrappers (using some stock JavaScript that you include when embedding the form).This demo shows how you then hide the fields. In th...