hi there i am newbie,pls help me to apply the analytic code thanks. here is my footer.php <table border="0" width="100%"> <tr><td align="center"> © copyright info <br><?php include("onlineusers.php"); ?></td></tr> <tr> <td class="footer_dv"> </td> </tr></tabel>
Put your Google Analytic code on the end of the content before </body> tag... Sample: <table border="0" width="100%"> <tr><td align="center"> © copyright info <br><?php include("onlineusers.php"); ?></td></tr> <tr> <td class="footer_dv"> </td> </tr></tabel> [COLOR="royalblue"]<!-- Google analytic code --> <!-- google analitic code end -->[/COLOR] [COLOR="red"]</body>[/COLOR] Code (markup):
Hi, According Google Code should be placed in heading tag but due to some loading issues we place it in body before closing body "</body>" tag.
Hi the Google Analytics code should be placed before the closing of the Body </body>Tag. Thanks, Mable