Earlier quoted context omitted.
Cookie is a thing.
It's not cookie, it happens across different browsers. It's IP based.
Ask HN: How does Facebook know what I buy on Amazon or vice versa?
41–50 of 131 posts
Re: Ask HN: How does Facebook know what I buy on Amazon or vice versa?
#42This is all fairly straight forward however, what blows my mind is Facebook makes recommendations of friends that I've NEVER had any digital interaction with. For some reason it picked up the kid who stocks the craft beer at my local family run grocer. Literally only talked to the kid face-to-face. No phone number, no texting, no contact entry (not that I share those with Facebook anyways). That made the hair on the…
Maybe he searched and looked you up on Facebook and it's somehow enough signal to suggest him?
Re: Ask HN: How does Facebook know what I buy on Amazon or vice versa?
#43They use the Facebook Pixel https://www.facebook.com/business/a/facebook-pixel They segment users that visited each product on Facebook with a custom audience and then create ads for similar products that they show you. This is all done programmatically.
How would that work across different browsers?
Re: Ask HN: How does Facebook know what I buy on Amazon or vice versa?
#44Straightforward: 1) Amazon tracked your research and likes to use " ad retargeting" if they see you leave before checking out to remind you to come back and purchase. 3) FB offers advertisers a variety of retargeting means + insanely advanced cross-device tracking. Like a building full of PhD's advanced. Maintaining privacy by logging in from different devices / accounts / etc is a thing of the past if you EVER cross…
> Like a building full of PhD's advanced.
On a more serious note, it's unfortunate that so many smart people use their intelligence to enable this kind of gross technology. It's all about "solving puzzles" rather than making the world a better place. There's gotta be more productive ways to advance your career.
Re: Ask HN: How does Facebook know what I buy on Amazon or vice versa?
#45Re: Ask HN: How does Facebook know what I buy on Amazon or vice versa?
#46Straightforward: 1) Amazon tracked your research and likes to use " ad retargeting" if they see you leave before checking out to remind you to come back and purchase. 3) FB offers advertisers a variety of retargeting means + insanely advanced cross-device tracking. Like a building full of PhD's advanced. Maintaining privacy by logging in from different devices / accounts / etc is a thing of the past if you EVER cross…
But... what about step 2? > Like a building full of PhD's advanced. On a more serious note, it's unfortunate that so many smart people use their intelligence to enable this kind of gross technology. It's all about "solving puzzles" rather than making the world a better place. There's gotta be more productive ways to advance your career.
Re: Ask HN: How does Facebook know what I buy on Amazon or vice versa?
#47Amazon buys (and sells) data to/from DMPs. That data can (and often does) include a hash of your credit cards, all the e-mail addresses you go by, etc. Amazon can basically buy programmable ad inventory that says "I want to show this ad for chainsaws to kmonad" and the DMP resolves who 'kmonad' is through a variety of methods.
Realistically, the opsec you would need to have to avoid this would be astronomically inconvenient. These DMPs work off statistics, so they don't need to know 100% that this browser session is probably kmonad, just 70%. Maybe you have the same IP, OS version, browser extensions, cookie sets...
Re: Ask HN: How does Facebook know what I buy on Amazon or vice versa?
#48Earlier quoted context omitted.
There is some process that is running a spatial join. You were both logged into facebook at the same time, and were in close proximity. I had a similar situtation where Facebook recommended that I friend a coworker that sat next to me.
Facebook claimed a year ago that they did not use location data. https://www.theguardian.com/technology/2016/jun/29/how-does-...
Re: Ask HN: How does Facebook know what I buy on Amazon or vice versa?
#49If you want to know what advertisers are retargeting you, you might want to check: http://whoisretargeting.me It can be enlightening. You can also opt out of a lot of it here: https://www.facebook.com/help/568137493302217
Re: Ask HN: How does Facebook know what I buy on Amazon or vice versa?
#50I have had similar experiences. Others have already mentioned some cross-browser fingerprintig techniques. One of the worst that many people don't know about is that browsers hand over your local IP. Check this proof of concept: http://net.ipcalf.com/ The media device IDs the browsers provide look even worse: https://jsfiddle.net/u4n4s296/ I am not sure if these are unique to the device type (for example a certain so…
In Firefox, the media device IDs are different for each site (origin): It is un-guessable by other applications and unique to the origin of the calling application. It is reset when the user clears cookies (for Private Browsing, a different identifier is used that is not persisted across sessions). https://developer.mozilla.org/en-US/docs/Web/API/MediaDevice...
Safari (tech preview or high sierra) seems to give a new value every time you reload the page.