Google will be introducing a new ad management feature to their adsense program soon. More details can be found here.
This sounds more like a good news for those who are a bit shy with editing their HTML or themes just to get a new background or border color into their adsense units. Tradtionally, this is what adsense provides you with after you’ve gone through setting up a new adsense unit:
google_ad_client = “pub-xxyyyzzz”;
google_ad_width = xsize;
google_ad_height = ysize;
google_ad_format = “xsizexysize_as”;
google_ad_type = “text_image”;
google_ad_channel =”xxxxxxxx”;
google_color_border = “FFFFFF”;
google_color_bg = “FFFFFF”;
google_color_link = “0000FF”;
google_color_url = “000000”;
google_color_text = “000000”;
All google_color_*will change in accordance to what you have chose in the setup.
It’s expected that the new ad management feature will host all these details and all you need to put into your HTML or theme would be a simple line of code such as:
<script type="text/javascript"><google_adsense_number="9812344"></script>
Ok, I’ve made an educated guess of the last piece of code here, but you get the idea.
Leave a Reply