Questions tagged [web-statistics]
57 questions
6
votes
2 answers
Creating a dashboard to analyze IIS web traffic
I am using Windows Server 2003 with IIS6 and Windows Server 2008R2 with IIS7.
I need to create a dashboard similar to google analytics that we be view via webpage by non-technical users. I figure this could be done analyzing IIS log files but I am…

Kenneth J
- 4,846
- 11
- 39
- 56
4
votes
2 answers
Counts of web search hits
I have a set of search queries in the size of approx. 10 millions. The goal is to collect the number of hits returned by a search engine for all of them. For example, Google returns about 47,500,000 for the query "stackoverflow".
The problem is…

Joe O
- 41
- 3
3
votes
0 answers
Java REST WebService resource access statistics
I've implemented a REST web service written in Java and I'm thinking about to add the statistics gathering functionality. If it were several years ago, I would have written some method call interceptors, incremented some counters, exposed them via…

ievgen
- 1,081
- 11
- 20
3
votes
3 answers
Which is the best tool to display web statistics - Open Source and Paid
I would like to know which is best suited for displaying visitor stats in our websites
The key areas under our consideration are
1. User Count
2. Unique User Count
3. User Location
Regards,
naveenj

naveen
- 53,448
- 46
- 161
- 251
3
votes
1 answer
Interactive Visualizations-Python backend and web front end
I want to display some interactive graphs in web browser based on some statistical analysis. This is kind of having a python back end and web front end to display statistical analysis results like tables,scatter diagrams, plots etc. I want graphs…

Nilani Algiriyage
- 32,876
- 32
- 87
- 121
3
votes
1 answer
Chrome store statistics
I'm building a funnel for our chrome extension using Google analytics.
When it comes to the chrome store stats at the beginning of the funnel, the data the developer's dashboard provides is limited (impressions & installations only).
I'm looking…

Ginger
- 31
- 3
2
votes
2 answers
MySQL, PHP based website statistics
Trying to integrate something like tracewatch into admin panel of my PHP, MySQL based website.
But I need 1 page solution, not heavy system like twatch with user management.
I wonder, is there any simple php class or mini app for this purpose…

heron
- 3,611
- 25
- 80
- 148
2
votes
2 answers
Which devices have 800x600 screen resolution?
Which devices (or simulators??) have 800x600 screen resolution?
I can see in the Google Analytics of my own website that a significant percentage (3%) of devices have this resolution. I can also see this at https://www.screenresolution.org/ (4%)…

zylstra
- 740
- 1
- 8
- 22
2
votes
2 answers
Automated statistics gathering from C# applications
I have made a C# application , now I want to create custom survey (actually sending data automatically to me, about - crashes , usage duration etc.) to enhance my application .
How can I do it ?

Maifee Ul Asad
- 3,992
- 6
- 38
- 86
2
votes
1 answer
Programmatically Create Survival Curves
i am using vb.net / asp.net
my team created a web application (research database for cancer center)
i am wondering if anyone has an idea about drawing survival curves programmatically
i searched every where and couldnt find any idea

statmaster
- 1,229
- 9
- 14
2
votes
4 answers
Are there any open-source / free site analytics solutions that are intranet deployable?
There are plenty of statistics/analytics providers for Internet deployed software (e.g. Google Analytics), but I'm looking for an analytics tool to integrate into a LAN/intranet based web application.
I'm aware of AWStats, but I'd prefer something…

Richard Nichols
- 1,910
- 17
- 19
2
votes
2 answers
How can I find out the user's city, age and gender?
I have a Google Analytics code on my page, and it somehow finds out user's gender, age and location.
Can I access that data when the user opens the page, and show something like "Hey, that's what Google knows about you: your age, gender and the…

Dmitry Samoylov
- 1,228
- 3
- 17
- 27
2
votes
1 answer
Which browser is most popular on MacOS ? (OSX…)
I would like to determine which is the most popular browser for OSX, and what the percentages are. I know the 3 most popular browser are most likely Safari, Chrome, and Firefox. I would like to know (roughly) the usage statistics for each browser…

Dan Đĵď DeLong
- 61
- 1
- 5
2
votes
1 answer
I created a function in php to record statistics in csv, works ok in present day, but after the day ends does not go on new line
Header of csv is date, eav, ess, etc ... the downloads i track.
I have a function that gets a paramenter: ex: eav.
I activate function dl_stats("eav"); in the page that handles eav.
It should get the number of downloads of today ex: 10 and adds one…

George
- 63
- 1
- 8
2
votes
1 answer
Counting "repeats" in MySQL GROUP BY
I'm wondering if there is a way, other than sub-queries and temp tables, to count how many repeat values are in the rows you've grouped.
For example, it's easy to get a UNIQUE value count, but I want to get a count of values that appear more than…

GraemeD
- 111
- 1
- 2