TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What do social networks put unique IDs in link sharing for?

10 pointsby Timotheeabout 1 year ago
When I copy a link to share a tweet, or a YouTube video or any number of websites, there&#x27;s often an ID unique to me attached to the link. (YouTube even changes it for every share)<p>e.g. https:&#x2F;&#x2F;youtu.be&#x2F;dQw4w9WgXcQ?si=2W5B4wtJZFr7-Ps4 (yes, it&#x27;s Rick Astley)<p>I understand it&#x27;s for tracking and analytics generally speaking, but practically, what do these sites really get from them?<p>The signals from me sharing a particular link, and others clicking it seem very minute and not very valuable. I suppose you could establish parts of a social network over time, but how valuable is that in practical terms? What can they do with that, that they couldn&#x27;t do without? How is it worth it to add to all links and have the infrastructure to store and track and analyze?<p>Is it simply cheap enough that &quot;why not&quot;?<p>Thanks!

7 comments

toast0about 1 year ago
I didn&#x27;t do anything with link tracking when I was at FB, so I dunno what they do... But when I was at Yahoo, we instrumented all (or mostly all) the links on a page, so that we could see what links people were clicking on (in aggregate) and maybe figure out some session stuff, and we could tag things for analytics like cpcs and what not (went into the logs, not into the link tag), and then we could see for pages like X, revene was this, and all that kind of thing.<p>But we didn&#x27;t get any value if a tag escaped into someone else&#x27;s session, so we&#x27;d try our best to have the links be clean it you copied them, and try to make them clean in the address bar and all that. And if you were a robot u-a, then no tracking at all, clean links only.
al_borlandabout 1 year ago
Any time I copy a link to share with someone, I delete the ? and everything after. I want to send the person the link, not whatever metadata the site is trying to collect.
评论 #40340170 未加载
gtirloniabout 1 year ago
Offer you and your network more relevant ads.
moomoo11about 1 year ago
Can&#x27;t speak for YT but these sorts of identifiers are used for basically what you said - tracking and analytics in order to make more money, at scale.<p>Social media sites are concerned with one thing - ads.<p>That ID is probably stored somewhere in their backend. I&#x27;m sure 0.1% of users will strip that query param out (literally nobody does lol), but now their server has registered that you created a share link with si=1234<p>Now your friend Sally opens that link, and they register that this other user opened a share link with si=1234<p>What happens next is used to make more money.
评论 #40350074 未加载
karmakurtisaaniabout 1 year ago
I didn&#x27;t realize they did this. So it means if I share a video with the identifier for example here, they can match my username here with my YouTube username. Since my real identity is known to them via gmail, I pretty much lose all anonymity here as well (in their eyes at least). Then,if there&#x27;s ever a leak of that data, my online identity is entirely compromised.
d--babout 1 year ago
My guess is that a person that gets other people to click on links is given a higher “influence score”, or something like that.
KomoDabout 1 year ago
&gt; what do these sites really get from them? What can they do with that, that they couldn&#x27;t do without?<p>Well they can attribute traffic more easily.<p>&gt; Is it simply cheap enough that &quot;why not&quot;?<p>Well yeah that too, and the data is valuable.