XF 2.1 Advertising

DaveM

Well-known member
I am finding that most advertising positions don't see to display the advert as it should, you get a blank space where the advert should be. This is using Google AdSense.

Here is the code and it should display Below message container

Code:
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Horizontal -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-5280728462676477"
     data-ad-slot="6413132471"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
<script>
     (adsbygoogle = window.adsbygoogle || []).push({});
</script>

This is what you see and I don't have any type of ad blocker active at this point as I see other ads that I have setup.

1564761106647.png
 
As you posted in your other Adsense thread


you have only just signed up to Adsense. It can take a little while before all ads start to display.
 
Top Bottom