views FAQ

This commit is contained in:
Thomas Zarebczan 2019-09-30 15:37:50 -04:00 committed by GitHub
parent 14eb953d72
commit 94e1402b7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
content/faq/views.md Normal file
View file

@ -0,0 +1,16 @@
---
title: How do view and subscriber counts work?
category: publisher
order: 4
---
Some LBRY applications provide view and subscriber counts, like LBRY Desktop/Web.
![views](https://spee.ch/6/views.png)
How these numbers work is more complicated than it might appear. As a decentralized protocol, there is no single node or computer that can observe all user activity on the LBRY network.
Instead, view and subscriber counts are currently provided by LBRY, Inc., not the protocol itself. We aggregate data from users that participate in our rewards program and/or opt-in to sharing analytics data to provide these counts.
Currently, users who opt-out of analytics (more on how to use [LBRY anonymously here](https://lbry.com/faq/privacy-and-data#anonymous)) are not counted in view or subscriber figures.
In the future, LBRY will look to improve the accuracy of this feature as well as by adding it to the protocol itself (for example, by allowing wallet servers to share aggregated statistics and allowing subscriptions to occur via a special transaction).