Merge pull request #7 from github/correct-npm-numbers
Correct npm EU MAU numbers
This commit is contained in:
Коммит
7d515a7aea
|
@ -1,3 +1,7 @@
|
|||
# Average Monthly Active Users for EU
|
||||
|
||||
The Digital Services Act (DSA) requires online platforms to report information on the average monthly active users (MAU) in the EU, defined as the number of users in EU member states that either: (1) are exposed to content hosted by the online platform and disseminated through the platform’s online interface; or (2) request that the online platform host content. The average MAU for a given month is based on the average of the MAU of the preceding 6 months, so for example, the average MAU for January 2024 is calculated by taking the average of the MAU of July 2023 through December 2023.
|
||||
|
||||
## Errata
|
||||
|
||||
- 2024-04-23: We discovered an error in our process for calculating EU MAU for npm, which resulted in us understating the average MAU in previous reporting periods. This error has now been corrected.
|
||||
|
|
|
@ -2,6 +2,6 @@ year,month,average_mau,service
|
|||
2023,2,10000000-11000000,github
|
||||
2023,8,11000000-12000000,github
|
||||
2024,1,12000000-13000000,github
|
||||
2023,2,5000000-6000000,npm
|
||||
2023,8,6000000-7000000,npm
|
||||
2024,1,6000000-7000000,npm
|
||||
2023,2,6000000-7000000,npm
|
||||
2023,8,7000000-8000000,npm
|
||||
2024,1,8000000-9000000,npm
|
||||
|
|
|
Загрузка…
Ссылка в новой задаче