It says Im supposed to paste this script on the home page and others for tracking and results.
Can I paste this is the html through ez pages? If not where? Do I need to pull up the php files and insert
it there? Im a bit confused on this, should not be difficult I know.
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37469995-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>


Reply With Quote
