hi
I have enabled google analytics plugin. while creating google analytics account it gave me a code which i m pasting
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19859043-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>
Now in google analytics plugin setting it is asking for a number and it has been written in the setting page that For new tracking code, the account number is displayed within the tracking code as: var pageTracker = _gat._getTracker("###"). but I cannot see this var pageTracker = _gat._getTracker in the tracking code I have pasted above.so I pated my Account Id that is ''UA-19859043' in account no. is it right? or do I need to change the settings. From where can I get this Account Id?
Thanks in advance.
