- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我知道有人问过这个问题 few times这里。但这些看起来相当过时,看起来像Adsense for Ajax项目已canned (或者至少,移动非常缓慢)。
我最近集成了一个网站 pjax into -- 基本上,它使用 Ajax 加载主要内容区域,同时使用 javascript 的 history.pushState
维护浏览器历史记录和后退/前进功能。 .它在整个站点的响应速度方面产生了天壤之别,因为它不再需要对站点的所有外壳(javascript、css、图像)进行 HTTP 请求。
但是 Adsense 不能与 Ajax 一起使用——至少在 native 上不能。我读过 iFrame 解决方案,但听起来像 iFrames 和 Ajax,我的 pjax 解决方案不能很好地协同工作。
就 Adsense 的使用而言,我所做的并不狡猾。当用户点击链接时,我仍然只是在每个页面导航中显示一组广告。它只是没有执行完整的页面级 HTTP 请求。
有什么选择吗?有没有人做过这样的事情?或者,有人知道 Adsense for Ajax 项目的任何更新吗?
我需要弄清楚这一点。如果我不能,我可能会选择 pjax 而不是 Adsense,这意味着我的整个商业计划将不得不重新制定。啊。
提前致谢。
最佳答案
仅供引用,我联系了 Google,并收到了以下回复:
At this point, we do not have a product that works with AJAX sites or sites containing other dynamic content. This is something we're actively looking to build out, but I cannot provide more information or a timeline at this point.
关于ajax - 迫切需要一个适用于 Ajax 的 Adsense 解决方案,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6161806/
我是一名优秀的程序员,十分优秀!