| Q1. | I cant download file. I enter login and password correctly. |
| Some browser versions don't support the applying method to download files (for example IE 4.1 or IE 5.5). Please try to use another version or another browser (ex. IE 6.0 or Opera or Netscape). | |
|
| Q2. | Is the HTML code to be put onto all the site pages? |
| The HTML code is to be put onto the pages you want to keep track of.
However, it is advisable to put it onto all the pages.
|
|
| Q3. | In what part page do i have to paste the HTML code, below the 'head'? or below 'body' or where? |
| HTLM code it is possible to paste into web pages in any place.
|
|
| Q4. | Is there a way to omit my (and others) IP from being counted? |
| All ip adresses which you want to exclude from counted is necessary to add to the list of exceptions. See section Settings/ Ip list exceptions
|
|
| Q5. | Which pages are dynamic? |
| These are pages containing a variable after their URL address.
For instance: http://mysite.com/index.php?var=1&id=rt…
where http://mysite.com/index.php is a URL address, and var=1&id=rt are variables (var=1, id=rt…)
|
| Q6. | Should all my pages be added in the section 'Settings/Add pages' to be tracked? |
| All pages are tracked and added automatically.
You should only add the dynamic pages you wish to track as individual pages.
|
|
| Q7. | I have a dynamic website with a lot of dynamic pages. Can they be tracked automatically without each page being added individually? |
| Yes, they can. Select the item 'Automatic adding of dynamic pages' in the option 'Settings/Add pages', choose the number of variables to be tracked, which are placed after URLs of pages.
You have, e.g. following pages:
1. http://mysite.com/index.php
2. http://mysite.com/index.php?id=1
3. http://mysite.com/index.php?id=2&var=67
4. http://mysite.com/index.php?id=8&var=6745&nom=ty
5. http://mysite.com/index.php?id=2&var=45&nom=ty&var1=9
…
If you choose '2 variables' in the option, the following pages will be data base and tracked:
1. http://mysite.com/index.php
2. http://mysite.com/index.php?id=1
3. http://mysite.com/index.php?id=2&var=67
4. http://mysite.com/index.php?id=8&var=6745
5. http://mysite.com/index.php?id=2&var=45
…
|
|
| Q8. | It is possible to track secure pages (https://)? |
| Yes, it is possible. For this is necessary to replace "http://" on "https//:" in HTML-code for this pages.
|
|
| Q9. | How to add a new domain to the "Web-Analiser PRO" in order to analyze it? |
| Select the item Settings/Add Domain. Enter the domain name (for example 'mysite.com').
Then put the HTML code onto the pages of your site.
|
|
| Q10. | Can I test the "Web-Analiser PRO" operation on my site without buying it? |
| Yes, you can. Select the online demo mode. Then add your site as a new domain, and put the HTML code onto your site pages. Then see the statistics.
|
| Q11. | Is it possible to track visits of robots/spiders? |
| Yes, you can. Only for PRO and PRO + versions script. But for complete tracking of robots it's necessary to place the special PHP-inclusion to each page you want to track for robots visits. The PHP-inclusion is necessary because most robots are not processing the JavaScript code that Script use for general tracking. The special PHP-inclusion for robots tracking may be found "Viewings of statistics/Refferrings/Search Robots/PHP inclusion".
|
|