In 2023, Youtube implemented tracking ids in their url whenever the video is shared. It’s a unique ‘sharing id’ that lets Youtube track whoever created the link and to who it had been shared to. However, if you’ve ever noticed, this is done without the user’s consent. it’s very sneakily but also avoidable if you want to have just that little bit more of privacy from the hungry data consoomers that are over at the Google HQ.
As demonstrated: Here we’ve got a dirty link, you see that “?si=AghVOcGOyPzDv0Gn” part? Exactly, that is the share id that gives Youtube unnecessary info about you and your friends whenever you share this link.
Let’s sanitize it!
It’s just that easy.
But this was only the share id. There exist more than one types of components of links that track certain information. Such as:
Yikes! All of those “?utm_source=newsletter”, “?utm_x=y”, etc. are trashing your link with tracking components! Their names are pretty self explanatory to what they track:
?utm_source=newsletter -> This link was opened through a newsletter ?utm_medium=email -> This link was opened through an email medium ?utm_campaign=sale -> This link was opened through a campaign (presumably coming to the aforementioned email)
Anyhow, I always recommend ‘sanitizing’ even that part of your links, they look are unpleasant to look at in general when shared and give your privacy a light slap on the wrist.
I recommend using browser extensions for this, they do the ‘sanitizing’ work for you ironically the link above was ‘https://addons.mozilla.org/en-US/firefox/addon/clearurls/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=featured’. Don’t worry though, I already sanitized it for you :)