Adsense Ads wont load properly
-
I have hosted a live forum running at sonic-developers.com with advertisements in the widget areas at top, right sidebar and bottom.
The issue is that after navigating inside any subcategory or to a thread on the forum, that is 2 or 3(max) navigations, the Adsense advertisements stop loading.
Can someone help me with pointing and fixing out the issue? I've been loosing revenue steadily due to the advertisement issue.
-
@d3athwarrior Did something change recently or has this been the case since you installed NodeBB?
-
@carbonphyber said:
@d3athwarrior Did something change recently or has this been the case since you installed NodeBB?
Its been this way since the day I installed NodeBB.
-
@psychobunny or @julian Guys can you help me out pls?
-
The only thing that came to mind was the possibility of pjax (partial page reloads) where the iframe or the original scripts were removed from the page when part of the page's content was reloaded.
I don't know enough about NodeBB yet and haven't had time to investigate. That and I detest turning off AdBlock. -
I think this has always been the case for adsense, since NodeBB doesnt do full page reloads the ads only show for the 2-3 navigations and then stop refreshing.
Once solution is to remove ajaxify and do a full page load on each navigation.
At some point I also managed to get it working with Google DFP, using this code in a widget.
https://gist.github.com/barisusakli/a1ff2ac801c6d716169c.
If you want to disable axaxify and test you can comment out this line.
-
@baris Thanks for the tip. I did disable ajaxify for anchor tags as you said, restarted nodebb and it worked! It loads ads properly!!
Thank you so much, I was looking for this part since so long!
Will test more for whether it breaks other things or is all set and keep this thread updated.