- Black list: this forms is used to blacklist buggy referrers. For instance, they are a few search engines that do not allow the extraction of the keywords used to access the website, they can not be included in the search engines statistics, but they are not and should not be counted as referrers. This function is also used to ban sites that perform referrer spam.
- Domain: enter the root of the domain you want to track, something like
myserver.net/mydirectory/ - Latest hosts: phpTrafficA keeps a table with the full information of the latest visitors. After some time they are simply deleted in order to save space and information is kept in a processed form. This table is used in the
Latest visitstab and for data processing in thePath Analysis. If you want to have more hosts included in those functions, increase the number of saved hosts. phpTrafficA might become extremely slow with large tables. - OS list: list of operating systems. This table displays the list of operating systems and how to detect them in the browser identification. Each line contains an identification string followed by the OS name, separated by the symbol
|. This table is usually updated with phpTrafficA upgrades. - Public: all visitors are allowed to statistics related to
publicdomains. Statistics forprivatedomains are only available when you log in. - Search engine list: this table displays the list of search engines, how to detect them, and how to extract keywords in the referrer string. Each line contains information for one search engine, separated by the symbol
|. First item is a name, second item is a string used to detect the search engine in the referrer url, and third item is the variable this search engine uses to pass keywords (separated by the symbol:for multiple possibilities). For instance, a search in google will be detected with the URLgoogle.comand the variableq. This table is updated with phpTrafficA upgrades. - Table: base name for sql tables. We create several table for each website tracked by phpTrafficA. Their name always start with the string provided here.
- Trim URL: if this this set to
true, URL used in the statistics will be trimmed. For instance,index.php?lang=frandindex.php?lang=enwill all be stored asindex.php. This is the default behavior in phpTrafficA. Be careful if you decide to keep the full URL for your statistics as the number of combinations of URL can be immense for fully dynamic websites. Moreover, it is not recommended to change this parameter once you have used phpTrafficA for a while. - Web browser list: list of web browsers. This table displays the list of web browsers and how to detect them in the browser identification. Each line contains an identification string followed by the browser name, separated by the symbol
|. This table is updated with phpTrafficA upgrades. - Count bots: if you select this option robots that visit your site (googlebot, yahoo slurp and such) will be counted as regular visitors. If you do not select this option, they will not be included in the statistics. You will see them in the latest hosts table, but that's all.
- Counter: if you select this option phpTrafficA will also act as a counter. If you selected one of the image scripts for recording your stats, the image will include the number of hits since the start of the record. If you selected a pure php technique to record your stats (no image), phpTrafficA will display the total number of hits for the current page.
- Magnet Index: the
magnet indexis a useful tool as it measures how much traffic is brought to your site by a given page. For instance, pages with amagnet indexof 1, 2, and 3 are entry pages for 10, 100, 1000 hits a day, respectively. Do not mix up this factor with the average number of hits at a given page. We count all hits from visits starting on this page, not only visits to this page. - Bounce rate: the
bounce rateis an important metric as it tells you the percentage of people who 'bounced' away (left) from your site after viewing this page only. - Search engines are referrers: If you select this option, search engine queries will be listed in the referrer table as well. This will allow you to have the full URL of all searches leading to your website. On the other hand, your referrer table might become really large, so use this option with caution, and only if you have a lot of disk space!
- Visit cut-off time: This option sets the visit cut-off time, in minutes. If a unique visitor (based on IP addresses) has not been active for more than this cut-off time, the next hit from this same IP address will be treated as a new unique visit. Default value is 15 minutes.