Questions tagged [user-tracking]
148 questions
4
votes
4 answers
Google Analytics - only track traffic to a folder of the site
I want to track traffic for mysite.com/current-campaign/ and careless about traffic on mysite.com in general.
Is it ok to place the GA tracking code in the files inside the /current-campaign/ folder or does it HAVE TO be in the root of the server…

Francisc
- 77,430
- 63
- 180
- 276
4
votes
1 answer
CQ5 how to show different content to different visitors?
I know that CQ5 have tools to help divide visitors into different segments based on particular segment traits.
By default there are about a dozen built in segment traits like "IP Range", "Visitor Age", "Facebook Profile", "Referral Keywords"…

davidx1
- 3,525
- 9
- 38
- 65
4
votes
0 answers
How can i detect that facebook friend has accepted invite to play iOS game?
I have an iOS game. And i want to reward a player after his friend on Facebook has accepted his invite to play the game. Now i see only one way to do this. Firstly we save recipient fb IDs and then from time to time check wether that recipients are…

Mikhail Zinkovsky
- 156
- 1
- 9
4
votes
2 answers
Track android apk download source(not from Google play)
i wan't to track my app download source,apk will be available through several campaigns. Issue is app download link is direct url, It is not on Google Play Store so i can't receive INSTALL_REFERER broadcast.
I can track clicks easily by logging each…

Akhil
- 6,667
- 4
- 31
- 61
3
votes
3 answers
how to track visitors with php and jquery, to determine a unique visitor from a pageview
I wanted to track visitors going to my web site. When a visitor arrives I want to add into my database that there has been a new visitor, and be able to tell if they are returning or new.
Would it be best to track them with a cookie, or via IP…

Source
- 1,026
- 4
- 11
- 23
3
votes
1 answer
Is it possible to find client details using javascript?
I need to find website visitors (client) details using only JavaScript/jquery.Is there any way without using third party API?If not possible then any trustful third party API to get client details like machine name(optional),mobile device model…

dharmesh parmar
- 127
- 1
- 4
- 9
3
votes
1 answer
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 out, I have a table that contains a TicketID,…

LiamGu
- 5,317
- 12
- 49
- 68
3
votes
0 answers
How to track registered users with Google Analytics
We have a website where the users are registered (or not).
We'd like to 'reward' the regular registered visitors.
Well, so what i'd like to do is to check if an user have visited the website on the current day, week, month.. and so on.
Is this…

Miki Torandell
- 163
- 1
- 11
3
votes
1 answer
Codeigniter user tracking for visitors
I am working on Codeigniter site and trying to implement User tracking functionality for visitors only (not registered users).
I want to track ( ip address, from_page, to_page, time_stamp) on every page redirect and as I want to track only temporary…

hass_
- 63
- 2
- 7
3
votes
1 answer
How to find if two distinct accounts are being accessed from same computer but using different browser?
I couldn't track a machine using ip-address because I usually get proxy server address
public static String GetIP()
{
String ip =
HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"];
if (string.IsNullOrEmpty(ip))
…

Shajo
- 873
- 2
- 11
- 22
3
votes
2 answers
Should I use cookies or IP address to identify unique visitors?
As per title, the 'home page' of my website will differ depending on whether the user is unique or not (i.e. the user has never visited this site before).
I appreciate 'never' is not 100% accurate in either case of cookies or IP address as they may…
user1017882
3
votes
2 answers
Google Analytics: Simultaneously running Classic and Universal Tracking
I recently needed to enable Demographics and Interest Reporting on a website which had already upgraded to the Universal tracking code. Since the universal tracking code isn't set to support Demographic and Interest Reports until Phase 3, I decided…

Dln
- 478
- 1
- 4
- 8
3
votes
2 answers
Debugging Mixpanel track_forms
Does anyone have experience debugging Mixpanel track_forms?
First of all, the Firebug Chrome console (when debug is enabled in Mixpanel config) shows an empty properties object for any track_forms event. Every other Mixpanel event has a populated…

randalv
- 900
- 9
- 19
2
votes
1 answer
Can you count unique visitors to a website without server side code?
I have created a Gatsby blog for my friend, which means it is serverless and does not use a database. This works quite well for a blog which will only need builds every time I make changes or he adds a blog post - however it wouldn't work too well…

Thas Me
- 53
- 7
2
votes
1 answer
what is the _lr_id_ localstorage item and where does it come from?
It appears that localstorage contains an item called _lr_id_ by default. It shows up on all browsers and recreates itself when localstorage is cleared. I tested this on an OSX laptop and a Linux laptop in 4 different browsers, so it's definitely not…

williamcodes
- 6,317
- 8
- 32
- 55