matomo-org / matomo-sdk-android

SDK for Android to measure your apps with Matomo. Works on Android phones, tablets, Fire TV sticks, and more!
BSD 3-Clause "New" or "Revised" License
386 stars 163 forks source link

Unexpected abandoned cart behavior #401

Open ThomasGoehringer opened 1 year ago

ThomasGoehringer commented 1 year ago

I'm using the TrackHelper's cartUpdate() method whenever there are changes to a user's cart, so I get information about abandoned carts. This works as expected until a user removes all items from the cart. The SDK still recognizes this as an abandoned cart with no items. I would expect that an empty cart cannot be abandoned. Is this behavior wanted?