TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: AdSense alternatives without cookie banner?

3 点作者 archit3cture大约 4 年前
There was a thread in 2014 called &quot;Ask HN: AdSense alternatives?&quot; - https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=7673680<p>Now that GDPR is in place as well as similar laws in different countries, I wonder what are the options &#x2F; platforms that exist in order to enable a website to monetize its traffic via ads while respecting users privacy and avoiding cookie banners.

1 comment

eivarv大约 4 年前
Contexual ads [0]. Alternatively anonymized analytics (i.e. you don&#x27;t store personal data, IPs, do fingerprinting etc.)<p>And, as you might know, you&#x27;re required to get permission before dropping any cookies that are not strictly required for the core functionality of the site (which does not include ads).<p>[0]: <a href="https:&#x2F;&#x2F;www.nytimes.com&#x2F;2019&#x2F;06&#x2F;19&#x2F;opinion&#x2F;facebook-google-privacy.html" rel="nofollow">https:&#x2F;&#x2F;www.nytimes.com&#x2F;2019&#x2F;06&#x2F;19&#x2F;opinion&#x2F;facebook-google-p...</a>