How to Improve adsense referral firefox earnings

Discussion in 'AdSense' started by Klian, Aug 7, 2006.

  1. #1
    Hi,

    I wrote this for my weblog and then I post here, this is a little guide about how to improve your firefox referrals earnings:

    If you want to improve your adsense referrals results you can tweak your wordpress index.php

    1. Go to: Presentation --> Theme Editor
    2. Edit your index.php
    3. Above
    < ?php get_header(); ?>
    PHP:
    insert:

    
    <?php 
    $br = strtolower($_SERVER['HTTP_USER_AGENT']);
    
    if(ereg("msie", $br)) {
      echo '<div>Download Mozilla Firefox :)</div>';
      } 
    
    ?>
    
    PHP:
    With this code, if a visitor is using Internet Explorer he will see the note (Download Mozilla Firefox) at the top of your weblog. Change this for your referral link.

    You can style the div if you want to blend with your design.

    This code can be used for all php pages not only in Wordpress :)
     
    Klian, Aug 7, 2006 IP
  2. Judd

    Judd Active Member

    Messages:
    1,107
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    90
    #2
    Would this violate TOS? Just curious. It would bring undue attention to the link, but at the same time, if you site is made for firefox it is beneficial.
     
    Judd, Aug 7, 2006 IP
  3. bazet

    bazet Guest

    Messages:
    45
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi ,

    I've done that on my 800 (daily) users online forum.

    After tracking my user's browser uisng Webalizer and w3counter, 80% of them are using MSIE

    The logic
    User enter my forum
    ->> PHP check the header whether IE or not ( store in $_SESSION )

    if TRUE ->> redirect to firefox.html and in that page I'll eloborate about the advantage of using Mozilla, if he/she agree..will click to my Adsense Firefox, if not, they can continue using the forum without any interfere...and set the $_SESSION['view_ad'] == TRUE;.......until they closed the browser..and the step will be repeated again.

    My earning jumped a lot just from Firefox referral alone, but my adsense dropped due to all the ads was PSAs !!.

    The safer way is using ExplorerDestroyer.com
     
    bazet, Aug 7, 2006 IP
  4. Cryogenius

    Cryogenius Peon

    Messages:
    1,280
    Likes Received:
    118
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Of course, you could display Picassa referral buttons to visitors who are already using Firefox. This way you can still get some money from people you've already managed to convert. Oh, and strpos() is faster than ereg() for simple strings.

    
    $br = strtolower($_SERVER['HTTP_USER_AGENT']);
    if(strpos($br, 'msie')) {
      echo '<div>Download Mozilla Firefox :)</div>';
    } else {
      echo '<div>Download Google Picassa :)</div>';
    }
    PHP:
    Cryo.

    PS: www.ExplorerDestroyer.com looks good, though I haven't tried it yet.
     
    Cryogenius, Aug 8, 2006 IP
  5. billyzelsnack

    billyzelsnack Peon

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    bazat. Good idea.

    I think a variant can be used for most any page. If you detech IE then place your very own ad/text/message saying.. Hey, you are using IE, what are you thinking!!! When they click on your ad then go to another page that has nothing but the firefox referral on it.

    The question is, does it count as enticing if the referral is on its own page with no enticing on it.
     
    billyzelsnack, Aug 8, 2006 IP
  6. Judd

    Judd Active Member

    Messages:
    1,107
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    90
    #6
    already been discussed, i asked that same question.
     
    Judd, Aug 8, 2006 IP
  7. izhar_saifi

    izhar_saifi Guest

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    i think it is against the toss
     
    izhar_saifi, May 10, 2007 IP
  8. john_nyc

    john_nyc Active Member

    Messages:
    982
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    58
    #8
    how would this be against terms of service? Referral links you can publicize and encourage visits. Referrals are not PPC , but a user has to take action and meet a criteria for you to get paid out. Google tell you that you can draw attention to referral links.
     
    john_nyc, May 10, 2007 IP
  9. tradeya

    tradeya Notable Member

    Messages:
    5,729
    Likes Received:
    275
    Best Answers:
    0
    Trophy Points:
    230
    #9
    Ah really ? maybe i didnt read the TOS. carefully enough though, ok i will read it again and will do if it really within the rules. ^^
     
    tradeya, May 10, 2007 IP
  10. hellopc

    hellopc Peon

    Messages:
    168
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Any screenshot for it?
     
    hellopc, May 11, 2007 IP
  11. Subikar

    Subikar Active Member

    Messages:
    241
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #11
    Actually you are disturbing the user you can show add but don't force to download firefox. It means each and every time user come to your page and you will say download it. User will never come next time to your site if this thing happen.
     
    Subikar, May 11, 2007 IP
  12. Conan Stevens

    Conan Stevens Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I like this idea but run it with OpenAds (phpAdsNew) and limit it to show only once per day.

    Or per week
     
    Conan Stevens, May 31, 2007 IP
  13. vivekwig

    vivekwig Active Member

    Messages:
    351
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #13
    well i think its aginst the TOS, first asked to the Adsense
     
    vivekwig, May 31, 2007 IP