the wait is over - Firefox referrals are now available internationally!

Discussion in 'AdSense' started by elf98, Nov 28, 2005.

  1. web-spy

    web-spy Active Member

    Messages:
    127
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    93
    #21
    web-spy, Nov 29, 2005 IP
  2. coxis

    coxis Peon

    Messages:
    697
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #22
    Wow good tip, thanx.
     
    coxis, Nov 29, 2005 IP
  3. Dekker

    Dekker Peon

    Messages:
    4,185
    Likes Received:
    287
    Best Answers:
    0
    Trophy Points:
    0
    #23
    this works as well. just not in vbulletin unfortunately for some reason

    <?php
    $useragent = $_SERVER['HTTP_USER_AGENT'];
    
    if (preg_match('|MSIE ([0-9].[0-9]{1,2})|',$useragent,$matched)) {
        $browser_version=$matched[1];
        $browser = 'IE';
    } elseif (preg_match( '|Opera ([0-9].[0-9]{1,2})|',$useragent,$matched)) {
        $browser_version=$matched[1];
        $browser = 'Opera';
    } elseif(preg_match('|Firefox/([0-9\.]+)|',$useragent,$matched)) {
            $browser_version=$matched[1];
            $browser = 'Firefox';
    } elseif(preg_match('|Safari/([0-9\.]+)|',$useragent,$matched)) {
            $browser_version=$matched[1];
            $browser = 'Safari';
    } else {
            // browser not recognized!
        $browser_version = 0;
        $browser= 'other';
    }
    
    if ($browser !=  'Firefox') { 
    ?>
    
    <script type="text/javascript"><!--
    google_ad_client = "pub-5226256296539182";
    google_ad_width = 468;
    google_ad_height = 60;
    google_ad_format = "468x60_as_rimg";
    google_cpa_choice = "CAAQ8aaVzgEaCPJg3qtkyXM9KOm293M";
    //--></script>
    <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    
    PHP:
     
    Dekker, Nov 29, 2005 IP
  4. Wipqozn

    Wipqozn Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #24
    Wow, $0.2 - 0.4$ for Europen users ;-) Well, it's better than nothing.
     
    Wipqozn, Nov 29, 2005 IP
  5. kandeman

    kandeman Peon

    Messages:
    451
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #25
    very nice !!
     
    kandeman, Nov 29, 2005 IP
  6. antithesis_98

    antithesis_98 Peon

    Messages:
    359
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #26
    antithesis_98, Nov 29, 2005 IP
  7. D'oh

    D'oh Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #27
    I was at a website a couple of months ago that had code to put a yellow bar at the top of the page encouraging users to install Firefox if they have IE. Does anyone know the URL for this site?

    My results so far - over 1000 impressions - no clicks on the Firefox Referal. This is for a below the fold ad in the right hand column. What CTRs are other people experiencing and in what positions?
     
    D'oh, Nov 29, 2005 IP
  8. web-spy

    web-spy Active Member

    Messages:
    127
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    93
  9. D'oh

    D'oh Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #29
    That's it, thanks!
     
    D'oh, Nov 30, 2005 IP
  10. skogular

    skogular Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #30
    So if you click on the large "download google toolbar" button and you don't already have firefox installed, does it let you download firefox with the toolbar in one shot? I can't test this as i don't have windows.

    I see that it has a very small link to download firefox (does this download include google toolbar and therefore pay?) and a same-sized link right next to it to get google toolbar for internet explorer. Not sure why one would want to refer people to download google toolbar for internet explorer without being paid for it.
     
    skogular, Nov 30, 2005 IP
  11. Crusader

    Crusader Peon

    Messages:
    1,735
    Likes Received:
    104
    Best Answers:
    0
    Trophy Points:
    0
    #31
    This is a good thing. I'm not in it for the money, but it sure helps. At least now we have more of an insentive to promote Firefox and hopefully more and more people will start using it.

    Viva la revolution! ;)
     
    Crusader, Nov 30, 2005 IP
  12. emil2k

    emil2k Well-Known Member

    Messages:
    1,391
    Likes Received:
    80
    Best Answers:
    0
    Trophy Points:
    138
    #32
    I never get anyting from refferals ;(
     
    emil2k, Mar 9, 2006 IP