Suppose I'm trying to found out the total number of products purchased on my website, (counting in the cart additions and subtracting the cart removals), would 'product' dimension be the one I go to?
Does Adobe do these calculations on backend ?
Currently, I'm using approximate count distinct function with products dimension and it gives me all products added to cart without excluded cart removals.
Any ideas?