Tagged Questions
The visitor-statistic tag has no wiki summary.
7
votes
4answers
496 views
How to measure visiting time of a user
I like to measure the time a user spent on a particualr page of my webapp. First i thought about catching the onunload/onbeforeunload event in the browser and notify the server via a XMLHttpRequest ...
6
votes
6answers
741 views
How to identify unique user?
Question
How can you determine if a user is unique or not?
I understand there are many ways to do this using cookies, but what about methods that don't use cookies?
For example, go to Urban ...
4
votes
2answers
235 views
Google analytics API c#
I'm currently implementing a pageview counter on some webpages using the Google Analytics API. I'm having a hard time figuring out how to use the Google API. Could someone post some examples how to ...
4
votes
4answers
2k views
How do I Extend Blogengine.Net to collect statistics of visitors?
I love BlogEngine. But from what I can se it does not collect the standard information about the visitors I would like to see (referrer, browser-type and so on).
When I log in as Admin I have a menu ...
3
votes
1answer
76 views
measure time spent on a web page [closed]
Possible Duplicate:
How to measure a time spent on a page?
I am trying to get the time spent on some of the pages in my site. One way I am thinking to implement is polling the server with ...
3
votes
1answer
292 views
Google Analytics API - Programmatically fetch page views in server side
We have a web application that consists of several pages. We registered our web app domain to Google Analytics and page views tracking works as expected (In the Analytics panel we can see page views ...
3
votes
2answers
644 views
Get the referrer, paid/natural and keywords for the current visitor with Google Analytics
Is it possible to get the following information about the current visitor using Google Analytics API with JavaScript?
Referrer site ('Source' in GA)
Paid or natural ('Medium' in GA)
Keyword
First ...
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
123 views
Use Google Analytics for data to display on our webpage?
On some of our pages, we display some statistics like number of times that page has been viewed today, number of times it's been viewed the past week, etc. Additionally, we have an overall statistics ...
2
votes
5answers
645 views
Minimalistic visitor stats based on PHP?
Does anybody know a minimalistic, nice-looking visitor statistics suite based on PHP that displays visitor stats in a end-user friendly way.
I know Google Analytics, and the big names in PHP and Perl ...
1
vote
1answer
47 views
Ajax and/or PHP error
I am using AJAX along with PHP to communicate the time a visitor spends on a page to the server where the PHP scripts writes the time spent along with other details to a text file. The AJAX script is ...
1
vote
3answers
134 views
Simple realtime unique visitor counter with low database stress?
Title basically says it all. Spent a while trying to find an answer with no luck.
What's good practice for a realtime unique counter that won't hurt the database under load?
PHP, MySQL and jQuery
1
vote
2answers
69 views
How reliable is php function get_browser?
I am trying to find a good way to detect a visitor OS, browser, etc.
I found the PHP function get_browser
And I see that function can detect Java, I though the function used the user agent for ...
1
vote
3answers
233 views
How should I store user agent data?
When we detect these items for visitors:
Browser name
Browser version
OS name
OS version
Screen resolution
Screen depth
Flash enabled
...
Should these all be stored in the database in separate ...
1
vote
3answers
78 views
How can i show what days and times has the most activity on a website using PHP and MySQL?
I want to make a bar diagram on my website that shows what days of the week and times-of-day has the most activity/logins.
So i'm wondering if someone could give me some tips on how they would do ...
1
vote
3answers
440 views
View counter in ASP.NET MVC
I'm going to create a view counter for articles. I have some questions:
Should I ignore article's author
when he opens the article?
I don't want to update database each
time. I can store in a
...
1
vote
2answers
181 views
Multiple web sits application visitor counter
I have a multiple web sits asp.net application.
In this application different domains using the same pages.
All pages inherit from base class named: PageBase
wich inherit from System.Web.UI.Page.
By ...
1
vote
6answers
215 views
Determine how many users viewed a page
I am working on a component in C# to record how many unique viewers have viewed my website / page, making certain the same user revisiting, is not recorded twice. What is an efficient method to write ...
1
vote
3answers
309 views
Tracking Unique Page Views
What is the best method of tracking page views (uniques specially) for a certain page?
Example: Threads in a forum, Videos in a video website, questions in a Q/A script(SO).
Currently, I'm taking ...
0
votes
2answers
17 views
how to ensure visit different web page by human not by bot?
how to ensure visit different web pages by human, not by bot program?
Is there some tecnique?
thanks
0
votes
1answer
25 views
Method to track visitor count on an Intranet page without using external providers
Since most visitor count services are based on measuring public sites I am not able to use such services.
My goal is to measure how many unique visitors are surfing on a specific Intranet site per ...
0
votes
0answers
25 views
1 website, 3 visitor statistics counters, 3 results [migrated]
For a couple of months I've got a Wordpress website (http://www.tricky-design.com) online. I was curious how many visitor do visit my website therefore I'd setup a statistics counter Statpress (plugin ...
0
votes
2answers
59 views
google analytics returning visitors number drop after subdomain-tracking related tracking code modification
last friday we switched our website, www.ourweb.com tracking from "single domain" to "one domain to multiple sub-domains", to track both www.ourweb.com and blog.ourweb.com
so i modified the code on ...
0
votes
1answer
20 views
Get Uniqie views and views in one SQL query
I would like to retrive uniqie views and views in a single query.
My current query to retrive views looks like this, but i would also like to retrieve unique views with it.
The field to the IP ...
0
votes
2answers
101 views
Possible to retrieve users who visited particular page from Google Analytics?
We have profile pages for members of our website. I want to show our members who has visited their profile page. I currently implement this by recording traffic in our database. Some of the ...
0
votes
4answers
456 views
track visitor info on every request
Using Asp.net webforms I want to track down visitor info just like Google Analytics does. Of course, I can use Google Analytic for this purpose but I want to know how can I achieve the same thing with ...
0
votes
2answers
83 views
help debug a php page
<?php
error_reporting(E_ALL);
// Getting the information
$ipaddress = $_SERVER['REMOTE_ADDR'];
$page = "http://{$_SERVER['HTTP_HOST']}{$_SERVER['PHP_SELF']}";
if(!empty($_SERVER['QUERY_STRING']) ...
0
votes
1answer
78 views
Any ideas for a model (class diagram) to track visitors for a website?
My background idea is to create a software layer that merges all the things related to anonymous visitors:
-uniqueness
-sessions
-geo-localization
-hit counter
-basic reporting
-distributable APIs
...
0
votes
1answer
379 views
drupal visit counter
I am new to drupal. i am making site in which requirement to implement counter as like provided by feedgit.com
this site provide widget to install. i have implemented on blog ...
0
votes
0answers
610 views
how to get the current site visitors count using php [closed]
Possible Duplicate:
how to count the site current visitors using java script or php
hi
how can i get the current site visitors number using php ?
0
votes
4answers
308 views
Using htaccess to track visitors?
I have a demo server where I put samples of my apps, I send potential customers links to those apps. Is it possible to use htaccess to track visitors, without adding tracking capability to the apps ...
0
votes
3answers
81 views
How do you separate visitors to two intro pages to compare amt of registration per visitor?
I am making a site that depend on users to register to be able to play my online game. If they don't login they only get to see the intro page.
If the user login to the site I will save this ...
0
votes
1answer
40 views
How to determine the most frequently visited routes through a web site by visitors?
I want to be able to discover the 10 most popular routes through our web site that lead a visitor to register with us.
I have already logged all of this info, but don't seem to be able to find the ...
0
votes
1answer
207 views
how to select database content foreach month?
i have table named visits in my database like this :
id
ip
action_date|time_stamp
i use this code to store site visits
/* Hits table has an auto-incrementing id and an ip field */
// ...
-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