kparal / esmska

Program for sending SMS over the Internet
58 stars 28 forks source link

Use UUID for tracking number of Esmska users #289

Closed kparal closed 9 years ago

kparal commented 9 years ago
We could generate UUID for every Esmska user and send it when checking for
updates. This way we could have very precise idea about how many users use
Esmska and how does it change in time.

Are there any privacy concerns regarding this idea?

Original issue reported on code.google.com by kamil.paral on 2010-05-16 18:04:42

kparal commented 9 years ago
why not to use Google Analytics javascript code?

Original issue reported on code.google.com by filip@mxd.cz on 2011-01-19 19:42:49

kparal commented 9 years ago
Because this ticket is about Esmska itself (Java desktop program), not its webpages.
Of course I use Google Analytics for the webpages. But it would really help me to know
the real number of users (not just estimate distorted by dynamic IPs and proxies) and
the the composition of operating systems, java platforms, favorite gateways, etc.

Original issue reported on code.google.com by kamil.paral on 2011-01-19 22:15:20

kparal commented 9 years ago
I do not see any privacy concerns so far with using UUID

Original issue reported on code.google.com by filip@mxd.cz on 2011-01-24 00:15:37

kparal commented 9 years ago
Fixed in https://github.com/kparal/esmska/commit/d757df5ae14e117297c56a9c825adea1d83c0643
.

Original issue reported on code.google.com by kamil.paral on 2011-05-15 13:12:56