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

Allow to disable unique visitor count query for days weeks and months #3122

Closed
mattab opened this issue Apr 23, 2012 · 3 comments
Closed

Allow to disable unique visitor count query for days weeks and months #3122

mattab opened this issue Apr 23, 2012 · 3 comments
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Apr 23, 2012

By default, Piwik processes count(distinct idvisitor) unique visitor count for days, weeks and months. It does not process for date ranges and years but this can be enabled: http://piwik.org/faq/how-to/#faq_113

  • We should also allow to disable unique visitor count for weeks and months. A new setting in the config file.
  • We probably still should leave unique visitors for days?
@diosmosis
Copy link
Member

(In [6280]) Fixes #3122, added enable_processing_unique_visitors_day, enable_processing_unique_visitors_week, enable_processing_unique_visitors_month config settings and split up the existing enable_processing_unique_visitors_year_and_range setting.

@mattab
Copy link
Member Author

mattab commented May 24, 2012

Review:

  • to keep Backward compatibility the code should still accept enable_processing_unique_visitors_year_and_range the previous setting
  • I have updated the unique visitors FAQ

@diosmosis
Copy link
Member

(In [6373]) Fixes #3122, added backwards compatibility check.

@mattab mattab added this to the Piwik 1.8 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

No branches or pull requests

2 participants