Hacker News new | ask | show | jobs
by jdsin 3520 days ago
I'll take a stab at it. Do not embed javascript at all! Javascript slows down the webpage, send creepy-tracking-stuff back to the ad network, and gets easly blacklisted in adblockers. We should not trust arbitrary 3rd party javascript code anyways. How about embeddable static images instead? Generate a unique img tag for each content creater, that we can refresh at our end, everytime the webpage loads. Will show a new ad everytime a user goes to the page.
1 comments

But advertisers want to target their advertisements to specific demographics. How can you target the user (identify the user's demographic, to select which ad to show) if you can only collect limited information based on the load of the static image?

Ultimately you would end up with a model where advertisers target based on website, rather than user demographic.

Good question. Maybe target using some kind of heuristics? We can figure out who is loading our imgs: ip addresses, requesting browser details, load time, approximate location (city, state, country), what website is the user visiting (can figure out what they are interested it) etc. We can build anonymous profiles of users. Ofcourse, the bigger the network, more precise the heuristics..
Right. So you've just arrived back at the status quo of tracking!

How do you define "anonymous?" Even if you have a policy not to store "personal details" like real name, you are still tracking some set of attributes of each user (ip address, headers, latency, etc). Together, a set of these attributes is likely sufficient to uniquely identify the user the set belongs to.

So now you're back to the original problem.

Dang it! Back to square one. So it seems its a double edged sword. Personally I feel this is a good compromise. What would you rather have, something like this? Or something like Google Ads that follow you throughout the internet with help of super cookies and javascript, merge everything they know about your behaviours from their other services, and serve ultra specific creepy ads?