Public service announcement.

(Created by https://bsky.app/profile/campfireharve.st )

Yeah, just an FYI: I muted this, I don't have the energy to go through that many notifications while I'm on vacation. Sorry.

@Uglesett Helt enig, men den utm source er jo ikke så gale da. Tenker da på nyhetspublikasjoner som legger ut linker her på Mastodon, gjerne har utm source = Mastodon. Det er jo greit for å få synliggjort Mastodon som en tjeneste å satse på.

Men det kan vel hende at det blir overflødig med Mastodon versjon 4.4?

https://mikrobloggen.no/@manny/114829010037168753

Manny (admin) ⚡ Mikrobloggen (@[email protected])

Attached: 1 image Med Mastodon 4.4 kom også muligheten for en instans til å vises som referanse i Google Analytics og lignende analyseverktøy. Dette gir en økt mulighet for å synliggjøre bruken av Mastodon for markedsførere og lignende, dette kan oppfattes som bra eller dårlig alt etter prioriteringene til instansen. Det er ingenting ved denne nye muligheten som sender videre personlige data utover at kilden er (feks) "mikrobloggen.no". Vi på Mikrobloggen har for øyeblikket valgt å slå denne innstillingen på.

Mikrobloggen

@Uglesett

Everything after the "?" symbol can be removed without issue

Uhhhh not really

That also has stuff like timestamps. And in some links, such as on youtube.com/watch?v=videocode, the actually important part of the link is also after the ? (as opposed to on youtu.be/videocode).

@luana @Uglesett playlist also. So e.g. how would one clean up this link?

https://www.youtube.com/watch?v=IsiKUsrqFkc&list=PLvoAL-KSZ32dRMGLza8Dw4xZK6_1ItjNr&t=52

So much stuff here, but
all of it is necessary. v indicates which video it is, list indicates which playlist it is, t indicates the timestamp. Granted, this isn't a youtu.be link, but only because that one already removes playlist, so it's not useful for sharing videos with their context intact.
The Problem with Video Essays

YouTube

@alice @Uglesett
@luana

That's not tracking.

The link to the video is https://www.youtube.com/watch?v=IsiKUsrqFkc

the "&list=" means the video is part of a playlist - there are other videos following it.

t=52 means start the video 52seconds in. If you remove "&t=52" it just starts from the beginning

The Problem with Video Essays

YouTube
@lin @Uglesett @luana did you read my post? /genq

@alice @Uglesett @luana With YouTube specifically you need to look for that si= part, the Share ID. In URLs with multiple ampersanded sections you can usually just pull the troublemaker. Unfortunately these are often idiosyncratic to different sites.

Easier: use Firefox, and when you go to grab the link use the “copy clean link” in the right-click menu.

@cwicseolfor sur Android j'utilise #URLChecker pour identifier les paramètres inutiles et les supprimer. Sur PC,  il y a l'extension ClearURL sur Firefox en plus de leur option "copier le lien nettoyé"
@Uglesett @luana wow this is such a honeypot for reply guys

didn't even intend it as such
@luana @Uglesett well, everything that doesn't look useful, of course you don't want to remove things you know are identifiers like id and v

every good website these days rewrite their URLs to avoid putting these IDs after the ? so on most commercial sites it's mostly for tracking and YouTube is pretty much an exception
@luana this campaign is overall good because oftentimes, this will only discard information that is easily recoverable, and generally we err on the side of privacy. only removing the si= and utm_*= parameters and experimenting to see which parameters you can get away with removing is accessible to anyone who can understand the very simple URI parameters syntax, which my 14yo does. so I think we can just expound on this first pass. my organization has been doing this for years
@Uglesett @luana yeah, usually just looking for si or utm or source or ref does the trick those 4 are all ive ever seen lol

Caching servers often need to easily recognize them so they don’t just think a different tracking link means they need to generate a totally new page, so it’s pretty rare for them to be something totally random
@luana @Uglesett
Desktop Firefox (and if I remember right Vivaldi) will let you copy a 'clean link' if that helps any. Phones, not so much.
@Ttown @luana @Uglesett there's the webapp at https://linkcleaner.app/ by @corbin that's quite handy
Link Cleaner

Link Cleaner is a web app for removing tracking code, search parameters, and other junk from URL links.

@luana @Uglesett yeeeeah I was about to say the same thing. I think it’s better to know what is used to track in urls and know to remove it. In YouTube’s case specifically si.

It’s frustrating that it’s taking a legit important and common part of urls and exploiting them
@luana @Uglesett Exactly! I use such variables as settings for some of my projects.
@luana @Uglesett It's also theoretically possible to put tracking data before the ?, though I haven't seen that in the wild.

@me @Uglesett @luana Some sites like fb, reddit and stackoverflow produce special share links that aren't just a link to the article, the link is unique to the person sharing it.

When I get a link like that, I'll look up the canonical URL before sharing it further. It's not only a privacy issue, it's a special case of the URL shortener issue and messes up our collective internet heritage, as it is very unlikely that URL will be resolvable ten years from now, and the internet archives and national libraries out there won't know that personalized URL.

@Uglesett you can also replace the utm values with fun ones

"utm_source=YourMum" etc.
@monkee @Uglesett i like changing up a few characters from time to time
@monkee @Uglesett Congratulations, now you've linked everyone together who used that same link.

If you can and want to modify it, just delete the parameters. Don't be funny here, if you want privacy!
@Uglesett you can use a fediverse client that reminds you to remove them ;)
@mkljczk sur Android j'utilise #URLChecker en intermédiaire des navigateurs. Il faut le mettre en navigateur par défaut et tous les clique qu'on clique les paramètres inutiles seront identifier pour les supprimer.
Fortunately, there are Clean URL and Clear URL type browser extensions that help you do this automatically. Check what is available for your browser. :)
@Uglesett In Youtube links you want to only preserve the ”?v=(randomletters)” part up to the first & sign but not including the &

@gimulnautti @Uglesett The & is just a delimiter and (as of right now) Youtube will strip a trailing & out. (https://en.wikipedia.org/wiki/Query_string)

As another post has mentioned, there are other parameters you might want to preserve in Youtube links.

Query string - Wikipedia

@Uglesett Not everything after a ? can always be removed, for instance with youtube.com/watch?v=(barf) the v=(barf) bit is the video ID and you need that. But most things can go!

@Uglesett Like the old saying from the 1930's:

"If its after the question mark, yeet it into the dark"

@Uglesett

You can even do that automatically thanks to uBlock Origin, you need to activate the "AdGuard URL Tracking Protection" list (for some reason it's not activated by default) and all tracking shit in the url is removed

@rakoo @Uglesett

Where exactly is this setting? I was unable to find it.

@iju

You need to go to filters list in the settings tab dashboard
@Uglesett

@rakoo @Uglesett

Found the filter description on the manual, but not in the settings. Perhaps it isn't included on the mobile version?

@iju

weird I can see it on mobile as well...

@rakoo

In that case, screenshot would be appreciated.

@Uglesett I leave it if it's mastodon just for the benefit of knowing brands should know I'm here and I care about democratization of tech

@Uglesett

Also: when sharing reddit links, make sure they're normal links and not /s/ links (eg, reddit.com/s/efFde3FS vs https://www.reddit.com/r/Lemmy/comments/14h88gb/ )

@Uglesett Enough people have already mentioned that you can NOT just remove everything after "?", but there's more wrong here.

While YouTubes "si" query parameter can track you and who you send a link to, that is NOT true for static parameters like "utm_source" with "newsletter" or "utm_medium" with "email". All they tell the website operator is that the link was clicked X times from within the newsletter and Y times from an e-mail, but it's impossible to draw any connection here between two individuals that shared this link in some way.

These parameters aren't only important to advertisers (they usually aren't at all), but they are important to the website operator, especially if it's a small business with limited resources. It shows them if a newsletter is actually read or how many clicks they received from Mastodon and so on. It shows them that the mediums they are using are actually worth pursuing or if they should focus their attention on something else.

@Uglesett

I bet I know what that YouTube link leads to...

*clicks*

It's like I'm psychic.

@Uglesett i try my best to, but apologize for any i miss @pathfinder

@Uglesett More about the "UTM parameters" — Google Analytics tracking devilry — from Wikipedia:

https://en.wikipedia.org/wiki/UTM_parameters

As some other commenters have noted, it isn't literally true that EVERYTHING after the "?" can always be removed harmlessly. But you definitely want to get rid of the "utm=" garbage.

UTM parameters - Wikipedia

@Uglesett I mess about with them, often replacing "source=xyz" with "source=heinz" and the like. Childish, but it makes me happy.
@Uglesett Those using the Waterfox browser can right-click links and select "Copy Link Without Site Tracking" to get such things removed automatically.
@Uglesett I like Firefox's "copy clean link" option.

@Uglesett absolutely!!! Replace it with ?ref=fediverse or ?ref=activitypub 😁

Maybe if enough of those people see it, they might wake up

@Uglesett Please stop spreading missinformation: The get-parameters are by no means always, not even usually for tracking. They can be used for that, but claiming that they always are or that they can always be safely removed is complete and utter nonsense!
@Uglesett (Looking at it again, I guess it fits with my stereotype of bluesky users: Performative opposition to bad stuff, but not really competent at actually solving the problem, nor even willing to really do that.)
@Fiona @Uglesett
I usually try out what happens when I remove stuff I see behind a question mark in a link, check if it still leads to where I want it to, before I share it.
Sometimes it works, sometimes it doesn't. But anyone can try out and check before posting a link.

@Uglesett
If your browser doesn't have it built in there are extensions strip tracking params for you.

Keeping up with the url treachery and hand-editing links is no small task - doing it 100% of the time is a task for software

@Uglesett
On Android you can use this app:
https://github.com/TrianguloY/URLCheck
GitHub - TrianguloY/URLCheck: Android app by TrianguloY: URLCheck

Android app by TrianguloY: URLCheck. Contribute to TrianguloY/URLCheck development by creating an account on GitHub.

GitHub
@Uglesett Are there no browser extensions that can remove those trackers from links?
ClearURLs – Get this Extension for 🦊 Firefox (en-US)

Download ClearURLs for Firefox. Removes tracking elements from URLs

@fidel sur Android j'utilise #URLChecker pour identifier les paramètres inutiles et les supprimer. Il agit comme un navigateur intermédiaire par défaut.
@Uglesett @ everyone in these comments, you don't have to do it all yourself and decide which parameters you can delete. There's a plugin for Firefox (and I'm sure there's also one for chromium as well for those who care more than me to find it): https://addons.mozilla.org/en-US/firefox/addon/clearurls/
ClearURLs – Get this Extension for 🦊 Firefox (en-US)

Download ClearURLs for Firefox. Removes tracking elements from URLs