Hi there, for some reason, I need to track my Store in two different Google Analytics Properties. Therefore I added already the following code under Onlinestore > Preferences > Google Analytics > Additional Scripts
ga('create', 'UA-176044770-11', 'auto', 'clientTracker');
ga('clientTracker.send', 'pageview');
And the second property already gets the pageviews now. What however still does not work is the e-commerce tracking for the second property.
Here I added the following code in settings > checkout > additional scripts. However still only the original GA-property does track the purchases…