Tagged Questions
The visitors tag has no wiki summary.
42
votes
7answers
5k views
When should I use the Visitor Design Pattern?
I keep seeing references to the visitor pattern in blogs but I've got to admit, I just don't get it. I read the wikipedia article for the pattern and I understand its mechanics but I'm still confused ...
10
votes
2answers
763 views
Visitor Pattern + Open/Closed Principle
Is it possible to implement the Visitor Pattern respecting the Open/Closed Principle, but still be able to add new visitable classes?
The Open/Closed Principle states that "software entities ...
9
votes
5answers
842 views
accurate page view count
What is a good approach to keeping accurate counts of how many times a page has been viewed
I'm using Django. Specifically, I don't want refreshing the page to up the count.
4
votes
5answers
3k views
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 ...
3
votes
5answers
550 views
Detecting a “unique” anonymous users
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 ...
2
votes
1answer
100 views
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, ...
1
vote
1answer
62 views
Google Analytics - Visits vs Unique Visitors [closed]
I am struggling to understand the difference between visits and Unique visitors
My account shows
411 Visits
1,041 Unique Visitors
How can I have more unique visitors than visits?
Please help
1
vote
2answers
158 views
Visit page without incrementing hit counter
I frequently visit a certain page on the web to view the hit-counter, but my visit is counted every time and it's inflating the number of actual hits. Is there a way to visit the page without adding ...
1
vote
1answer
70 views
how to track sells you make by visitors reffered by another website?
In my future website, i'll have parteners and i want them to receive a certain percentage of money according to how much the visitors they sent me bought items.
So this is a simple question :
How to ...
0
votes
1answer
14 views
Track multiple subdomains + tld Google Analytics
** tld = top level domain
I am wanting to track my main domain and all of its subdomains (around 180) in Google Analytics.
I am wondering if it would be better to create 180+ profiles for each ...
0
votes
1answer
70 views
When PHP Counter reaches x visitor limit, redirect to new page
I am very new to this, It s for a project for school. (I don t know php, only playing with flash for design)
I am using a php code loaded in my flash webpage to count the number of visitors. What do ...
0
votes
0answers
74 views
iTunes DJ Request API Equivalent
I've looked through the other questions regarding iTunes and its API, but what I'm looking for isn't being done yet I don't think...
Essentially, what I'd like to be able to achieve is on my website, ...
0
votes
1answer
134 views
drupal module statistics not counting recent page views
I have the the statistics module for drupal, but it seems to fail, it doesn't count the page views..
all remains in 0 if I want to show for example a total view for an article in a view,
and when I ...
0
votes
1answer
257 views
PHP MySQL visitors best way to count and detect
i want to count the visits to each page in the site and detect who is online
my solution
table for all sessions of visitors
-----------------------------------------------
|id | sessionid | ...
0
votes
2answers
446 views
How can I estimate the number of unique visitors for a given URL?
I need to get an estimate for the number of unique visitors, given a domain name. I want to use this value in a calculation, so unfortunately a traffic rank, as in an Alexa rank will not work.
Is ...
0
votes
1answer
392 views
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.
0
votes
1answer
619 views
MySQL Get rows between months
I'm trying to SELECT the visitors of my site per month for the current year.
For every different IP/user_agent combination there will be added a row per minute. To track the hits and the unique ...
0
votes
6answers
346 views
Website Stats/Traffic (backlinks, visitors)
How may I get the ranking statistics of a particular website using PHP, I'm talking about services like statbrain.com. I know I'll have to use other sources like Google, Yahoo and Alexa etc and that's ...
0
votes
5answers
201 views
Call Visitors web stat program from PHP
I've been looking into different web statistics programs for my site, and one promising one is Visitors. Unfortunately, it's a C program and I don't know how to call it from the web server. I've tried ...
-1
votes
2answers
54 views
Does a website require a minimum amount of visitors in order to get approved for adsense advertising by google? [closed]
I have a website that I just created. I haven't tried popularizing my website so I don't have any visitors yet. However, I would like to put adsense advertisements on my websites before I start ...
-2
votes
2answers
1k views
how to count the site current visitors using java script or php
I need to get the current site visitors number using Javascript or PHP.
I need it using the best way between php and Javascript.
Thank You