php jquery 动态谷歌广告
我如何使用 jquery ajax 获取 google adsense 广告并显示它们...
how can i fetch google adsense ads with jquery ajax and display them...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您不需要。
Google 对于如何显示添加有严格的政策。你应该使用他们的 javascript 片段并且单独使用他们的。其他一切都将违反服务条款,您可能会被禁止。
您最终可以使用 Adsense API(如上所述),但请注意,您只有资格这样做因此,在您每月获得 300 万浏览量之后。 300 万浏览量只是另一个保护级别,以便 Google 知道您将遵守规则。
You don't.
Google has a strict policy as how to display adds. You should use their javascript snippet and their's alone. Everything else will be against the TOS and you'll probably get banned.
You could eventually use the Adsense API (as mentioned) but you should be advised that you are only eligible to do so after you get 3M pageviews/month. This 3M pageviews is just another protection level so that Google knows you'll be playing by the rules.
我认为你不能。如果可以,我确信这将违反 Google Adsense TOS,并被考虑修改广告。更正:
jQuery 将 Google Adsense 附加到 div
但是,我确信仔细阅读 TOS 并确保不反对它,在我看来,不值得因此被 Google Adsense 终身禁止。
I do not think you can.If you could, I am sure it would be against Google Adsense TOS and be considered modifying the ads.Stand corrected:
jQuery append Google Adsense to div
However, I would be sure to read through the TOS and make sure that is not against it, it is not worth being banned for life from Google Adsense over this, in my opinion.
来自 Google Adsense API 网站:
http ://code.google.com/p/google-sensapility/source/browse/trunk/samplecode/v3/GenerateAdCode.php
From the Google Adsense API site:
http://code.google.com/p/google-sensapility/source/browse/trunk/samplecode/v3/GenerateAdCode.php