• Memetic@lemmy.ca
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    42 minutes ago

    It’s not always nefarious.

    I work for a non-profit. Sometimes it’s helpful to understand the click rate on a mass message.

    We don’t provide data to third parties and use a self-hosted oss analytics platform.

    So I think folks should understand tracking and manage it but it’s not all bad. Just almost always bad. Really bad.

    Worse: a lot of links can’t be fixed or modified since they use click-through services to obscure the destination.

    • Soulcreator@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      56 seconds ago

      I’m a web developer in a marketing department and agreed UTM tags aren’t really nefarious. We generally use them to track campaigns, and to see the effectiveness of our paid campaigns. (As in how much of a return on investment did we have, are people continuing to traverse the site after hitting the landing page, etc) That said those codes generally don’t give us any info about the user other than what parts of the site you are hitting, (which we can find out through other means anyway). There are tools out there which can give us a creepy amount of data about the users on the site, but UTMs aren’t it.

      Removing them when sending out links is good practice as you probably only really need a fraction of the characters in order to get to the site, so your links are cleaner, you look like less of an idiot, and ironically marketers will end up having cleaner data (I doubt you care about this, but it’s true.)

      That said, if you really want to prevent sites from getting your data when browsing turning off JavaScript in your browser would probably have the biggest impact.

  • Muehe@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    13 minutes ago

    PSA if you are worried about link parameters giving away where you came from, you should really be worried about HTTP Referrer headers, which are of course turned on by default in most browsers. Be advised turning them off may break some (parts of) certain websites, but most still work fine in my experience.

    In Firefox go to about:config page and set network.http.sendRefererHeader to 0.

    • burntbacon@discuss.tchncs.de
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      25 minutes ago

      I judge people based on whether they can understand youtube (which you should be changing to invidious or something else anyway) urls. It’s a useful and very short way to see if people have ever paid attention to repeated patterns. The moment I saw the t=XYs, I was amazed.

  • Tick Dracy@lemmy.zip
    link
    fedilink
    arrow-up
    2
    ·
    53 minutes ago

    On iOS / iPadOS , you can use a Siri Shortcut called Clean URLs.

    Just share the URL with the shortcut, through the share sheet option, and your clean url is automatically copied into the clipboard.

    • Saledovil@sh.itjust.works
      link
      fedilink
      arrow-up
      7
      ·
      2 hours ago

      Actually, it’s a a bit of a shitpost. Anything after the ‘?’ is an argument for the html request. Can and is used for tracking, but is also used for website functionality.

      • Master167@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        ·
        1 hour ago

        IMO, any developer who uses URL parameters for required functionality is short sighted. They should use the path as required parameters.

  • Samsy@lemmy.ml
    link
    fedilink
    arrow-up
    11
    ·
    edit-2
    6 hours ago

    There are URL shortener Apps on F-Droid. Simple share the link to this app and get a short link without this privacy mess.

  • dan@upvote.au
    link
    fedilink
    arrow-up
    20
    ·
    edit-2
    11 hours ago

    This is kinda true but also kinda fear mongering. UTM parameters are just to track where you clicked the link from. They’re usually not dynamic, and don’t contain anything about you personally. The example in the screenshot utm_source=newsletter is probably added to all links in a company’s newsletter email, so they can tell that people get to the page via the newsletter.

  • gerald_eliasweb@reddthat.com
    link
    fedilink
    arrow-up
    7
    ·
    10 hours ago

    I did not know what those were for before seeing this but I remeber seeing “source=chat_gpt” next to a link to a source in a news article and thought that it was odd.

  • Korhaka@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    42
    ·
    15 hours ago

    I usually just do it because shorter links look better than 30 lines of crap

    • vithigar@lemmy.ca
      link
      fedilink
      arrow-up
      11
      ·
      15 hours ago

      Right? The fact that this is an extra bit of tracking information I don’t want makes this an easy sell for anyone looking for a reason to do this, but for me it’s because it just makes links uglier.