Questions tagged [user-tracking]

148 questions
0
votes
0 answers

User tracking except cookies, sessions, IP

I faced interesting behavior when actively navigating over pages of http://avito.ru So, I did navigating very actively, opening one page per each 2-3 seconds. After 1 minute I saw blank screen (this is how their ban works, without any explanation,…
Arsen
  • 153
  • 1
  • 12
0
votes
1 answer

Google analytics viewing access by userID

I have asked this question several times over on the GA forum, but no result. So maybe you guys can help... I have set up google analytics with userIds on various pages of a site, with the aim of identifying exactly which pages are looked at by…
peter
  • 195
  • 1
  • 1
  • 10
0
votes
1 answer

Best practice for database structure to track if user opened a certain content?

Currently I build a website, that will contain lot's of active and inactive contents. When a content is published, it is active and after some time it becomes inactive. I want to track all users who opend the contents in the active period. What is…
Daniel
  • 3
  • 5
0
votes
1 answer

View all requests by a Valence app/user

How do I view all requests from a specific app and match them to a specific D2L user? Within the D2L database, REQUEST_LOGGING_USERS_PATHS_DAYS shows the requests for each user and EXT_TOKENS shows the user tokens for a specific app. How do I match…
jon.werth
  • 5
  • 4
0
votes
1 answer

How to input # of user profiles to Google Analytics

Website was without analytics for some time and now it has 680 user profiles, 36 business profiles and 27 nonprofit profiles. What is best practice to input total # of profiles of each category to Google Analytics? And to keep track of those…
Vitaliy Hayda
  • 113
  • 2
  • 11
0
votes
2 answers

Create a txt file asp.net application access denied

We tried creating a txt file using this code using (StreamWriter _testData = new StreamWriter(Server.MapPath("~/data.txt"), true)) { _testData.WriteLine(" asd"); // Write the file. } But we get the message Access to the path…
Sebastián
  • 232
  • 2
  • 11
0
votes
1 answer

Windows Phone - find out user state when abandon App

Want to know who can I track with Google Analytics what is user state (for example run music track, start watching movie) when he clicked on home, or back button and abandon App? Want to know reason, why user left App and how long was he running it…
0
votes
1 answer

Track when website users share page on facebook and allocate them points

I've had an idea for my site that I ned some initial direction on as I don't know where to tart looking. I'm developing a subscription based site, where users can share the site on facebook and tally up points for each share. When they reach a…
Sam Skirrow
  • 3,647
  • 15
  • 54
  • 101
0
votes
1 answer

User behaviour tracking in JavaScript

I need to track the user's behaviour throughout a web page, for example: where he has clicked, in what order he has filled the textboxes, what he have written (and how much time he needed to write that), if he has scrolled the page, if the page has…
Carmine Giangregorio
  • 943
  • 2
  • 14
  • 35
0
votes
2 answers

Change Google Analytics' uniqueness criteria

I am currently using Google Analytics in my Application, where most of the pages are after login. I found an issue with GA, around unique user count. The problem is that if the same user logs in from different machines, then he is tracked as a new…
0
votes
1 answer

ASP.NET active users count and tracking user activity

I need some help. Someone please tell me the best way to track user activity (ASP.NET website.) I need to manage list of all active users and find out the current page the users have opened. For example if user A is on Registration page then I need…
user2902617
0
votes
1 answer

Determine how long portion of webpage stays visible in browser

I have a website with pages that scroll very far with lots of images on them. Each user that logs in sees a different set of images. I'd like to record how long the users stay on each portion of the page so I can see which images they're most…
0
votes
2 answers

Track if the users have read documents Sharepoint 2010 Document Center

I want to track if the users have read sharepoint 2010 document center's documents, currently user infos are not stored in audit logs, is there any way to do it?
0
votes
0 answers

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 already employing Google Analytics on my web page…
Marcin
  • 591
  • 5
  • 12
0
votes
3 answers

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 computer or other device, I want to get details…
KRM
  • 97
  • 1
  • 6
1 2 3
9
10