Hi,
I pasted the google analytics tracking code into the Enfold theme options, but it doesn’t seem to be working.
Advice?
Thanks,
Alicja
Hey Alicja!
Try using this code:
<script type='text/javascript'>
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-53359413-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>
Cheers!
Josue
Hi, thanks for getting back to me. You mean in addition to the existing code? Or instead of?
Instead, i’ve already put your GA code there.