Campaigm UTM URL paramaters being removed from product pages

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 :

https://www.farpavilions.com/products/two-tone-white-washed-hand-carved-transitionall-arched-bookcase?variant=39837150740561&test=test

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