I'm managing a single page app for on of my clients who is generating motor insurance quotes for users. we need to track our marketing campaigns efficiency by extracting the utm parameters from the url and store it so at the end we can know the source of each lead from the back end.
the only issue I face here is that, users for examples land on " www.test.com/motor " which is a normal landing page but once the users clicks on Get a quote it takes him to " quote.test.com "
is there a step by step guide for me to be able to transfer the stored utm parameters to the next page and all pages in the journey ?
appreciate your help guys.
I expect to see on my sql database the source for each lead so I'll have a deeper look into my marketing efficiency.