gpt4 book ai didi

javascript - 我的网站上有两个 Google 广告,第一个广告仅在第二个广告出现时才会显示

转载 作者:行者123 更新时间:2023-11-29 16:31:21 25 4
gpt4 key购买 nike

我已在网站顶部和主页左侧边栏放置了 Google 广告。

我尝试删除左侧边栏,但是当我这样做时,顶部广告没有显示...

我一直在查看代码,尝试看看第一个广告代码是否存在差异或缺少某些内容,但我找不到任何内容,也无法解释为什么除非我有第二个广告代码,否则它不会显示左侧添加到那里。

我遇到显示问题的页面顶部广告如下所示:

<div align="center">
<style type="text/css">
.adslot_1 { width: 320px; height: 100px; }
@media (min-width:500px) { .adslot_1 { width: 468px; height: 60px; } }
@media (min-width:800px) { .adslot_1 { width: 728px; height: 90px; } }
</style>
<ins class="adsbygoogle adslot_1"
style="display:inline-block;"
data-ad-client="myGoogleID"
data-ad-slot="adID"></ins>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
</div>

然后,始终显示在左侧的广告的代码如下所示:

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Seek Adventure In Post Ad -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="myGoogleID"
data-ad-slot="differentAdID"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

如果您想同时看到它们,您可以转到主页 here .

然后,如果您直接转到我的子页面之一,例如 this one 。该广告不会显示,因为左侧广告不在我的子页面上。

最佳答案

太大,无法发表评论:

起初,我得到了与 @AlexanderHolman 对 Firefox 67.0.4 的评论相同的结果,我只看到了顶部广告。我不得不禁用 FF 中的内容拦截器和 adblocker 插件,所以也许您正在经历类似的情况。

但后来我想我注意到了一些可以为你指明正确方向的东西:在主页上时额外显示 <ins><iframe>标签附加在 的末尾,这意味着您正在为主页实现一些特殊逻辑。我还注意到直接导航到讨论和从主页导航之间存在差异:看看:

//Direct navigation
<div id="app" class="App affix App--discussion">

//Navigate from home page
<div id="app" class="App affix hasPane App--discussion" style="">

所以我还没有浏览页面代码(有很多),但希望这能引导您找到正确的答案。

附: Javascript 代码没有缩小,可能也没有 tree shaken

关于javascript - 我的网站上有两个 Google 广告,第一个广告仅在第二个广告出现时才会显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56582044/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com