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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Google AdSense Still Bans Ajax. What are the Alternatives?

58 点作者 wikiburner将近 11 年前
I looked into this many years ago, and Google had a beta going for running Adsense on ajax-loaded content.<p>The other day I was really surprised to learn that Google had actually killed this beta program a couple of years ago, and now it looks like they&#x27;ll never support ajax loaded content.<p>What good alternatives to Adsense are there for ajax-loaded content, or is there a way around this with Adsense that I&#x27;m not aware of?

9 条评论

onestone将近 11 年前
There is actually pretty good support, but you have to use AdSense through Google DFP - <a href="https://www.google.com/dfp/" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;dfp&#x2F;</a>. Things like creating ad slots dynamically &#x2F; loading them later &#x2F; refreshing them dynamically work fine when you use GPT tags in DFP.
评论 #7925537 未加载
hiphopyo将近 11 年前
I prefer affiliate networks because they, unlike AdSense, give me the freedom to design my own ads. Also there&#x27;s this:<p><a href="http://www.warriorforum.com/main-internet-marketing-discussion-forum/606010-should-newbie-start-affiliate-marketing-adsense.html" rel="nofollow">http:&#x2F;&#x2F;www.warriorforum.com&#x2F;main-internet-marketing-discussi...</a><p>Who wants this eyesore on their websites anyway?<p><a href="http://adsense.blogspot.se/2014/05/a-new-look-for-text-ads-on-google.html" rel="nofollow">http:&#x2F;&#x2F;adsense.blogspot.se&#x2F;2014&#x2F;05&#x2F;a-new-look-for-text-ads-o...</a><p>I&#x27;m surprised the AdSense team is still toying around with amateur designs at the expense of the whole AdSense programme. I&#x27;ve seen the past works of the designers on the AdSense team and I&#x27;m not impressed. Plus it&#x27;s quite naive to think that one design will fit all websites. Why can&#x27;t AdSense, like other ad and affiliate networks, just open up an API so publishers themselves can be in charge of how their ads look and behave?
评论 #7925682 未加载
评论 #7925884 未加载
PaulHoule将近 11 年前
The world could really use a good competitor to Adsense, couldn&#x27;t it? How about some ad network that is based on contextual technology such as Facebook, retargeting, etc.
评论 #7925281 未加载
评论 #7925106 未加载
评论 #7926108 未加载
评论 #7925038 未加载
radq将近 11 年前
You can use BuySellAds units with Google Adsense as backfill.<p>For an example of this you can check out our Discourse instance: <a href="http://forums.hummingbird.me/" rel="nofollow">http:&#x2F;&#x2F;forums.hummingbird.me&#x2F;</a> (ads may not load on the initial pageview because of a timing bug I have not fixed yet, but try clicking somewhere and back to the homepage).<p>This is the source code: <a href="https://github.com/vikhyat/discourse-bsa/blob/master/assets/javascripts/ad_units.js" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;vikhyat&#x2F;discourse-bsa&#x2F;blob&#x2F;master&#x2F;assets&#x2F;...</a> (Ember.js)
yanghan将近 11 年前
It seems like you can give native advertising a try. I&#x27;m the cofounder of <a href="http://www.stackadapt.com" rel="nofollow">http:&#x2F;&#x2F;www.stackadapt.com</a> and you can load our ad tag through ajax. You can also define ad formats using your site&#x27;s HTML, so the ads are completely native and responsive to your site.
评论 #7926112 未加载
vkjv将近 11 年前
AFAIK, your only option with Adsense is to implement a #! alternative crawlable site.
chaddeshon将近 11 年前
I run BromBone.com. We have several customers using it to make static versions of their AJAX sites for Google Adsense purposes.<p>Email me at chad@brombone.com if you want to talk details.
ojr将近 11 年前
An alternative way to make money online, is by removing ads and create a subscription-based feature, Stripe has a nice developer platform
im3w1l将近 11 年前
Maybe dynamically add iframes with ajax-content? Every iframe would be static, and so could have adsense.
评论 #7925941 未加载