Questions tagged [active-users]

23 questions
0
votes
1 answer

what is the valid monthly active user number?

I would like to ask about a metric. I can see the monthly active user number in case of export to excel file. For sure, the datas are seperated to Daily, Weekly, Monthly columns. What are the exact, valid active user number for a month? For example…
zbalen
  • 1
0
votes
1 answer

Multiple accounts on NodeJS server with Kinvey

I am developing an Angular application running on a NodeJS server and I am using Kinvey for data store: https://devcenter.kinvey.com/nodejs When I log in from one browser, everything works correctly, but when I log in from a second browser without…
Deyan Peychev
  • 77
  • 3
  • 7
0
votes
1 answer

JMeter - plotting logins as Active Users

In My JMeter scenario, 500 threads do 4000+ user logins. The results captures only active threads vs response time. But, I would like to get number of users(logins) vs response time. Is there a way to plot the successful Login transactions as users…
ShaS
  • 13
  • 3
0
votes
1 answer

Google Analytics vs. Fabric: Different DAUs & MAUs Reported

Dealing with an issue where Google Analytics reports different DAU/MAU numbers than Fabric for an Android App. The numbers are vastly different, GA shows much greater numbers than what Fabric shows. What could be the cause for this? Also which…
AlexVPerl
  • 7,652
  • 8
  • 51
  • 83
0
votes
0 answers

Javascript: User login in local storage, how to set active user?

i successfully made a user login form with html en javascript. The user can register and login. But i need to set a class when the user is logged in so they can see a custom navigation. My html code is as followed: ` …
0
votes
1 answer

Click on button, change user status to active in field and send this user automatically e-mail

I have the code to update the user in the application that updates the user in the database. My problem is that when I click on the button aktivan = active (when the user is registered there status neaktivan = inactive, so I'm as administrators have…
jedan_lik
  • 3
  • 2
0
votes
1 answer

Unsure how/where to manipulate Django objects

Okay so I am very new to Django and relatively new to Python as well. In the website I am building, I am using some middleware that someone else made to keep track of "online" users using the cache to do so. Here is the middleware I'm referring to …
John Mathews
  • 231
  • 3
  • 6
-1
votes
2 answers

SQL - Conditions between 2 dates

I have a table with 3 columns: user_id, start_date, cancellation_date I would like to get 4 columns of: Date, Number of Active Users, Number of Users Who Canceled, Cancellation Rate Any ideas on how to write a query of this? Thanks in advance!
1
2