Do analytics and adsense have to be in javascript?

Discussion in 'AdSense' started by 24788, Oct 19, 2009.

  1. #1
    I'm having trouble figuring out how to enter the javascript in an HTML format. Can I just change the java code to HTML?
     
    24788, Oct 19, 2009 IP
  2. ryan-isra

    ryan-isra Well-Known Member

    Messages:
    254
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #2
    You can simply put the javascript inside HTML.
    I put my own before </body> tag.
     
    ryan-isra, Oct 19, 2009 IP
  3. sherone

    sherone Well-Known Member

    Messages:
    1,539
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    130
    #3
    <html>
    <head>
    <script>
    Enter your javascript code here.
    </script>
    </head>
    <body>

    you can place your javascript code here also.

    </body>
    </html>
     
    sherone, Oct 19, 2009 IP
  4. bluestar_in

    bluestar_in Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Do we have to use plain HTML or Css ??
    Please tell me which scrip we have to insert ? Is there any modification in the javascript ?
    Thanks.
     
    bluestar_in, Oct 19, 2009 IP
  5. TheVccMatey

    TheVccMatey Peon

    Messages:
    5,346
    Likes Received:
    208
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Enter Analytics anywhere between the body tags and the Adsense script where you want to see them
     
    TheVccMatey, Oct 19, 2009 IP
  6. 24788

    24788 Peon

    Messages:
    529
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    This actually worked. I kept putting the wrong tabs around it. Thanks.
     
    24788, Oct 19, 2009 IP