Here is the original Google Adsense code, often useful for specifically controlling how an ad appears on your page, and without being forced to create an “ad slot” in the Adsense admin interface. Just create an ad on your page and go

<script type="text/javascript"><!--
google_ad_client = "pub-ID GOES HERE";
google_alternate_ad_url = "http://WEBSITE.com/google_adsense_script.html";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_type = "text";
google_ad_channel ="";
google_color_border = "FFFFFF";
google_color_link = "0033ff";
google_color_bg = "FFFFFF";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Copy the code below to your web site.
x 
Leave a Reply