Google adsense 在锚点点击时重新加载整个页面
我有一个网站,其中有一个基于选项卡的系统。 网站有一个页面 http://example.com/pageA.html
前后都有adsense单元选项卡。 单击可以打开不同的选项卡。它们是基于 jquery 的选项卡,并通过锚标记链接到内容。
我想要做的是在选项卡中单击锚标记时重新加载整个页面。谷歌AdSense允许这样做吗?
仅当用户单击另一个选项卡时,整个页面才会刷新。浏览器的实际行为不会重新加载整个页面,但我想重新加载整个页面。这意味着所有广告也将重新加载。但是,所有选项卡/锚链接的内容都预先加载在页面上,单击选项卡只会在新选项卡打开的情况下重新加载整个页面并重新加载广告,但内容保持不变。
我也在 ALEXA.COM 上看到了这种做法,但是 google adsense 允许这样做吗?
I have a website, where I have a tab based system.
The website has a page http://example.com/pageA.html
There are adsense units before and after the tabs.
Different tabs can be opened by clicking on them. They are jquery based tabs and are linked to content through anchor tags.
What I want to do is reload the whole page when an anchor tag is clicked in the tabs. Does google adsense allow this?
The whole page is only refreshed when the user clicks on another tab. The actual behaviour of the browser will not reload the whole page, but I want to reload the whole page. This means that all the ads will be reloaded as well. However, the content for all the tabs/anchor links is preloaded on the page and clicking on a tab would only reload the whole page with the new tab opened and reload the ads, but the content stays the same.
I also see this being done on ALEXA.COM, but does google adsense allow this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你必须再重新表述一下你的问题。因为我正在阅读这篇文章并试图从中理解,但是你谈论一件事与另一件事的方式毫无意义。
Adsense 与页面如何加载/工作无关。 Adsense 是一个 PPC/PPV 广告引擎。
至于哈希标签/锚点如何工作,这取决于 jquery 或 javascript 如何读取点击,然后用它执行脚本要做的事情。因此,几乎没有代码可以显示您想要解释的内容,并且解释很难理解您试图暗示的内容,这将很难帮助您。
I think your going to have to rephrase your question a bit more. Cause I am reading that and trying to understand from it but the way your talking about one thing vs another makes no sense..
Adsense has nothing to do with how a page loads/works. Adsense is a PPC/PPV advertisement engine.
As to how the hash tags/anchors work thats dependent upon how the jquery or javascript reads the click, then does with it what its scripted to do. So with little to no code to show in regards to what you are trying to explain, as well as the explanation is hard to understand what your trying to imply its going to be hard to help you.