Google Analytics
First of all - A great theme!
I have minor problem with inserting the analytic code.
After I add the following code in the theme panel:
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55853317-1', 'auto');
ga('send', 'pageview');
</script>
I can't get it to work. When I open my analytic I don't see any live activity in the site.
In addition, I get this strange analytic code appear at my homepage:
The URL for my site is goo.gl/SSx9QZ
Can you please help me fix this?
Thanks!
WebScope
Comments
as we see you did not pasted code properly. As we see, in the code you have only Analytics ID, instead of whole code what you can see at http://snag.gy/Xkxbs.jpg
Please make sure you paste whole analytics code (means javascript).