The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
19 views

Google Analytics is giving confusing statistics. Numbers don't add up [closed]

I am running the analytics and SEM for my company and we are getting some confusing statistics. We are receiving ~750 unique visitors to our page, and in-page analytics says that 24% of them click ...
-2
votes
1answer
19 views

How to measure a web page significance [closed]

The title tells it all. I have a website with many webpages and there are many visitors of that site. How can I measure the significance of each page of that website? Here significance means how ...
0
votes
2answers
60 views

Storing website visitors without running out of MySQL connections

We have an analytics application which allows users to run a number of different reports. We have a single master - slave MySQL database setup. One of the things which we track is visitors on our ...
0
votes
3answers
85 views

Should I use a text file or a database for a PHP visitor counter?

I need to create a visitor counter for my websites and I'm wondering if it is better to store and read the information from a txt file located somewhere in my host or directly from the database. ...
0
votes
1answer
54 views

rails algorythm visitors count

Which is the best way to implement visitor's logic? Create visitors table |ip|resource_type|resource_id| Create serialize field in records (Post, Pet, Event, Ad, etc...) Use nosql solutions Any ...
-1
votes
1answer
63 views

user page statistics [closed]

I have a site (PHP - CodeIgniter) where users create posts (they also have their own page...), I have to implement a statistics page and the users would only be able to see statistics for their posts. ...
0
votes
0answers
28 views

Counting page visits server side

How should I implement a simple page counter to keep the number of visitors updated? It doest not need to be accurate. Of course, saving any state at the database is prohibitive: any table or ...
1
vote
0answers
45 views

Report for ISP versus Custom Variable in Google Analytics

I push a custom variable like this: _gaq.push(['_setCustomVar', 1, 'userName', '', 1]); I can see their list from the Google Analytics menu: Audience/Custom/Custom Variables. I can add ...
0
votes
1answer
228 views

Statistics at user level in ASP.NET MVC?

We have a very simple statistics collection global filter on our web application, but now we would like to collection more information and I thought that may be somebody already has done this, so are ...
0
votes
1answer
91 views

Is there any way to determine visitor statistics from Rails 3 log files?

Recently a Rails 3 app we built and host had some issues with the Google Analytics tracker installed. This resulted in vastly diminished statistics being tracked during the last month. We have our ...
0
votes
3answers
94 views

SQL , count equivalent values in each column

I'm working on a URL shortener project with PHP & MYSQL which tracks visits of each url. I've provided a table for visits which mainly consists of these properties : time_in_second | country | ...
0
votes
0answers
38 views

Counting total number of distinct real people that have seen a web page? [closed]

What is most accurate method to count total number of distinct real people that have seen a web page? (not number of times that a page is requested). In other word what is your idea to make counting ...
1
vote
1answer
483 views

Wowza statistics processing

I've been looking for a free app for processing Wowza logs, and I've found only these: CegaraWowStats - looks good, the problem is that the sources were hosted only at megaupload, and the admin ...
-3
votes
3answers
142 views

Gather Viewers IP

I want to know how to get the IP address of visitors to my site. I will then put this into an SQL table that will count how many times they visit. I know PHP, JavaScript, HTML, and MySQL so I just ...
0
votes
0answers
22 views

Inline adverts useage tracking

If you are using JavaScript to inject 'inline' adverts into a page like Infolinks & Adbrite into a web page how would you track a visitors usage of those ads? because the stats provided by ...
0
votes
1answer
294 views

Implementing a Visitor Tracking System

For my website I want a track visitor system I found this one HERE But after setting it up, I get an error. Fatal error: Cannot redeclare getBrowserType() (previously declared I also don't know ...
0
votes
1answer
589 views

how to force open new tab / window for javascript?

I want to install supercounter in a page: < !-- BEGIN: Powered by Supercounters.com --> <script type="text/javascript" src="http://widget.supercounters.com/online_t.js"> </script> ...
1
vote
0answers
135 views

How to track conversion from “new visitor” to “returning visitor” in Google Analytics? [closed]

I own a site, and I want to know how many of my "new visitors" are being converted into "returning visitors" after visiting my site. Not how often users visit my site, recency or anything like that, ...
0
votes
1answer
1k views

Visitor counter on backend - Joomla 1,5 site

Is it possible to have visitor counter that is invisible on front-end and visible on back-end of Joomla 1.5 site? I would like to know how many people is on-line on my site and see this data in the ...
0
votes
2answers
450 views

visitor counter in php when open/close or leave the page [duplicate]

Possible Duplicate: how can I make visitor counter in php? I want to insert when page open/close or leave but not onunload .. the below code help me to insert when open the page , but not ...
1
vote
2answers
1k views

how can I make visitor counter in php? [closed]

How I can count visitors ?? I want to insert when open the page and when close or leave the page but not onunload And I don't want to insert when refresh the page the below code help me to insert when ...
0
votes
1answer
106 views

statistics module in joomla1.5 is needed

I need a module to display visit statistics in details of today,yesterday,week,month and total that could be displayed as a popup window on mouse over event. My joomla version is 1.5 . is there any to ...
0
votes
0answers
129 views

Tips for building a site statistics backend?

I'd like to build site statistics that are a bit more substantial than just google analytics. (lots more user specific logging, associated with their login, recording of ajax tasks) Are relational ...
3
votes
1answer
897 views

Sudden, drastic changes in bounce rate. What could have caused this?

I have been working with a website that has had a consistent bounce rate around 50-60%. A couple weeks ago, the bounce rate dropped significantly to 2-6% for about a two week span. Recently, it has ...
1
vote
3answers
90 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
390 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 ...
1
vote
1answer
222 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 ...
0
votes
2answers
835 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 ...
3
votes
1answer
402 views

measure time spent on a web page [duplicate]

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 ...
2
votes
4answers
903 views

Simple realtime unique visitor counter with low database stress?

What's good practice for a realtime unique counter that won't hurt the database under load?
7
votes
2answers
4k 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 ...
0
votes
1answer
42 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
414 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 ...
4
votes
1answer
671 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 ...
5
votes
1answer
2k 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 ...
2
votes
2answers
163 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
4answers
1k 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 ...
8
votes
2answers
3k 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 ...
0
votes
3answers
121 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
152 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
2answers
1k 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 ...
-1
votes
2answers
5k 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
2
votes
3answers
663 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
100 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 ...
9
votes
6answers
3k views

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 ...
0
votes
4answers
861 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 ...
1
vote
3answers
867 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 ...
0
votes
3answers
113 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
54 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 ...
1
vote
2answers
337 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 2