Skip to main content

Questions tagged [analytics]

Analytics is the discovery and communication of meaningful patterns in data.

0 votes
1 answer
136 views

I need to decide about my database architecture. The app provides files for download. I can add a counter to every file and track total events. But the client may want some analysis and ask for the ...
kelin's user avatar
  • 153
1 vote
3 answers
723 views

I need to be able to track users' time spent on the app and on each page (based on URL). I have a visits table that logs the users' page visits (by URL) and time spent. The time spent is done using ...
Stackerito's user avatar
0 votes
1 answer
154 views

First and foremost, let me say that I do not have a Software Engineering background . I need help from the community as I have been assigned to create a UML (Unified Modeling Language) design from ...
user3115933's user avatar
-3 votes
1 answer
137 views

I need to put data from MongoDB together with tracking data from a quiz app (stuff like which users clicked what button etc). Then I’ll use this in machine learning. I looked at all the DW options ...
a0142204's user avatar
1 vote
0 answers
220 views

We are working on a multi-tenant SaaS product that has a ledger of all tenant customer transactions, which we use to track invoice states on a line-item level. This particular application will result ...
André Haupt's user avatar
0 votes
2 answers
115 views

Context: analytics software The customer wants to see graphical elements A,B and C in the same area of the screen. Selecting something in A will affect B and C. Similarly, selecting something in B ...
Shimon's user avatar
  • 109
1 vote
1 answer
88 views

My team is working on an analytics system for the web app. The web app has a service-oriented architecture, and all events are gathered in one centralized analytics service. The system is sending ...
Toshakins's user avatar
4 votes
2 answers
1k views

I am working on a project in which I have to read data from liquid level sensor installed in tank which measures fluid level and sends output in millivolt. The device has predefined ranges of voltage ...
Kashyap Kansara's user avatar
1 vote
0 answers
43 views

I would like to generate analytics on a per-user basis on how many times they've viewed a particular page for 7 days, and how many times they've viewed a page during their lifetime as a user. This ...
micah's user avatar
  • 195
-2 votes
1 answer
36 views

We have a API (written in .NET Core 3.1), published to Azure Web Services. This API talks to a database for authentication. After a succesfull authentication, the API connects to other databases, ...
Bjorn's user avatar
  • 67
0 votes
2 answers
229 views

Various analytics tools will track the number of handled and unhandled exceptions (crashes) that happen in an app. This obviously helps us find problems we didn't know existed and will fix it. Quite ...
Gil Sand's user avatar
  • 2,193
0 votes
0 answers
77 views

We use spring 4.3 and spring boot version 1.5 in our java based web application. For (product) analytics purposes we want to read the metadata of our product which is persisted in an RDBMS store (...
Andy Dufresne's user avatar
0 votes
1 answer
529 views

I need to architect a system for my company. My question is specific to logging. Part of the requirement is to log 2 kinds of data. A1. User events (Ex: UserA clicked on Button1, performed Action#21. ...
user1220169's user avatar
0 votes
2 answers
270 views

I'm pushing out a new feature soon that has a lot of different UX components. The key metric that I want to track is user engagement (I have the equation for what this means for me and how to measure ...
satnam's user avatar
  • 101
-2 votes
1 answer
927 views

We want to pull application and business metrics from the source web application to track billing, usage and performance of the application. These metrics are to be stored in a different database (...
Andy Dufresne's user avatar

15 30 50 per page