esnek reklam birimini özel kodlarla 970x250 ayarlayabilirsiniz aynı zamanda mobil içinde 336x280 yapabilirsiniz. Aşağıdaki kod işini görür



<script>
google_ad_client = "adsense ca-pub id";
width = document.documentElement.clientWidth;

google_ad_slot = "slot id";
google_ad_width = 320;
google_ad_height = 100;
if (width > 483) {

google_ad_slot = "slot id";
google_ad_width = 468;
google_ad_height = 60;
}
if (width > 743) {

google_ad_slot = "slot id";
google_ad_width = 970;
google_ad_height = 250;
}
</script>
<script> src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>