Hi,
Just want to ask how to capture and pass any UTM parameter values if they exist, for parameters source, medium, and name, through Weblow form?
Capture, store and pass through as hidden fields.
Can someone provide instructions/steps to do this?
Thanks!
Here is my site Read-Only: Webflow - Object Edge
memetican
(Michael Wells)
March 14, 2023, 7:26pm
2
Hey Jan, that ability is part of Sygnal Attributes.
1 Like
Try this:
Minimal JS knowledge requires (Two copy-paste and Less than one minute).
Demo: utm without cockle
Step 1/4:
Google/youtube What are UTM (Very useful for Marketing).
Step 2/4:
Create a UTM link. Useful tool:
In this example the UTM is:
?utm_source=facebook&utm_medium=post&utm_campaign=webflow
“Full” link:
www.my-site.com?utm_source=facebook&utm_medium=post&utm_campaign=webflow
Step 3/4
Copy-Paste Before body (Per page -or- entire website).
The code structure:
Get URL parameters -
G…
For multipage landing page - use the cockie option
1 Like
Hi @Siton_Systems ,
Thank you for providing this solution to my problem.
My concern/issue has been resolved!
Hi @memetican ,
Thank you for providing the link!
My concern/issue has been resolved!
1 Like