Hello all,
I’m banging my head against the wall trying to resolve an issue w/ bounce tracking. It “was” working. Then I tweaked some setting and our bounce rate has gone from typical, to impossible. Our typical bounce rate is around 80%. After whatever I did, it’s now 10%. I’ve looked at everything I can look at to figure out what I’ve done.
I thought it was adding “do not track” to it. No.
I tried changing ‘async’ from true to false.
I’m looking at our ‘entry pages’ and the bounce rate for nearly everything is 0%. This is almost exclusively on category pages of our ecomm site. When I load any of the pages, I do find the tracking code (listed below) in the view source.
I’m just stumped. Thanks in advance! Warmest,
Andy
Here’s the tracking code from our home page.
<script>
var _paq = window._paq = window._paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function () {
var u = "https://redacted.com/";
_paq.push(['setTrackerUrl', u + 'matomo.php']);
_paq.push(['setSiteId', '1']);
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
g.async = true;
g.src = u + 'matomo.js';
s.parentNode.insertBefore(g, s);
})();
</script>
<noscript><p><img src="https://redacted.com/matomo.php?idsite=1&rec=1" style="border:0;" alt="" /></p></noscript>