Good day all,
I am trying to implement responsive ads and having no success.
Running Latest version of VB5 with no plugins.
Steps followed :
1) I created a responsive ad-unit, this ad unit works with Glenn Vergara ads after first post.
2) Then I used the following code, as indicated on Google - How to modify your responsive ad code
<style>
.example_responsive_1 { width: 320px; height: 100px; }
@media(min-width: 500px) { .example_responsive_1 { width: 468px; height: 60px; } }
@media(min-width: 800px) { .example_responsive_1 { width: 728px; height: 90px; } }
</style>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- example_responsive_1 -->
<ins class="adsbygoogle example_responsive_1"
style="display:inline-block"
data-ad-client="ca-pub-XXXXXXX11XXX9"
data-ad-slot="8XXXXX1"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
I replaced the example_responsive_1, ca-pub-XXXXXXX11XXX9 and finally the 8XXXXX1. I replaced those variables with the content from my responsive ad.
The I proceeded to AD the code into ADS block on VB using Site-Builder.
No Ads are being displayed, can some help ?
Thanks,
I am trying to implement responsive ads and having no success.
Running Latest version of VB5 with no plugins.
Steps followed :
1) I created a responsive ad-unit, this ad unit works with Glenn Vergara ads after first post.
2) Then I used the following code, as indicated on Google - How to modify your responsive ad code
<style>
.example_responsive_1 { width: 320px; height: 100px; }
@media(min-width: 500px) { .example_responsive_1 { width: 468px; height: 60px; } }
@media(min-width: 800px) { .example_responsive_1 { width: 728px; height: 90px; } }
</style>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- example_responsive_1 -->
<ins class="adsbygoogle example_responsive_1"
style="display:inline-block"
data-ad-client="ca-pub-XXXXXXX11XXX9"
data-ad-slot="8XXXXX1"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
I replaced the example_responsive_1, ca-pub-XXXXXXX11XXX9 and finally the 8XXXXX1. I replaced those variables with the content from my responsive ad.
The I proceeded to AD the code into ADS block on VB using Site-Builder.
No Ads are being displayed, can some help ?
Thanks,
Comment