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. Imran

    Imran Notable Member

    Messages:
    2,340
    Likes Received:
    190
    Best Answers:
    0
    Trophy Points:
    230
    #141
    I always used to get around 90-100 clicks a day! I wont mention the traffic or impression :), now the clicks have increased from 200-220 a day! Really happy thanks again!
     
    Imran, Jun 4, 2005 IP
  2. paymentapprovaltooslow

    paymentapprovaltooslow Banned

    Messages:
    1,038
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    0
    #142
    Good job. :)

    It takes time to truly master adsense. It took me about a year for me to finally figure out all of the features..lol.
     
    paymentapprovaltooslow, Jun 4, 2005 IP
  3. jnm

    jnm Guest

    Messages:
    343
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #143
    For the PHP inclined for ad rotation, i am using this code. You can use different sets of images that will rotate from page to page.

    <?
    // image rotator
    $ad_image[0] = "image1set1.gif image2set1.gif image3set1.gif image4set1.gif";
    $ad_image[1] = "image1set2.gif image2set2.gif image3set2.gif image4set2.gif";
    srand ((double) microtime() * 1000000);
    $random_number1 = rand(0,count($ad_image)-1);
    $ad_image_picked = $ad_image[$random_number1];
    $ad_images = explode(' ',$ad_image_picked);
    ?>
    
    <table border="0" cellspadding="0" cellspacing="0" width="728">    
        <tr>
            <td width="182" align="center"><img src="<? echo "$ad_images[0]"; ?>"></td>
            <td width="182" align="center"><img src="<? echo "$ad_images[1]"; ?>"></td>
            <td width="182" align="center"><img src="<? echo "$ad_images[2]"; ?>"></td>
            <td width="182" align="center"><img src="<? echo "$ad_images[3]"; ?>"></td>
        </tr>
        <tr>
            <td colspan="4">
                <script type="text/javascript"><!--
    	google_ad_client = "pub-33333333333333";
    	google_ad_width = 728;
    	google_ad_height = 90;
    	google_ad_format = "728x90_as";
    	google_ad_type = "text";
    	google_ad_channel ="33333333";
    	google_color_border = "FFFFFF";
    	google_color_bg = "FFFFFF";
    	google_color_link = "0000FF";
    	google_color_url = "000000";
    	google_color_text = "000000";
                //--></script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
            </td>
        </tr>
    </table>
    Code (markup):
    justin
     
    jnm, Jun 4, 2005 IP
  4. NeoGen

    NeoGen Writer

    Messages:
    2,303
    Likes Received:
    301
    Best Answers:
    0
    Trophy Points:
    230
    #144
    Hi Justin,

    Thanks for your suggestion!

    I tried using this code on my site www.webhostrank.info but its not working, I am puting the code in footer.php and its not displaying anything. Any Idea?

    BTW: my CTR has increased after implementation of images!
     
    NeoGen, Jun 4, 2005 IP
  5. Imran

    Imran Notable Member

    Messages:
    2,340
    Likes Received:
    190
    Best Answers:
    0
    Trophy Points:
    230
    #145
    Hey your Images with Adsense really look good!
    There are many codes available I tried one posted earlier in thread! here is the link.
    http://www.alistapart.com/articles/randomizer/ [ originally posted by letsmakeamillion]
    Just follow the instructions given in that site along with the code you will be able to do roate images!
     
    Imran, Jun 4, 2005 IP
  6. jnm

    jnm Guest

    Messages:
    343
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #146

    not really sure. aside from changing the image file names in the $ad_image[] arrays near the top (being sure to leave a space between each), you shouldn't have to change anything else.
     
    jnm, Jun 4, 2005 IP
  7. paymentapprovaltooslow

    paymentapprovaltooslow Banned

    Messages:
    1,038
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    0
    #147
    Does rotating ad colors improve your earnings? I never tired it.
     
    paymentapprovaltooslow, Jun 4, 2005 IP
  8. Imran

    Imran Notable Member

    Messages:
    2,340
    Likes Received:
    190
    Best Answers:
    0
    Trophy Points:
    230
    #148
    hmmm Yes I noticed this, rotating images will improve cTR in a long run!
     
    Imran, Jun 4, 2005 IP
  9. yirmumah

    yirmumah Peon

    Messages:
    146
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #149
    I think the rotating color thing depends on the site. If you do rotate them, I would suggest still having them blend somewhat with your site colors
     
    yirmumah, Jun 5, 2005 IP
  10. hulkster

    hulkster Peon

    Messages:
    1,705
    Likes Received:
    93
    Best Answers:
    0
    Trophy Points:
    0
    #150
    I noticed Critter that you have a "big thankyou to i-am-bored.com/" on the bottom of your site (may want to add a space in there (?)). Was that a big traffic driver for 'ya?

    BTW, just to echo other comments, cool stuff.
     
    hulkster, Jun 5, 2005 IP
  11. passat

    passat Peon

    Messages:
    49
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #151
    Thanks for sharing the story. The idea is very original.
     
    passat, Jun 6, 2005 IP
  12. Critters

    Critters Guest

    Messages:
    754
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    0
    #152
    Yes got me a traffic bump, but now 80% of traffic is from emails + forums... The sites I tend to make get spammed in emails and on forums after a week or two.

    Free advertising ;)
     
    Critters, Jun 6, 2005 IP
  13. anotherchancetosee

    anotherchancetosee Guest

    Messages:
    53
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #153
    Well after much umming and ahhing, I've added a version of this technique to my blog Another Chance To See.

    I'm trying something slightly different by using 10 images and providing links to my top 10 hot-posts through the images. My code looks for keywords in the URL, and uses them to picks the most appropriate starting image for the page, which (with any luck), ties nicely to the displayed ads.

    It's working beautifully in most cases, most obvious being the
    dolphin,
    gorilla,
    rhino.
    Other images work as well.

    For the Index and Archive pages, I'm displaying random pictures, to add a bit of variety and freshness.

    It's definately a work-in-progress right now, and I will be tweaking my keyword recognition and images in the next few days to improve it. With a focussed site like mine, it'll be easy for me to maintain because my Hot posts won't change particularly often.

    I'll see what effect it has on my CTR and report back in a week or so....
     
    anotherchancetosee, Jun 6, 2005 IP
  14. Solicitors Mortgages

    Solicitors Mortgages Well-Known Member

    Messages:
    2,217
    Likes Received:
    139
    Best Answers:
    0
    Trophy Points:
    103
    #154
    just one quick question <OT>... did you make the 'frog' flash game?
     
    Solicitors Mortgages, Jun 6, 2005 IP
  15. www.AmCy.org

    www.AmCy.org American CyberSpace®

    Messages:
    1,642
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    190
    #155
    I am suffering here: my baby girl doesn't want to sleep and she's crawling all over my keyboard and sending my computer into "Standy-By" mode every 5 minutes or so. But I have somehow managed to get the AS image couping going on my student loan consolidation website. Comments are welcome!

    AmCy
     
    www.AmCy.org, Jun 6, 2005 IP
  16. NeoGen

    NeoGen Writer

    Messages:
    2,303
    Likes Received:
    301
    Best Answers:
    0
    Trophy Points:
    230
    #156
    Great work AmCy... it is blending very well.

    Other than ads, its actually making the site also lively!
     
    NeoGen, Jun 6, 2005 IP
  17. paymentapprovaltooslow

    paymentapprovaltooslow Banned

    Messages:
    1,038
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    0
    #157
    Nice site..I like the images above the ads.
     
    paymentapprovaltooslow, Jun 6, 2005 IP
  18. www.AmCy.org

    www.AmCy.org American CyberSpace®

    Messages:
    1,642
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    190
    #158
    Thanks for your comments.

    Yes, the images add some much needed color to the pages, which is a good thing.

    AmCy
     
    www.AmCy.org, Jun 6, 2005 IP
  19. www.AmCy.org

    www.AmCy.org American CyberSpace®

    Messages:
    1,642
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    190
    #159
    Thanks. Yeah, the site is still ugly in certain spots, but I'll work on the cosmetics soon....promise! :D ;) :)

    AmCy
     
    www.AmCy.org, Jun 6, 2005 IP
  20. NewComputer

    NewComputer Well-Known Member

    Messages:
    2,021
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    188
    #160
    Webhost,

    What do you mean by other than ads?
     
    NewComputer, Jun 6, 2005 IP
Thread Status:
Not open for further replies.