Help and User Support |
Web-Stat Installation
- Web-Stat code and basic installation instructions
- Detailed installation instructions
- Step-by-step installation instructions for popular editors (MySpace, FrontPage, Xanga, etc.)
- Simplified Web-Stat code
- What is the difference between the full code and the simplified code ?
- Secure Web-Stat code for SSL pages
- XHTML-compatible Web-Stat code
- How can I test that the code is properly installed ?
- How can I position the counter on my web page without modifying my layout ?
- Can I install the code on all of my site's pages ?
- Can I custom-name my pages in the stats ?
- Does my site use frames ? If yes, how do I install Web-Stat ?
- My pages are created with PHP: how do I install the Web-Stat code ?
- My pages are generated server-side (ASP, CGI, etc.) : can I use Web-Stat ?
- Can I install Web-Stat on several web sites ?
- How do I make the counter invisible ?
- Can I make the counter visible on my home page and invisible on the rest of the site ?
- I am not allowed to use JavaScript on my site : what do I do ?
- Do I have to install your logo or a banner on my site ?
- I have installed the code and I get no stats/no counter
- Will Web-Stat work on an intranet ?
Web-Stat code and basic installation instructions
Detailed installation instructions
Step-by-step installation instructions for popular editors (MySpace, FrontPage, Xanga, etc.)
-
What is the difference between the full code and the simplified code ?
The simplified version of the code does not use JavaScript, as a result it is more fault-tolerant and easier to install than the full version. The drawback is that it will not record referrers, keywords, screen size or screen color information (every other report will be enabled and work properly).
Secure Web-Stat code for SSL pages
XHTML-compatible Web-Stat code
How can I test that the code is properly installed ?
How can I position the counter on my web page without modifying my layout ?
Can I install the code on all of my site's pages ?
Yes, you can, and you should : this will give your stats better accuracy. The minimum requirement is to install the Web-Stat code at least on your site's main page (entrance page) but you'll get better stats if you install it also on all your other pages (this will ensure that no matter where people enter your site Web-Stat will be triggered and record the visit).
Can I custom-name my pages in the stats ?
By default, Web-Stat will identify your pages in the reports using their URL. In order to make the stats easier to read and more manageable, you can choose custom names for each page.
To name a page, simply edit the Web-Stat code on that page and insert a name between the single quotes after the 'page_name' variable as follows:
var page_name='any_name';
A page name is any character string containing only alphabetical letters, digits or the hyphen and underscore characters. Blanks are not permitted.
Does my site use frames ? If yes, how do I install Web-Stat ?
Your site uses frames if the screen is divided in several windows, all independant of each other (for instance in a framed site you would be able to scroll down a window without affecting the other ones).
A framed site is made of a master page (the frameholder) and of regular HTML pages which will then load in each one of the frame defined by the frameholder. Usually the framholder has no content other than the definition of how the frames will be setup on the page (what dimension each frame will have and how it will be positioned relative to the other frames). Sometimes the frameholder will have a <noframe> section intended for browsers that can not read frames.
The 'real' content of a framed site is in the HTML pages that load inside the frames. Usually a framed site will have one or two 'fixed' frames (which content does not change) and one 'main' frame (which is updated with new content every time the visitor follows a link). The Web-Stat code must be installed inside all the HTML pages that will load inside this main frame.
My pages are created with PHP: how do I install the Web-Stat code ?
PHP is not a problem : simply insert the Web-Stat code directly inside your PHP file, then add the following:
- print <<<END just before the code
- END; just after the code
- print <<<END just before the code
My pages are generated server-side (ASP, CGI, etc.) : can I use Web-Stat ?
Yes : if your web pages are generated on-the-fly by a server-side program all you need to do is have the program in question print the Web-Stat code on each page as it is generated.
Since a program is going to add the code to each page automatically, you have a good opportunity to give custom names to your pages (see previous section Can I use custom-name my pages in the stats on this). It is quite easy for a server-side program to derive an appropriate name for each URL and insert it into the code when printing it on the page so you might as well take advantage of this.
Can I install Web-Stat on several web sites ?
You can add a single Web-Stat account on as many sites as you wish, but if you do this your stats will be aggregated in one account and you won't be able to get traffic patterns for each site individually.
This can be fine if you have several URLs or sites that are part of a larger ensemble, and you want to have an overall picture of the traffic on the larger 'meta site'.
However, if you want separate stats reports for your sites, then you will need to create separate Web-Stat accounts, one for each site. Note that if you get several accounts with us you may be eligible for quantity discounts of up to 50% (see do you offer quantity discounts on this topic)
How do I make the counter invisible ?
You can make the counter entirely invisible so that it does not show at all on your page.
To do this, simply log into the Web-Stat Control Panel using the link on the top menu bar, click on 'change' to the right of 'Counter style', then select 'invisible counter >> yes' and submit. The counter will become immediately invisible throughout your site (no need to make any change to the Web-Stat code on your pages).
Note : if the invisible counter still shows an extra blank space or slightly modifies the alignement of your tables, please read the note on positionning the counter : it will show you how to remove Web-Stat entirely from the page's HTML flow so that it's impact on page design is null.
Can I make the counter visible on my home page and invisible on the rest of the site ?
Yes : you can override the default 'invisible > yes/no' status (defined in the Control Panel) on a per-page basis.
By default the invisibility option selected in the Control Panel will apply whenever the counter is loaded on one of your pages. If you want the counter to be visible on your home page and invisible on others, all you need to do is set the counter to 'invisible > yes' in the Control Panel, then on the home page edit the Web-Stat code and replace:
var invisible='';
with:
var invisible='no';
or, if you want to force an invisible counter:
var invisible='yes';
I am not allowed to use JavaScript on my site : what do I do ?
The Web-Stat code comes with a 'simplified' version which does not use JavaScript and can be installed on practically any site.
Since the simplified code does not use JavaScript it is more fault-tolerant and easier to install than the full version. The drawback is that it will not record referrers, keywords, screen size or screen color information (every other report will be enabled and work properly).
Click here to get the simplified version of the code for your account
Do I have to install your logo or a banner on my site ?
Absolutely not. We do not rely on advertisements to run Web-Stat. The only thing that will appear on your page after you install the Web-Stat code is a simple counter (you can choose among 175 different styles)... or nothing at all if you choose to make that counter invisible (invisibility can be turned on or off at any time in the Control Panel for your account).
I have installed the code and I get no stats/no counter
Please go to installation testing for a step-by-step procedure to verify your installation and identify/resolve problems.
Will Web-Stat work on an intranet ?
Web-Stat will work fine on an intranet providing that the intranet is connected to Internet (it should be) and that your firewall does not prevent the loading of the Web-Stat code (usually that's not a problem, but to make sure you should create a free trial account and try installing it on a test page).
