Questions tagged [user-activity]
72 questions
0
votes
1 answer
How to check if the user is active in Angular.js?
I want to check if the user is still active on the page by listening to events like
click, mousedown, mousemove, keydown, keypress, touchcancel, touchmove, focus, zoom, scroll and more events like this.
I want to check this with an interval of 3…

Can
- 553
- 1
- 9
- 29
0
votes
1 answer
How can I track individual user activity on a Squarespace website without using Member Areas?
A bit of background:
I have a very simple Squarespace website, where I've created a manual form set up that takes in a user's email and a password for them to "login". They can only view the website once they're logged in. I didn't use Squarespace's…

thean
- 97
- 9
0
votes
1 answer
How to filter only one user in online_users
I am Building a BlogApp and I am stuck on a Problem
What i am trying to do
I am trying to access only one user which i have opened the profile online status in template. BUT it is showing all the active users.
What i am doing
I am using…
user15207035
0
votes
2 answers
Discord.py Hypesquad to_dict?
Im making a Python discord bot. I have given my bot a custom status, and it works. However when i try to use this code:
await client.change_presence(activity=discord.BaseActivity(type=discord.HypeSquadHouse.bravery))
to give it a hype squad badge, I…

MaxTheMinerBoy
- 43
- 2
- 9
0
votes
1 answer
application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([Any]?) -> Void) -> Bool { } not called
I implemented Universal Link using Firebase Dynamic Links in my iOS app. Everything is working fine until app opens from background state i.e., continue userActivity method triggered and I handled navigations. But the problem here is, if I click any…

Harsha
- 760
- 1
- 7
- 21
0
votes
1 answer
Limit user actions on certain functions. Uniquely identify unsigned in users
I'm working on an api that includes sending emails for password resets and email confirmations. Along with functions like "user sign up".
I'm trying to include an action limiter that allows users to perform these actions a limited amount of times…

Trevor Wood
- 2,347
- 5
- 31
- 56
0
votes
1 answer
is it possible to create an OBIEE Analytics on user activity report?
I am a BI administrator and author on my OBIEE (12.2.1.3.0). I need to create an analytics on users' browsing history. And then share it to their manager who is just another normal user himself (not an administrator). So I searched on Google for a…

mostafa.S
- 1,452
- 4
- 16
- 27
0
votes
1 answer
What is the use of Is Deleted flag in Office 365 user Activity Report in MS Graph API
I have run the below query in MS Graph to get user activity.
https://graph.microsoft.com/v1.0/reports/getOffice365ActiveUserDetail(period='D180')
I got deleted users in the result. And also, there is a flag called Is Deleted in the response, but…

sabari kumar
- 5
- 6
0
votes
1 answer
How to Track User Activity in angular 4/5/6
In Angular 4/5/6 is there any library which helps to track User Activity?
The most obvious way to track/log user activity would be to save all HTTP requests and parameters along with the username into the database.
EDIT: I would like to track things…

Avinash Konduri
- 41
- 2
- 11
0
votes
0 answers
how to detect user is inside car without using Awarness API in android?
Please help me how to detect driver is inside car or not, means vehicle is moving or not? even if application kill( A kind of Broadcast receiver which Broadcast even app terminate )
I have tried with Activity recognition but here I need to open…

SRP
- 3
- 4
0
votes
1 answer
Concerns about Suspicious User Activity
I have a simple one-page web site and have seen some user activity that concerns me. I use "ip-api.io/json" to limit access to my web site by spammers and other suspicious URLs. Even with this, however, most of the URLs accessing my site are from…

buckibooster
- 33
- 1
- 6
0
votes
2 answers
Laravel Tracking user activity
Is there a way i can track a logged in user activity in Laravel without using any packages? I have tried using antonioribeiro/tracker package but doesn't have a clear read me manual. I want to know details like the pages visited by a user.
PS: For a…

brightniyonzima
- 9
- 1
- 1
- 5
0
votes
1 answer
Log user activity on various platforms
I have an Electron app and I need to log system-wide user activity (e.g. mouse-clicks, keystrokes). Basically, i need to detect if user is AFK if he did nothing in a 5-minute interval, so i can stop the timer inside the app. I'm pretty sure I need…

Ilya Lopukhin
- 692
- 8
- 22
0
votes
0 answers
Track user behaviour outside of my app/domain
Rigth now i know about mixpanel, and it's a really great to track/send user activity, but we would also like to track his activity outside of our application. Mainly, what other pages and sections of that pages that he visits.
For example, after…

JGutierrezC
- 4,398
- 5
- 25
- 42
0
votes
1 answer
How to send data to ActivityRecognition Intent Service without replacing its activity data?
I am working on user activity tracking application.
I have used the Activity Recognition API to track the user activity.
I have set the Intent service to be called to get the user activity at specified interval for example every 20 seconds. …

M Vignesh
- 1,586
- 2
- 18
- 55