Questions tagged [user-activity]
72 questions
1
vote
1 answer
Why Location services is Part of the Google Play service APK?
I know Location Services is part of the Google Play services APK.
I have gone through the below link regarding the Location Update.
http://developer.android.com/training/location/receive-location-updates.html#PlayServices
I need the following…

M Vignesh
- 1,586
- 2
- 18
- 55
1
vote
1 answer
Capturing mouse actions
First, some background:
I need to develop a web app that will in background collect all mouse actions by a user (during a visit to a web page), store them in appropriate format in a file, and than have a separate replay app that will be fed with…

VividD
- 10,456
- 6
- 64
- 111
1
vote
1 answer
Is it possible to get actions done by user in Android?
I want to list the actions done by user using the device(eg: opening apps,incoming calls etc...).Is it possible to get list of use actions?
How can i achieve this?

Devu Soman
- 2,246
- 13
- 36
- 57
1
vote
3 answers
Is it possible to know last user activity from a Windows service?
I have a Windows service program (written using C++) that is required to perform an energy saving power operation at a certain time of the day. I need to find out if a user might be at the terminal at the time when the power operation is performed…

ahmd0
- 16,633
- 33
- 137
- 233
0
votes
5 answers
How to store all user activites in a website..?
I have a web application build in Django + Python that interact with web services (written in JAVA).
Now all the database management part is done by web-services i.e. all CRUD operations to actual database is done by web-services.
Now i have to…

Ramandeep Singh
- 5,063
- 3
- 28
- 34
0
votes
0 answers
GA4 User Activity Doesn't Show Event Parameters
Problem (Summary):
In User's Activity, I am able to see my event but when I open it's details, the event parameters values are shown as (not set).
Journey so far:
I posted a question:
When exploring a user in GA4 User Explorer, how can I view the…

Abhisek Rathi
- 11
- 1
0
votes
1 answer
Most efficient way of displaying latest user activity in your site? PHP/MySQL
I'd think to make a new table (logs_table) and track the activity there. So the only query I'd have to run is something like:
SELECT * FROM logs_table
and I'll be ok. Is there a more efficient way of doing this?
Thanks in advance :)

nLamprok
- 77
- 1
- 1
- 6
0
votes
0 answers
Need to track number of user logins in last 5 mins & last 60 mins using redis
I want to keep track of number of logins in last 5 minutes and last 60 minutes.
And if the user exceeds a threshold (say 10 times in 5 minutes or 20 in 60mins) for any of these intervals, I want to perform some other action.
I have a system which…
0
votes
1 answer
What is the difference between the Recording and Simple controllers in JMeter?
What is the difference between the Recording and Simple controllers in JMeter?
I read this article. It says the following.
Recording Controller:
JMeter can record your Testing steps; a recording controller is a placeholder to store these recording…

manymanymore
- 2,251
- 3
- 26
- 48
0
votes
0 answers
How to overcome 'User activation is required' restriction?
In this application I try to access the local fonts of a browser using the following API: https://wicg.github.io/local-font-access
The app should ask the user for permission to access the fonts, however my problem is that because of security reasons…

Ashot
- 10,807
- 14
- 66
- 117
0
votes
1 answer
Best practice in designing a web app user activities logging?
We have a web e-learning type system, and for this project, I am supposed to design an activities logging feature for the whole system so we can track down their daily activities and perhaps help them to be more productive.
Unfortunately this…

melaos
- 8,386
- 4
- 56
- 93
0
votes
0 answers
Is there a REST API to get the user activities in in Onelogin?
I've looked into the Onelogin documentation and couldn't find the APIs to get the user activities. I need the details such as the login time, and the events of a particular user. Please provide the details if available.
An API that gives out the…
0
votes
1 answer
How can I get what a user is playing on discord?
I'm trying to make a bot (as a joke) that kicks a user when they're playing an specific game, I've been trying to use presence, but can't figure it out.
client.on('presenceUpdate', (oldPresence, newPresence) => {
let member = newPresence.member;
if…
0
votes
1 answer
User Activity - SQL Query
I need some help in writing an SQL query
Here are the data:
Application usage data is kept in the following table:
Table sessions: Id, userId, duration, data_timestamp
I am trying to write a query that selects userId and average session duration for…

Suha Bshara
- 1
- 1
0
votes
0 answers
how can I fire broadcast event when a user goes offline
I have now created a controller and an endpoint that users call every few seconds to make sure they are online.
At each call, I save the time of their last visit, and if no request is made to the user beyond the specified time, the user is…

user14818231
- 1
- 1
- 3