<script>
ga('require', 'ecommerce');
ga('ecommerce:addTransaction',{
'id': 'emmanewton',
'affiliation': 'Online',
'revenue': '29.95',
'shipping': '0',
'tax': '0'});
ga('ecommerce:addItem', {
'id': 'emmanewton',
'name': 'CID',
'sku': 'CID',
'category': 'software',
'price': '29.95',
'quantity': '1'});
ga('ecommerce:send');
</script>--
You received this message because you are subscribed to the Google Groups "google-analytics-analyticsjs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-analytics-ana...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The site has been built using Joomla and a template from RocketTheme. It is now supposed to be operating using analytics.js and not ga.js and if you do a search on the code of the test Thank You page http://www.adv.co.uk/component/content/article?id=54&cartID=EmmaNewton22189318 the only script that is found is analytics.js. Furthermore my Google Analytics has been working perfectly ever since the change over to analytics.js so I am quite puzzled.