Questions tagged [visitors]
66 questions
50
votes
4 answers
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 status.
I know of the following:
IP Address - store…

Omar
- 39,496
- 45
- 145
- 213
10
votes
1 answer
How do I stop the breadth-first search using Boost Graph Library when using a custom visitor?
Say I found the node that meets my criteria and I need to stop the search.
ypv
9
votes
5 answers
A more generic visitor pattern
I'm sorry if my question is so long and technical but I think it's so important other people will be interested about it
I was looking for a way to separate clearly some softwares internals from their representation in c++
I have a generic parameter…

martjno
- 4,589
- 5
- 34
- 31
5
votes
3 answers
Determine unique visitors to site
I'm creating a django website with Apache2 as the server. I need a way to determine the number of unique visitors to my website (specifically to every page in particular) in a full proof way. Unfortunately users will have high incentives to try to…

user502248
- 305
- 2
- 9
5
votes
1 answer
Google Analytics: Visitors flow: Only showing root with 100% drop off, no pages
I would like to use the google analytics visitors flow tool but it does not show any specific page. All visits are in one big block "/". If I click on "group details" pages are listed just fine.
My site uses url parameters like mypage.com?p=products…

Gonzo
- 2,023
- 3
- 21
- 30
3
votes
2 answers
How to implement Marketo tracking code
I'm investigating how to implement Marketo tracking visitor, email, white-paper, webinar,...
I have research about it, but i just know install script munchkin, but i don't know how to get it works?
Anybody could help me understand more about it?…

n2lose
- 141
- 4
- 14
3
votes
1 answer
Awstats on Debian 10 - too small number of visits - options to fix it
I am using Awstats for many years and before my upgrade on Debian 10, everything was working fine.
I have a special configuration with an Apache2 server behind a Zope framework. I apply rewrite rules from Apache2 to forward request to Zope.
Here my…
user1773603
2
votes
1 answer
Piwik 1.5.1 Wrong number of visits and (unique) visitors
i just updated my piwik from 1.1.1 to 1.5.1 and having problems with the numbers of vists and visitors.
Each time i send a tracking request (with firefox 5) piwik increases the number of pages, vistis and visitors. That will be ok for my first…

JJ.
- 21
- 2
2
votes
2 answers
Unique visitors discrepancy
I'm facing a weird discrepancy about the unique visitors metric.
In my audience overview report I have ie. 100 visits made by 30 visitors in the period X (the timeframe is not relevant for this issue). Fine. But when I export the data, I find out…

user3046283
- 23
- 7
2
votes
1 answer
realtime visitors with nodejs & redis & socket.io & php
I am new to these tecnologies.
I want to get realtime visitor for each products for my site.
I mean a notify like "X users seeing this product".
Whenever an user connects to a product counter will be increased for this product and when disconnects…

orhan bengisu
- 323
- 1
- 4
- 12
2
votes
2 answers
Getting Unique Visitors From google analytics php interface (gapi)
I'm using the code :
function get_indiv_visitors($site_id, $start_date, $end_date=NULL) {
require 'config.php';
$ga = new gapi($ga_email,$ga_password);
$ga->requestReportData($site_id, array('pagePath'),array('Visitors'), …

user1366174
- 21
- 2
2
votes
3 answers
How to get number of visitors of a page on GAE?
I need to get the number of unique visitors(say, for the last 5 minutes) that are currently looking at an article, so I can display that number, and sort the articles by most popular.
ex. Similar to how most forums display 'There are n people…

lambo
- 21
- 2
1
vote
2 answers
Visitor Custom Variable Google Analytics Help
I am using Google Analytics Custom Variables for a site I am working on. Here is the code snippet uploaded on the page.
_gaq.push(['_setAccount', 'UA-xxxxxxxxx-1']);
//]]>