I have a question, I tried to include a pub in my website. I look in console and I have no errors but the pub is not displayed. My code :
<div class="right-bloc-pub-1">
<script type="text/javascript" async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:block;"
data-ad-client="ca-pub-1234567890234567"
data-ad-slot="73467345"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
Can you help me please? Thx in advance