Can anyone give me the old adsense code?

Discussion in 'AdSense' started by part time jobs, Feb 24, 2008.

  1. #1
    <script type="text/javascript"><!--
    google_ad_client = "pub-youridhere";
    google_ad_width = 728;
    google_ad_height = 90;
    google_ad_format = "728x90_as";
    google_ad_type = "text";
    google_ad_channel ="";
    google_color_border = "FFFFFF";
    google_color_link = "0000FF";
    google_color_bg = "FFFFFF";
    google_color_text = "000000";
    google_color_url = "000000";
    //--></script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>

    The above example is for the leaderboard. Now the Manage ads features and the new code just sucks.. Most of my clicks are not registered.

    I want switch back to my old adsense code.

    Please give me the Square (250 x 250) ad format code, like the above.

    Thanks.
     
    part time jobs, Feb 24, 2008 IP
  2. hooverweb

    hooverweb Member

    Messages:
    96
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #2
    <script type="text/javascript"><!--
    google_ad_client = "publisher_id";
    google_ad_width = 250;
    google_ad_height = 250;
    google_ad_format = "250x250_as";
    google_ad_type = "text";
    google_ad_channel ="ad_channel";
    google_color_border = "666666";
    google_color_bg = "666666";
    google_color_link = "FFFF66";
    google_color_text = "FFFFFF";
    google_color_url = "FFFFFF";
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
     
    hooverweb, Feb 24, 2008 IP
  3. windtalker

    windtalker Well-Known Member

    Messages:
    926
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    145
    #3
    All of the old codes are the same; you just have to change the height and width in the following three lines:

    google_ad_width = 250;
    google_ad_height = 250;
    google_ad_format = "250x250_as";
     
    windtalker, Feb 24, 2008 IP