如何使用 JavaScript 更改 AdSense 广告位置?
What i am trying to accomplish is what the guy says in an adsense optimisation video at 8:04
.
I want to change the ad code position on the page, not the ad display.
Hope you understand what I mean. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
他的意思是你需要让点击次数最多的广告首先出现在你的 HTML 中,因为它们的报酬更高。 JavaScript 不会为您提供帮助,如果将广告放置在正确的位置对您来说很重要,您需要安排布局和/或 CSS。
What he means is you need to have your most clicked on ads show up first in your html because they are higher paying. JavaScript isn't going to help you there, you need to arrange your layout and/or css if getting the ad in the correct position is important to you.