Google Analytics script
-
Hey Guys, me again ??
In the Analytics section of the plugin configuration i just pasted this script:
—————-
<script type=”text/javascript”>var _gaq = _gaq || [];
_gaq.push([‘_setAccount’, ‘XXXXXX’]);
_gaq.push([‘_trackPageview’]);(function() {
var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;
ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl’ : ‘https://www’) + ‘.google-analytics.com/ga.js’;
var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
})();</script>
————–
XXXX = my google analytics account.Is this correct? will this do the work fine? Do I neeed to do anything else? Anything to remove or edit on the site..? What a headache ??
Thanks x1000 in advance guys.
- The topic ‘Google Analytics script’ is closed to new replies.