Yes there is. Create a hidden field in your web form (if you are using unbounce to collect leads via leads) and then add custom field. Change the Field Name to our UTM params
Like this: utm_source
In in your url xxx.com?utm_source=Bing (Google URL Builder is great for this)
When someone fills out an forms, the hidden field will pull the Source from the URL that you created and populate that filed with source. For example, if you had a source like Google, Bing, Facebook, Google+, News A, News B, and so forth.
That way you know where the lead came from.
You can also program the URL to include Keywords so that when click on a Keyword from like Google Adwords it would self-populate as well (not 100% though).
Hey Brad,
Thanks for your response. Just wanted to confirm…
Create hidden field with a label of ‘utm_source’ and leave value blank?
Can you create additional hidden fields to capture ‘utm_medium’, ‘utm_campaign’, ‘utm_content’ & ‘utm_term’ if the referring URL has these other params?
Is there a script to add to the form make this work?
Cheers!