Hi Tuan,
I'm jumping in this old topic. I think it answers some of my questions. What I don't get is, what do I fill in under "Conversion Tracking Code". (In MSP -> Configuration) Should I add my analytics tracking code? (I already enabled E-commerce in the GA property) For example:
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="
www.googletagmanager.com/gtag/js?id=UA-XXXXXX-XX">
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-XXXXXX-XX');
</script>
Or something different? The goal is that Google Analytics will show the value of the purchased items.