Hey there,
We have the same problem adding a URL parameter for affiliation purposes. In some cases, generally, a product variant, the affiliation param, and the UTM params would just be wiped … This won’t give the script the time to register this parameters …
This sounds crazy that Shopify (or the app causing this problem) did not think about adding all the other parameters back after the Javascript URL cleanup.
If I take the example on this website :
The part “&test=test” is wiped of the URL!
Why is this happening? for what purpose? As the variant remains the same.
It’s hard to think about using another character like “#” to fix the issue, as the whole system is based on query string (URL get params).
Anybody knows if this Javascript redirection is made by Shopify or an app ?
Thanks in advance