tl;dr: brevo removes url parameters when UTM tracking is enabled. That behaviour is undesired.
The better behaviour would be to add the UTM parameters to exising parameters.
Each of my contacts have a link as atrribute. For example
https://my-website.com/a/b/c?user=$user
where $user is different for each contact.
We add these unique links to some of our campaigns
However
- if i set UTM tracking off → this works fine
- if i set UTM tracking on → brevo removes the
?user=$userpart and replaces it by?_sc=...&utm_campaign=...&utm_id=......
That behaviour breaks the link. It should do is add the UTM params, without removing the existing params.
The desired result is: https://my-website.com/a/b/c?user=$user&_sc=...&utm_campaign=...&utm_id=......
