|
Sales-n-Stats technology |
|
|
System architecture and components From the technological point of view, Sales-n-Stats system consists of a desktop application and a PHP script that runs on your web server. There are three main components in the system of Sales-n-Stats: Data Collector, Data Center and Operator Terminal.
![]() Sales-n-Stats Live edition architecture.
Data Collector is a compact PHP script installed at the hosting where your website is located. Through a JavaScript tracker built into your site it gathers different kinds of visitors' data (notes, emails, URLs, etc) and transfers it to Data Center. Data Collector has its own database which enables it to accumulate information about the visitors' actions on the site if Data Center is down for some time. That means you do not have to keep Data Center on all the time. The data is accumulated in Data Collector database even if the Internet connection is broken. All information accumulated in Data Collector goes to Data Center as soon as it becomes available. Data Center is a centralized warehouse for storing and processing data received from Data Collector. Data Center is the heart of the Sales-n-Stats system, the most complicated data processing routines are done here. It converts raw data coming form Data Collector into highly structured information like visits and actions so it could be visualized on Site Monitor or used in reports. Data Center also manages all communication streams and takes care of receiving and queuing calls. Industry standard SQL databases are used as a data warehouse for storing visitors' data. In Enterprise version Data Center is available as a service or a console application. In Live edition Data Center is combined with Operator Terminal.
![]()
Operator Terminal is an integrated workplace for an operator (manager, web master, analyst, or administrator) which is implemented as a Java application and is free from the typical weaknesses of a web interface. Operator's Terminal features a graphical representation of the website and provides a set of tools for analyzing the website activity and efficient communication with the visitors. Live edition of Sales-n-Stats is a single user version in which only one user with administrator/operator privileges can use the Operator's Terminal at any moment in time. Enterprise edition features multiple Operator Terminals connected to Data Center through the network using client-server technology. Separate Operator's Terminals with access to the resources of one common Data Center provide efficient collaboration environment in which several operators can work simultaneously communicating with each other and redistributing tasks according to the sphere of competence of each operator.
![]() Sales-n-Stats Enterprise edition structure
The Data Center of Sales-n-Stats Enterprise Edition for Windows works as a Windows service. It starts when Windows is booted and runs in the background as long as Windows is running. The Unix and Mac OS versions can also be set up to work as a service as Data Center is a regular console application. Operator terminals are working stations for the operators. A login and a password are needed to be able to operate a terminal. Operators can change some of their data, like login and password and make some general adjustments, but the overall system settings, access permissions, Data Collector settings, and other important parts can be modified only by the Sales-n-Stats administrator logged in under the administrator account. For more information about the administrator account read the 'Managing operators' section. |