I'd like to know how to implement Enhanced Ecommerce onto my website. From hours of reading up on this topic, I now have a general understanding of how Enhanced Ecommerce works. However, there's literally no websites providing tutorial on how to implement this besides Google's website, which is pretty advanced for someone like me who is not a professional programmer.
Several questions I have regarding Enhanced Ecommerce.
1.) Do I add the enhanced ecommerce code to JUST the "thank you for your order" page of my ecommerce site, or can I add it to all pages of my site?
This is my current Analytics tracking code for all the pages on my website AND ecommerce site.
(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-47765425-1', 'auto');
ga('send', 'pageview');
ga('require', 'ec');
2.) For the product details (SKU, product name, price, etc), how does Analytics retrieve these info? Does it intelligently retrieve these info automatically or do I have to manually create a spreadsheet and input these info, and have Analytics find the info on there? This is what confuses me the most.
3.) Any helpful links to implementing Enhanced Ecommerce that explains question #2?