3 weeks ago
Hi there,
I have created a custom parameter called urltype and I want to store the value in a custom property called urltype. How can I extract the value of the parameter from the URL and store it in the custom property?
Regards,
Lokesh
3 weeks ago
Hi Lokesh,
Give this post a look - You basically create a field with the same name as the url property and then set that as a hidden field on your forms. If that parameter is present when the form is submitted, it will be collected by the form submission event.
I use this for UTM and google ad parameters, which is very helpful in knowing what is actually driving new leads. For example, out of the 100 form submissions we received the best leads searched "best x software for manufacturing" in Google search ads.
3 weeks ago
Thanks. But what if I am not using Hubspot forms?