1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Quadrupled my CTR thanks to DP members.

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

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

    jvmills Peon

    Messages:
    56
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #241
    My ctr went from 2% to 5.9% following the advice in this thread plus the advice of a friend who told me to use the 728 leader board under my navigation.
     
    jvmills, Jun 28, 2005 IP
  2. Critters

    Critters Guest

    Messages:
    754
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #242
    wooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo :)
     
    Critters, Jun 28, 2005 IP
  3. webdesignlist

    webdesignlist Peon

    Messages:
    86
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #243
    my ctr was a% on 1st of this month....

    following the advice in this thread ONLY, it is at a*4% today and CPM is 3 times the amount - in 27 days - is not a bad turnaround eh :)

    done, critter :)
     
    webdesignlist, Jun 28, 2005 IP
  4. Critters

    Critters Guest

    Messages:
    754
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #244
    Good news, but I suggest you edit your post and put in % changes not actual figures as posting CTR or Earnings or CPM or Clicks from your adSense account on public forums is a big no-no :p

    Nice increase tho, your wellcome :)
     
    Critters, Jun 28, 2005 IP
  5. kjewat

    kjewat Active Member

    Messages:
    149
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #245
    It looks nice. But do google approve that way of making the ad look less "ad-like" ?
     
    kjewat, Jun 28, 2005 IP
  6. Critters

    Critters Guest

    Messages:
    754
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #246
    i did this:

    http://hatethatfrog.desktopcreatures.com

    and emailed google who said:
     
    Critters, Jun 28, 2005 IP
  7. TooHappy

    TooHappy Guest

    Messages:
    504
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    0
    #247
    That is great! Nice layout, frog linked to image of phone and good site design.

    Give yourself a pat on the back! As for your signature; very true!
     
    TooHappy, Jun 28, 2005 IP
  8. nevetS

    nevetS Evolving Dragon

    Messages:
    2,544
    Likes Received:
    211
    Best Answers:
    0
    Trophy Points:
    135
    #248
    I've been putting together a php class that outputs the ad tables with images (randomly), and also will rotate the placement around the page. Not sure if I want to make it a paid script or a give me a link script or just make it open source. It's not quite ready for prime time just yet, but if you want to see it in action, send me a PM and I'll send you a URL to a test page I have up. (I don't want to live link it because it's a page I have up to test a redesign of my site).

    Before I let anyone have it, I want it to have the following functionality that I haven't built:
    * Weighted randomness for ad placement (top banner 50% likely to show up, bottom banner 20%, nested in text 30%, etc.) and layout (pictures above ads, below ads, on side of ads, or no pictures) [I need to figure out how to weight randomness though ;)]
    * Easier configuration for ad-types per position (currently hardcoded for my site)
    * a couple of new layouts (instead of 4 pictures over a banner, 1 wide one, etc.)

    I'm also hoping to build in the following features eventually:
    * data tracking to show how many ads have been displayed to a user and have some intelligence as to ad placement and type. (i.e. frequent visitors less ads, but occasionally one that really stands out)
    * monitor google ad-clicks and output the most effective ad formats intelligently.
     
    nevetS, Jun 28, 2005 IP
  9. crazyhorse

    crazyhorse Peon

    Messages:
    1,137
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #249
    PHPadsnew will do. But you probably have heard about this before.
     
    crazyhorse, Jun 28, 2005 IP
  10. TooHappy

    TooHappy Guest

    Messages:
    504
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    0
    #250
    You should always give it away (share) :)

    Try this asp randomizer for your pictures. Table will need adjustment.



    <%
    Do Until PictureSet <> Session("Picture") and PictureSet > 0
    Randomize ' Reseed.
    PictureSet = Int((4 * Rnd) + 1) ' Generate random value between 1 and 4.
    Loop
    Session("Picture") = PictureSet

    Select Case PictureSet
    Case 1
    Pic1 = "relaxing1.jpg"
    Pic2 = "relaxing2.jpg"
    Pic3 = "relaxing3.jpg"
    Pic4 = "relaxing4.jpg"
    Case 2
    Pic1 = "relaxing5.jpg"
    Pic2 = "relaxing6.jpg"
    Pic3 = "relaxing7.jpg"
    Pic4 = "relaxing8.jpg"
    Case 3
    Pic1 = "relaxing9.jpg"
    Pic2 = "relaxingA.jpg"
    Pic3 = "relaxingB.jpg"
    Pic4 = "relaxingC.jpg"
    Case 4
    Pic1 = "relaxingD.jpg"
    Pic2 = "relaxingE.jpg"
    Pic3 = "relaxing5.jpg"
    Pic4 = "relaxing9.jpg"
    End Select
    %>

    <table width="728" height="200" border="1" cellspacing="0" cellpadding="0">
    <tr>
    <td width="135" height="84">
    <img src="/green/<%=Pic1%>" width="125" height="82">
    </td>
    <td width="185" height="84">
    <img src="/green/<%=Pic2%>" width="125" height="82" align="right">
    </td>
    <td width="235" height="84" align="center">
    <img src="/green/<%=Pic3%>" width="123" height="82">
    </td>
    <td width="173" height="84">
    <img src="/green/<%=Pic4%>" width="125" height="82" align="left">
    </td>
    </tr>
    <tr>
    <td width="728" colspan="4" height="90">
    <-- your adsense code goes here -->
    </td>
    </tr>
    </table>



    /green/ will need to be changed to whatever directory holds your images.

    I'm working on a PHP version and the table. I'll post it once I'm done.
     
    TooHappy, Jun 29, 2005 IP
    dfsweb likes this.
  11. NewComputer

    NewComputer Well-Known Member

    Messages:
    2,021
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    188
    #251
    A php version would be great...
     
    NewComputer, Jun 29, 2005 IP
  12. NeoGen

    NeoGen Writer

    Messages:
    2,303
    Likes Received:
    301
    Best Answers:
    0
    Trophy Points:
    230
    #252
    Well, even I did similar at www.webhostrank.info

    and google gave their ok on the same. For sure, since then have seen a significant improvement in my revenues.
     
    NeoGen, Jun 29, 2005 IP
  13. Critters

    Critters Guest

    Messages:
    754
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #253
    Yes, for the 99th time :) Google said it is OK to have images above, under, next to your ads.

    Just dont go making images of flashing arrows saying "click here"
     
    Critters, Jun 29, 2005 IP
  14. Infiniterb

    Infiniterb Well-Known Member

    Messages:
    1,314
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    168
    #254
    What if I just had 4 red arrows that moved up and down? :)
     
    Infiniterb, Jun 29, 2005 IP
  15. Critters

    Critters Guest

    Messages:
    754
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #255
    Thats so crazy it just might work!
    and get you banned quicker than you can say "google"

    :p
     
    Critters, Jun 29, 2005 IP
  16. Infiniterb

    Infiniterb Well-Known Member

    Messages:
    1,314
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    168
    #256
    Ah, but they don't say "click here" :)
     
    Infiniterb, Jun 29, 2005 IP
  17. Critters

    Critters Guest

    Messages:
    754
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #257
    dont make me quote googles TOS again... oooooooooo.... nooooooooooo....

     
    Critters, Jun 29, 2005 IP
  18. Infiniterb

    Infiniterb Well-Known Member

    Messages:
    1,314
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    168
    #258
    Then I'll just point the arrows the opposite way (up when the arrows are above the ad, and down when the arrows are below the ad). It's like saying no, don't click here :)
     
    Infiniterb, Jun 29, 2005 IP
  19. Critters

    Critters Guest

    Messages:
    754
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #259
    heheh, wansnt there a thread about people saying "do not click my ads which give me money and help keep this site running" ? :D
     
    Critters, Jun 29, 2005 IP
  20. Volknet

    Volknet Peon

    Messages:
    609
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #260
    This is a great post. Thank you for the great information. :)
     
    Volknet, Jun 29, 2005 IP
Thread Status:
Not open for further replies.