We found this handy tool to generate your AdSense tags easily. You just need to know your Client Number and select your AdSense options.
http://www.adsense-generator.com/
Once you get the code, we also suggestion you add this to the tag, before this line: </script><script type="text/javascript"
google_page_url = "yoursite.com";
See this example:
<script type="text/javascript">
google_ad_client = "pub-";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "image";
google_color_border = "FFFFFF";
google_color_bg = "0000FF";
google_color_link = "FFFFFF";
google_color_text = "000000";
google_color_url = "008000";
google_page_url = "thesite.com";
</script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
0 Comments