Questions tagged [active-users]
23 questions
107
votes
3 answers
How can you get the active users connected to a postgreSQL database via SQL?
How can you get the active users connected to a postgreSQL database via SQL? This could be the userid's or number of users.

Johan Bresler
- 6,450
- 11
- 56
- 77
10
votes
2 answers
How to calculate active user in Mobile App Analytics?
How to calculate active user or returning user or inActive user in mobile app google analytical appview ?
I have search lots of things.but no more accurate answer as per my confusion.
If user has intalled the app once in his device and after…

dipali
- 10,966
- 5
- 25
- 51
9
votes
4 answers
JBoss view active user sessions
We have a JBoss server with a single J2EE on it. I wish to find out who are the current active users using that application. Does JBoss give me any utilities that lets me view those existing sessions? (NOT the count, but who all are logged in) The…

AML
- 135
- 1
- 1
- 9
4
votes
1 answer
Firebase to BigQuery : active users count does not match
I'm exporting data from Firebase to BigQuery but figures shown in Firebase are different to those I extract manually in BigQuery when I COUNT(DISTINCT) users with USER_ENGAGEMENT event.
In Firebase, I defined an "All users" Audience.
In the relative…

Giorgio Terreni
- 124
- 1
- 13
3
votes
1 answer
How to get distinct Weekly Active Users / distinct Monthly Active Users using a moving window / partition or any other method?
Been cracking my skull over this, it's quite interesting though. I have a table in which each row represents an app launch event, logged from several different applications. I am using a Redshift database and therefore Redshift's implementation of…

Nilay Panchal
- 541
- 6
- 17
2
votes
1 answer
How Does Firebase Analytics Define Active User?
This question is for basic Firebase Analytics integration where a dependency is added and nothing else.
How does Firebase Analytics define Active User - does Firebase Analytics count active users as: foreground users as in users who actually opened…

AlexVPerl
- 7,652
- 8
- 51
- 83
2
votes
1 answer
Querying Google Analytics API for 30-day active users
I'm having trouble getting data on 30-day active users when I query Google Analytics in python. My code is below. My problem is that I need to specify a date or day as dimension. "At least one of ga:nthDay, ga:date, or ga:day must be specified as a…

pavlov
- 111
- 2
- 16
1
vote
1 answer
How do I get the number of active users on my django website?
I want to display the number of active visitors on my website, I tried using django-tracking, django-active-users but none of them worked because they are outdated. I am using Django 3.0.8 and all of those modules aren't supported with django3.
I…

shivamgamer
- 59
- 6
1
vote
1 answer
How can I get the total number of active installs for my app on firebase?
The first display in the Analytics Dashboard on Firebase shows total active users.
My understanding is that this is showing the amount of users who use the app within a given period.
However, some of these users may have since uninstalled the app.…

Cin88
- 425
- 2
- 6
- 20
1
vote
2 answers
Maintain List of Active Users for Web
Problem Statement - Would like to know if particular web app user is active (i.e. logged in and using site) and be able to query for list of active users or determine a user's activity status.
Constraints - Doesn't need to be exact (i.e. if a user…

Bryan Marble
- 3,467
- 5
- 26
- 29
1
vote
1 answer
When submitting form, Submitter is not Sender. How to make submitter equal to sender?
I am a bit lost here.
My script intends to send an Email and create calender entries when submitting a form.
This works perfectly fine. However, the Email is always sent from my account. But eventually, I want different users in my company to use…

user3006481
- 87
- 1
- 2
- 6
1
vote
0 answers
Posts posted throught Feed Dialog are not increasing monthly active user count (MAU)
I'm posting posts to Facebook using Feed Dialog:
function gogogo() {
var bitLyUrl = getQueryVariable('bitLyUrl');
var hashTag = getQueryVariable('hashTag');
var message = getQueryVariable('message');
FB.init({ appId: 452707668140903,…

user1475697
- 31
- 3
0
votes
1 answer
Counting distinct monthly, weekly and daily users in one query
I want to use one query to get the distinct count of monthly, weekly and daily users in one query. Currently,I am using three different data sources with the following fields:
**To calculate Monthly Active Users, I am using the following select…

pri328
- 1
0
votes
1 answer
Laravel 7 - Temporary Users
I'm kind of new in Laravel, so I want to know if someone can tell me the best way to implement a temporary user. I tried to add a variable that bring me the value of active and then try to added on the condition for each role, but it didn't work.…

Many Rodríguez
- 65
- 6
0
votes
0 answers
How to calculate "active users" and monitor stickiness?
Currently I was doing this:
I have a table called tracking_log where I am inserting a row whenever a user is using our app. We use this table to calculate users that are sticking with us and continuing to use the software.
This was working OK. But…

Sabya
- 11,534
- 17
- 67
- 94