John Richards II
Forum Replies Created
Viewing 1 replies (of 1 total)
-
I have ignore users set to blank, in that case they should all be tracked correct or is it possible that it reverts if the field is blank?
I also have both using UA tracking.Here is a copy of the code as it is displayed on the site.
<!-- This site uses the Google Analytics by MonsterInsights plugin v5.5 - Universal enabled - https://www.monsterinsights.com/ --> <script type="text/javascript"> (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','__gaTracker'); __gaTracker('create', 'UA-xxxxxxxx-x', '/'); __gaTracker('set', 'forceSSL', true); __gaTracker('send','pageview'); </script> <!-- / Google Analytics by MonsterInsights -->
vs
<!-- GA start --> <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','ga'); ga('create', 'UA-xxxxxxx-x', 'auto'); ga('send', 'pageview'); </script> <!-- GA end -->
Viewing 1 replies (of 1 total)