• <div id=”footer”> <p> Copyright © <?php echo date(“Y”) ?> “><?php bloginfo(‘info’); ?>
    TFL Network, LLC </p></div><!– footer –> </div><!– wrapper –> </div><!– outer –>
    <script type=”text/javascript”>
    var gaJsHost = ((“https:” == document.location.protocol) ? “https://ssl.&#8221; : “http://www.&#8221;);
    document.write(unescape(“%3Cscript src='” + gaJsHost + “google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”));
    </script>
    <script type=”text/javascript”>
    var pageTracker = _gat._getTracker(“UA-XXXXXX-14”);
    pageTracker._initData();
    pageTracker._trackPageview();
    </script></body> </html>

    That is my footer. according to google, the code isnt installed right, whats wrong with it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Simply just paste the code given by analytics before the </body> tag on the footer.php file… on most templates this would be after the line <?php wp_footer(); ?>

    Thread Starter turbohim

    (@turbohim)

    Which is what i did… but analytics never counted it as installed

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Analytics Issue’ is closed to new replies.