Skip to content

Commit 7d515a7

Browse files
authored
Merge pull request #7 from github/correct-npm-numbers
Correct npm EU MAU numbers
2 parents 7fffe9e + 293c23c commit 7d515a7

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

data/eu_dsa/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Average Monthly Active Users for EU
22

33
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.
4+
5+
## Errata
6+
7+
- 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.

data/eu_dsa/eu_dsa_mau.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ year,month,average_mau,service
22
2023,2,10000000-11000000,github
33
2023,8,11000000-12000000,github
44
2024,1,12000000-13000000,github
5-
2023,2,5000000-6000000,npm
6-
2023,8,6000000-7000000,npm
7-
2024,1,6000000-7000000,npm
5+
2023,2,6000000-7000000,npm
6+
2023,8,7000000-8000000,npm
7+
2024,1,8000000-9000000,npm

0 commit comments

Comments
 (0)