ActualAnalyzer — web statistics tool for monitoring and analysis of web site traffic.
F.A.Q. / ActualAnalyzer Gold

Q1: Is it possible to track multiple web sites?

A1: Yes, that is possible. Therefor it is necessary to add the domains names of these web sites to the list of tracked domains (section "Domains" of the administration area).

Q2: Is it possible to track web sites that have sub domains?

A2: Yes, that is possible. Therefor it is necessary to add these sub domains names to the list of tracked domains (section "Domains" of the administration area).

Q3: Is it possible to track web sites that have multiple names (e.g. if "domain.com", "domain.net" and "domain.org" is one and same web site)?

A3: Yes, that is possible. Therefor it is necessary to add these multiple names to the list of domain aliases (section "Domains" -> "Edit" icon for specific domain).

Q4: Is it possible to install ActualAnalyzer on one domain and use it to track another domains that do not support PHP and MySQL?

A4: Yes, that is possible. Therefor it is necessary to add these domains names to the list of tracked domains (section "Domains" of the administration area).

Q5: Is it possible to track dynamic web sites?

A5: Yes, ActualAnalyzer lets you track any type of dynamic web site (written in PHP, Perl, ASP etc.). Additional customization of the tracking code allows ActualAnalyzer to work correctly with any complex structure of a dynamic website. Learn more about customization of the tracking code for dynamic web sites here.

Q6: Is it possible to track secure pages (https://)?

A6: Yes, that is possible. Therefor it is necessary to change the prefix "http://" to "https://" in the ActualAnalyzer's HTML-code for these pages.

Q7: Is it possible to track pages that may have some IP address(es) instead of domain name?

A7: Yes, that is possible. Therefor it is necessary to add these IP addresses to the list of domain aliases (section "Domains" -> "Edit" icon for specific domain).

Q8: Does it support the MySQLi interface?

A8: Yes, it's supported.

Q9: How should I name my database at installation? Is it possible to use an existing database?

A9: There are no special limitations present, but in accordance with the MySQL documentation the name of the database can't begin with a digit or special characters. You can use an existing database, because the tables of ActualAnalyzer start with a special prefix, which excludes identical names within existing tables.

Q10: During installation I receive the error "Lock table - Fail". What could be the problem?

A10: It means that your MySQL account does not have the 'LOCK TABLES' privilege, which is used for additional protection of the information at multiple requests to database. This privilege is not set by default in the latest releases of MySQL and may be set by the MySQL server's administrator. This is an optional requirement for ActualAnalyzer, but we recommend to have this privilege allowed, especially in the case of a big web site with a large amount of traffic.

Q11: During installation I receive the error "Create temporary table - Fail". What could be the problem?

A11: It means that your MySQL account does not have the privilege of creating temporary tables. Such tables are used in complex requests to MySQL database and allow increasing productivity. This is an optional requirement for ActualAnalyzer, but we recommend this setting, especially in the case of a big web site with a large amount of traffic.

Q12: During installation I correctly set the time zone, but the time is not corresponding to the reality: the difference is 1 hour. How do I correct this?

A12: Go to the section "Settings" of the administration area and check the "Correct time for daylight" box.

Q13: How do I set the style of the ActualAnalyzer button that will appear on my pages?

A13: Before you will use automatic mode for pages connection you may set necessary initial style of ActualAnalyzer button that will appears on your pages. This can be done in the "Settings" section of the administration area.

Q14: Do I need to put the HTML-code on all the pages I want to track or is it enough to put it in the home page only?

A14: Every page you want to track with ActualAnalyzer needs the HTML-code.

Q15: What is the difference between "General HTML-code" and "Dynamic HTML-code"?

A15: The "Dynamic HTML-code" uses additional parameters that allows ActualAnalyzer to track dynamically generated pages (pages with parameters). The "Dynamic HTML-code" may be customized with specific additional parameters, i.e. to avoid the duplication of pages in complex dynamic web sites.

Q16: Is it possible to use the titles of pages in reports instead of their addresses?

A16: Yes, that is possible. Therefor it is necessary to use "Dynamic HTML-code" with customized identifier variable "anident=". Instead of identifier value is used JavaScript inclusion "escape(aasd.title)" that will determine the title of page and send it to the ActualAnalyzer as page name. So, the customized identifier in code will be:

... aa+="?anident="+escape(aasd.title)+"&anr= ...

Q17: Where on the page should I place the HTML-code?

A17: For correct tracking we recommend to place the HTML-code in the top of the page (but after the <body> tag!). It will guarantee the activation of tracking because the content of the page loads from top to bottom. This is especially important for pages with a big amount of images or for pages with images that are of a large size.

Q18: What is the meaning of the section "Connect page manually" in the administration area?

A18: The section "Connect page" lets you manually connect a page and is only used in some specific cases for tracking the content of a page which is independent from the page address (for example: to track an article which may be placed dynamically to some other pages of the web site). In this cases the "Individual HTML-code" for this page should be placed to tracked content.

Q19: What is "P3P"?

A19: The Platform for Privacy Preferences (P3P) is a standard providing a simple, automated way for users to gain more control over the use of personal information on web sites they visit. This standard is already supported in Microsoft Internet Explorer and in some other popular web browsers. It blocks all third-party cookies from sites that don't have a P3P policy.

The ActualAnalyzer has internal empty P3P policy that enough for correct tracking of external domains. But you always may replace it to the own P3P police in the file "/data/p3pheader.php".

Q20: What is "Host lookup"?

A20: The "Host lookup" allows the determination of the name of the visitor's host through its IP address. The name of the host is used to determine the Internet Service Provider and in some cases the geographical location of the visitor. Sometimes this operation requires 1 to 10 seconds (in some cases up to 30 seconds). For websites with a lot of traffic this is inadmissible. To improve the tracking productivity of such a website the "Host lookup" may be disabled in the "Settings" section of the administration area.

Q21: Is it possible to track full addresses (with parameters) of referring pages?

A21: Yes, that is possible. You can enable this in the "Settings" section of the administration area.

Q22: Is it possible to block the tracking of certain IP addresses?

A22: Yes, that is possible. Therefor it is necessary to add these IP addresses (or a range of IP addresses) to the blocking list in the "Filters" section of the administration area.

Q23: What is "Campaigns"?

A23: The Campaigns allows tracking only specific visits from any sources, including sources that can't be tracked using standard methods (emails etc.). Creating the Campaign allows generating special links to any tracked page of your web site. Placing these links to a different sources like emails, newsletters, forums, blogs etc. you will receive statistics of visits from these sources through the links of Campaign. So, the Campaigns are very important if you want checking effectiveness of advertising, newsletters etc.

Q24: Is it possible to track visits of robots/spiders?

A24: Yes, that is possible. But for complete tracking of robots it's necessary to install special addon and place the 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 ActualAnalyzer use for general tracking. The addon for robots tracking may be found here.

Q25: If I clear all statistics of my website is it necessary to connect all the pages again?

A25: With the "Reset" function in the administration area you will clear all statistics for all pages and groups for all time intervals of selected account. However: all settings and data about the connected pages, groups, domains etc. will be saved.

Q26: When I remove a group will ActualAnalyzer keep all the pages included in this group?

A26: When you remove a group only the group and its statistics will be deleted. All pages included in this group and all statistics for these pages will be saved.

Q27: What does "Database auto clearing" mean?

A27: This operation limits the size of the database used by ActualAnalyzer. The auto clearing consists the deleting of seldom-used records (referrers, search keywords, internet service providers, proxy servers etc.) that have very small weight in general statistics. The auto clearing is carried out automatically when the size of a database achieves a preset maximum value.

Q28: How do I change the number of items per frame for reports?

A28: You may change it in the "Settings" section of the administration area.

Q29: How do I change the style of the ActualAnalyzer button that appears on my pages?

A29: Each page tracked by ActualAnalyzer can have its own button style. You can change the style of the button for specific page in properties of this page. Therefor it's necessary to click the "Edit" icon for specific page in the "Pages" section of administration area, change the style of button and submit changes.

Q30: Is there a way to not show ActualAnalyzer button on my pages?

A30: It is possible to use an invisible ActualAnalyzer button. In this mode the button's image is a transparent pixel that is invisible on a tracked page.

Q31: I don't see any pictures in the graphs. What could be the problem?

A31: It probably means that your PHP configuration does not have the GD library, or it doesn't work correctly. You can download test script for checking your GD library here.

Q32: If I use the "update" files, do I have to enter all the tracked pages again or will all my information be saved?

A32: All your settings and stored statistics will be saved.

Q33: Do I need to update also additional skins after updating of ActualAnalyzer?

A33: Yes, each additional skin you want to use should be updated also.

Q34: I forgot the login information (username / password) of my installed copy of ActualAnalyzer. Is there a way to find this information?

A34: You can find the login information in the file "cdata.php" which is located in the ActualAnalyzer folder. The value of "uname=" is your username. The value of "passw=" is your password.

Q35: Is there a log of changes for each version of ActualAnalyzer Gold?

A35: You can find the log of changes here.

Q36: I receive the error "Can't open file: ***.MYI (errno: 145)". What could be the problem and how to resolve it?

A36: The errors like "Can't open file: *.MYI , *.MID or *.FRM" indicate that you have one or more corrupted tables in the ActualAnalyzer's database. It's internal MySQL problem what is a result of unexpected server shutdown, hardware failures etc. The ActualAnalyzer contain internal tool for automatic repairing of these corrupted tables. It's necessary only to browse the "repair.php" file from ActualAnalyzer folder to resolve problem.

Q37: I receive the error "Table '** doesn't exist". What could be the problem and how to resolve it?

A37: The errors like "Table '** doesn't exist" indicate that you don't have one or more tables in the ActualAnalyzer's database. It may be a result of incorrect installation or internal MySQL errors in case of unexpected server shutdown, hardware failures etc. The ActualAnalyzer contain internal tool for automatic repairing of its database. It's necessary only to browse the "repair.php" file from ActualAnalyzer folder to resolve problem.

Q38: I receive the error "Unknown external page ***" when I try to track own pages. What could be the problem and how to resolve it?

A38: The ActualAnalyzer will track only pages of the domain where it's installed and pages of domains that are contained in list of tracked domains. To track pages of another domains (sub domains) it is necessary to add the names of these domains to the list of tracked domains (section "Domains" of the administration area).

Q39: Is there a XHTML compatible version of the tracking code?

A39: You can find the XHTML compatible tracking code in the file "xhtmlcode.zip" that is placed in "data" folder of the ActualAnalyzer pack. Simply replace your existing files in "data" folder to the files from that zip and the XHTML compatible tracking code will be available through the administration area in sections "General HTML-code", "Dynamic HTML-code" and "Individual HTML-code".

Please contact us with your questions.

| Editions    | Modules    | Plug-ins    | Price & Order    | Downloads
Support    | Contact Us
ActualScripts, Company
Copyright © 2002-2004 ActualScripts, Company. All rights reserved.