Send Form Data From Marketo to Multiple Destinations Using RudderStack

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.
Published:
June 9, 2022

RudderStack Transformations: Unlocking advanced data engineering use cases
Learn about the power of real-time event transformations and how RudderStack can unlock advanced data engineering use cases to grow your business. Transformations provide the flexibility and power needed to solve complex data engineering challenges.

Feature launch: Trino Reverse ETL source
We’re expanding our Reverse ETL source connections beyond data warehouses and data lakes with our new Trino Reverse ETL source. The integration supports warehouse-based diffing, making it the most performant Reverse ETL solution for Trino.

Feature Launch: Databricks Reverse ETL source
Now, you can easily send data from your Databricks lakehouse to all of your marketing and product tools with our Databricks reverse ETL source. Read the blog for more details.