Anyone Ever Experience This?

Discussion in 'AdSense' started by timallard, Dec 3, 2006.

  1. #1
    Ok, ive heard of unrelavant ads poping up within the first few days or so of putting them live..

    but have you hear of wrong sizes being displayed?

    im trying to put a skyscraper dynamicly on all my pages but the main page..

    http://www.mydentify.com on the page no sky is being displayed. perfect. but go to "top hits" or "recent links" at the top and a leaderboard is being displayed and not a sky...

    im confused >.<

    any help would be greatly appreciated...i still havent figured out to have the ad show on the individual categories yet,..but making progress.

    any ideas would be greatly appreciated
    -tim
     
    timallard, Dec 3, 2006 IP
  2. timallard

    timallard Well-Known Member

    Messages:
    1,634
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    158
    #2
    i will add that the colors being displayed on the wrong sized ad's are not the colors i chose either.. *shrugs*
     
    timallard, Dec 3, 2006 IP
  3. kh7

    kh7 Peon

    Messages:
    2,715
    Likes Received:
    109
    Best Answers:
    0
    Trophy Points:
    0
    #3
    This must be a coding problem. Do realize that you are not allowed to change the adsense code in any way. To me it looks like you did.
     
    kh7, Dec 3, 2006 IP
  4. timallard

    timallard Well-Known Member

    Messages:
    1,634
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    158
    #4
    I only added a {literal} {/literal} tag outside of the code, otherwise it wont display anything...i need to do that for all javascript on my site along with anything want to read literally.

    where do you see something not normal? i copied and pasted it exactly, please tell me cause im stumped :p
     
    timallard, Dec 3, 2006 IP
  5. timallard

    timallard Well-Known Member

    Messages:
    1,634
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    158
    #5
    Problem solved.

    I missed putting another {literal} tag outside the second javascript tag at the bottom. this isnt modding the code, since its being added outside of the <script> tag. unless im wrong.

    {literal}<script type="text/javascript"><!--
    google_ad_client = "pub-5728034697185927";
    google_ad_width = 160;
    google_ad_height = 600;
    google_ad_format = "160x600_as";
    google_ad_type = "text_image";
    //2006-12-03: MyDentify
    google_ad_channel = "1638220499";
    google_color_border = "336699";
    google_color_bg = "FFFFFF";
    google_color_link = "003366";
    google_color_text = "003366";
    google_color_url = "215670";
    //--></script>{/literal}

    {literal}
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>{/literal}


    but its working now.

    thanks for the replies.
    -Tim
     
    timallard, Dec 3, 2006 IP