Up until like a year or two ago, YouTube links always used to be pretty clean. The format was youtube .com/watch?v=[video_ID]. A year or two ago, they started adding a tracking suffix on, so it would be youtube .com/watch?v=[video_ID] &si=[tracking_ID].

Over the last day or so, I’ve noticed links with a different format, youtube .com/watch?v=[video_ID]&pp=[tracking_ID] - only the pp= string is much longer than the si= string. This can only be because they’re including more information in it. What that information is is anyone’s guess.

This is basically a PSA to watch YouTube links more carefully, as people are by and large complacent with them (moreso than other links) and never even realised the si= change, let alone this new pp= change.

It could also be that the change to pp= is meant to circumvent communities, like this one, which automatically filter out the si= suffix. They may have decided to address that, then took the opportunity to make their tracking more severe.

  • lol@discuss.tchncs.de
    link
    fedilink
    arrow-up
    13
    ·
    edit-2
    5 hours ago

    It encodes the contents of the search bar.

    E.g. for https://www.youtube.com/watch?v=jNQXAC9IVRw&pp=ygUTZmlyc3QgeW91dHViZSB2aWRlbw%3D%3D

    ygUTZmlyc3QgeW91dHViZSB2aWRlbw== is first youtube video in base64, which is what I typed into the search bar to find that video.

    Not sure if that’s actually useful for tracking or if there’s another technical reason for it, but at the very least it could accidentally expose your search terms to others if you end up sharing links like that.