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

Data Analytics: Coin Discovery fix and update #16956

Open
kolomaznikt opened this issue Feb 12, 2025 · 0 comments
Open

Data Analytics: Coin Discovery fix and update #16956

kolomaznikt opened this issue Feb 12, 2025 · 0 comments
Labels
data Data analytics related issue. From anonymously collected data from users. mobile Suite Lite issues and PRs

Comments

@kolomaznikt
Copy link

At the moment, Coin Discovery event does not have a meaningful payload. It reports even unused empty accounts, and hidden accounts, meaning in case anyone enables btc, we discover at least 8 (2 for each of 4 different account types). Instead we should consider only accounts with some transaction history and count them once. Additionally, number of accounts with non-zero balance would be useful. So we would have:

  • (old) parameter numberOfAccounts : now with only accounts with some transaction history counted once
  • (new) parameter numberOfNon-zeroAccounts : with accounts with non-zero balance
@kolomaznikt kolomaznikt added data Data analytics related issue. From anonymously collected data from users. mobile Suite Lite issues and PRs labels Feb 12, 2025
@github-project-automation github-project-automation bot moved this to 🎯 To do in Suite Mobile Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Data analytics related issue. From anonymously collected data from users. mobile Suite Lite issues and PRs
Projects
Status: 🎯 To do
Development

No branches or pull requests

1 participant