Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #31727
    Manager
    Participant

    Hello

    First, I love the plugin, great and easy.

    I have put my Google Analytics code in the Script head place. When I went to my live view, I saw that the analytics code was visible on top of my pages. And the analytics did not work.

    Did I forget to add/erase something, or could this be plugin or. theme issue. Using Sydney in Wp.

    Thank you for your help & Kind regards

    #31733
    Manager
    Participant

    I resolved the issue, nothing wrong with this plugin.

    I must say, this PLUGIN IS GREAT, and perfect, as also complient with GDPR.

    First the code did not work, and the gtag was showwing on top of my pages. Then I inserted, in the the plugin Code place in Head this code – Where you have to change UA-xxxxxx with your Google Analytics code.

    <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’,’https://www.google-analytics.com/analytics.js&#8217;,’ga’);
    ga(‘create’, ‘UA-xxxxxx’, ‘auto’);
    ga(‘set’, ‘forceSSL’, true);
    ga(‘set’, ‘anonymizeIp’, true);
    ga(‘send’, ‘pageview’);
    </script>

    I hope this will be helpfull, if someone has the same issue.

    Big Thank You to dFactory team for this plugin & Kind regards

    #39362
    Luciana
    Participant

    Hi! I was looking for a solution to this because I don’t manage to make the plugin work.
    I copied exactly this code and replaced with my UA ID and Google Analytics is still tracking. I use the Real Time Report to check it and it shows exactly what I’m doing.
    Any idea why this could be the case?
    the website is http://www.wokeby.de
    As we use both GA and GTM, I have inserted first the GTM script and then the GA (copied from above and replaced the code).
    I also inserted the GTM code of the body as that’s what it said somewhere.
    Thanks for your help!
    Luciana

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