Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #298499

    Hi,

    I pasted the google analytics tracking code into the Enfold theme options, but it doesn’t seem to be working.

    Advice?

    Thanks,
    Alicja

    #298536

    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

    #298642

    Hi, thanks for getting back to me. You mean in addition to the existing code? Or instead of?

    #298891

    Instead, i’ve already put your GA code there.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.