Friday 3 June 2011

Adsense Tricks – how to get ads with bigger font like Premium publisher

Adsense Tricks – how to get ads with bigger font like Premium publisher

ADSENSE premium status like this Sample:

http://img188.imageshack.us/img188/5796/ads.gif

The tricks that this article say is using this 4 steps:
STEP 1.Remove all our Google adsense script and change to

this script (ofcourse the pub number should be replace with our


2.Step

define the variable isA at the top of your webpage like this
var sA = ;
I am sorry I dont know the point of this step 2 ,if somebody can help me please add reply

step3;This method displays the ad results. It must be defined above the script that calls show_ads.js to guarantee that it is defined when show_ads.js makes the call-back.
this is the script:”

function google_ad_request_done(google_ads) {

// Proceed only if we have ads to display!
if (google_ads.length < 1 )
return;

// Display ads in a table
sA +=

;

// PrintAds By Google” — include link to Google feedback page if available
sA +=

;

var TopRand=Math.floor(Math.random() * 2);

// For text ads, display each ad in turn.
// In this example, each ad goes in a new row in the table.
if (google_ads[0].type == ext) {
for(i = 0; i < google_ads.length; ++i) {

var first_line=google_ads[i].line2.split(” “);

var new_f_l=;
for(l = 2; l < first_line.length; ++l) {
new_f_l += ” “+first_line[l];
}

if (i < 4 ){

if(TopRand <1){

sA +=

;

}else{
sA +=

;

}

}
}
}

// For an image ad, display the image; there will be only one .
if (google_ads[0].type == image) {
sA +=

;
}

// Finish up anything that needs finishing up

sA +=

+
style=”text-align:left;font-size:12px”>;

if (google_info.feedback_url) {
sA += Ads by Google ;
} else {
sA += Ads by Google;
}

sA +=


+
+
+ google_ads[i].line1 +


+
++first_line[0] + + first_line[1]+ + new_f_l + + google_ads[i].line3 +
+
+ google_ads[i].visible_url +

+
+
+ google_ads[i].line1 +


+
++first_line[0] + + new_f_l + + google_ads[i].line3 +
+
+ google_ads[i].visible_url +

+
+
;

document.write(sA);

4.See the New result adsense with a bigger font like this:

http://img188.imageshack.us/img188/5796/ads.gif

Well the final question is like the thread title above :is it allowable ,is it break GOOgle adsense tos or not,
Thanks for all the answer and
remember

No comments:

Post a Comment