Questions tagged [tracking]
The tracking tag has no summary.
28 questions
-2
votes
1
answer
118
views
How can I ensure that the stats are the result of human action and not automation?
Note: I'm talking about Amplitude because it's what I use, but it's probably the same with any stats tool.
Amplitude, because of its very nature, is insufficiently secured.
Stats are the value you get ...
-3
votes
1
answer
90
views
How can a third-party site know your identity on other sites (e.g. Off-Facebook Activity)? [closed]
I'm a software engineer by trade, yet I am shocked and fascinated by something I learned just recently. For example, I found out Facebook has businesses and sites share information about my activity ...
-1
votes
1
answer
1k
views
What is the best way to keep track of versions of multiple micro services delivered as part of a software solution?
We have an enterprise solution which consists of multiple components which are in turn comprised of micro services. We cater to both onprem and hosted models.
The challenge is to keep track of the GIT ...
0
votes
2
answers
508
views
Inject an Operation ID across multiple application layers
I am playing with my simple personal project - a simple REST API application and I am currently struggling with a kind of design problem.
The problem:
How to insert an operation ID (request ID, an ...
2
votes
1
answer
99
views
Cookie consent and facebook cookies?
As a bit of a background, we create a website where a "third party" can organize a sport event, letting us handle enrollment and other checks.
Well on our website ever since we implemented a cookie "...
1
vote
2
answers
147
views
Tracking non-logged-in users
A site I'm working on tracks users before they sign up or log in to determine things like which pages drive the most users to sign up for the service, etc.
Currently we make use of a browser ...
-1
votes
1
answer
151
views
Can I use a 1D barcodes for an inventory tracking system?
I am to develop an inventory tracking system (e.g. keyboards, mice, phones, etc.) I am wondering if it is possible to use 1D barcodes UPC standard for this, will I be able to track each individual ...
0
votes
1
answer
162
views
Affiliate Marketing - How to track all sales on 3rd party website made via my application
I'm looking forward to the possibility of an algorithm or a way to track how much sale has been made on 3rd party's website because of my client so I can get the commission.
For example if a user "A" ...
2
votes
3
answers
277
views
Move the onscreen circle when camera moves
I have a script that accesses my webcam and displays the captured video on the screen. I can also very easily draw a circle (a rectangle, it doesn't matter) over the video.
When I move the camera ...
-5
votes
1
answer
116
views
Easiest way to add tracking of interactivity (mouse clicks, scrolls, multi-touch gestures) to a React Web App already developed?
Context: we have a responsive web application developed in React.js, which we have successfully used a few times to run user studies on Amazon Mechanical Turk. Now, we would like to add interactivity ...
3
votes
1
answer
88
views
How can I track who invited who to install?
After a user invites their contacts from within my app, I want to send the first user a notification "so and so installed the app, you can now connect with them."
So when a user invites someone, I ...
7
votes
5
answers
1k
views
How does Agile avoid having a project stall when close to completion (the 90 percent syndrome)?
I read a lot the past few weeks about something that calls the 90% syndrome.
Basically, the syndrome describes a project that reaches about 90% completion on schedule, then stalls, finally finishing ...
1
vote
0
answers
1k
views
Best practices for encoding information in URL
I have implemented a tracking pixel that is simply an img tag that another party puts on their website. This works by making the src refer to our endpoint with query params set with extra information. ...
0
votes
2
answers
982
views
What are the prerequisites to start with OpenCV in C++?
I'm an intermediate C++ programmer. Do I need any math knowledge in order to build computer applications using openCV?
5
votes
1
answer
1k
views
Best way to verify that a user has completed a task on another website.
We are developing a website for students on which they first have to fulfill specific tasks in order to use our service. The problem is, that those tasks are on another website, which has nothing to ...