Back to vBulletin 3.7 Template Modifications

Randomize your Adsense Ad Colour Palette on Page Refresh
Mod Version: 1.00, by Q-v-n-s-Q

This modification is in the archives.
vB Version: 3.7.2 Rating: (1 vote - 5.00 average) Installs: 8
Released: 10 Aug 2008 Last Update: Never Downloads: 0
Not Supported  

Guaranteed 25% Increase in your Adsense Revenue

Google Adsense allows you to change you ad colours into 6 different variations randomly on every page reload and this is only possible if you are using the older ad codes and not the new ones which can be directly managed from your account. The Google adsense new ad colour codes are easy to manage as a publisher but has no options to show up different colours in random orders. You can just get the channel code and Pub-ID from your new ad codes and replace in the following Sample Random Ad Colour Pallete Template and get started. I have been using this and have seen a significantly 3% increase in my CTR though many of my readers keep sending me emails referring to use a better ad colour paletter but when they refresh the same page they themselves get surprised for a new coloured ads on my blog.

Code:
Normal Ad Code Template :
<script type=”text/javascript”><!–
google_ad_client = “pub-XXXXXXXXXXXXXXXX”;
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = “160×600_as”;
google_ad_type = “text”;
google_ad_channel = “XXXXXXXXXXX”;
google_color_border = “FFFFFF”;
google_color_bg = “FFFFFF”;
google_color_link = “666666″;
google_color_text = “666666″;
google_color_url = “666666″;
//–>
</script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>


Google Adsense Random Colour Palette Template :

Code:
google_color_border = ["FFFFFF","FFFF66","6131BD","FFFF66"];
google_color_bg = ["FFFFFF","3D81EE","3D81EE","000033"];
google_color_link = ["990033","FFFFCC","FFFF66","FFFF66"];
google_color_url = ["990033","FFFFFF","FFFFFF","FFFFFF"];
google_color_text = ["000000","FFFFCC","FFFFCC","FFFFCC"];


Full color adsense code:

Code:
<script type=”text/javascript”><!–
google_ad_client = “pub-XXXXXXXXXXXXXXXX”;
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = “160×600_as”;
google_ad_type = “text”;
google_ad_channel = “XXXXXXXXXXX”;
google_color_border = ["FFFFFF","FFFF66","6131BD","FFFF66"];
google_color_bg = ["FFFFFF","3D81EE","3D81EE","000033"];
google_color_link = ["990033","FFFFCC","FFFF66","FFFF66"];
google_color_url = ["990033","FFFFFF","FFFFFF","FFFFFF"];
google_color_text = ["000000","FFFFCC","FFFFCC","FFFFCC"];
//–>
</script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
Live demo: http://www.integeeks.com/ Reflesh to change the color.

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024