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.

Delay adsense ads

Discussion in 'Placement / Reviews / Examples' started by yutewa00, Oct 8, 2006.

  1. #1
    Hello!

    I'm wondering how could I increase adsense loading time ?
    I have an idea that could increase my ctr significantly and for this to work I must delay ads for 3 sec.

    Any ideas ?

    and it's not against tos ..
     
    yutewa00, Oct 8, 2006 IP
  2. Zedzero

    Zedzero Peon

    Messages:
    322
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you can use this code. but i don't know about adsense tos compliance.

    add this between <head> and </head> tags:

    
    
    <SCRIPT LANGUAGE="JavaScript">
    function makeItVisible()
    {
      document.getElementByName('adsensediv').visibility = "visible";
    }
    </SCRIPT>
    
    
    HTML:

    change your body tag like this:

    
    <body onLoad="setTimeout('makeItVisible()', 3000);">
    
    
    HTML:
    use your adsense code like this:

    
    <div name="adsensediv" style="visibility: hidden;">
    
    <!-- your adsense code here -->
    
    </div>
    
    HTML:
    it should work, but i am too lazy to test it, so there may be errors.

    again, i am not sure about adsense tos compliance. use at your own risk.
     
    Zedzero, Oct 8, 2006 IP
  3. yutewa00

    yutewa00 Peon

    Messages:
    245
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thank you!
    I know that much that I'll be able to test it and modify it so that will suit my needs.
    I will contact google and asked them about this.
     
    yutewa00, Oct 8, 2006 IP
  4. Zedzero

    Zedzero Peon

    Messages:
    322
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #4
    you're welcome.

    please let us know google's reply.

    also i wouldn't mind if you pm your idea to me :) (i'm not gonna use it, just curious.)
     
    Zedzero, Oct 8, 2006 IP
  5. yutewa00

    yutewa00 Peon

    Messages:
    245
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If google will allow it I will pm u .. and I wouldn't mind if you use it
     
    yutewa00, Oct 8, 2006 IP
  6. yutewa00

    yutewa00 Peon

    Messages:
    245
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    It's not working for me :S I tryed google it but didn't find nothing that I can use..
     
    yutewa00, Oct 8, 2006 IP
  7. yutewa00

    yutewa00 Peon

    Messages:
    245
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #7
    GOT IT !!!

    just change this:
    document.getElementByName('adsensediv').style.visibility = "visible";

    you forget .style. :)
     
    yutewa00, Oct 8, 2006 IP
  8. yutewa00

    yutewa00 Peon

    Messages:
    245
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Google don't allows this :S to bad :(
     
    yutewa00, Oct 11, 2006 IP