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.
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.
I host a page, you load the page and it has 5 links on it. You can click on any, all or none of the links and my server would have no knowledge of it because after the page has loaded that’s our communication finished. All my server can log is that you loaded the page with the links on it and they were sent to you. What you do with that is up to you.
JS or manipulating the links would allow me to track which ones you have clicked.
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.
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.
Your splitting hairs at this point.
My point was without SOMETHING to track clicks, you… Don’t.
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.
Wow so you need an IP to navigate the web and every site you visit sees that IP?
Thanks for explaining what I just explained!
They were correct though, you weren’t.
Which makes your cockiness that much funnier.
I’m going to educate you on what this is actually about.
You think it’s about tracking someone as they go about the web.
The article is about BLUE SKY tracking the links you click on their site. Two totally different things.
I host a page, you load the page and it has 5 links on it. You can click on any, all or none of the links and my server would have no knowledge of it because after the page has loaded that’s our communication finished. All my server can log is that you loaded the page with the links on it and they were sent to you. What you do with that is up to you.
JS or manipulating the links would allow me to track which ones you have clicked.