(728x90, 468x60 ve 300x250) şeklinde üç farklı birim.Kullanıcının cihazının boyutuna uygun reklam boyutu sabit değilde dinamik olarak oluşturan JavaScript kodu;
Bu Google Adsensin n izin verdiği tek değişiklik farlı eklentiler kural ihlali oluşturabilir.
Eğer 800 > 728x90
800>X>400 se 468x60
400< ise 300x250 şeklinde. Bu birimler boyutlar tamamiyle örnek olup, değiştirilebilir.
Bu Google Adsensin n izin verdiği tek değişiklik farlı eklentiler kural ihlali oluşturabilir.
Eğer 800 > 728x90
800>X>400 se 468x60
400< ise 300x250 şeklinde. Bu birimler boyutlar tamamiyle örnek olup, değiştirilebilir.
<script type="text/javascript">
google_ad_client = "ca-publisher-id";
if (window. innerWidth >= 800) {
google_ad_slot = "1234567890";
google_ad_width = 728;
google_ad_height = 90;
} else if (window.innerWidth < 400) {
google_ad_slot = "2345678901";
google_ad_width = 300;
google_ad_height = 250;
} else {
google_ad_slot = "3456789012";
google_ad_width = 468;
google_ad_height = 60;
}
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
google_ad_client = "ca-publisher-id";
if (window. innerWidth >= 800) {
google_ad_slot = "1234567890";
google_ad_width = 728;
google_ad_height = 90;
} else if (window.innerWidth < 400) {
google_ad_slot = "2345678901";
google_ad_width = 300;
google_ad_height = 250;
} else {
google_ad_slot = "3456789012";
google_ad_width = 468;
google_ad_height = 60;
}
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>