Google Analytics Revenue Data Not Showing

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi all,

We are on NOP version 3.5 - soon to be upgrading. We have an issue with our Google Analytics data it is pulling through the number of transactions but not the monetary revenue data.

has anyone seen this before?

Analytics is all set up correctly - GA code, E-commerce setup etc.

I'm assuming it is something to do with NOP but our developers say it has been set up correctly.

Any help/ideas would be greatly appreciated.
6 years ago
We currently have the same issue, eCommerce tracking set up correctly in back end of NOP – however transaction values are not being pulled through

currently on version 3.5 but upgrading to 3.9 today.

anyone give some help here?
6 years ago
still no signs of help??

NOP 3.9 now installed (which the admin side looks very good i must say)

in the widgets section heres what the code states:

Tracking code with {ECOMMERCE} line
  
<!-- Google code for Analytics tracking -->
<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', '{GOOGLEID}', 'auto');
ga('send', 'pageview');
{ECOMMERCE}
</script>

Tracking code for {ECOMMERCE} part, with {DETAILS} line

ga('require', 'ecommerce', 'ecommerce.js');
ga('ecommerce:addTransaction', {
'id': '{ORDERID}',
'affiliation': '{SITE}',
'revenue': '{TOTAL}',
'shipping': '{SHIP}',
'tax': '{TAX}'
});
{DETAILS}
ga('ecommerce:send');

Tracking code for {DETAILS} part  

ga('ecommerce:addItem', {
'id': '{ORDERID}',
'name': '{PRODUCTNAME}',
'sku': '{PRODUCTSKU}',
'category': '{CATEGORYNAME}',
'price': '{UNITPRICE}',
'quantity': '{QUANTITY}'
});

Can anyone help, is this the correct set up?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.