Is it possible replace public service ads with the new referral banner?

Discussion in 'Placement / Reviews / Examples' started by vlad7, Nov 4, 2005.

  1. #1
    Is It?... thanks/
     
    vlad7, Nov 4, 2005 IP
  2. Less

    Less Peon

    Messages:
    80
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I also wonder, because I get about 1000 PSAs daily, and it would be good to try to replace them with new referrals.
     
    Less, Nov 4, 2005 IP
  3. vlad7

    vlad7 Peon

    Messages:
    294
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I dont think it works, can somebody else try it and see what happens?// also, is this against TOS?
     
    vlad7, Nov 4, 2005 IP
  4. randymorin

    randymorin Peon

    Messages:
    387
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I don't see why this wouldn't work. I'll try to put an example together.
     
    randymorin, Nov 4, 2005 IP
  5. fsmedia

    fsmedia Prominent Member

    Messages:
    5,163
    Likes Received:
    262
    Best Answers:
    0
    Trophy Points:
    390
    #5
    Yes, just use the alternate ad link in the javascript. When creating the code through AdSense's dashboard, you set an alternate ad. I personally am considering just setting a background-image for the div my ads go in, this way if ads are blocked by the user, the div still shows up and a banner/ad is also displayed.
     
    fsmedia, Nov 4, 2005 IP
  6. The Webmaster

    The Webmaster IdeasOfOne

    Messages:
    9,516
    Likes Received:
    718
    Best Answers:
    0
    Trophy Points:
    360
    #6
    Yes it is possible. use alternate ads to replace PSA units.
     
    The Webmaster, Nov 4, 2005 IP
  7. alephito

    alephito Peon

    Messages:
    197
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Or you could use <NOSCRIPT>

    <SCRIPT>
    Here the Adsense Script
    </SCRIPT>
    <NOSCRIPT>
    Here your alternative ad code
    </NOSCRIPT>
     
    alephito, Nov 4, 2005 IP
  8. The Webmaster

    The Webmaster IdeasOfOne

    Messages:
    9,516
    Likes Received:
    718
    Best Answers:
    0
    Trophy Points:
    360
    #8
    It wont help. it will block Google ads on any client machine where javascript is disable.
     
    The Webmaster, Nov 4, 2005 IP
  9. alephito

    alephito Peon

    Messages:
    197
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #9
    If the client machine has javascript disable, Adsense ads will not work anyway. With <noscript> </noscript> you can serve an alternative banner with <a href=... and <img src=... or any other kind of banner. But obviously, if javascript is disable, you have to forget about Adsense ads.
     
    alephito, Nov 4, 2005 IP
  10. vlad7

    vlad7 Peon

    Messages:
    294
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #10
    It is not working for me.. I think I'm doing everything correctly, if I change the google script for an image, it works fine, but when I put the script back, the space where the banner is supposed to appear is blank.
     
    vlad7, Nov 4, 2005 IP
  11. alephito

    alephito Peon

    Messages:
    197
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Do you have any live demo to check it?
     
    alephito, Nov 4, 2005 IP