Plugin: define sets of websites and generate Piwik report based on the sum of these websites #455
Labels
Enhancement
For new feature suggestions that for example enhance Matomo's cabapilities..
Major
Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
wontfix
If you can reproduce this issue, please reopen the issue or create a new one describing it.
Define sets of sites in order to present sum of data for them.
1. define set by listing sites to sum (i.e. idsite 1, 2 and 5)
2. define set by listing sites not to sum (i.e. all sites except idsite 1, 2 and 5)
Database. Each of set is defined by an entry in piwik_site table. We make the following modifications in tables:
```
```
Admin User interface.
```
```
Archiving. We compute sets of sites from summing archives of sites + lookup the number of unique visitors. Data concering unique visitors for certain countries, keywords will be inaccurate in the first version of plugin. We need to change/disable archiving done by exising plugins, so we do not archive data like for normal site, but we just sum data archived for sites in siteset.
Notes: when we edit siteset we need to recompute all the data!
Permissions:
```
```
Some work is already done (i.e. ArchiveProcessing_Siteset class, plugin base code). The solution is already working in some form on my site network)
Keywords: outofscope
The text was updated successfully, but these errors were encountered: