Tagged Questions
The user-tracking tag has no wiki summary.
12
votes
5answers
4k views
Cross Domain User Tracking
We have several websites on different domains and I'd like to be able to track users' movements on these sites.
Obviously cookies are not feasable, because they don't cross domain borders.
I could ...
5
votes
3answers
171 views
How to write “Last Seen” logic like that on Stack Overflow
I'm working on an application that has similar logic as SO with regards to when the user was last seen. I've run into a conceptual problem that I'm hoping some of you Guru's can help me out with.
...
4
votes
8answers
389 views
how to know visitors is actually looking at the webpage and for how long?
when the visitor goes to a webpage, how do we know the visitor is actually showing the page on top (instead of going to another tab or app already).
also how do we know how long the user has read the ...
3
votes
5answers
550 views
Detecting a “unique” anonymous users
It is impossible to identify a user or request as unique since duping is trivial.
However, there are a handful of methods that, combined, can hamper cheating attempts and give a user quasi-unique ...
2
votes
1answer
47 views
Is there a clean way to preserve a parameter in a Rails controller?
We have a few self-contained pages in part of our mobile site which allow a user to sign up for a service. We have arrangements with other companies who send visitors to these pages, and they put a ...
2
votes
1answer
392 views
ASP.NET MVC: Tracking Page Views and view Duration
I have an application I'm currently working on that requires Administrators to be able to track the views of a ticket and it's duration.
I've got the tracking of the number of views by users sorted ...
2
votes
3answers
3k views
Parsing __utmz tracking cookie to get referral
I use Google Analytics on my site, and I want to read __umtz cookie to get referring link. I made some research and I wrote such code:
$refer=explode('utmcsr=',$_COOKIE['__utmz']);
...
1
vote
1answer
32 views
Filter to track time spent by an user in each page in a spring application
I am working on a spring application in which I want to track the users time spent on each page. I am planning to do it via Spring filters. Is there a spring filter that intercepts each and every page ...
1
vote
0answers
101 views
Basic data flow from user tracking to live feed
Can someone explain how the flow is from point of user tracking to the live feed from the data model point of view? My dev team is having issues with this:
When a user performs an activity the ...
1
vote
3answers
132 views
Unique reference for a user without the use of cookies or javascript?
What I am looking for is way / design to track a user / site visitor without the need for cookies or JavaScript as about 5% of users have one or both of these turned off.
What I would like to ...
1
vote
1answer
364 views
Is there a JavaScript user tracking framework / best practice site?
I am upgrading the tracking of our company click monitoring tool. Currently it uses a <img/> tag to call a page and pass the required information to our system. We need to upgrade this to use ...
0
votes
1answer
13 views
Is logging browser information tracked to a user bad? [closed]
I know we all do semi-anonymous logging (server logs, Google Analytics, etc.). However, on one of our external web applications, we have some non-reproducible errors that the external users report ...
0
votes
1answer
42 views
How Do Internet Advertisers Use Third-Party Cookies?
If a given web server can only read cookies from those set within its own domain, how do Internet advertisers track user's web traffic from websites outside of their network?
Is there some kind of ...
0
votes
2answers
25 views
Save web user clicking information on database
I'm working on a tracking system which will save a web user's activity to a database, it will be a simple system which I want to only intiate a save "when" a user click's on a specific link.
I have ...
0
votes
0answers
21 views
Can I track how often a user clicks an iAd on my iOS app?
I want to track how many times each user of my iOS app clicks on an iAd. Is there a way to do this?
One way would be to store this info on the device and then upload it every few days. Is this ...
0
votes
0answers
39 views
User Click Tracking Library for Desktop App
We are looking into the possibility of allowing users to opt into a program where they report what button clicks etc. they do, and I was wondering if anyone can suggest a good library which already ...
0
votes
1answer
59 views
User tracking table design and method
I have some questions about database design for user tracking (analytics)
My website will have 3 classes of user:
non user
user with incomplete regstration progress
registered user
For each of these ...
0
votes
0answers
48 views
cakePHP - a cookie to determine if user visited the site before
I've tried to create a news alert that should be displayed only once, for xx seconds.
The only way to do it without logging the user, is cookie (I can't rely on IP).
So, I wrote some code..
The idea ...
0
votes
0answers
32 views
How to gather info similar to panopticlick.eff.org
I saw that the website http://panopticlick.eff.org/ gather info about your browser, which makes you unique, even without cookies or IP tracking.
My question: Is there any public available script ...
0
votes
1answer
40 views
Send traffic info to another Google Analytics account
We have traffic being driven to our site by an affiliate. They send traffic to a private label we made (a new skin on our site).
We track our users via GA. They would like access to the data for ...
0
votes
1answer
72 views
organize assistance in mysql: tables VS columns
Reason
I am organising a system to keep the track of assistance/punctuality in a music band weekly. We are around 40 people, and I would like how should I organize it. I need to save 2 things, hour ...
0
votes
2answers
275 views
Tracking user actions for reward/achievement system
I am in the process of implementing a user awards/achievement system for a web site I've been working on for the past year. The basic premise is similar to what you would find on GameTrailers, or ...
0
votes
1answer
73 views
Ultimate user tracking list?
Is there a list of possible items we can track about users, both client and server side in php? I dont care so much about OS, brower, etc but more privacy items like wifi vs land, ssid, ipaddress, ...
0
votes
1answer
144 views
How to cross-domain identify a user with third-party cookies?
I am doing an internship in an ad-targeting startup.
We have publishers in our network that can display ads we send them. Currently our system is able to analyze the behaviour of a user whenever he ...
0
votes
2answers
1k views
How does Google track search result clicks? Is this the best way?
As the question states, I'm trying to figure out how google tracks clicks on search results. When you view the source, you find the following:
<a href="http://www.yahoo.com/" class=l ...