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

Archiver: allow to process unique visitors across multiple websites #6079

Closed
mattab opened this issue Aug 27, 2014 · 0 comments
Closed

Archiver: allow to process unique visitors across multiple websites #6079

mattab opened this issue Aug 27, 2014 · 0 comments
Assignees
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Aug 27, 2014

The goal of this ticket is to modify Archiver so that it can process Unique Visitors across multiple websites.

Particularly this code is concerned: https://github.com/piwik/piwik/blob/master/core/ArchiveProcessor.php#L367-370

        if(!$this->getParams()->isSingleSite() ) {
            // we only compute unique visitors for a single site
            return;
        }

Tasks

  • Let a plugin specifically enable processing of unique visitors across websites
  • See existing function SettingsPiwik::isUniqueVisitorsEnabled
  • Add test
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. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants