Solved! Go to Solution.
is there a way to capture the entire referring url, not just a parameter?
Sure, you can write the whole document.referrer (same place Marketo gets the data) into a hidden field.
form.addHiddenFields{ referrerURL: document.referrer }
Thanks valerie
Jessica Bledsoe if you're searching on this topic you should also read Re: Need to Track the reference URL ?
I have a follow up question because I'm new to the URL and Referrer Parameter. I can see how to add the URL Parameter, but what value to I type in the field "Parameter Name"?
We are using a field called "Lead Source Details" and I want that to capture which page of our website the form was filled out on. I included an image of the Support Documentation example.
Thank you!
This name must match the utm in the url. If your url is http://www.company.com/page1.html?product_interest=XYZ then this example would work.
Thanks JD. Is there any where to simply pull the URL the person came from?