Quote Originally Posted by mattys View Post
this module still puts the ga code just before the </body> tag

these days, google specifically advises:



i wander whether this will cause problems now or in future?
This won't cause any problems and shouldn't in the future. Google recommends that (as they state) but so long as it is in the header part of the site you're ok (they are looking to load it prior to the rest of the page loading.)

The newest version here removes the code at that point and instead dynamically inserts it above the </head>. There is no need to alter the html_header.php file anymore.

If you still show the code at the point above the </body> tag then you likely upgraded from a previous version and at that time did not remove the lines in the 'html_header.php' file (as per the instructions.)

Let me know if that clears it up for you.