<script>
google_ad_client = "ca-pub-XXXXXXXXXXXXXXX";
width = document.documentElement.clientWidth;
google_ad_slot = "XXXXXXXXX";
google_ad_width = 300;
google_ad_height = 600;
if (width < 750) {
google_ad_slot = "XXXXXXXX";
google_ad_width = 336;
google_ad_height = 280;
}
if (width < 500) {
google_ad_slot = "XXXXXXXXX";
google_ad_width = 300;
google_ad_height = 250;
}
</script>
<script>
</script>
ben bunu kullanıyorum, masaüstünde 300*600 gösteriyor, cepten girenler için boyutune göre 336*280 ya da 300*250 reklamlar gösteriyor :)
XXX yazan yerleri düzenledikten sonra reklam boyutuna göre width ve height değerlerini güncelleyebilirsin.
Hocam bu kod adsense açısından falan sıkıntı çıkarır mı?