I first want to start off by saying, I am able to pass referrer utm parameters from link to form to Marketo. I am using this method as a way to track the source of a lead and ultimately a conversion. So for example, Jane (a lead) clicks a link while on Facebook (with utm parameters in it) and it takes her to a Marketo landing page with a form (the form also has hidden referrer utm parameters). She submits the form and I am now able to see that she came from Facebook. All is well.
Now I need to get a little bit fancier, and pass referrer utm parameters between two forms on two landing pages. So for example, Jane clicks on the link from Facebook and is taken to a landing page with a form. She has to fill out this form to receive a promo code (so we can capture her email information even if she doesn't continue). Then, if she wants to redeem the code, she needs to fill out another form with more detailed information (to request a quote).
Is there a way to pass referrer utm parameters between two pages and two forms? I still want to know that Jane originally came from Facebook even if she immediately converts.
Sure. Please search for this on the community. It's been discussed several times. It requires js.
Hi Jeniffer,
You'll need some JS and can do it 2 ways (at least):
-Greg
having no javascript skills i did this...
Thanks Byron Fujikawa! This is what I ended up doing and it worked fine. I am working with a programmer now to do it Gregoire Michel way since it will probably save time.