We have seen a lot of posts on HN regarding ad networks and ad blockers. Basically there are two arguments:
1) Allow ad networks, so we can compensate content creaters.
2) Block ad networks, because they track users, invade privacy and follow shady practices.
I would love to know your thoughts on how to solve this issue. How to create a trackerless ad network, that solves privacy issues. It should also allow anonymous stats for advertisers, and a good fee structure for content creaters. Lets solve this!
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.
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..
Paywalled content providers want to charge for their content but have Google index it. Readers want to read stuff for free but block ads.
I think the solution is fewer ads, more paid content, more offers related to the free content, more sponsored free content. Ads can be used more for branding rather than direct sales, and so therefore less tracking is required, it would be more like TV.
P.S. A great example of sponsored free is hacker news!
2 cont.) and because ads are noisy, invasive, garish, and distracting.
Let's not solve this by figuring out how to circumvent ad blockers.
One idea I've been toying with is a system where I can pay the content creator directly. Good article? Have a nickel. Funny YT video? Here is a dime. Skip the middle man. Patreon does something like this, but we need a system that is anonymous, scalable to the whole internet, and above all, easy to use.
This can already be done, but the micropayments start at $1 and the content creator gets about 67¢ of it. The sweet spot is a $5 tip, where the vast majority goes to the content creator:
That's still an awful lot of money. I would be much less likely to tip if I was shelling out $1+ each time. Nickles and dimes are pocket change to me, but they add up.
Absolutely! Some websites I can't even scroll properly without disabling ads. I like the Patreon idea, because of not middleman, so it certainly appeals to an audience. But I don't think its scalable. With ad networks like Google, I do not have to create an account anywhere, or link my credit card. Google takes care of compensating both content creaters and advertisers.
If I would make a trackingless ad network I would make it interrest based instead so what you get is relevant to the website you visit and not based on datamining of individuals.
That makes sense. So we can, instead of mining anonymous data about users (like my other comment), can mine the webpage the ad is going to be displayed on. This would make it interest based. Thanks for your input!
That is true. They drive up prices on Google Ad prices. But I feel its a symptom more than the problem. Because these ad networks have a per-click payout system, they have to track each and every click. One way to fix this would be to have a constant pay rate regardless of clicks. Something like $X/week or $Y/month, where X&Y can be decided on heuristics I explained in other comment.