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

Implement new core metric "unique_configs_nb" #7911

Open
mgazdzik opened this issue May 15, 2015 · 1 comment
Open

Implement new core metric "unique_configs_nb" #7911

mgazdzik opened this issue May 15, 2015 · 1 comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@mgazdzik
Copy link
Contributor

Goal of this issue is to implement new core metric computed for every plugin using LogAggregator class to pull out report data. Metric can be number of unique config_id's across given timespan (similarily to unique visitors).
Business case for this metric is when instance isn't using cookies for some reasons, and unique_visits metric is simply useless.
It could be set in config file to process it or not to save some not needed computation.
It would also be very nice to have ability of making it default displayed metric across reports (for ex. instead of nb_unique_visitors).

Please let me know if you have any questions about it and when possibly it could be implemented?

@mgazdzik mgazdzik added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label May 15, 2015
@tsteur
Copy link
Member

tsteur commented May 18, 2015

Please note that this metric might be inaccurate as well if IP is anonymized see #7778

@mattab mattab added this to the Mid term milestone Jul 15, 2015
@mattab mattab modified the milestones: Long term, Mid term Dec 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

3 participants