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?
Wow! How is this happening...? You modified the code in any way...? or is Google testing out new ad formats...
Just take it off as soon as possible and try rebuilding the code in the AdSense code builder... That's the safest way!
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?
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.
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.