Some Stransge Adsense Text Ads.....

Discussion in 'AdSense' started by F--K, Aug 15, 2008.

  1. #1
    Hey friends. I had noticed some strange text ads on my site from google.
    >May i know what is this?
    >Did anyone of you notice it?.
    >Its normal or just happening with me?

    Screen shot:

    [​IMG]

    Thnx
    F--K
     
    F--K, Aug 15, 2008 IP
  2. lokeshthegeek

    lokeshthegeek Active Member

    Messages:
    368
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    90
    #2
    I guess that's due to ur CSS template or something kinda that ...
     
    lokeshthegeek, Aug 15, 2008 IP
  3. silveraden

    silveraden Banned

    Messages:
    3,833
    Likes Received:
    109
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You should not insert your ad between php codes...
     
    silveraden, Aug 15, 2008 IP
  4. F--K

    F--K Well-Known Member

    Messages:
    2,116
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    148
    #4
    i had not changed codes and also never used it between php codes. I had replaced it with other codes but its appearing like this
     
    F--K, Aug 15, 2008 IP
  5. D-Block

    D-Block Active Member

    Messages:
    343
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #5
    Hmm, last time this happened to me it was because part of the code was not right, I think I was missing a closing tag on one of my javascripts on that page.

    Check all your tags and make sure they are closed right.
     
    D-Block, Aug 15, 2008 IP
  6. artisimo

    artisimo Peon

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    yes i understand your probleme
    you may have a free hosting, they put hre advert in the footer
    upgrade you host or change it
     
    artisimo, Aug 15, 2008 IP
  7. F--K

    F--K Well-Known Member

    Messages:
    2,116
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    148
    #7
    <p><script type="text/javascript"><!--
    google_ad_client = "pub-???????????????????";
    /* 728x90, created 3/5/08 */
    google_ad_slot = "5006370033";
    google_ad_width = 728;
    google_ad_height = 90;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script></p>

    This is the code which em using and its working fine on other pages.
     
    F--K, Aug 15, 2008 IP
  8. F--K

    F--K Well-Known Member

    Messages:
    2,116
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    148
    #8
    no no i have my own server.
     
    F--K, Aug 15, 2008 IP
  9. expiringdomains

    expiringdomains Peon

    Messages:
    786
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #9
    It could be due to the free hosting. Is it so?
     
    expiringdomains, Aug 15, 2008 IP
  10. F--K

    F--K Well-Known Member

    Messages:
    2,116
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    148
    #10
    This is not on free hosting i had already mentioned i have my own server. And ads are showing links from google syndicate.
     
    F--K, Aug 15, 2008 IP
  11. D-Block

    D-Block Active Member

    Messages:
    343
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #11
    Give me url to your site real quick if you don't mind?
     
    D-Block, Aug 15, 2008 IP
  12. Surf_Dude

    Surf_Dude Peon

    Messages:
    955
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Could this be injected by the free image hosting site in the lower right-hand corner?
    It looks like -
    www.myfreeimagehosting.net

    "Enjoy our service free." Yeah, right, except for the ads!
     
    Surf_Dude, Aug 15, 2008 IP
  13. charroseo

    charroseo Peon

    Messages:
    293
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #13
    yeah, check the code to see if it's not inserted inside another script tag or check your css template
     
    charroseo, Aug 15, 2008 IP
  14. xubair

    xubair Active Member

    Messages:
    619
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    58
    #14
    they are working fine for me like i dont see something like that *strange* adsense ad on your site =P


    seems that you make sites for some sort of social service or sth like that, you must be putting no ads or public service ads in them =D =P
     
    xubair, Aug 15, 2008 IP
  15. Fka200

    Fka200 Guest

    Best Answers:
    0
    #15
    Something is ruining the AdSense code. Try putting the code in its own <div> if everything looks right.

    I would just re-add the code from fresh and see what happens... but make sure to fix it ASAP.
     
    Fka200, Aug 15, 2008 IP
  16. MRniceGuy007

    MRniceGuy007 Peon

    Messages:
    446
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #16
    that's anice looking ad, it shows up like that sometimes, maybe cause of adsense servers not loading up the entire script. I wonder if clicks from those ads get higher CTR? lol
     
    MRniceGuy007, Aug 15, 2008 IP
  17. ameran

    ameran Well-Known Member

    Messages:
    1,104
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    150
    #17
    It is stransge, because your two other ads are working fine. That means you do not have any problem with your server. I would say, try to put your adsense code into a table and it should solve your problem. Just use this code for your adsense:

    <table width="728" border="90" cellspacing="0" cellpadding="0">
    <tr>
    <td>your adsense code goes here</td>
    </tr>
    </table>
     
    ameran, Aug 15, 2008 IP
  18. Surf_Dude

    Surf_Dude Peon

    Messages:
    955
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    0
    #18
    Surf_Dude, Aug 15, 2008 IP
  19. silveraden

    silveraden Banned

    Messages:
    3,833
    Likes Received:
    109
    Best Answers:
    0
    Trophy Points:
    0
    #19
    It's not about free hosting... I experienced this many times with php codes... but anyway try to check everything...
     
    silveraden, Aug 15, 2008 IP
  20. diljani

    diljani Well-Known Member

    Messages:
    423
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #20
    your adsense code is wrong. some lines of code are missing.
     
    diljani, Aug 15, 2008 IP