I did add the GA code to the template manager, I did remove but the error persists,
(now the GA codes inside the features tab of the template manager is empty)
I do not remember adding the GA code anywhere else...
How can I find what is creating this code?
I did delete the code from the template manager, is it posible the code is stock somewhere, and not being deleted properlly, what code should I add there? before this I added the complete GA code:
- Code: Select all
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-27081209-1']);
_gaq.push(['_setDomainName', 'meganoticias.mx']);
_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>
Is this correct.
Thanks