|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Counting Visitors ...
Not sure this is the right forum.
Say I have this scenario. Option 1: I am a visitor. I visit a website. I am then counted as a visit to the site. But I leave the site to go to another website. 30 minutes later, I return to the site. But I am not counted as a new visit. Option 2: I am a visitor. I visit a website. I am then counted as a visit to the site. But I leave the site to go to another website. But 31 minutes later, I return to the site. But i AM counted as a new visit. On the site that I am, the server configuration is set to a certain threshold to determine if a returning visitor gets counted as a new visit. (in the above case, <= 30 minutes). My question, how do other websites count visitors, in terms of determining when a visit is a new visit even if they may have visited before (if this makes sense)? is 30 minutes a good threshold to use? Too little or too long? how do other analytics companies track and determine (if they do)? Google, Yahoo, etc ? |
|
#2
|
|||
|
|||
|
Quote:
Browser cookies are one way. IP logging is another. There's probably other ways too, but the bottom line is that it's done pretty easily (though not perfectly). As for timing... it depends on how you're being tracked. Cookies have expiration times which can be different on every site. If your IP address is being tracked, then I suppose timing isn't an issue. |
|
#3
|
|||
|
|||
|
In the analytics tools that I have experience with 20 - 30 minutes is the general rule for session expiration.
|
|
#4
|
|||
|
|||
|
It could be related to cookies settings. Certain computers are behind firewalls which do not allow cookies to be stored.
This could be the reason behind unusual pattern in analytics ![]() |
|
#5
|
|||
|
|||
|
in your OPTION 1.. these cases were often done when a site using SESSION(PHP script) and COOKIES... they count it by the uniqueness of their COOKIE values... and expiration time of the COOKIES seems working in this scenario.. also IP tracking might working too. There's actually many scenario regarding monitoring visitors..
in your OPTION 2.. they must only calculate the Page Load of their site like in statcounter... |
![]() |
| Viewing: Dev Shed Forums > Web Design > Search Engine Optimization > Counting Visitors ... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|