🗓️ Live Webinar November 9: How HealthMatch.io Used Customer.io and RudderStack to Launch Their New Business Model in 24 Hours

Pricing
Log in

Blog

PRODUCT

Send Form Data From Marketo to Multiple Destinations Using RudderStack

Blog banner
Subscription

Subscribe

We'll send you updates from the blog and monthly release notes.

Alex Dovenmuehle

Alex Dovenmuehle

Co-Founder at Big Time Data

Turning Anonymous Into Known

Are you using Marketo forms and struggling to tie user form submissions with other actions they’ve taken on your site and in your product? Then keep reading. In this post, we’ll show how you can leverage RudderStack to track Marketo form submissions without disrupting Marketo or your marketing team.

By using RudderStack to understand how users are finding and interacting with your site and then combining that with the data collected by your Marketo forms, you’ll get deeper insights about your potential customers and provide higher quality leads to your sales team.

To set this up, first, you’ll need to get RudderStack running on your website. You can do this in a matter of minutes. Go here, follow the instructions, and you’ll be collecting data in no time.

Once that’s done, and you have Marketo instrumented, use this code snippet to instrument capturing all the form values from every Marketo form on your website and sending them through RudderStack:

TEXT
<script>
MktoForms2.whenReady(function (form) {
form.onSuccess(function() {
if (typeof(rudderanalytics) !== 'undefined') {
var formVals = form.getValues();
rudderanalytics.track("marketo_form_submit", formVals);
}
});
});
</script>

With the data captured by RudderStack, you’ll now have all the data in your data warehouse, so you can combine the data you’ve captured from page and track requests with the marketo_form_submit, giving you more information about your customers, and turning them from anonymous into known customers you can engage with.

Alex Dovenmuehle

ABOUT THE AUTHOR

Alex Dovenmuehle

Co-Founder at Big Time Data

Recent Posts

PRODUCT

Spotlight: Have a Very Data Holiday Promotion for Event Streams

By Kristen Glass
PRODUCT

RudderStack Unaffected by Log4j Vulnerability

By Kristen Glass
PRODUCT

Customer Session Analysis Using dbt and RudderStack

By Benji Walvoord
arrow

See all posts

Subscription

Subscribe

We'll send you updates from the blog and monthly release notes.

Get Started Image

Get started today

Start building smarter customer data pipelines today with RudderStack. Our solutions engineering team is here to help.

Sign up for freeGet a demo

COMPANY

  • About
  • Contact us
  • Partner with us
  • 🚀 We’re hiring!
  • Privacy policy
  • Terms of service

JOIN THE CONVERSATION

Learn more about the product and how other engineers are building their customer data pipelines.

Join our Slack Community

READ OUR DOCUMENTATION

Technical documentation on using RudderStack to collect, route and manage your event data securely.

Go to Docs

© RudderStack Inc.

This site uses cookies to improve your experience. If you want to learn more about cookies and why we use them, visit our cookie policy. We’ll assume you’re ok with this, but you can opt-out if you wish Cookie Settings.