Questions tagged [user-activity]

72 questions
1
vote
1 answer

Activity stream design with RavenDb

This is more of a design pattern / document design question than a technical one... I want to display a activity feed on my website which will list all the latest happenings users have been doing on my site...here are some of the activities i would…
Paul Hinett
  • 1,951
  • 2
  • 26
  • 40
1
vote
0 answers

Tracking user activity on a webpage (ASP.Net) in an efficient way

In my ASP.Net boilerplate application I want to write an efficient (efficient in terms of performance) javascript code that would allow me to track user activity an a given page including the time at which the user entered the page and the time at…
Daniel_Kamel
  • 610
  • 8
  • 29
1
vote
1 answer

Flutter Desktop User activity outside application

I am trying to build time tracker app in flutter desktop. I can take screenshots using screen_capture package. But how I can detect how active user was even if the application is in background. Please let me know how this could be achieved. Thank…
1
vote
1 answer

Getting fenceKey null in Awareness Api

Hi i´m working in app that have to notificate when the user starts driving, i used Neura Api but it needs a fixed notification, so i´m trying it with Awareness Api. I need the broadcast in the AndroidManifest.xml because i want to trigger the event…
1
vote
2 answers

Query grows slower as user activity increases

The query below takes 0.6748seconds to execute, but when there are many users attempting to do the same activity at the same time, the processes becomes very slow and takes about 30seconds to execute. Server Bandwidth: 7TB I have made several…
1
vote
0 answers

Find user's active time in a redirected app

I have a scenario in which I am redirecting the user to another app from my app on a button click. I wanted to know if it is possible in any way to determine how much time the user spent on the other app? (Note that it is possible the user directly…
1
vote
1 answer

Cannot access to user.presence.activities in discord.js

I am coding a discord.js bot, and I'm trying to get the activity of an user (games he is playing, spotify things, etc.). When I take a look at the documentation, I see a Presence class, and a .activities property, that is supposed to return an array…
Ituriel
  • 75
  • 2
  • 9
1
vote
0 answers

WPF - Reset IdleTime

I am using InactivityDetector code to detect inactivity from user. But now I'm facing a problem where I need to reset the IdleTime without making any user interaction. I already tryed in another ways to reproduce this result, like simulating mouse…
Catarina Ferreira
  • 1,824
  • 5
  • 17
  • 26
1
vote
2 answers

Symfony 3.4 : how to log the history of user actions?

I want to store in my database all the user actions done about an entity. For example, for 1 entity, I want to store : Created by (= author) Updated by Date of creation Date of update I want to store the history of the actions of a user, not the…
Eve
  • 776
  • 2
  • 11
  • 32
1
vote
1 answer

In the Google Analytics User Activity reporting API, what does the sampling size of 1 in the JSON response mean?

I'm trying to work out whether the Google Analytics reporting API for the userActivity search returns any sampling on the data. The documentation for the…
DarkKnight
  • 23
  • 6
1
vote
0 answers

How to change an image depending on keyboard and mouse activitiy?

I tried to change the user availability between offline & online by changing the image of the user (red offline, green online). I am using this code to change the user status from online to offline based on keyboard and mouse events: public sealed…
Med Amin
  • 95
  • 1
  • 6
1
vote
3 answers

How to log requests and user info like username automatically into log file to track user activity in liferay?

In Liferay 7 Enterprise Edition, I want to log user info like user_name in external log files automatically in each request to track user activities, how to do that? without using auditing plugin when I tried to log post request for example…
Esam eldean
  • 139
  • 1
  • 3
  • 16
1
vote
1 answer

Android accelerometer detect user state

I'm currently working on a project which requires the detection of user state (walking, running, driving), I've looked through some of the existing solutions on Android platform such as pedometer or calculating velocity with given acceleration, but…
Duo
  • 11
  • 2
1
vote
0 answers

Is it possible to use EclipseLink HistoryPolicy to track user activity?

I am using EclipseLink HistoryPolicy to track changes over entities and my entities have CREATEDBY and UPDATEDBY properties. With the help of these properties and EclipseLink History Queries, can I get user's activity related to specific entity…
kadir
  • 589
  • 1
  • 7
  • 29
1
vote
2 answers

Are there any pre-built Javascripts for checking keyboard/mouse activity?

I need a Javascript which monitors keyboard and mouse events to track how much time a user spends on the page. Specifically, actively using the page by typing, or moving/clicking with the mouse. Thought I'd ask if anybody knows of something that…
jimeh
  • 1,391
  • 1
  • 16
  • 32