this post was submitted on 27 Mar 2025
935 points (91.0% liked)

Fediverse memes

3027 readers
7 users here now

Memes about the Fediverse.

Rules

General
  1. Be respectful
  2. Post on topic
  3. No bigotry or hate speech
  4. Memes should not be personal attacks towards other users
  5. We are not YPTB. If you have a problem with the way an instance or community is run, then take it up over at !yepowertrippinbastards@lemmy.dbzer0.com.
    • Addendum: Yes we know that you think ml/hexbear/grad are tankies and or .world are a bunch of liberals but it gets old quickly. Try and come up with new material.
  6. This is not the place to start flamewars between Lemmy, Mbin and Piefed.

Elsewhere in the Fediverse

Other relevant communities:

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] JonsJava@lemmy.world 28 points 11 months ago (2 children)

The destination logs the IP. The source doesn't see the click, because it happens in your client, not in their site.

Source: managed tens of thousands of sites and hundreds of thousands of servers for over 25 years.

[–] Smc87@lemmy.sdf.org 0 points 11 months ago (1 children)

Not true, many frameworks out there for tracking client side interaction, and not only clicks, also keystroke and even just mouse movements on the page….It is called RUM data. It works similar to google analytics.

[–] JonsJava@lemmy.world 0 points 11 months ago (1 children)

Your splitting hairs at this point.

My point was without SOMETHING to track clicks, you... Don't.

[–] Smc87@lemmy.sdf.org 1 points 11 months ago* (last edited 11 months ago)

Sorry it came across like you thought it wasn’t possible when saying source website can’t see the data. With some pretty basic js it is trivial, but yea web server access logs won’t give you that detail… but hardly anyone runs a serious site with only serverside detail now, especially in a world with so much cdn and 3rd party integrations direct from the browser.