Black Tiger
Well-known member
I got a widget which displays ads from Adsense in a widget in the sidebar on my forum.
Also I configured adsense to add a wide add bar on the bottom of my forums, this is done in the "advertising" part of the forum.
I have ads from some other party, they never fail.
Now something very odd is happening and that's over the whole forums.
On (as far as I can see) random occasions in threads, the Adsense ad is not displayed, only the ones from the other advertiser (bol).
Working example:
Non working example in the same forum:
On side and bottom only the bol advertisements are shown, not the Adsense ones.
It's not a year thing (older thread reason). In this subforum a lot don't work, but this wan is working again:
I checked on other forums, because I first thought it was not working when another link was posted in the thread. But that is not the case, I've also seen working ads where links were posted in the thread.
So it looks like this is happening randomly, but why? Why only in some threads not and in others no issue? Main page never an issue.
Forum lists also no issue, only in threadview on various threads randomly.
If it were cookies, I would have them either everywhere, or nowhere. Tested with several browsers, also with Edge and Chrome which I never use to login (so no cookies accepted or refused) and same links do show, or not show the adsense ads.
I'm not interested in a 3rd party addon, this should just work this way, so I'm looking for as to why this can happen and if this might be caused by some bug or something odd from Adsense, since other ads work.
I do not use auto ads from Adsense, only auto format/
This is my code from the advertising section which takes care of the bottom adsense banner:
Also I configured adsense to add a wide add bar on the bottom of my forums, this is done in the "advertising" part of the forum.
I have ads from some other party, they never fail.
Now something very odd is happening and that's over the whole forums.
On (as far as I can see) random occasions in threads, the Adsense ad is not displayed, only the ones from the other advertiser (bol).
Working example:
F1 seizoen 2023
https://www.nu.nl/298066/video/red-bull-presenteert-formule-1-auto-voor-2023.html Jawel, de F1 2023 gaat beginnen. Red Bull met de aftrap, al had Haas zijn nieuwe kleursetting al eerder getoond!
www.satellitefun.org
Non working example in the same forum:
Amiko HD8265 hoe laat ik een m3u file
Ik wil graag de m3u file van Hans settings gebruiken in de Amiko maar hij herkend de file niet. Heb hem op usb stick staan die de ontvanger wel herkend. Moet hij soms in een map staan?
www.satellitefun.org
It's not a year thing (older thread reason). In this subforum a lot don't work, but this wan is working again:
Geen fashion tv op nieuwe transponder
Fashion tv verhuist op de hotbird naar transponder 12380v 30000 Echter krijg ik 0 % signaal terwijl andere transponders (ja ook hogere) wel werken.... Nb: ik heb natruurlijk ook even horizontaal , en fec 27500,2900,29900,22000 geprobeerd en ook nog een andere lnb. Overal op internet zie ik de...
www.satellitefun.org
I checked on other forums, because I first thought it was not working when another link was posted in the thread. But that is not the case, I've also seen working ads where links were posted in the thread.
So it looks like this is happening randomly, but why? Why only in some threads not and in others no issue? Main page never an issue.
Forum lists also no issue, only in threadview on various threads randomly.
If it were cookies, I would have them either everywhere, or nowhere. Tested with several browsers, also with Edge and Chrome which I never use to login (so no cookies accepted or refused) and same links do show, or not show the adsense ads.
I'm not interested in a 3rd party addon, this should just work this way, so I'm looking for as to why this can happen and if this might be caused by some bug or something odd from Adsense, since other ads work.
I do not use auto ads from Adsense, only auto format/
This is my code from the advertising section which takes care of the bottom adsense banner:
Code:
<br /><div style="text-align:center;">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5523834218424500"
crossorigin="anonymous"></script>
<!-- Forumhome, na forums -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-5523834218424500"
data-ad-slot="0171092973"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div><br />