@aagk123 wrote:How to calculate Average order value of cart left
behindFirst, you need to track the cart value to a Success Event of
"Currency" type. How you set this is up to you. For example, you could
set it whenever you set the "scView" event. On the other hand, remember
that a user can view his shopping cart more than once before finally
purchasing, so you could end up tracking duplicate cart values in that
new Success Event.Once you have this Success Event setup and tracking
values, you ca...