This GitHub repository powers a (Mozilla-internal) dashboard showing our Desktop acquisition funnel.
The actual dashboard can be found at https://protosaur.dev/numbers-that-matter/
This requires a Mozilla LDAP account and node.js
This is a two step process:
- Create a file called "queries.json" in the root of the project with the content cited in the Numbers that Matter Documentation.
- Run
npm install && npm run devlocally to start a local instance.