- Issue created by @rcodina
- Merge request !6Add parameter new parameter distinct_ips to getNodeViewsCount method → (Open) created by rcodina
- Status changed to Needs review
9 months ago 11:25am 1 March 2024
In a site where only anonymous users visits are configured to be tracked, the COUNT(DISTINCT uid)
insidegetNodeViewsCount
is not appropriate because all users will have the uid equal to 0.
Add a parameter to getNodeViewsCount
to optionally allow COUNT(DISTINCT uid, uip)
so a site which only track anonymous users could have more precise visitor counting.
Needs review
1.0
Code