Wow, my 336 ad doesn't have "ads by google". WHAT?

Discussion in 'AdSense' started by mynameisdi, Feb 4, 2008.

  1. #1
    This is just odd.

    See the url, there is nothing like "ads by google" on that page in the 336 ad. What the hell? I checked the source code and it seems that everything's correct. It also seems to be clickable just like MySpace ads, with the whole field being a click field.

    http://www.yousaytoo.com/user/patricia/5732

    HELP?
     
    mynameisdi, Feb 4, 2008 IP
  2. Big0ne

    Big0ne Well-Known Member

    Messages:
    2,615
    Likes Received:
    81
    Best Answers:
    0
    Trophy Points:
    165
    #2
    This is really weird. Did you try replacing current code?
     
    Big0ne, Feb 4, 2008 IP
  3. Abhik

    Abhik ..:: The ONE ::..

    Messages:
    11,337
    Likes Received:
    606
    Best Answers:
    0
    Trophy Points:
    410
    Digital Goods:
    2
    #3
    WOW!! your description is also clickable..
     
    Abhik, Feb 4, 2008 IP
  4. aliasneo

    aliasneo Peon

    Messages:
    871
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    wow hw did u do tht?
     
    aliasneo, Feb 4, 2008 IP
  5. mynameisdi

    mynameisdi Banned

    Messages:
    977
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I don't know god damn it.

    That's the thing, don't really want to get banned.
     
    mynameisdi, Feb 4, 2008 IP
  6. Big0ne

    Big0ne Well-Known Member

    Messages:
    2,615
    Likes Received:
    81
    Best Answers:
    0
    Trophy Points:
    165
    #6
    If nothing is changed, you shouldn't be worried about.
     
    Big0ne, Feb 4, 2008 IP
  7. kgrad

    kgrad Well-Known Member

    Messages:
    2,414
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    130
    #7
    Wow! How is this happening...?
    You modified the code in any way...? or is Google testing out new ad formats... :)
     
    kgrad, Feb 4, 2008 IP
  8. cuni18

    cuni18 Well-Known Member

    Messages:
    314
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #8
    mybe google testing new format wee
     
    cuni18, Feb 4, 2008 IP
  9. Pendragon

    Pendragon Peon

    Messages:
    257
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #9
    wouldn't that be nice? :)
     
    Pendragon, Feb 4, 2008 IP
  10. mynameisdi

    mynameisdi Banned

    Messages:
    977
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I haven't modified anything, and it's been like that for several days now. WTF.
     
    mynameisdi, Feb 4, 2008 IP
  11. RHIMLER14

    RHIMLER14 Peon

    Messages:
    431
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Just take it off as soon as possible and try rebuilding the code in the AdSense code builder...

    That's the safest way! :cool:
     
    RHIMLER14, Feb 4, 2008 IP
  12. nkthen

    nkthen Well-Known Member

    Messages:
    524
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    140
    Digital Goods:
    1
    #12
    Did you 'cover' the "Ads by Google" using DIV positioning? I can cover that line by moving the entire DIV block over the line.

    Maybe you did that by mistake?
     
    nkthen, Feb 4, 2008 IP
  13. sumeetindia

    sumeetindia Banned

    Messages:
    409
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Are you using some kinda script OR layers ??
     
    sumeetindia, Feb 4, 2008 IP
  14. Fka200

    Fka200 Guest

    Best Answers:
    0
    #14
    The AdSense code you have right now was NOT generated using the AdSense code generator. Fix it before you run into any issues with the AdSense team.
     
    Fka200, Feb 4, 2008 IP
  15. MetaTitan

    MetaTitan Peon

    Messages:
    141
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #15
    I second this. I did an analysis on your code and noticed the following;

    1. You have 2x google_ad_client parameters

    2. Missing the google_ad_format parameter, it should look like: google_ad_format = "336x280_as";

    3. Missing the google_ad_type parameter

    Your code was manually modified as no official Google code has ever been this messed up. You are going to be banned for 'invalid clicks' most likely if it's left up the way it is.

    <script type="text/javascript"><!--
    google_ad_client = "Pub-0819612031232202";
    google_ad_client = "Pub-0819612031232202";
    google_ad_channel = "6028685152";
    google_ad_width = 336;
    google_ad_height = 280;
    google_color_border = "ffffff";
    google_color_bg = "ffffff";
    google_color_link = "666666";
    google_color_text = "000000";
    google_color_url = "666666";
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    Code (markup):
    I also noticed you have code for 4 ad units on your site, Google policy is 3 max.
     
    MetaTitan, Feb 4, 2008 IP
  16. ismu

    ismu Peon

    Messages:
    247
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #16
    hohoho ... the code was changed ... better generate a new one ASAP!
     
    ismu, Feb 4, 2008 IP