The usage-statistics tag has no wiki summary.
5
votes
3answers
213 views
Why is it rare to collect analytics/usage data in open source software?
So, I've been developing some analytic software at my work and also have started to take more notice to analytics in general. For instance, I recently installed Google Analytics on my blog(which is ...
0
votes
1answer
111 views
Scala usage numbers [closed]
We are a small team of developers and are currently in the process of drafting a business idea targeting scala developers as potential customers. In order to convince investors we obviously need some ...
-2
votes
1answer
290 views
iPhone device version statistics? [duplicate]
There are a couple of questions on here dealing with iOS version statistics, but I can't find anywhere device version statistics. For example, I'd like to see, out of all iPhone users, how many have ...
6
votes
3answers
464 views
Why is there a large discrepancy between the stackoverflow tag frequency and the TIOBE Index?
By recently looking at the TIOBE Programming Community Index (Sep 2012) I noticed the following order:
C
Java
Objective-C
C++
C#
PHP
When looking at the tag frequencies of stackoverflow however, ...
3
votes
4answers
303 views
Is Usage Tracking esoteric or state of the art?
There are several products for tracking the usage of your application. I know at least 10 offers. They tell you which features were used more often than others. Thus, you can identify features that ...
-3
votes
1answer
358 views
google analystics with asp.net web application
I am trying to add google analytics to a web application built in asp.net c# that is already pretty mature. The requirement is to have all sorts of event tracking on buttons clicks, breaking up page ...
2
votes
2answers
538 views
Use Google Analytics to track visitor/download stats for a Google Code Project?
Can you use Google Analytics to track visitors/downloaders for a Google Code project?
I've searched google for an answer but I get results about Google Analytics as a Google Code project itself and ...
8
votes
3answers
364 views
Is it unethical to track app usage through REST API calls?
I am building an app that communicates with my website with ASIHTTPRequest to a PHP-based REST API on the server side.
Naturally, in my app I have different endpoints on the server side, and usually ...
4
votes
6answers
415 views
Is it legal/ethical to collect and release some types of anonymous usage data without consent?
The type of data I'm hoping to collect is a little specific, and unfortunately I'm under NDA and the data is a core part of the business plan so I'm not at liberty to post it online. I've come up with ...
4
votes
3answers
210 views
Do I need to notify a user if I am using statistics software in an iPhone app?
I am currently creating a (very simple) Objective-C client to send basic statistical data to my server for an iPhone app - just things like the state of the app (first-launch or launch, error, etc), ...