transparent adsense unit on copyscrape site

Discussion in 'AdSense' started by elvirs, Jan 12, 2008.

  1. #1
    the dudes here http://www.comptoys.com/ have a copyscrape site that transparent 720x90 adsense block on the top.
    how is that possible?
     
    elvirs, Jan 12, 2008 IP
  2. Tearabite

    Tearabite Prominent Member

    Messages:
    4,629
    Likes Received:
    429
    Best Answers:
    0
    Trophy Points:
    300
    #2
    Wow!
    How DID he do that?
     
    Tearabite, Jan 12, 2008 IP
  3. timallard

    timallard Well-Known Member

    Messages:
    1,634
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    158
    #3
    It has to be a CSS class within a tag or something...there is an opacity value you can play around with...ToS violation im assuming tho..
     
    timallard, Jan 12, 2008 IP
  4. timallard

    timallard Well-Known Member

    Messages:
    1,634
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    158
    #4
    Found it -

    #TB_overlay {
    position: absolute;
    z-index:100;
    top: 0px;
    left: 0px;
    background-color:#000;
    filter:alpha(opacity=60); <------------------
    -moz-opacity: 0.6;
    opacity: 0.6;
    }
     
    timallard, Jan 12, 2008 IP
  5. elvirs

    elvirs Active Member

    Messages:
    614
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    75
    #5
    should I report those guys to Google? they are stealing content and try to make money of it using css techniques.
    lets go get them:)
     
    elvirs, Jan 12, 2008 IP
  6. elvirs

    elvirs Active Member

    Messages:
    614
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    75
    #6
    they placed transparent image on the top of the ad unit right?
     
    elvirs, Jan 12, 2008 IP
  7. timallard

    timallard Well-Known Member

    Messages:
    1,634
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    158
    #7
    It turns anything within that transparent, so essentially its the ad being transparent itself...i think..
     
    timallard, Jan 12, 2008 IP
  8. sultanofseo

    sultanofseo Notable Member

    Messages:
    9,930
    Likes Received:
    405
    Best Answers:
    0
    Trophy Points:
    265
    #8
    seems like TOS violation as what it comes down to is altering the code. smart way of doing it tho, not altering the google code itself but using CSS
     
    sultanofseo, Jan 14, 2008 IP
  9. wmtips

    wmtips Well-Known Member

    Messages:
    601
    Likes Received:
    70
    Best Answers:
    1
    Trophy Points:
    150
    #9
    Wrong code. This is ThickBox. The real code used for this ad transparency is:
    
    table.linkcontainer td
    {
    	background-color: #000000;
    	filter:alpha(opacity=70);
    	opacity: .7;
    	-moz-opacity: .7;
    }
    
    Code (markup):
     
    wmtips, Jan 14, 2008 IP
  10. shenron

    shenron Notable Member

    Messages:
    4,965
    Likes Received:
    374
    Best Answers:
    0
    Trophy Points:
    295
    #10
    Very nice, but againts TOS

    It would be great to have those... I have a few sites that would profit from that, specially with 100% transparent units :p
     
    shenron, Jan 14, 2008 IP
  11. windtalker

    windtalker Well-Known Member

    Messages:
    926
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    145
    #11
    Did he change the actually adsense code? If not, then how is it against the TOS?
     
    windtalker, Jan 14, 2008 IP
  12. tonyrocks

    tonyrocks Active Member

    Messages:
    1,574
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    88
    #12
    Transparency is CSS3 supported. Not sure it works with all browsers. Besides, it looks dumb anyways. The point is to let your ads look like they want to be clicked. :)
     
    tonyrocks, Jan 14, 2008 IP
  13. timallard

    timallard Well-Known Member

    Messages:
    1,634
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    158
    #13
    you are correct, but same point, the opacity filter :)
     
    timallard, Jan 14, 2008 IP
  14. c4gamerz

    c4gamerz Well-Known Member

    Messages:
    294
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    110
    #14
    can someone confirm that it is a violation of TOS or not ?? as i want to use it for my site.
     
    c4gamerz, Jan 14, 2008 IP
  15. timallard

    timallard Well-Known Member

    Messages:
    1,634
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    158
    #15
    Only google can say for sure, but from my perspective, i would say yes. why? because opacity is meant for hiding, and by drawing less attention to an ad than it was initially supposto, it devalues the advertisers dollar. Just my thoughts.
     
    timallard, Jan 14, 2008 IP
  16. tonyrocks

    tonyrocks Active Member

    Messages:
    1,574
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    88
    #16
    The Google Ads must not be distorted in anyway.
     
    tonyrocks, Jan 14, 2008 IP
  17. jabier

    jabier Peon

    Messages:
    287
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Google TOS says that the code can't be altered. The code in that website is not altered. Although it's transparent, user is still be able to recognize the difference.

    Regardless the scrapy content it has, but I think it's not against TOS.
    Of course, Google judges is the final veto on this :)

    Anyway...
     
    jabier, Jan 15, 2008 IP
  18. Abhik

    Abhik ..:: The ONE ::..

    Messages:
    11,337
    Likes Received:
    606
    Best Answers:
    0
    Trophy Points:
    410
    Digital Goods:
    2
    #18
    Nice find.. I wonder if its ok with TOS.
     
    Abhik, Jan 15, 2008 IP
  19. varunkrish

    varunkrish Peon

    Messages:
    107
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #19
    i think google recently asked publishers to place a border around any image close to the post ..

    so i think this Opacity thing might be a violation of the TOS
     
    varunkrish, Jan 15, 2008 IP