We faced an issue hoping to enjoy shortlink to show on the resulting page with short js magic (say for purpose to show QR code or for reshare the shortlink by the user accessed the shortlink).
So, we found the only solution is to making extra API call to set the slug to the same shortlink
utm_tag={slug.value}
so every time the link invocated we have the origial slug in
utm_tag=value
.
For now it seems it is pretty easy for you to give this nice option to your customers to have it in domain settings for slug piping to utm_{some_of_customer_selection} 🙏