Good day all,
How do I add google analytic to Gk_pulse template? I have added it to gk_pulse/lib/php/gk_head.php but does not take effect I cut the google code below and pasted it to the file. Any helpfull thoughts would be great. Thx in advace
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '??-???????-?']);
_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>

Dumb, I figured out the problem. I will put it in because someone else may do the same dumb thing I did.
and that is why I did not see the changes take effect. Sorry to waist your time.