1
I’m trying to put an Adsense banner on Cakephp and I’m not getting it, the banner just doesn’t show up. How to do this ?
footer.ctp
<footer>
<?php echo $this->fetch('script');?>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-XXXXXXX"
data-ad-slot="5082072999"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</footer>
will be ? hopefully yes, I will wait and whatever thing put here, thank you.
– FernandoPaiva
Give a checked if your code is being "plotted" in html being there the problem would be that "waiting time"
– Otto