Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e-commerce conversiontracking: added-to-cart item's conversionrate is zero after checkout #17740

Open
1de opened this issue Jul 7, 2021 · 0 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc.

Comments

@1de
Copy link

1de commented Jul 7, 2021

Let's having a fresh clean install of matomo (4.3.1) to keep the explanation more simple. i think the issue still exists if more user data is available, but it's may hard to get the awareness of this issue.

when an item is added to the cart without viewing the item-/article-/productpage itself and checkout process is completed, the conversionrate of this article is zero. if the the product-page is visited AFTER the successful checkout, the conversion-rate will jump to 100%. the zero-conversion-rate doesn't feel right.

Expected Behavior

if an item is added to the cart (wether the dedicated item-page has been visited or not) the conversion rate should not be zero after checkout.

Current Behavior

if an item is added to the cart without visiting the the conversion rate is zero after checkout.

Possible Solution

Steps to Reproduce (for Bugs)

  1. remove all userdata from your database to get more easily aware of this situation
  2. visit your shop
  3. add an item to your cart while not visiting the product page. this can happen if you have a productpage with some suggested fitting products/accessories on the same page which can be added directly on this page
  4. go to matomo -> Ecommerce -> Products -> Product Name and check conversion rate: zero (as aspected)
  5. checkout your card
  6. go to matomo -> Ecommerce -> Products -> Product Name and check conversion rate: still zero (maybe not as aspected)
  7. visit the dedicated product-page of your bought item
  8. go to matomo -> Ecommerce -> Products -> Product Name and check conversion rate: 100%

Context

Your Environment

  • Matomo Version: 4.3.1
  • PHP Version: 7.3.x
  • Server Operating System: macOS
  • Additionally installed plugins: -
@1de 1de added the Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. label Jul 7, 2021
@sgiehl sgiehl added Bug For errors / faults / flaws / inconsistencies etc. and removed Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. labels Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

3 participants