I see a lot of people, including friends and family, sharing URLs rife with tracking parameters.

I feel alone in making sure that I’m sharing the cleanest possible URLs to others. For example, checking if the URLs are shortened to hide plenty of tracking params.

Just need to vent, thanks for reading.

Edit: adding some context for future references.

By using url tracking params, tech companies can track who shares the content and who clicks on that specific shared urls. A simple but effective tracking method.

Try sharing Instagram post or YouTube video from the apps.

Instagram adds ‘igshid=’ . YouTube adds ‘si=’.

If you share the same IG or YouTube content from different accounts. The ‘igshid’, ‘si’ value will be different.

This can be used to tag who shares it, and who clicks on that specific url param value.

TikTok hides a ton of such params behind shortened url. Try expanding tiktok shared urls.

If you use android, use this app to expand, analyze and clean up urls https://github.com/TrianguloY/UrlChecker

If you use Firefox (you should), install ublock origin and add this url tracking filter maintained by adguard: https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_17_TrackParam/filter.txt

  • WarmSoda@lemm.ee
    link
    fedilink
    arrow-up
    212
    arrow-down
    2
    ·
    2 years ago

    Friends and family don’t know what cleaning a URL means. Nobody does.

        • WarmSoda@lemm.ee
          link
          fedilink
          arrow-up
          1
          ·
          2 years ago

          You don’t think anyone is here to learn how to be more private on the Internet? You just expect everyone to already know everything

        • CoderKat@lemm.ee
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 years ago

          There’s a lot of common patterns, but you have to understand how URLs work. You have to recognize which URL parameters are tracking ones or even just might be tracking. And that means you have to know how they work and that takes a moment.

          In brief, URL parameters start after a ? in the URL and are formatted like key1=values&key2=value2. You can’t usually remove all parameters because not all are tracking. To further complicate things, URLs can also have an anchor starting with a # character which will be after the URL parameters. You often don’t want to remove that (though theoretically the anchor could in fact contain tracking details).

          It’s often trial and error to see which parameters you can remove. I do this a lot since I write a lot of technical documentation. Clean URLs make the documentation more compact and less likely to break. It’s not just tracking stuff, but sometimes you need to remove temporal data that makes a page display data from a specific time when you want it to just default to the current time (etc).

    • mo_ztt ✅@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 years ago

      I had someone watch me edit a URL in the address bar and she clearly thought I was just fucking around, because there was no possible way that any human could edit the Matrix language up there and accomplish anything productive.

  • Oliver Lowe@lemmy.sdf.org
    link
    fedilink
    arrow-up
    83
    ·
    edit-2
    2 years ago

    Thankfully uBlock Origin removes those parameters for us. The default filters include a whole bunch of removeparam filters; e.g. privacy.txt See also removeparam.

    Maybe you could help your friends and family install Firefox and/or uBlock Origin? Every little bit helps :)

  • JokeDeity@lemm.eeBanned from community
    link
    fedilink
    arrow-up
    52
    arrow-down
    2
    ·
    edit-2
    2 years ago

    To be honest 99% of people, certainly including me, probably don’t recognize tracking elements in a URL unless they’re like affiliate links.

  • streetfestival@lemmy.ca
    link
    fedilink
    English
    arrow-up
    42
    arrow-down
    1
    ·
    2 years ago

    Phones and chrome are designed to prevent people from noticing that they’re being tracked and helping big tech track others

  • TankieTanuki [he/him]@hexbear.net
    link
    fedilink
    English
    arrow-up
    37
    arrow-down
    2
    ·
    edit-2
    2 years ago

    It’s not just safer, they’re nicer to look at too. I hate seeing a 20 character URL followed by a ? and 200 characters.

    Edit: lord-bezos-amused product links are a major offender here.

      • sovietknuckles [they/them]@hexbear.net
        link
        fedilink
        English
        arrow-up
        3
        ·
        2 years ago

        For more tech-savvy users, sure. But I thought you were looking for a way for less technical users to share scrubbed URLs. You’re not going to get the less technical users out there who share URLs to add a URL tracking filter list to uBlock Origin, but getting them to install ClearURLs is within the realm of possibility.

        • narwhal@lemmy.mlOP
          link
          fedilink
          arrow-up
          1
          ·
          2 years ago

          I didn’t remember it well, but after checking it again, the list is actually included in the default filter list. It just needed to be activated if it hasn’t. I don’t remember the default behavior.

          https://i.imgur.com/uKmWh0L.jpg

    • lud@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      I also use that one, on both my desktop and Android (I use Firefox dev, so I can use whatever addons I want). It does break some sites like banking and unique login URLs and the addon doesn’t have any whitelist feature. So sometimes it goes disabled for a while without me noticing.

      • sovietknuckles [they/them]@hexbear.net
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 years ago

        Yeah, some high-tracking sites do break, and I’ll need to turn it off temporarily. If ClearUrls breaks a site, it means that the site baked tracking into the functional features of the site itself (which, besides being terrifying, violates GDPR).

        • lud@lemm.ee
          link
          fedilink
          arrow-up
          2
          ·
          2 years ago

          It’s not necessarily tracking (for information anyway) though. For example, Plex Desktop app uses unique links to make the login possible via a browser. Some payment breaks because the bank requires an E-ID verification to make bigger purchases, and it happens to do that in a way that looks weird to a dumb add-on.

    • HidingCat@kbin.social
      link
      fedilink
      arrow-up
      9
      ·
      2 years ago

      People generally don’t care (I myself am not at the level of this community). It also involves enough technical know-how that most people won’t care. It’s like asking people to use a CLI, not going to happen. I’m pretty sure I’m one of the few people who still C&P URLs to share, most people hit a “Share” button.

      • N4CHEM@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        2 years ago

        You’re both right: most people don’t know what any of this means, but also people who know often don’t care. In my group of friends there are 2 programmers, they perfectly understand this yet they still share links full of trackers in the group chat.

        My strategy is to friendly scold them (a programmer should know better) and in the same message share the same link without tracking rubbish. This way my non-technical friends can also see how short the same link can become.

        • HidingCat@kbin.social
          link
          fedilink
          arrow-up
          2
          ·
          2 years ago

          Yea, I do it less for privacy reasons, and more for tidiness. Tracking parameters can be so unwieldly nowadays. Something that’s 30-40 characters long can balloon to 200-300 characters.

    • narwhal@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      It’s not just browser though, sharing links from apps also generate these URLs. A lot of people then share these links through chat apps.

      I do realize that most people are not aware of it, that’s why I said this is more of a rant. Just want to vent to fellow privacy minded people.

  • Saff@lemmy.ml
    link
    fedilink
    arrow-up
    15
    ·
    2 years ago

    Interesting, I never really thought about this before. I wonder if there’s a clipboard manager that does this automatically?

  • variants@possumpat.io
    link
    fedilink
    English
    arrow-up
    15
    ·
    2 years ago

    Yeah I always mention it when people send a link with all the extra stuff, how you can usually delete everything past the question mark

  • Clbull@lemmy.world
    link
    fedilink
    arrow-up
    14
    ·
    2 years ago

    The OCD part of me really wants to clean up those URLs simply because the link becomes a massive novella of garbage that’s harder to read than Yu-Gi-Oh card text.

  • Kushan@lemmy.world
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    2
    ·
    2 years ago

    I do this because I hate super long URL’s, but is this actually a problem for privacy? Does it not actually fuck with the tracking because now two separate people have got the same tracking Params? (Genuine question).

    • DrM@feddit.de
      link
      fedilink
      arrow-up
      29
      arrow-down
      2
      ·
      2 years ago

      Nope. It’s a nightmare. The ad company now knows that you are friends or family

      • Kushan@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        1
        ·
        edit-2
        2 years ago

        But what If you send it via social media like Lemmy or Reddit?

        • narwhal@lemmy.mlOP
          link
          fedilink
          arrow-up
          10
          arrow-down
          1
          ·
          2 years ago

          Then they know who’s the poster (you), they can know your username if they want to. A lot of people use the same username in many places, so unless you use different usernames in different social media, it’s still valuable data.

          If not that, seeing how the content spreads through social media and analyzing the reach is interesting data by itself.

          • SnowdenHeroOfOurTime@unilem.org
            link
            fedilink
            arrow-up
            4
            arrow-down
            2
            ·
            2 years ago

            Most tracking parameters actually just specify the source the link came from. Like Twitter or an email. I don’t see a lot of tracking parameters that literally are tried to an individual account. But here you seem to be saying that’s the most common type of tracking param

            • narwhal@lemmy.mlOP
              link
              fedilink
              arrow-up
              4
              ·
              2 years ago

              Try sharing Instagram post or YouTube video from the apps.

              Instagram adds ‘igshid=’ . YouTube adds ‘si=’.

              Try sharing the same IG or YouTube content from different accounts. The ‘igshid’, ‘si’ param value will be different

              It can be used to tag who shares it, and who clicks on that specific url param.

              TikTok hides a ton of such params behind shortened url. Try expanding tiktok shared urls.

          • Kushan@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            arrow-down
            1
            ·
            2 years ago

            I click links on Lemmy all over the place, I don’t follow anyone in particular?

            • QuazarOmega@lemy.lol
              link
              fedilink
              arrow-up
              3
              ·
              edit-2
              2 years ago

              I wouldn’t go as far as to say that once two people have clicked on the same tracking link the company behind it can tell what your relation is directly. What they will know is that the two or more people are connected in some way, to then infer in what way, they need other circumstantial data, maybe they have an account on that website and they share the surname or, even easier, without account they can tell that the requests came from IPs that come from a circumscribed area, and on and on, the more data points you add the better predictions the company can make.
              If several IPs from disparate places in the world use the same link they can probably tell that the link was shared on social media, not knowing which one, but it was sent in a public internet space at least