Adsense rotation script

Discussion in 'AdSense' started by Funk-woo10, Mar 27, 2007.

Thread Status:
Not open for further replies.
  1. #1
    Hi people,

    Is it possible 2 use a PHP script 2 rotate differnet colors of google adsense adds ..

    Java or PHP ??

    Jus thinking out loud:cool:

    Thanks 4 ur Help...
     
    Funk-woo10, Mar 27, 2007 IP
  2. Mwb2k

    Mwb2k Peon

    Messages:
    92
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Sure,

    If you have PHP , just use a random to selected between multiple (adsense-)code blocks :)
     
    Mwb2k, Mar 27, 2007 IP
  3. Funk-woo10

    Funk-woo10 Peon

    Messages:
    1,109
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks.....do u think thats ok with google?? I dont want 2 get banned from mkaing my 0.98 pence a day lol :D
     
    Funk-woo10, Mar 27, 2007 IP
  4. piniyini

    piniyini Well-Known Member

    Messages:
    514
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    170
    #4
    piniyini, Mar 27, 2007 IP
  5. sultancillo

    sultancillo Peon

    Messages:
    35
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    <?php if (rand(1,2) == 1) {?>
    
    <--!Adsense Code #11 ->
    
    <?php
    }
    else {
    ?>
    
    <--!Adsense Code #2 ->
    
    <?php
    }?>
    Code (markup):
     
    sultancillo, Mar 27, 2007 IP
  6. rachmat

    rachmat Peon

    Messages:
    95
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Really interested idea to have adsense color rotated. And thanks sultancillo for the script.
     
    rachmat, Mar 27, 2007 IP
  7. iatbm

    iatbm Prominent Member

    Messages:
    5,151
    Likes Received:
    352
    Best Answers:
    0
    Trophy Points:
    360
    #7
    You can do that in adsense account as far as I know....you don't need any script for this !
     
    iatbm, Mar 27, 2007 IP
  8. MenthiX

    MenthiX Guest

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Not AFAIK. You can change the colors, true. But you can't dynamically rotate color palettes without a script or ad management system.
     
    MenthiX, Mar 27, 2007 IP
  9. iatbm

    iatbm Prominent Member

    Messages:
    5,151
    Likes Received:
    352
    Best Answers:
    0
    Trophy Points:
    360
    #9
    Of course you can ... just scroll down when you choose palette and you will see Multiple palettes there ;)
     
    iatbm, Mar 27, 2007 IP
  10. Fka200

    Fka200 Guest

    Best Answers:
    0
    #10
    iatbm is correct -> just use multiple palletes. Used to work very well for me. Need to start re-optimizing!
     
    Fka200, Mar 27, 2007 IP
  11. MenthiX

    MenthiX Guest

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Hah, I never noticed that. Silly me. Thanks!
     
    MenthiX, Mar 27, 2007 IP
  12. Gunda

    Gunda Guest

    Messages:
    344
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #12

    Thanks Dude
     
    Gunda, Mar 27, 2007 IP
  13. jwmeyert7

    jwmeyert7 Peon

    Messages:
    63
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    You can create Adsense code with multiple color palettes within the Adsense program (up to 4 palettes per code block). You can accomplish the same thing with the php script, however, you can work more color palettes in to the rotation with less code using both methods simultaneously.

    Rotate 2 Adsene code blocks with 4 palettes per block meaning 8 total color palettes being rotated. Obviously this can balloon into however many you want from there.
     
    jwmeyert7, Mar 27, 2007 IP
  14. jackburton2006

    jackburton2006 Peon

    Messages:
    5,296
    Likes Received:
    282
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Ha, nice one, iatbm. I was going to write, "What the hell do you want a script for? Just use the frakkin' ad creation wizard. " :D
     
    jackburton2006, Mar 27, 2007 IP
  15. rachmat

    rachmat Peon

    Messages:
    95
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    BTW, guys, do you think rotating the ads color can increase the CTR?
     
    rachmat, Mar 27, 2007 IP
  16. BonusOnline

    BonusOnline Peon

    Messages:
    678
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Sitting to read and try to understand. ^_^
     
    BonusOnline, Mar 27, 2007 IP
Thread Status:
Not open for further replies.