Viewing 1 replies (of 1 total)
  • Thread Starter Gloria333

    (@gloria333)

    So far my experience with WordPress plug-ins has been great….except for this. I am a beginner so maybe I am just doing something wrong. Anyway the code that shows up when I use the plug-in is as follows:

    <script type=”text/javascript”>
    var _gaq = _gaq || [];
    _gaq.push([‘_setAccount’, ”UA-20476851-4”]);
    _gaq.push([‘_trackPageview’]);
    (function() {
    var ga = document.createElement(‘script’); ga.type = ‘text/javascript’; ga.async = true;
    ga.src = (‘https:’ == document.location.protocol ? ‘https://ssl&#8217; : ‘https://www&#8217;) + ‘.google-analytics.com/ga.js’;
    var s = document.getElementsByTagName(‘script’)[0]; s.parentNode.insertBefore(ga, s);
    })();
    </script>

    But the code that Google gives me is different:
    <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-20476851-4’, ‘catholictravelblog.com’);
    ga(‘send’, ‘pageview’);

    </script>

    So I don’t know where to go from here. Google says tracking is not installed. Any help would be appreciated.

    Just to confuse things more, I did have this plug-in installed earlier and it worked. But I had to move the analytics into my main properties section. I had is as a separate one before.

Viewing 1 replies (of 1 total)
  • The topic ‘Analytics code posted but no data’ is closed to new replies.