Bu boyutta reklam nasıl yaparım |
10 Mesajlar | 1.042 Okunma |
<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>