Google Analytics - Tracking Not Installed

I've just discovered that "Google Analytics" gives you the "Tracking Not Installed" error if you using  HTTP  redirects

<?php header( 'location: login.php' ) ; ?>

so you must (temporarily ?) rewrite you code so that the google script is included DIRECTLY in the first page on your website

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">_uacct = "UA-747268-6";urchinTracker();</script>

Read and post comments | Send to a friend