We got the problem that we configurated in our Google analytics account the goal tracking and e-commerce conversion tracking (for the same page). But there's always the problem that the number of goals is correct (for example 20) but number of ecommerce transacions is only lower (for example 11). I think that the 2 number should match identically, or is this not possibile according to the analytics-system?
Thanks for the first response Eike! Now we've found the error. We've done the following changes:
Load ga('require', 'ecommerce'); instead of ga('require', 'ecommerce', 'ecommerce.js');
+
Load the ecommerce tracking (ga('require', 'ecommerce'); ...) right after ga('send', 'pageview'); - Normally there were some other analytics data between
+
Analytics lowercase filter
+
Analytics target tracking use "starts with" instead of "exact" target page path