+ Reply to Thread
Results 1 to 3 of 3

Thread: Google Adsense Javascript
      
   

  1. #1
    traderwv is offline Private
    Join Date
    Mar 2007
    Posts
    2

    Default Google Adsense Javascript

    Presently I do not have a Vodahost account but I have been working with BV while I finish planning my site. I am having a problem getting Google Adsense Javascript to work. I have viewed the tutitorial. I used the script box in BV and added the adsense script, clicked on the javascript button and then viewed the page in my browser. No ads. After viewing the page html I noticed that BV adds:
    <SCRIPT language="JavaScript">
    <!--

    -->
    </SCRIPT>

    then the adsense script is added between the above. I cut and pasted the adsense script and got this:

    <SCRIPT language="JavaScript">
    <!--
    google_ad_client = "pub-xxxx";
    google_ad_width = 120;
    google_ad_height = 90;
    google_ad_format = "120x90_0ads_al";
    google_ad_channel = "";
    //
    -->
    </SCRIPT>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>

    Now that should have worked (I have this code working on another site). But it does not work. Any ideas??



  2. #2
    traderwv is offline Private
    Join Date
    Mar 2007
    Posts
    2

    Default Re: Google Adsense Javascript

    Thanks to those who read the post. After 3 hours I have it fixed. With a red face: I needed to add keywords to the page. I pull the html from the BV file and worked through it with a HTML editor and added the needed keywords. All is fine now. So on with my site plan.

    Regards

  3. #3
    Mook25's Avatar
    Mook25 is offline Brigadier General
    Join Date
    Oct 2005
    Location
    UK
    Posts
    1,430

    Default Re: Google Adsense Javascript

    For adsense to work the page needs to be published onto the web. You will not receive any ads onto the page until this is done.
    Arcade Ninja - Free Flash Arcade
    FreeGadget4me.Com - Learn how to get free gadgets delivered direct to your door for free

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49