Quadrupled my CTR thanks to DP members.

Discussion in 'AdSense' started by Critters, May 26, 2005.

Thread Status:
Not open for further replies.
  1. yirmumah

    yirmumah Peon

    Messages:
    146
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #201
    Well, it's a prebuilt template Im using from someone's theme. And I can't seem to adjust it properly yet.

    My thought was, if I could just get an image rotation script inside the header somehow, I could just rotate the entire image in the header.
     
    yirmumah, Jun 9, 2005 IP
  2. Critters

    Critters Guest

    Messages:
    754
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #202
    wastefull... is it on all pages or just the home?
     
    Critters, Jun 9, 2005 IP
  3. yirmumah

    yirmumah Peon

    Messages:
    146
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #203
    It's on all the pages of the main blog area, yes. The only place it isnt is on the archive pages which runs on a different script.
     
    yirmumah, Jun 9, 2005 IP
  4. AuctionMan

    AuctionMan Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #204
    Think I may have to nclude some images above my adsense ads and test the results :)
     
    AuctionMan, Jun 9, 2005 IP
  5. Critters

    Critters Guest

    Messages:
    754
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #205
    yirmumah, yer as it is one image rotating the images will be a pain..

    so

    in style.css add the following between #adSense and #supernav:
    #adImages {
    
    	position: absolute;
    	top: 140px;
    
    	left: 47.8%;
    	width: 728px;
    	margin: 0 0 0 -360px;
    	padding: 0 0 0 20px;
    
    	}
    Code (markup):
    then in your main page file (index.html or whatever) add the following between the supernavcontainer and adsense tags:
    <div id="adImages">
        <table width="728" border="0" cellpadding="0" cellspacing="0"><tr>
            <td width="182" align="left"><img src="adImage1.jpg" width="160" height="65"></td>
            <td width="182" align="left"><img src="adImage2.jpg" width="160" height="65"></td>
            <td width="182" align="left"><img src="adImage3.jpg" width="160" height="65"></td>
            <td width="182" align="left"><img src="adImage4.jpg" width="160" height="65"></td>
        </tr></table>
    </div>
    Code (markup):
    You will need to then replace your header image with this one:
    [​IMG]

    and also add the following (you will need to change the path to them in the above code unles you stick them in the web root:
    [​IMG]
    http://img268.echo.cx/img268/5637/adimage28ia.jpg <- would not let me post any more images
    http://img268.echo.cx/img268/4669/adimage34mt.jpg
    http://img268.echo.cx/img268/6714/adimage46xg.jpg



    B A M !

    you now have the ability to swap out any of the images :D I have tested this in firefox and IE

    ooo make a backup of anything you change b4 changing it of course..
     
    Critters, Jun 9, 2005 IP
  6. yirmumah

    yirmumah Peon

    Messages:
    146
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #206
    Excellent man! Thank you for the help-- I think I know exactly how to get all that in there now... you ROCK! I'll let you know when I have it up
     
    yirmumah, Jun 9, 2005 IP
  7. Critters

    Critters Guest

    Messages:
    754
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #207
    Well when its done do say.. cos I got another idea ;)
     
    Critters, Jun 9, 2005 IP
  8. NewComputer

    NewComputer Well-Known Member

    Messages:
    2,021
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    188
    #208
    Someone here did a rotating image script... I use the following, but it will not work properly for obvious reasons (1 image per)

    <!--
    var rand_int = Math.floor(Math.random()*4);
    var photos = new Array(0)
    photos[0] = 'test4 <br><br> <img src="images/test4">';
    photos[1] = 'test3 <br><br> <img src="images/test3">';
    photos[2] = 'test2 <br><br> <img src="images/test2">';
    photos[3] = 'test1 <br><br> <img src="images/test1">';
    document.write(photos[rand_int]);
    // -->

    This code is so easy to use, anyone have a nice simple code I can use for the four images?
     
    NewComputer, Jun 9, 2005 IP
  9. Critters

    Critters Guest

    Messages:
    754
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #209
    yir... whats your site written in? PHP/ASP/OTHER ?
     
    Critters, Jun 9, 2005 IP
  10. yirmumah

    yirmumah Peon

    Messages:
    146
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #210
    Ok-- thats all done. Thank you much--- Right now it looks like it's all PHP based stuffage.
     
    yirmumah, Jun 9, 2005 IP
  11. Critters

    Critters Guest

    Messages:
    754
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #211
    cool
    well im off to bed.. so will have a play in the morning.. but I would rename your header.jpg to header2.jpg or something as return visitors will have had it cached and I had to clear my cache to get it to show without the images in it.
     
    Critters, Jun 9, 2005 IP
  12. fcmisc

    fcmisc Active Member

    Messages:
    701
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    93
    #212
    Doesn't the Student Credit Card site break the adsense TOS by having so many adsense bars in it?
     
    fcmisc, Jun 10, 2005 IP
  13. Critters

    Critters Guest

    Messages:
    754
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #213
    adsense bars? you can only have 3, more than 3 just does not work.
     
    Critters, Jun 10, 2005 IP
  14. www.AmCy.org

    www.AmCy.org https://domains.fedprimerate.com/

    Messages:
    1,642
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    190
    #214
    You are allowed to have 3 ad units, as well as an ad links unit, on each page.

    AmCy
     
    www.AmCy.org, Jun 10, 2005 IP
  15. swaz

    swaz Active Member

    Messages:
    540
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    90
    #215
    i started putting images above my ads and my CTR did increased =) thanks critters!

    now im thinking of putting an image next to a medium rectangle ad.
    urhm any of you guys have the codes for putting an image next to a medium rectangle add?
     
    swaz, Jun 10, 2005 IP
  16. NewComputer

    NewComputer Well-Known Member

    Messages:
    2,021
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    188
    #216
    You mean like this www.newcomputer.ca

    scroll down...
     
    NewComputer, Jun 10, 2005 IP
  17. swaz

    swaz Active Member

    Messages:
    540
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    90
    #217
    something like that,but i only want to put one image next to it.on the right of the ads,to be specific.
     
    swaz, Jun 10, 2005 IP
  18. Stin

    Stin Guest

    Messages:
    264
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #218
    due to your idea I think im going to redesign my site, put the navigation at the top instead of the left and then put a horizontal ad block under/over the nav or maybe the bottom like on that piggie site. BTW congrats on that pig site. I heard about it on a chat i was in. Then a couple days later I find out the site is owned by a DPer. Very successful. Now you need to work on a way to get the server to analyze the pig drawings :)
     
    Stin, Jun 10, 2005 IP
  19. Critters

    Critters Guest

    Messages:
    754
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #219
    lol
    yes, pig recognition software ;) Could try and search the 400,000 images to find the closest match ;)
     
    Critters, Jun 10, 2005 IP
  20. Infiniterb

    Infiniterb Well-Known Member

    Messages:
    1,314
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    168
    #220
    How is that setup working for ya, NC? Looks a little plain, but would be interested to see if people are clicking more.
     
    Infiniterb, Jun 10, 2005 IP
Thread Status:
Not open for further replies.