How to alter Google AdWords code?

Discussion in 'AdSense' started by Rimvis, Oct 24, 2007.

  1. #1
    My website and blog does not support HTML code, it's an IP.Board forum.
    Please, help to alter the adWords code so it would be compatible with my website.

    Here's the code:

    <script type="text/javascript"><!--
    google_ad_client = "pub-9747380645163266";
    google_ad_width = 468;
    google_ad_height = 60;
    google_ad_format = "468x60_as";
    google_ad_type = "text_image";
    google_ad_channel = "";
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
     
    Rimvis, Oct 24, 2007 IP
  2. reviewed

    reviewed Member

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #2
    im having that problem also , any help pls
     
    reviewed, Oct 24, 2007 IP
  3. Rimvis

    Rimvis Peon

    Messages:
    45
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Are you using IPB as well?
     
    Rimvis, Oct 24, 2007 IP
  4. Rimvis

    Rimvis Peon

    Messages:
    45
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Guys, please help. Don't tell me that none of you have a sulution or suggestion... :(
     
    Rimvis, Oct 24, 2007 IP
  5. zodiac

    zodiac Peon

    Messages:
    2,661
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    0
    #5
    it's adsence,not adwords. ;)
    post the template file that you want the code added.
    never used IPB,but looking at the code you can tell which php coding it needs.

    it might not need to be converted,try:
    ?>
    <script type="text/javascript"><!--
    google_ad_client = "pub-9747380645163266";
    google_ad_width = 468;
    google_ad_height = 60;
    google_ad_format = "468x60_as";
    google_ad_type = "text_image";
    google_ad_channel = "";
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    <?
     
    zodiac, Oct 24, 2007 IP