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: How do companies track users?

4 pointsby borncrusaderabout 7 years ago
I'm looking to learn about the nitty gritty details about how companies like Facebook/Google track users. While I've glossed over some articles online, I've noticed that they're extremely watered down to cater to folks with little insight into how computers/networks work. Where can I find information about this from a programmer/hacker's point of view?

2 comments

twundeabout 7 years ago
You&#x27;re really looking for info on adtech in general. Adtech solutions will typically use 1 or more of tracking pixels, iframes and javascript scripts. The key here is that all of these create a HTTP request to a service and includes metadata about you and the website you&#x27;re visiting such as your IP address, whether you&#x27;re logged in, what the product you&#x27;re looking at is. With this information, adtech companies can see a geographic area where you travel&#x2F;live (by doing an IP to geolocation lookup), what your interests are etc. Often they&#x27;re getting additional metadata depending on the permissions enabled (esp for phone apps). Other things that are done to identify you is to create a fingerprint of your computer (what cookies do you have, what OS, what apps are installed). Take a look at <a href="https:&#x2F;&#x2F;arstechnica.com&#x2F;information-technology&#x2F;2017&#x2F;02&#x2F;now-sites-can-fingerprint-you-online-even-when-you-use-multiple-browsers&#x2F;" rel="nofollow">https:&#x2F;&#x2F;arstechnica.com&#x2F;information-technology&#x2F;2017&#x2F;02&#x2F;now-s...</a> for more information on what goes into that.<p>The big difference is that today all that data can be correlated together and used to serve relevent ads (or do whatever)
ng-userabout 7 years ago
I can&#x27;t provide sufficient due diligence but look up what exactly a &#x27;Facebook tracking pixel&#x27; is.<p>Nearly every website utilizes one and it allows FB to track you around the web.