The user-tracking tag has no wiki summary.
0
votes
0answers
12 views
Should I store user visits?
I have been storing visits to my site. Info such as browser, ip, current page, time, etc. are being stored. I use the data for statistic purposes. And for less than a month the database has stored ...
0
votes
1answer
53 views
How to limit live streaming page to one connection per user?
I want to limit the limit users who connect to my live streaming page, such that users can't share passwords and login multiple times under the same account, from different locations.
I don't mind if ...
0
votes
0answers
44 views
MKMapView user location is jittery
I have an MKMapView, set to track the user's location and heading (MKUserTrackingModeFollowWithHeading).
This is the incredibly jittery result:
https://dl.dropbox.com/u/2338382/IMG_0175.MOV
Is ...
0
votes
0answers
72 views
Retrieve user data from Google Analytics based on the __utma cookie
I am trying to find out how active are the users of my web page after registration, based on what was the source/landing page of their first visit. I would rather not try to track users myself - I am ...
-1
votes
3answers
38 views
Can I track to what device an image has been downloaded?
I want to add a tracking script to my image, but I don't know how to do it. Let's say I have an image of my house which I have stored in an image hosting service. When someone downloads it to their ...
0
votes
1answer
221 views
MixPanel user tracking
I would like to track users with MixPanel. I'm using the following code (data is hard-coded, as it is in proof-of-concept state currently):
if ("@Auth.UserID" !== "0") {
if ...
1
vote
1answer
133 views
Google Analytics Campaign tracking with external payment site
I have a webshop where users come from many different other sites and newsletters. To track where the people came from, we use campaigns in Google Analytics.
Now we are implementing our own external ...
0
votes
0answers
41 views
How to implement user tracking in JRuby on Rails?
In our rails app we wish to track which pages a user visits, how often they visit a page, which page they came from and how often they perform specific actions in our app (save/load/edit/etc).
We ...
2
votes
0answers
91 views
why browsers allow setting cookie on the parent (cross) domain of an iframe?
Why can a site (a.com) having an iframe to another domain (b.com) have it's cookie viewed and changed by that other domain document?
Just saw this happening in an Ad, and went to do a proof of ...
10
votes
1answer
1k views
Having trouble with mapkit usertrackingwithheading mode on iOS 6
I think I may have discovered a bug in the mapkit API for iOS 6, but since I still consider myself a rookie I thought I'd check here to see if anyone can point out something I may be doing wrong.
I ...
0
votes
0answers
52 views
Are there JavaScript-based user events tracking tools available?
I am looking for a tool to track individual events generated by users while they interacting with web-content on a particular web-site. Specifically, I am seeking of JavaScript framework for general ...
1
vote
1answer
105 views
Should Google Analytics utm_ parameters be treated as write-only?
I have a simple question I can't seem to find a proper answer for.
Does the documentation for Google Analytics specify anywhere whether it's ok or not to use for instance the parameter utm_term ...
0
votes
1answer
48 views
Web user mesaurement process [closed]
How is high accuracy profiling of website users obtained? Is it a classification problem? How are attributes like age, sex and job derived from users visiting a website? For example, Quantcast ...
0
votes
1answer
43 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
749 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
3answers
164 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 ...
1
vote
1answer
204 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 ...
0
votes
1answer
140 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
191 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
1answer
1k 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 ...
1
vote
1answer
71 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
103 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 ...
2
votes
1answer
74 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
198 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
2answers
512 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 ...
9
votes
6answers
3k views
Detecting a “unique” anonymous user
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 ...
0
votes
1answer
95 views
Tracking user's activities and give suggestion
I would like to implement a suggestion mechanism like Amazon. When users browser my ASP.Net page, their activities are tracked and we can analyze their behaviors to give advertisements, suggestions, ...
0
votes
1answer
109 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, ...
1
vote
3answers
226 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 ...
2
votes
1answer
636 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 ...
0
votes
1answer
354 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 ...
5
votes
3answers
211 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.
...
1
vote
1answer
904 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 ...
6
votes
3answers
7k 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']);
...
4
votes
8answers
446 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 ...
1
vote
2answers
2k 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 ...
2
votes
4answers
178 views
How would you implement a “last seen” feature for users?
On Stack Overflow, the profile page lists a "last seen" property. This doesn't seem to be updated on every page view (for performance reasons, obviously). How would you implement it in a ...
13
votes
4answers
7k 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 ...
