Topic: Adding Google Analytics code

What is the proper way to add Google Analytics code to the installed files? Might be good to have an extension for that eventually.

Re: Adding Google Analytics code

Google's instructions are to save the analytics script to a file and include it as <?php include_once("analyticstracking.php") ?> after the opening <body> tag.

I added it to themes/optimseo_water/header.php and it seems to work:) Unless I'm missing something...