Questions tagged [usage-tracking]

13 questions
19
votes
5 answers

Are there any tools/libraries (.Net/WPF) to measure and store UI navigation data for analysis?

I want to measure and analyze user movements and gestures in the UI in order to refine the application user experience. I had imagined that feature-tracking libraries (like EQATEC or Preemptive's Runtime Intelligence) would allow this. However, this…
codekaizen
  • 26,990
  • 7
  • 84
  • 140
3
votes
0 answers

flutter: App tracking transparency for iOS app

Do I need to provide "app tracking transparency" popup to my users. My app is free and does not use ads. However, I use Firebase analytics to determine usage and email (FB, google ,apple)to login the user. I am getting ready to send an update for my…
user2570135
  • 2,669
  • 6
  • 50
  • 80
1
vote
0 answers

service data reset after swiping away application

Purpose of program: I'm trying to make an app that will count how many times the user checked their phone by issuing a broadcast for Intent.ACTION_SCREEN_ON. it then increments a counter and updates the activity with the new counter. The problem:…
1
vote
0 answers

How to check firebase realtime database pricing/usage

I'm looking to use firebase's realtime database for a few different projects and if I select the 3rd and final subscription option it changes price per month based on usage ( if I'm not mistaken ). I want to make sure that if I choose this 3rd…
0
votes
1 answer

Tracking method for QGIS Plugin Usage

I have a QGIS3 python plugin that I would like to track its users' usage. Is it possible to add a http request to the headers? How can I do it?
ManuCiao
  • 121
  • 1
  • 3
0
votes
1 answer

storage_usage View in Account_usage Schema showing data for all warehouse/projects?

Does the storage_usage View in Account_usage Schema reflect data for all warehouse/projects within the company? Is there a way to filter data just for a team or project like we have warehouse name field in WAREHOUSE_METERING_HISTORY view? If data…
PC-Stats
  • 95
  • 2
  • 9
0
votes
1 answer

Undesirable Credits incurred due to querying system-defined SNOWFLAKE DB

This is regarding the Tableau Snowflake usage monitoring report discussed in this link. https://www.tableau.com/about/blog/2019/5/monitor-understand-snowflake-account-usage?_ga=2.107754242.1833616758.1620049769-552039319.1616681733 I have a…
0
votes
2 answers

Security Monitoring and Tracking Standards

I am working on a system that handles authentication/authorization, and needs to keep track of the attempts of individuals logging in, making changes to the permissions/users, failed attempts, etc. We want to be able to parse this information into…
aperkins
  • 12,914
  • 4
  • 29
  • 34
0
votes
1 answer

disable app usage tracking temporily

I am using UsageStatsManager to get the history of app usage records in a particular day. The problem I have been facing is, for example, when user opens Facebook at 1:00pm, and at 1:01pm, he locks the screen, with facebook still in foreground, and…
0
votes
1 answer

Tracking usages of code across a SVN repository

I'm working on a library and am curious if my changes will break other projects in the Subversion repository which use it, so I'd like to search for usages of methods across all of the projects in the repository. I'm curious what my best option is. …
Jon Onstott
  • 13,499
  • 16
  • 80
  • 133
0
votes
3 answers

Tracking when an Android App is open

I want to track the usage of my app. Every time it's open on the device it sets a String that it's open for that day. If the user closes the app and opens it again in the same day, new value isn't send to server. So, I'm clean on this part. The part…
Claire
  • 60
  • 11
0
votes
2 answers

Track user usage in my Visual Studio Extenssion

My goal is to get tracking information of how the users use my extension and some information about the users. I've created an Visual Studio Extension in VS 2015, specifically an Tool window extension. This is then packaged as an .vsix package.…
Fore
  • 5,726
  • 7
  • 22
  • 35
-3
votes
1 answer

Is it possible to track who used a php script I created and how often? What is the best way to go about this?

I built a PHP script to help my team in work carry out a task more efficiently. It is not compulsory that they use it and they can still use the manual method. The script is located in a global location that is accessible for everyone to use, is it…
NeverPhased
  • 1,546
  • 3
  • 17
  • 31