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

Piwik counts same lost shopping-basket many times #4029

Closed
hpvd opened this issue Jul 2, 2013 · 9 comments
Closed

Piwik counts same lost shopping-basket many times #4029

hpvd opened this issue Jul 2, 2013 · 9 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. worksforme The issue cannot be reproduced and things work as intended.

Comments

@hpvd
Copy link

hpvd commented Jul 2, 2013

at this time I'm setting up a magento store and have piwik integrated right from the start (standard piwik Magento plugin, lastest version)
Everything with the default settings.
The shop is behind a htacess password and i'm the only visitor.

Now I found a huge problem:
Piwik counts the same lost shopping-basket many times.

This is how it happens:
some days ago I put an article into the shopping basket.
I leave the browser tab (firefox) with this basket open the last two days.

The browser is installed on a windows notebook.
This notebook travelled in standby mode from home to work and back to home and back to work and back home...
On both place its connected to the internet.
The browser was closed some times and restarted. The Browser tab was always opened again.

Now the problem appear: the same shopping basket was counted 8-times within these two days !!

Maybe this is also relevant for normal page visits !!

@hpvd
Copy link
Author

hpvd commented Jul 2, 2013

of course I can provide a screenshot of the visitor log, but I would prefer not to post it here in public...please post me a line and I would send it by mail...

@mattab
Copy link
Member

mattab commented Jul 14, 2013

unfortunately this is by design, since we create one "abandoned cart" per visit and you made 8 visits to the shopping cart page. one solution could be that you only call Piwik when an object was added or removed from the cart, then these "page refresh" would not be counted as extra carts.

@hpvd
Copy link
Author

hpvd commented Nov 19, 2013

thanks for your answer.
I understand.
Keep doing it the way it is you really got only wired numbers...
(It's the same like counting all bots on your website as human visitors...)

so if I understand it right we simply need the (additional) possibility to only count different abandoned cards. This could be done via a comparison of the abandoned card to the abandoned cart of the visit before.
What should be compared is the

  • the number and
  • the name
    of the articles on the cart,
    or doing it the dirt way (as a first step): only the price sum of theses two cards.

What do you think?

Should I open an extra ticket for that?

@hpvd
Copy link
Author

hpvd commented Nov 19, 2013

or / and / detail

we could distinguish between

  1. counting the visitor action "abandoning cart"
    => can be done each visit
  2. counting the visitor action "abandoning a new cart"
    => only counts different(new or modified) carts

@hpvd
Copy link
Author

hpvd commented Nov 19, 2013

e.g. in the visor log we need a new symbol to show the difference:

one idea could be simply

for 1. => using the symbol of the supermarket trolley with the red cross and put it in brackets

for 2. => keeping the symbol of the supermarket trolley with the red cross

@hpvd
Copy link
Author

hpvd commented Nov 19, 2013

or doing it the other way around:

we count additionally the number of "the abandoning of each cart"

if this number is 1: it's a new abandoned cart
if this number is >1: it's a re-abandoned cart...

Like returning visitors and new visitors...

what's your opinion?

@mattab
Copy link
Member

mattab commented Nov 19, 2013

I re-read your ticket more carefully.
My opinion is that there is a bug in the Magento plugin for Piwik.
On the Basket page, it should not trigger the doEcommerceCartUpdate unless the user actually does an interaction or click to add something to cart or update it.

Here you say that the cart page was simply reloaded. This shouldn't have created a cart entry at all.
Please report this suggestion of change to Magento plugin developer :)

Are you using http://www.statstory.com/piwik-ecommerce-extension-for-magento/ ?
Cheers

@hpvd
Copy link
Author

hpvd commented Nov 19, 2013

thanks for your fast answer/feedback!
yes I'm using this plugin.
I'll post Adrian a message to this ticket...

@anonymous-matomo-user
Copy link

I have reviewed and it is not a bug. The plugin is working as intended. I will respond to the email HPVD has sent me.

This issue was closed.
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. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

3 participants