I have rolled forward again, but it does not fix the issue… As per the previous suggestion, the Standard tracking is working fine, it’s reporting real time stats with concurrent users, all normal analytics, it’s just sales data / ecommerce data that is not coming through… but it was working fine before recent updates. If Standard tracking is working, then that shows the Google Account is still connected OK right?
Is there something I can look for on the checkout page or anything to verify if the plugin is dropping code to the page correctly or is missing entirely? I can see the comment and tracking code like this on the checkout page:
<!-- WooCommerce Google Analytics Integration -->
<script type="text/javascript">
var gaProperty = 'UA-XXXXXXXXX-1';
var disableStr = 'ga-disable-' + gaProperty;
if ( document.cookie.indexOf( disableStr + '=true' ) > -1 ) {
window[disableStr] = true;
}
function gaOptout() {
document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
window[disableStr] = true;
}
</script>
<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','ga');ga( 'create', 'UA-XXXXXXXXX-1', 'auto' );ga( 'set', 'anonymizeIp', true );
ga( 'set', 'dimension1', 'no' );
ga( 'require', 'ec' );</script>
<!-- /WooCommerce Google Analytics Integration -->