As most of you know that Google is World’s Leader in selling advertisements via it’s online advertisement business better known as Adsense . Most of us do use Adsense in daily life so many of us are also on the verge of having something in the accounts , may be it is 1$ or a couple of 100$’s . Many of the blogger’s make quite a lot of money through the advertisements in their blogs or websites.
Now there are some things that many of us do know that we do signup for an Adsense Account and within a day or two if we are approved we are overjoyed and place advertisements on the blog/website without thinking that will it get an advertisement should need . Question arises that we do a lots of research on google so that we may find something interesting that will make our Advertisement interesting and giving a unique oppurtunity to earn quite more .
For two whole days i was searching on the internet about blending of advertisements of Google i.e. Adsense Ads so tat i may be able to get my ads Blended with my site and will get a lot of income , but i was unable to get any satisfactory answer or post . Even many sites have written about the blending of Google ads like taking Examples
- Placing Images besides Google Ads.
- Changing Colors of Ad’s Headline n url.
- Changing Ads by rotation of multiple advertisements rotation .
- Using some plugins {Wordpress Only } to rotate ads.
One of my fellow Blogger’s i.e. Sunny wrote in his post for randomizing colors of the Google Adsense Script . His post was great and most of the Bloggers will follow that as well . But what i am discussing here is Blending Google’s Advertisement with the Site’s background and fonts. Most of you must be knowing about Google’s advertisement script .
the Url is http://XXXXXXXXXXXXXXXXXXXXX/show_ads.js
Now when Google’s advertisements are called they are called off from google’s server which chooses your Adsense Id with combination you have give of colors background colors and other thing . it does not take for granted the fonts which you want and think like this if you are writing your whole blog in a font like Verdana or say Comic Sans MS or any other which is not utilized by Google in their font . So the Default font is called which is Arial
Take A look at the following Style
<style>
body,table,div,ul,li
{font-size:10px;
margin:0px;padding:0px}
body{background-color:transparent;
font-family:arial,sans-serif;
height:100%}
#aus{height:600px;
width:160px}
#ads{left:0px;position:absolute;
top:18px}
#ads ul{list-style:none;}
#ads ul li{clear:both;cursor:pointer;
float:left;height:116px;overflow:hidden;width:160px}
.ad{margin:0px 2px}
.adt:link,
.adt:visited,
.adt:hover,
.adt:active
{color:#003399;
cursor:pointer;font-size:13px;
font-weight:bold;
line-height:15px}
.adb{color:#333333;
display:block;
font-size:13px;
line-height:16px}
.adu{color:#999999;
font-size:10px;
line-height:13px;
overflow:hidden;
white-space:nowrap}
.adc{width:100%;
height:116px;
table-layout:fixed;
overflow:hidden}
#abgi{left:2px;
position:absolute;
top:1px}
#att a:link,
#att a:visited,
#att a:hover,
#att a:active{color:#000000;cursor:pointer;
position:relative;top:1px}
#aubg{background-color:#e8f6b0;
border:0px solid #e8f6b0;
height:600px;width:160px}
</style>
This is the default style of the page which is an Ad block of 160X600 pixels shown in the image .

This image is the blend of my sidebar but it achieves a low CTR . Now how can i blend my ad so that it fits my site and content.
Have you noticed any publisher having advertisement like his own heading’s and then their fonts just have a look at the image.
Now do you know what is the custom code which makes this Advertisement like the site’s Ad …. i will show you that code as well.
<script type=’text/javascript’>
function google_ad_request_done(google_ads) {
document.write()
var ad_code = ”;
if (google_ads.length == 1) {
ad_code += ‘<p class=”ad_title”><a href=”‘ +
google_ads[0].url + ‘”>’ +
google_ads[0].line1 + ‘</a></p><p class=”ad_abstract”><a href=”‘ +
google_ads[0].url + ‘”>’ +
google_ads[0].line2 + ‘ ‘ +
google_ads[0].line3 + ‘</a><br /><a class=”googleLine3″ href=”‘ +
google_ads[0].url + ‘”>’ +
google_ads[0].visible_url + ‘</a></p>’;
ad_code += ‘<div class=”credit”>’;
ad_code += ‘Ads by Google</div>’;
}if (google_ads.length == 2) {
var number_of_ads = 2;for(var i = 0; i < number_of_ads; ++i) {
ad_code += ‘<p class=”ad_title”><a href=”‘ +
google_ads[i].url + ‘”>’ +
google_ads[i].line1 + ‘</a></p><p class=”ad_abstract”><a href=”‘ +
google_ads[i].url + ‘”>’ +
google_ads[i].line2 + ‘ ‘ +
google_ads[i].line3 + ‘</a><br /><a class=”googleLine3″ href=”‘ +
google_ads[i].url + ‘”>’ +
google_ads[i].visible_url + ‘</a></p>’;if (i == number_of_ads-1) {
ad_code += ‘<div class=”credit”>’;
ad_code += ‘Ads by Google</div>’;
}
}
}document.write(ad_code);
}
google_ad_client = “Adsense Code here“;
google_ad_output = ‘Output Type‘;
google_max_num_ads = ‘2′;
google_skip = ‘2′;
google_ad_type = “text”;
google_ad_channel = “your Channel“;
google_hints = “Hints”; // –></script>
<script type=”text/javascript” src=” http://pagead2.googlesyndication.com/pagead/show_ads.js”></script>
Now as you see this is the script which make you a custom advertisement but still if you want to use it then there are some bindings which is like this .
Your Pageviews must be greater than 10 million per month .That is you have to become a Premium Publisher .
So Blending Google ads By the colours or images or anything will not increase your CTR rate but this will increase your CTR rate , and definitely the income as well from Google Adsense only .


















Be The First To Comment
Related Post
Please Leave Your Comments Below