Include Google Analytics Code WordPress

Add Google Analytics Tracking Code for any page to the footer. This will not be effective in the dashboard.

function add_google_analytics() {

?>

<script type="text/javascript">

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

</script>

<script type="text/javascript">

try {

var pageTracker = _gat._getTracker("UA-XXXXXXX-X");

pageTracker._trackPageview();

} catch(err) {}</script>

<?php

}



add_action('wp_footer', 'add_google_analytics');

Just be sure to replace UA-XXXXXXX-X with your own Google tracking code…

tags: & category: -