Forum Moderators: martinibuster

Message Too Old, No Replies

Rotate Adsense good idea

adsense rotate banner

         

thekeeper

9:17 am on May 2, 2006 (gmt 0)

10+ Year Member



Before start sorry for my english :)

The last friday i was thinking about adsense , in my website the ratio day per day is 1% clicks about 20.000 impresions , i was thinking about the adsense (again hehe) and i had a good idea (i think so) , when the people go to my web see the banner always the same position, and the people ignore this adsense in the next visit.

The idea is a rotate adsense banner around the web, witch a small script i put adsense banner in diferent position around the web with diferent format .

Now (the last friday => to day) my ratio its 2.5 % ...

i dont know but i think thats its a good idea.

;)

see ya!

Mark Hazeldine

9:33 am on May 2, 2006 (gmt 0)

10+ Year Member



hmm, nice one. And where would we find a script like that then? :)

jurii

10:14 am on May 2, 2006 (gmt 0)

10+ Year Member



You could write one yourself, e.g. in PHP it's pretty easy.

What he did when I understand it right is creating several divs around the content and displaying the ads randomly in the different divs.

trillianjedi

10:38 am on May 2, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I've also been doing this with very good results.

The scripting is very easy - I set a cookie to determine which DIV and which Adsense code gets sent to the page. In the absence of being able to set a cookie, randomise.

Make sure you track results using channels - you may find one particular position greatly outperforms the other.

TJ

greedy player

10:44 am on May 2, 2006 (gmt 0)



You can do this in PHP and display each one with each channel at one time only in the positions :)

<?php
//index.php

$random = rand(1,3); // select at random 1-3 number

if ($random == 1){ include("top.html");} //this in header under menu
if ($random == 2){ include("left.html");} // this in left menu
if ($random == 3){ include("right.html");} // this in right menu

?>

Problem with this is that if it keeps confusing your users you may loose regular visitors and you may increase your CTR but who's gonna come back.. 1 click or 100 clicks what do you prefer. :)

thekeeper

11:00 am on May 2, 2006 (gmt 0)

10+ Year Member



yes, with php its easy to do.

But why do you lost regular visitors greedy?
you can integrate adsense and rotate the banner in diferent position

you can rotate adsense banner and you can
rotate diferent format, if you integrate
adsense i dont think so that you lost visitors

¦----------------------¦
¦ logo menu ¦
¦ 5 ¦
¦ -------------------- ¦
¦ news ¦ messages ¦
¦ 1 ¦ 2 ¦
¦ ¦ -------- ¦
¦ ¦ links ¦
¦ ¦ 3 ¦
¦ ¦ -------- ¦
¦ ¦ photos ¦
¦ ¦ 4 ¦
¦-----------------------
for example "numbers" are rotate adsense or rotate diferent format with script php.

its like you say that you lost visitors because your "normal image banner" are rotating or something like that.

Play_Bach

12:45 pm on May 2, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



When I first read the title of this thread, I thought it had something to do with using the random generator AdSense already provides - that is, serving up to four different color schemes (Mother Earth, Black and Blue, Fresh Mint, Cut Grass etc.) of a particular layout - but in the same location. I tried doing that for a day, but didn't like the look of it because to my eyes, it seemed to be drawing too much attention to the changing layout and not enough to the ads. I prefer using the same layout in the same position so that the changing ads - not their container - are what's noticed.

thekeeper

9:20 am on May 10, 2006 (gmt 0)

10+ Year Member



i have a good notice, i started long time ago with this experiment and today i say my experience

My CRT day per day is

5 / 3 / 2006 >> 1,83%
5 / 4 / 2006 >> 1,45%
5 / 5 / 2006 >> 1,90%
5 / 6 / 2006 >> 2.29%
5 / 7 / 2006 >> 2.40%
5 / 8 / 2006 >> 1.99%
...

before this experiment i had 0.9% or 1% maximum.

See u

Mohamed

2:06 pm on May 10, 2006 (gmt 0)

10+ Year Member



The idea is a rotate adsense banner around the web

my visitors mainly are returning visitors appr 70% for that reason my ctr drops day after day.
I hope rotating banners will change the situation.