Guest Posted October 30, 2007 Posted October 30, 2007 Hi OSC masters, I am sorry if this has already been posted but I didn't find any answers in my search results. I need to know how I can add JAVA SCRIPT code in the pages that I want to add the GOOGLE ANALYTICS script in. I know there is a folder with all the seperate files for the JAVA SCRIPT codes in the includes/ folder but I cannot find the source code or command to get that file etc to link it. I have to add the Java Script code before the </body> tag on the pages I want to track. Thanks in advance!
Nullachtfuffzehn Posted October 30, 2007 Posted October 30, 2007 You may just add the script code to the bottom of each page you want to track after the <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> statements.
Guest Posted October 31, 2007 Posted October 31, 2007 You may just add the script code to the bottom of each page you want to track after the <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> statements. Thanks for your help! It worked.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.