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.

How did this site change their AdSense?

Discussion in 'Placement / Reviews / Examples' started by flip, Nov 10, 2006.

  1. #1
    I'm trying to figure out how this site changed their AdSense unit. It's got a larger and different font. Or does AdSense have an ad unit that produces this style? Hmmm... :p

    And you think those bullets qualify as a division between ad and image?

    http://www.wisegeek.com/what-is-rapid-detox.htm
     
    flip, Nov 10, 2006 IP
  2. phillip

    phillip Active Member

    Messages:
    727
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    60
    #2
    edit nvm i read your post wrong

    im guessing there a premium publisher
     
    phillip, Nov 10, 2006 IP
  3. flip

    flip Peon

    Messages:
    691
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Ah...I see. Anyone know if Premium Publishers don't need to put a division between ads and image? Or if bullets are an adequate division...?
     
    flip, Nov 10, 2006 IP
  4. jaree

    jaree Well-Known Member

    Messages:
    2,681
    Likes Received:
    438
    Best Answers:
    0
    Trophy Points:
    180
    #4
    I dont think they are PP. I have never seen someone doing that not even PPs. I am guessing its just a change in adsense code which is violation. I am not sure though :)
     
    jaree, Nov 10, 2006 IP
  5. duzins

    duzins Peon

    Messages:
    178
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I see alot of premium pubs get away with font changes and sketchy image usage.

    Jaree, do you really think they aren't pp? How come? :confused:
     
    duzins, Nov 10, 2006 IP
  6. jaree

    jaree Well-Known Member

    Messages:
    2,681
    Likes Received:
    438
    Best Answers:
    0
    Trophy Points:
    180
    #6
    I have never seen a PP even using that kind of format. That is totally confusing. As i said i am not sure but i dont think so that they are or they are allowed to do that :(
     
    jaree, Nov 10, 2006 IP
  7. raje_2000_21

    raje_2000_21 Peon

    Messages:
    309
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #7
    This site has the best placements of ads. They must be getting lots of click throughs.
     
    raje_2000_21, Nov 10, 2006 IP
  8. netjobs

    netjobs Banned

    Messages:
    1,442
    Likes Received:
    104
    Best Answers:
    0
    Trophy Points:
    0
    #8
    This is the ad code they are using and it could be against tos...
     
    netjobs, Nov 11, 2006 IP
  9. pixads

    pixads Well-Known Member

    Messages:
    2,015
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    145
    #9
    Looks like a PP to me
     
    pixads, Nov 11, 2006 IP
  10. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #10
    if you use a bigger ads like 160*600 on the left side , you may get a better result
     
    trichnosis, Nov 12, 2006 IP
  11. akamaimommie

    akamaimommie Peon

    Messages:
    173
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Actually, it looks to me like the ad block in question is written like this:

    
    <script src="templates/ignlb/a/ad.js"></script>
    <script type="text/javascript"><!--
    google_ad_client = "pub-xxxxx";
    google_ad_output = "js";  
    google_feedback = "on";       
    google_max_num_ads = 4;
    google_ad_type  = "text_image";
    google_ad_channel = "9533326166+297";
    display_url = 0;
    //-->
    </script>
    <script type='text/javascript' src='http://pagead2.googlesyndication.com/pagead/show_ads.js'></script>  
    
    Code (markup):
    It's calling a totally different script that looks like this:

    
    
    function google_ad_wrap_a(google_ad, text, cls)
    {
      return '<a class='+cls+' href="' + google_ad.url + '" onmouseover="window.status=\''
             + google_ad.visible_url + '\'; return true;" onmouseout="window.status=\'\'" >' +
             text + '</a>';
    }
    
    function google_ad_request_done(google_ads) 
    {
      if (google_ads.length < 1 )
        return;
    
      document.getElementById('a').style.width='';
    
      if (google_info.feedback_url) 
        document.write('<td class="google_link_cell"><A href="'+
          google_info.feedback_url+
          '">Ads by Google</A></td>');
    
      document.write('</tr>');
      
      if (google_ads[0].type == 'text') 
      {
        for(i = 0; i < google_ads.length; ++i) 
        {
          document.write('<tr><td class="ad_links"><ul><li>' +
            google_ad_wrap_a(google_ads[i], google_ads[i].line1, 'main_link') + '</li></ul>' +
            google_ad_wrap_a(google_ads[i],
            google_ads[i].line2 + " " +
            google_ads[i].line3, 'description_link') + "</td></tr>");
        }
      }
      
    }
    
    Code (markup):
    That's pretty slick.
     
    akamaimommie, Nov 13, 2006 IP
    duzins likes this.
  12. ohadgliksman

    ohadgliksman Peon

    Messages:
    350
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #12
    They are also hiding the actual URL so when we hover with the mouse over the ad it does not show the target URL. This must be against the TOS
     
    ohadgliksman, Nov 13, 2006 IP
    duzins likes this.
  13. dotcom360

    dotcom360 Peon

    Messages:
    252
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #13
    There not a PP and they are 100% against the G TOS
     
    dotcom360, Nov 13, 2006 IP
  14. duzins

    duzins Peon

    Messages:
    178
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #14
    I didn't even see they were hiding the url.

    Shame, shame TOS breaker :p
     
    duzins, Nov 13, 2006 IP
  15. udayrajesh

    udayrajesh Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    No guys they are some premium publishers
    look also the website of "digg"
    their ads also looks similar
    try it
     
    udayrajesh, Nov 14, 2006 IP