Merhabalar sitemde aşağıdaki kod gibi 3 tane adsense reklamı var. Ben sadece bir tanesinde js kodunu bıraksam ve diğerlerini <ins class="adsbygoogle"'den başlatsam, adsense için herhangi bir sorun olurmu?
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-xxxxx"
crossorigin="anonymous"></script>
<!-- dkorta -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-xxxx"
data-ad-slot="xxxx"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>