Hi All,
I knew there are several threads floating around on this topic, but none seem to address how they're accomplished using forms 2.0.
The situation:
Visitors land on a non-marketo page, then navigate to a non-marketo landing page that has an embedded Marketo 2.0 form. When they first landed, they had UTM url parameters as part of their destination, now stored in the UTM cookie.
Desired solution:
When the lead fills out any form 2.0, the utm_campaign, utm_source, etc, are submitted through hidden fields.
Potention fixes:
- There used to be a javascript code that would accomplish this, does anyone know if it works for the 2.0 form?
- The form 2.0 hidden field autofill settings can pull from URL parameters, but they may not exist if the lead is clicking around to various pages first.
- The form 2.0 hidden field autofill settings have a way to pull from "cookie" but I'm not sure how that works exactly, and in my testing, I couldn't get any data
I've tried all of these and have not been able to push values into my hidden field yet.
I should mention-- form skip is off, but all the fields are in the progressive profiling area, so once we have all the data, all fields collapse and the cta button is the only thing left. I'm not sure how that affects hidden fields. Sample LP: http://www.mulesoft.com/lp/whitepaper/api/secrets-great-api
TLDR: How do you set up UTM tracking with Forms 2.0 in the most robust way?