Ask HN: Refusing all cookies, still targeted by ads. How?
11–20 of 118 posts
Re: Ask HN: Refusing all cookies, still targeted by ads. How?
#12Everything about you that isn't identical to everyone else can be combined to guess who you likely are. Your exact browser version, OS, supported APIs, your IP address, your latency to Google servers... Anything that isn't a complete match to everyone else.
You may have a new install, but your IP and latency match your old install. What are the odds you're not the same person?
It's all probabilistic. But Google has a lot of incentive to get really good at making those guesses.
Re: Ask HN: Refusing all cookies, still targeted by ads. How?
#13Re: Ask HN: Refusing all cookies, still targeted by ads. How?
#14In the end, you've got two things to work with: Things you can convince the browser to actively identify itself with, and the things you can track regardless.
Cookies are in the first category, but they are not alone. You can get things as simple as presenting an entire site with customized URLs that track a user through querystrings being appended to everything with an identifier. You can track certain caching differences. You can program a website to use local storage and submit a token on every URL click with a fairly simple handler. This isn't even remotely a complete list.
In the second category, you've got IP address, browser versions, various settings... see something like https://www.amiunique.org/ .
In a nutshell, your rich browser experience leaks so much data along so many axes that it is essentially inconceivable that you could ever prevent yourself from being fingerprinted. What you can do is try to detach that fingerprint from a real person, to a certain extent rotate what you can, etc. But in reality you can't be shipping up kilobytes of header information on each web request and expect there isn't something in there that can track you.
https://www.amiunique.org/fingerprint says I'm 100% unique; with all the red lighting up I'm not surprised.
Re: Ask HN: Refusing all cookies, still targeted by ads. How?
#15I've noticed Google now syphons data from my searches to feed my youtube recommendations, always felt like two separate systems until about a month ago.
Re: Ask HN: Refusing all cookies, still targeted by ads. How?
#16Re: Ask HN: Refusing all cookies, still targeted by ads. How?
#17Re: Ask HN: Refusing all cookies, still targeted by ads. How?
#18Cookie sharing networks never actually needed to use cookies to share information about you. It’s ironic, but true. The disclaimers about using cookies and the regulations about providing those disclaimers never actually did anything to protect your privacy.
Re: Ask HN: Refusing all cookies, still targeted by ads. How?
#19Cookies was a simple concept that politicians could glom on to and legislate around, but, yes, they're quite unimportant in the grand scale of things. In the end, you've got two things to work with: Things you can convince the browser to actively identify itself with, and the things you can track regardless. Cookies are in the first category, but they are not alone. You can get things as simple as presenting an entir…
Re: Ask HN: Refusing all cookies, still targeted by ads. How?
#20Fingerprinting. Everything about you that isn't identical to everyone else can be combined to guess who you likely are. Your exact browser version, OS, supported APIs, your IP address, your latency to Google servers... Anything that isn't a complete match to everyone else. You may have a new install, but your IP and latency match your old install. What are the odds you're not the same person? It's all probabilistic.…