Questions tagged [user-tracking]

148 questions
0
votes
2 answers

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 ("@SessionWrapper.UserInitialized" === "False") { …
Lajos Arpad
  • 64,414
  • 37
  • 100
  • 175
0
votes
1 answer

Tracking chrome version to 20 when it's 23

I'm trying to make a browser tracking for my website, so far it is going good. But when i came to Google Chrome it just say i'm in Chrome 20.x. When i look i'm in Chrome 23.x. I have IE 8 and the code is as followed: else if (ereg('MSIE…
Lasse Andersen
  • 85
  • 1
  • 2
  • 9
0
votes
1 answer

Button tracking via sendmail

I need to track a button that redirects users to another site something like pinterest does. If someone clicks on an image it opens the image in bigger size, with a button that if u click on it it redirects to the original site, like pinterest. As a…
Chris Fadu Uba
  • 133
  • 1
  • 1
  • 10
0
votes
2 answers

Nonsense number of clicks from same visitor in GA

I have an iframe (on different domain) inside a blog with GA tracking the links (inside iframe). For some strange reason, we got a nonsense number of clicks from same visitor. Is there any possibility of some plugin or external code on blog make…
Marco Lima
  • 103
  • 1
  • 6
-1
votes
0 answers

Storing UTM parameters using localStorage

I am demand gen in one B2B company, and I've heard there is a way to store UTM parameters (in my case most important thing) from URL and append them every time users re-visits our website using localstorage. Since I'm not so familiar with this, I…
-1
votes
1 answer

How to recommend items in Django?

I want to track the user and which categories of blogs he/she is searching/reading then utilise this data to recommend blogs in a recommended blogs section in the home page. I have been researching for several days and found Django-recommends but…
-1
votes
1 answer

iOS Mapbox accuracy issue with no cellular data?

seems like accuracy of the user location is somewhat of when cellular data is not available? Can I adjust how often user location is updated? Is there an example of user location adjustment to streets/roads/driveways? As you can see below line is…
kos
  • 1,357
  • 9
  • 21
-1
votes
1 answer

How to get some unique user id when user clicks my Facebook Ad

My client uses Facebook Ads that drive users to his website. When a user clicks an Ad he is taken to a landing page of an survey. The problem is that the cheaters manipulate the url and use VPN's to switch IP addresses, and we can't determine the…
divian86
  • 11
  • 3
-1
votes
1 answer

Google Analytics Tracking across Websites: Privacy Issue

I have been reading up on how google analytics work. So this is my understanding: Google analytics gives JavaScript code to publishers which publishers inserts in his webpage. When user visits that page, data is collected and reported to google…
-1
votes
1 answer

How to get particular updated of new added filed value in MYSQL CI?

I am working on the CI in this project i need to implement user activity tracking for logged in user like if any user see any records i can save that to the database and if any record is updated then i need show get only that particular updated…
-1
votes
1 answer

Hide information in window.screen

Is it possible to instruct Firefox to hide the information contained in window.screen? According to this paper [1], it can be used for tracking purposes. Thank you. [1] https://panopticlick.eff.org/browser-uniqueness.pdf
gulbrandr
  • 1,005
  • 1
  • 9
  • 16
-5
votes
2 answers

How do I find visitor name from his / her IP address

While working with Google Analytics, I was thinking how do I get the name of user currently viewing my websites. I Googled and found that many Companies are providing the same & on top of that using GA, like leadfeeder, whoisvisiting etc. So after…
Sufian
  • 33
  • 1
  • 8
-5
votes
2 answers

Tracking Emails containing plain text in C#

I want to track an email containing only plain text in gmail or yahoo.I got the solutions in which i have to insert the image to track it.So is there any way to track the email only containing plain text in gmail or yahoo using c#?
1 2 3
9
10