Displaying Firefox refferals for Firefox users - isn't that dumb?

Discussion in 'AdSense' started by Set, Jan 27, 2007.

  1. #1
    Are you using any technique to replace the Firefox refferal with other ad in case the visitor is using Firefox browser?
     
    Set, Jan 27, 2007 IP
  2. Jenstar

    Jenstar Active Member

    Messages:
    524
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    68
    #2
    You would need to use an ad serving solution that can serve ads based on browser type. There were some publishers who wouldn't allow people to view their sites if they were using any other browser than Firefox, and showing them the Firefox referral button instead. (That is against the terms incase anyone thinks it is a brilliant idea :p)
     
    Jenstar, Jan 27, 2007 IP
  3. Fervorite

    Fervorite Peon

    Messages:
    64
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    That is a brilliant idea :)
     
    Fervorite, Jan 27, 2007 IP
  4. casperl

    casperl Peon

    Messages:
    1,560
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I did not understand this. What is brilliant in not allowing people to view their sites. You seem to lose visitors which is more important in the long term imo.
     
    casperl, Jan 28, 2007 IP
  5. browie

    browie Peon

    Messages:
    546
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I don't know what kind of website you're running but I have a Forum. There is a vBulletin hack that when a firefox user is on your forums it does not show that advertisement.
     
    browie, Jan 28, 2007 IP
  6. ColdMoney

    ColdMoney Peon

    Messages:
    65
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Use this PHP code

    if(!preg_match('|Firefox/([0-9\.]+)|',$useragent,$matched)) {
    //Show your Firefox adsense code hee
    }else{
    //Show other ad code here
    }

    Hope it help!
     
    ColdMoney, Jan 28, 2007 IP
  7. timallard

    timallard Well-Known Member

    Messages:
    1,634
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    158
    #7
    ive been doing this for a while now and it seems to be working quite well :)
     
    timallard, Jan 28, 2007 IP
  8. adamgogogo

    adamgogogo Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    check out here
    www. mozilla. org /docs / web-developer /sniffer /browser_type.html

    a perfect solution with javascript
     
    adamgogogo, Jan 28, 2007 IP
  9. ameyjah

    ameyjah Peon

    Messages:
    2,595
    Likes Received:
    93
    Best Answers:
    0
    Trophy Points:
    0
    #9
    just refer to this method
    :) :) :)
     
    ameyjah, Jan 28, 2007 IP
  10. koolasia

    koolasia Banned

    Messages:
    1,413
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    0
    #10
    It is quite dumb but we can use other steps to stop it
     
    koolasia, Jan 28, 2007 IP
  11. Yeldarb

    Yeldarb Active Member

    Messages:
    209
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #11
    Yeldarb, Jan 28, 2007 IP
  12. MattD

    MattD Peon

    Messages:
    161
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I just threw together a simple ecma script to display a banner for the IE users which sits in my <head>, then you dont even need to use PHP...

    Oh and mine is prettier than the explorer destroyer one :D overlaid semi-transparent div :D
     
    MattD, Jan 28, 2007 IP
  13. dhscott

    dhscott Peon

    Messages:
    182
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #13
    With Yahoo supporting IE7, do you think they'd pay for you to refer users to download IE7 with all the search boxes and toolbars built-in ready to use?

    Its the only reason Google supports Firefox AFAIK. Its all about money.
     
    dhscott, Jan 28, 2007 IP
  14. Set

    Set Peon

    Messages:
    250
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #14
    I have the ad code refferals on static html. I could use:
    <!--[if IE]>Show FireFox add<![endif]-->
    <!--[if !IE]><-->Show other add<!--><![endif]-->
    Code (markup):
    This is neat, but will display the Firefox refferals only for IE users.
     
    Set, Jan 29, 2007 IP