I just did a transaction on my site and this is the data that was included:
<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-XXX-1', 'auto' );ga( 'require', 'linkid' );ga( 'set', 'anonymizeIp', true );
ga( 'set', 'dimension1', 'no' );
ga( 'require', 'ec' );ga( 'set', '&cu', 'USD' );ga( 'ec:addProduct', {'id': '627','name': 'pancake mix','category': 'Uncategorized','price': '10','quantity': '1'});ga( 'ec:setAction', 'purchase', {
'id': '1814',
'affiliation': 'woo',
'revenue': '25.00',
'tax': '0',
'shipping': '15.00'
} );</script>
And this is a screenshot from the thank you page:
Link to image: https://cld.wthms.co/9AbDmX
This seems to have all of the information you need.