-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Campaign view count seems to display invalid values #712
Comments
@knadh Any comment from your side? This issue is currently keeping me from upgrading to the lastest version. |
@NicoHood these values are being calculated in runtime and are not persisted, so there is not much risk involved in upgrading |
I am yet to debug this, but like @marcinkunert said, it's just a read query. Has no effect on how data is stored internally. |
Ah! Line 577 in 3b0c8b3
The distinct (subscriber_id) applies to each day ( |
Will we see a bugfix release for those fixes, or do we have to wait for a new minor release? |
These will be fixed and merged to |
I personally would always go for a tagged release. Especially if it is gpg signed ;-) #711 |
RCs can be RC-versioned and GPG signed :) |
Version:
I've noticed a weird behaviour in displaying campaign view count.
With individual subscriber tracking enabled.
I've made sure the option is enabled. I've even disabled and enabled it to be sure.
Expected 2830, got 4955 (looks like is not counting the distinct value)
Expected 2830, got 3564. This seems to be the sum of the day values:
returns
day;count
2;2066
3;792
4;242
5;89
6;71
7;78
8;45
9;51
10;28
11;32
12;16
13;22
14;15
15;16
16;1
after summing up the count: 3564
Without individual subscriber tracking enabled.
Looks in both list view and detail view.
The text was updated successfully, but these errors were encountered: