We set up code in Wix to pull through URL parameters to our subdomain (which contains our online quote journey), but when someone clicks through from the domain to the subdomain the parameters are reaaranging themselves and pulling through alphabetically. This is causing issues with out tracking, so we need the parameters to pull through in the order which they come in.
An example of a URL that we create: https://www.worldpaybusinessfinance.com/?utm_source=WPBF&utm_medium=eDM&utm_campaign=WP_Eligible_25_email_Jan19&utm_content=OnApp&libsfc=7012X000001WPno&mkt_tok=eyJpIjoiTm1ZeU5XUXhZakJqTnpVeSIsInQiOiJuMkI3ckFYSkFDVUFiMEtpMUIycVZsQzJcL2p5blZ5RFliOHNTZ3Q5Yjg1SVhtZlB2ODlvSU54Tlh3RmNwWVhVdTFHTWZoVURNYUhZc05nMzlKb25hN0E9PSJ9
And here’s how Wix rearranges it: https://go.worldpaybusinessfinance.com/business-owners?libsfc=7012X000001WPno&mkt_tok=eyJpIjoiTm1ZeU5XUXhZakJqTnpVeSIsInQiOiJuMkI3ckFYSkFDVUFiMEtpMUIycVZsQzJcL2p5blZ5RFliOHNTZ3Q5Yjg1SVhtZlB2ODlvSU54Tlh3RmNwWVhVdTFHTWZoVURNYUhZc05nMzlKb25hN0E9PSJ9&utm_content=OnApp&utm_medium=eDM&utm_source=WPBF
I’ve attached the code that we use of the site to pull this through. Could someone please help me fix this issue?
Thanks,
Raff