System and method for monitoring and analyzing internet traffic
Summary by NHIP
Adaptive IP Resolver Loop
The method resolves host and domain names for multiple IP numbers by initiating a resolver loop that generates parallel queries to a distributed network. The loop selectively adjusts the waiting period for subsequent iterations based on answers received previously, increasing the duration if no answers arrive for one or more queries.
Claim Score by NHIP
Abstract
A system and method for monitoring and analyzing Internet traffic is provided that is efficient, completely automated, and fast enough to handle the busiest websites on the Internet, processing data many times faster than existing systems. The system and method of the present invention processes data by reading log files produced by web servers, or by interfacing with the web server in real time, processing the data as it occurs. The system and method of the present invention can be applied to one website or thousands of websites, whether they reside on one server or multiple servers. The multi-site and sub-reporting capabilities of the system and method of the present invention makes it applicable to servers containing thousands of websites and entire on-line communities. In one embodiment, the system and method of the present invention includes e-commerce analysis and reporting functionality, in which data from standard traffic logs is received and merged with data from e-commerce systems. The system and method of the present invention can produce reports showing detailed "return on investment" information, including identifying which banner ads, referrals, domains, etc. are producing specific dollars.

Term
Term ended
Expired 27 January 2022, 4.7 years ago.
- Priority
- Filed
- Granted
- Expired
- Today
7 claims: 2 independent, 5 dependent
- 1Broadest claimClaim Score 55, average(NHIP)A method for resolving host and domain name information for a plurality of internet protocol (IP) numbers, comprising the steps of:initiating a resolver loop, wherein each iteration of the resolver loop comprises the steps of: generating a plurality of queries, wherein each query corresponds to an unresolved IP number, relaying the plurality of queries in parallel to a distributed network, and waiting, for a period of time, to receive answers to the plurality of queries;wherein: the period of time used during a subsequent iteration of the resolver loop is selectively adjusted based on how many answers are received during a previous iteration of the resolver loop, and relayed queries for which no answer is received during the previous iteration of the resolver loop are again generated and relayed to the distributed network during the subsequent iteration of the resolver loop.
- 7A memory for a computer that stores a program for resolving host and domain name information for a plurality of internet protocol (IP) numbers, wherein the program, when executed by the computer, performs the steps of:initiating a resolver loop, wherein each iteration of the resolver loop comprises the steps of: generating a plurality of queries, wherein each query corresponds to an unresolved IP number, relaying the plurality of queries in parallel to a distributed network, and waiting, for a period of time, to receive answers to the plurality of queries;wherein: the period of time used during a subsequent iteration of the resolver loop is selectively adjusted based on how many answers are received during a previous iteration of the resolver loop, and relayed queries for which no answer is received during the previous iteration of the resolver loop are again generated and relayed to the distributed network during the subsequent iteration of the resolver loop.
Independent claims2
326 paragraphs in 4 sections, as filed
This application is a Continuation of application Ser. No. 09/679,297 filed Oct. 4, 2000 which is herein incorporated by reference in its entirety.
This application claims the benefit of Provisional Application No. 60/157,649 filed Oct. 4, 1999.
BACKGROUND OF THE INVENTION
1. Field of the Invention
The present invention relates to Internet traffic and, more specifically, to a system and method for monitoring and analyzing Internet traffic.
2. Description of Related Art
Internet web servers such as those used by Internet Service Providers (ISP), are typically configured to keep a log of server usage by the on-line community. For example, as a visitor to a website clicks on various hyperlinks and travels through a website, each step is recorded by the web server in a log. Each web page, image and multimedia file viewed by the visitor, as well as each form submitted, may be recorded in the log.
The type of information logged generally includes the Internet Protocol (IP) address or host name of the visitor, the time of the transaction, the request, the referring page, the web browser and type of platform used by the visitor, and how much data was transferred. When properly analyzed, this information can help marketing executives, webmasters, system administrators, business owners, or others make critical marketing, business, commerce and technical decisions. The data can be mined for all types of decision supporting information, e.g. analyzing which webbrowsers people are using, determining which banner ads are producing the most traffic, etc.
A problem with mining the raw log data for useful information is the shear volume of data that is logged each day. ISPs may have dozens of web servers containing thousands of websites that produce gigabytes of data each day. Providing a robust system that can be used on various platforms, that can efficiently process the huge amounts of data that are logged, and that can produce easy to use reports for each website in an automated fashion is a daunting task.
BRIEF SUMMARY OF THE INVENTION
In view of the above problems in the art, the present invention provides a system and method for monitoring and analyzing Internet traffic that is efficient, completely automated, and fast enough to handle the busiest websites on the Internet, processing data many times faster than existing systems.
The system and method of the present invention processes data by reading log files produced by web servers, or by interfacing with the web server in real time, processing the data as it occurs. The system and method of the present invention can be applied to one website or thousands of websites, whether they reside on one server or multiple servers. The multi-site and sub-reporting capabilities of the system and method of the present invention makes it applicable to servers containing thousands of websites and entire on-line communities.
The system and method of the present invention can create reports for individual websites, as well as reports for all of the websites residing on a single server or multiple server. The system can also create reports from a centralized system, in which reports are delivered upon request directly from the system database via a Common Gateway Interface (CGI).
The system and method of the present invention can also include real-time analysis and reporting functionality in which data from web servers is processed as it occurs. The system and method of the present invention can produce animated reports showing current activity on the web server, which can be used by administrators and managers to monitor website effectiveness and performance.
The system and method of the present invention can further include e-commerce analysis and reporting functionality in which data from standard traffic logs is received and merged with data from e-commerce systems. The system and method of the present invention can produce reports showing detailed “return on investment” information, including identifying which banner ads, referrals, domains, etc. are producing specific dollars.
The present invention can be achieved in whole or in part by a system for analyzing and monitoring internet traffic, comprising a relational database, a log engine that processes log files received from at least one internet server and stores data processed from the log files in the relational database; and a report engine that generates reports based on the processed data stored in the relational database. The system and method of the present invention preferably utilizes Visitor Centric Data Modeling, which keeps data associated with the visitor that generated it, and that allows for the cross-comparing of different elements of data coming from different log entries or different log files altogether.
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrates embodiments of the invention and, together with the description, serve to explain the principles of the invention.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a schematic diagram of a system for monitoring and analyzing Internet traffic, in accordance with the present invention;
FIG. 2 is a schematic diagram of a series of hash tables stored by the database shown in FIG. 1;
FIG. 3 is a block diagram of a preferred embodiment of the log engine shown in FIG. 1;
FIG. 4 is a flowchart and schematic diagram illustrating a preferred control routine for the log parser module of FIG. 3;
FIG. 5 is a flowchart and schematic diagram of a preferred control routine for the read line step of FIG. 4, for accessing and processing log file data in real time;
FIG. 6 is a flowchart and schematic diagram illustrating a preferred control routine for the website identification module of FIG. 3;
FIG. 7 is a flowchart and schematic diagram illustrating a preferred control routine for the visitor identification module of FIG. 3;
FIG. 8 is a flowchart and schematic diagram illustrating a preferred control routine for the buffer update module of FIG. 3;
FIG. 9 is a schematic representation of the contents of the database buffer shown in FIG. 3;
FIG. 10 is a schematic diagram illustrating the operation of the DNS resolver module of FIG. 3;
FIG. 11 is a flowchart and schematic diagram of a feedback loop control routine preferably used by the DNS resolver module of FIG. 3;
FIG. 12 is a schematic diagram of how a preferred embodiment of an adaptable resolution mechanism in the DNS resolver module operates;
FIG. 13 is a flowchart of preferred control routines for various control loops within the DNS resolver module of FIG. 3;
FIG. 14 is a flowchart and schematic diagram illustrating a preferred control routine for the database update module of FIG. 3;
FIG. 15 is a schematic diagram illustrating the main components of the database shown in FIG. 1;
FIG. 16 is a schematic diagram of a preferred embodiment of the report engine of FIG. 1;
FIG. 17 is a flowchart of a preferred control routine for the session parser module of FIG. 16;
FIG. 18 is a flowchart of a preferred control routine for the authentication module of FIG. 16;
FIG. 19 is a flowchart of a preferred control routine for the data query module of FIG. 16;
FIG. 20 is a flowchart of a preferred control routine for the format output module of FIG. 16;
FIG. 21 is a schematic diagram of a preferred embodiment of a Javascript system used by the report engine of FIG. 16;
FIG. 22 is an example of a visitor monitor report created by the system of the present invention;
FIG. 23 is an example of a temporal visitor drill down report created by the system of the present invention;
FIG. 24 is an example of a visitor footprint report created by the system of the present invention;
FIG. 25 illustrates an example of a system meter report created by the system of the present invention;
FIG. 26 shows visitor table containing e-commerce data, and residing in the database buffer;
FIG. 27 shows an example of an ROIR e-commerce report generated by the system of the present invention;
FIG. 28 shows an example of a snapshot report generated by the system of the present invention;
FIG. 29 shows an example of a user interface and an hourly graph report generated by the system of the present invention;
FIG. 30 shows an example of a top pages report generated by the system of the present invention;
FIG. 31 shows an example of a directory tree report generated by the system of the present invention;
FIG. 32 shows an example of a search engines report generated by the system of the present invention;
FIG. 33 shows an example of a top domains report generated by the system of the present invention;
FIG. 34 shows an example of a browser tree report generated by the system of the present invention;
FIG. 35 shows an example of a top entrances report generated by the system of the present invention; and
FIG. 36 shows an example of a top products report generated by the system of the present invention.
DETAILED DESCRIPTION OF THE INVENTION
FIG. 1 illustrates a system <b>100</b> for monitoring and analyzing Internet traffic, in accordance with the present invention. The system <b>100</b> comprises a log engine <b>200</b>, a database <b>300</b> and a report engine <b>400</b>.
In operation, log files <b>510</b> generated by web servers <b>500</b> are sent to the log engine <b>200</b>. Web (Internet) traffic is served by the web server <b>500</b>. The web server <b>500</b> can host one or many individual websites. As visitors access the web servers <b>500</b> for content, each website hit or transaction is appended to a log. Each web server will typically have its own log file. Multiple websites on a single server could be logged centrally in one log file, or could be configured so that each website has its own log file. The system <b>100</b> is able to handle all of these different architectures.
The entries on each of the log files <b>510</b> are interleaved so that individual website hits or transactions are recorded in the order they are received. If a single log file contains log entries from multiple websites, the log entries are also interleaved so that individual hits or transactions from each website are recorded in the order they are received. Each line in the log files <b>510</b> represents a hit or a transaction from the website on one of the web servers <b>500</b>.
In addition to normal web traffic, many websites contain e-commerce enabled virtual “shopping carts” that allow visitors to securely buy products directly from the website. The system <b>100</b> can optionally analyze the demographics of on-line shopping by receiving e-commerce log files <b>580</b> produced by e-commerce enabled websites. The e-commerce log files <b>580</b> are transaction logs that contain information about each order placed on the website. Each of the e-commerce log files <b>580</b> generally contains data on the pricing of products purchased, dollar amounts and shipping regions. Sensitive information such as credit numbers, individual names and e-mail addresses are generally not stored on the e-commerce log files <b>580</b>. Dashed lines are used to represent the e-commerce log files <b>580</b> to indicate that the e-commerce functionality is an optional feature of the system <b>100</b>.
The preferred embodiment of the log engine <b>200</b> is responsible for processing all of the log files <b>510</b> and <b>580</b>, domain name system (DNS) resolving and updating the database <b>300</b>. The log engine <b>200</b> utilizes memory buffers, fixed-width data models and other techniques to efficiently process the log files <b>510</b> and <b>580</b>. In addition, the log engine <b>200</b> can be optionally configured to access live data. The operation of the log engine <b>200</b> will be described in more detail below.
The log engine <b>200</b> efficiently reads each line in each of the log files <b>510</b> and separates each line into its individual parts. The individual parts can include fields such as the IP address, time stamp, bites sent, status code, referral, etc. The log engine <b>200</b> utilizes a technique called Visitor Centric Data Modeling. Rather than parsing each log line and counting how many of one type of browser was used or how many times a particular webpage was viewed, Visitor Centric Data Modeling keeps that data associated with the visitor that generated it. One of the primary advantages of Visitor Centric Data Modeling is the ability to cross compare different elements of data coming from different log entries or different log files altogether. Visitor Centric Data Modeling allows one to determine what percentage of users that originated from a Yahoo™ search looked at a particular webpage.
A second benefit of Visitor Centric Data Modeling is reduction of overall data processing. Because many elements of the data will be the same during a visitor's visit, the information only needs to be processed once per visitor, rather than once per log line. For example, the primary domain name of the visitor will be the same for each log entry produced by a particular visitor. Visitor Centric Modeling allows one to process this information only once per visitor. Additional details on how the log engine <b>200</b> utilizes the Visitor Centric Data Modeling will be provided below.
The log engine <b>200</b> processes each log entry and updates the database <b>300</b>. The database <b>300</b> contains a series of hash tables. The database <b>300</b> comprises a series of hash tables, as shown in FIG. <b>2</b>. The hash tables comprise a visitor table <b>310</b> and associated data tables <b>315</b>.
The visitor table <b>310</b> contains the central record for each visitor to a website. The hits, bytes, page views, and other fixed data parameters (hereinafter collectively referred to as “traffic information”) are stored directly in the visitor table <b>310</b>. The remaining non-unique parameters, e.g., domain names, types of web browsers, referring web sites, etc., are stored relationally in respective data tables <b>315</b>. For example, one of the data tables <b>315</b> could be configured to store a list of the different domain names from which the visitors to the website being monitored by the system <b>100</b> originate, while another of the data tables <b>315</b> could be configured to store the names of the different types of web browsers used by the visitors to the web site being monitored by the system <b>100</b>.
The database <b>300</b> is relational and centers the data in the visitor table <b>310</b>, creating a Visitor Centric Data Model. The visitor table <b>310</b> contains a hash table <b>320</b> that is used for quickly seeking visitor records. Below the hash table <b>310</b>, the actual records <b>325</b> contain the traffic information of each visitor. Each unique visitor will have their own record in the visitor table <b>310</b>.
The visitor table <b>310</b> is relational in nature and has a relations area <b>330</b> that contains pointers <b>335</b> to records <b>350</b> within the data tables <b>315</b>. As discussed above, each of these data tables <b>315</b> store different visitor parameters such as domain, browser, and referral. Besides vastly reducing the storage requirements relative to a non-relational database, the data tables <b>315</b> can be used to create statistical reports on the usage of different visitor parameters.
Each data table <b>315</b> contains a hash table <b>340</b>, a rank table <b>345</b>, a record table <b>350</b>, and a string table <b>355</b>. The hash table <b>340</b> is used to seek records in the record table <b>350</b>. The rank table <b>345</b> is used to keep track of the top entries in the record table <b>350</b> based on the number of pointers <b>335</b> set to the records in the record table <b>350</b>. This is useful for quick access to reports. The record table <b>350</b> stores the actual records within the data table <b>315</b> including the traffic information associated with the parameter associated with the data table <b>315</b>. The record table <b>350</b> does not store the value of the parameter. Instead, the record table <b>350</b> contains a pointer to a record in the string table <b>355</b>. Each of these subtables (<b>320</b>, <b>325</b>, <b>340</b>, <b>345</b>, <b>350</b>, <b>355</b>) has fixed width records allowing for efficient reading, writing, and copying of the entire data sets.
The relational structure of the database <b>300</b> has at least two advantages. First, the visitor table <b>310</b> simplifies the task of processing each hit because, once the visitor is identified, the appropriate visitor table <b>310</b> can be identified and updated accordingly. Second, the data tables <b>315</b> simplify the task of report generation, because each of the data tables <b>315</b> stores a specific parameter (e.g., the names of the web browsers used by the visitors) and are ranked. Thus, each of the data tables <b>315</b> can easily deliver the top list of entries for a particular report.
Referring back to FIG. 1, once the log files <b>510</b>, and optionally the e-commerce log files <b>580</b>, are processed by the log engine <b>200</b>, and the database <b>300</b> is updated, the system <b>100</b> is ready to deliver reports based on the updated information in the database <b>300</b>. A user <b>530</b> sends a report request <b>540</b> to the report engine <b>400</b> via a web server <b>520</b>. The report engine <b>400</b> obtains the data required to generate the report from the database <b>300</b>, generates the report, and delivers the generated report <b>550</b> to the user <b>530</b> via the web server <b>520</b>.
The web server <b>520</b> can optionally be one of the web servers <b>500</b> that created the log files <b>510</b> and <b>580</b>. The report engine <b>400</b> preferably utilizes javascript application techniques, dictionaries, and templates to provide flexible, efficient, customizable and attractive reports, as will be explained in more detail below. Reports are generated on the fly when requested by the user <b>530</b> using the standard Common Gateway Interface (CGI) of the web server <b>520</b>. Storage requirements are kept small as all HTML and graphics for the reports are generated as needed.
Log Engine (
200
)
FIG. 3 is a block diagram of a preferred embodiment of the log engine <b>200</b>. The log engine preferably comprises a log parser module <b>210</b>, a website identification module <b>220</b>, a visitor identification module <b>230</b>, a buffer update module <b>240</b>, a DNS resolver module <b>250</b>, a database buffer <b>260</b> and a database update module <b>270</b>.
The log parser module <b>210</b> is responsible for the actual reading and processing of the log files <b>510</b> and the e-commerce log files <b>580</b>. The log parser module <b>210</b> can be configured to process either static log files or log files that are being generated live in real-time. The log parser module <b>210</b> loads each log line from the log files <b>510</b> and <b>580</b> and separates each log line into its individual fields.
The website identification module <b>220</b> is primarily used when multiple websites are being logged to the same file. A class of web hosting known as “virtual hosting” or “shared hosting” allows ISPs to offer solid performing website hosting service at reasonable prices. By setting up a robust set of servers with virtual hosting capable software, ISPs can place multiple websites on the servers, thus allowing the website owners to share the cost of the servers, maintenance, and networking.
However, as ISPs squeeze more and more websites onto a server in order to generate profit in an ever increasingly competitive industry, creating a system that is scalable becomes more and more difficult. One problem that administrators soon face is the number log files open during operation. Typically they will have at least one log file <b>510</b> for each website. As they add hundreds or thousands of websites to a server, the handling of all log files <b>510</b> becomes difficult. Moving, rotating and archiving all of the individual log files <b>510</b> becomes a burden. Also, system performance is compromised as resources are allocated to each open log file (many systems have a hard limit to the number of files that can be open simultaneously).
To solve this problem, the system and method of the present invention utilizes Subreport/Multisite Reporting Technology. This technology allows hosting providers to centralize the logging for all websites. Each server can have just one log file <b>510</b> for all websites, keeping resources in check. There is just one log file <b>510</b> to manage, rotate, process and archive, thus making the administrator's duties easier, less expensive and more scalable.
This website identification module <b>220</b> identifies each hit as belonging to a particular website. If the log file <b>510</b> or e-commerce log file <b>580</b> has data from only one website, then the task is simple and is handled through straight configuration. However, if the log file <b>510</b> or e-commerce log file <b>580</b> contains data from multiple websites, then the website identification module <b>220</b> employs a series of regular expression filters to perform the website identification. The website identification module <b>220</b> must be flexible and be able to pull any consistent part of the log file <b>510</b> for website identification. The website identification performed by the website identification module is later used to determine what portion of the database <b>300</b> to write the data to.
As discussed above, the log engine <b>200</b> utilizes Visitor Centric Data Modeling. The first step in using a Visitor Centric Data Model is to be able to identify the specific visitor within each log file line. The visitor identification module <b>230</b> analyzes the fields in each hit (log file line) and identifies the hit as belonging to a new or existing visitor. Based on a unique identifier, such as an IP number or session id and a timestamp, the visitor identification module <b>230</b> determines which visitor record in the database <b>300</b> will need to be updated. If the timestamp of the hit is within a predetermined amount of time (e.g., 30 minutes) of an existing visitor, then the hit is considered as coming from that visitor.
The buffer update module <b>240</b> updates the parameters of the visitor record found by the visitor identification module <b>230</b> and stored on the database buffer <b>250</b> with the current hit's information. The timestamp of the hit is used to keep the chronological order of events intact.
The database buffer <b>250</b> is a volatile storage area, preferably RAM memory, that mirrors the actual database <b>300</b>. At the beginning of processing, current data is read from the database <b>300</b> into the database buffer <b>250</b>. After processing is complete, data is written back to the database <b>300</b>. The purpose of the database buffer <b>250</b> is to speed up the processing of each hit. Instead of accessing the actual database <b>300</b> for each hit in the log file <b>510</b> or e-commerce log file <b>580</b>, the database buffer <b>250</b> allows the log engine <b>200</b> to build up the data in the faster RAM memory location of the database buffer <b>250</b> and then flush data to the database <b>300</b> in larger chunks. The operation of the database buffer <b>250</b> will be explained in more detail below.
Before outputting the data to the database <b>300</b>, the data is passed through the DNS resolver module <b>260</b> for reverse DNS resolution of IP addresses. Most web servers log only the IP address of the visitor and not the host and domain information. The domain information provides valuable data about the physical and network location of visitors. The DNS resolver module <b>260</b> employs a customized resolution routine designed specifically to speed up the process of typically slow DNS operations.
The database update module <b>270</b> performs the task of updating the database with the contents of the database buffer <b>260</b>. The database update module <b>270</b> performs some processing (e.g., visitor sorting) before writing to the database <b>300</b>.
Preferred control routines for the log parser module <b>210</b>, website identification module <b>220</b>, visitor identification module <b>230</b>, buffer update module <b>240</b>, DNS resolver module <b>260</b> and database update module <b>270</b> will be described below.
Log Parser Module (<b>210</b>)
FIG. 4 is a flowchart and schematic diagram illustrating a preferred control routine for the log parser module <b>210</b> of FIG. 3, configured to process static log files <b>510</b>. One of the most time consuming operations is reading and processing the raw log files <b>510</b>. With individual log files <b>510</b> containing potentially over a gigabyte of data, getting the raw data into the system <b>100</b> is an important step.
The purpose of the log parser module <b>210</b> is to efficiently read each log line <b>512</b> and separate it into its individual fields. The fields can include the IP address, timestamp, bytes sent, status code, referral, etc. As discussed above, each log line <b>512</b> in the log file <b>510</b> represents a hit or transaction from one of the web servers <b>500</b>.
The log parser module <b>210</b> employs a log buffer <b>600</b> and a pointer array <b>610</b> that is reused for each log line <b>512</b> in the log file <b>510</b>. Thus, memory allocation for this log parser module <b>210</b> is only done at startup. The states of the log buffer <b>600</b> and pointer array <b>610</b> at each step in the control routine shown in FIG. 4 are represented schematically under the corresponding step in the control routine.
The control routine starts at step <b>620</b>, where the pre-allocated log buffer <b>600</b> and the pointer array <b>610</b> are cleared. The log buffer <b>600</b> is cleared by setting the first character in the log buffer <b>600</b> to zero. The pointer array <b>610</b> is cleared by setting the values of all the individual pointers <b>612</b> to zero. It is important for stable processing to set all of the pointers in the pointer array <b>610</b> to zero before using the pointer array <b>610</b>.
The control routine then continues to step <b>630</b>, where the next log line <b>512</b> in the log file <b>510</b> is read into the log buffer <b>600</b>. For a log parser module <b>210</b> that is configured to process static log files <b>510</b>, step <b>630</b> is accomplished using standard file access library calls.
The control routine then proceeds to step <b>640</b>, field spacers are identified in the log buffer <b>600</b> and marked. The field spacers could be spaces, tabs, commas, or anything that can be used as the separator between the fields in the logging format.
At step <b>650</b>, the marked field spacers are replaced with a zero and the appropriate pointer <b>612</b> is set to the next character in the log buffer <b>600</b>. Although steps <b>640</b> and <b>650</b> are shown as separate steps for purposes of illustration, they are preferably performed at substantially the same time. Thus, with a single loop and without moving, copying or allocating any memory, the log buffer <b>600</b> containing the single log line <b>512</b> is converted into a series of smaller character strings, each representing a particular field <b>602</b>, and with each zero terminated.
The pointers <b>612</b> in the pointer array <b>610</b> can then be used to access the fields <b>602</b> as if they were separate strings. Accordingly, with minimal processing and absolutely no iterative memory allocation, each log line <b>512</b> is read and efficiently separated into its fields <b>602</b>.
Real-Time Control Routine for Log Parser Module (<b>210</b>)
FIG. 5 is a flowchart and schematic diagram of a preferred control routine for the read line step of FIG. 4, for accessing and processing log file data in real time. A web server <b>500</b> under normal configuration is shown. The web server <b>500</b> handles all requests as they come in and logs each hit to the log file <b>510</b> by appending the log file <b>510</b> with data from each request.
The built in log file <b>510</b> acts as a buffer. It is the simplest and most robust way to pass data between the web server <b>500</b> and the live data access routine <b>700</b>. The live data access routine <b>700</b> can be turned on or off at will. Once started, the live data access routine <b>700</b> runs as a low priority daemon. The live data access routine <b>700</b> can exist in two states: wait <b>710</b> and process <b>720</b>, toggling between the two as data arrives into the buffer <b>510</b>.
As long as more data exists in the log file <b>510</b>, the system will stay in the process loop <b>720</b>. The control routine starts at step <b>730</b>, where the system checks for an “End of File” mark in the log file <b>510</b>. As long as this mark is not detected, control moves to read step <b>740</b>, where the next line in the log file <b>510</b> is read into the system. Control then continues to the finish control routine step <b>750</b>, which finishes the control routine steps in the log parser control routine of FIG. 4, starting with the mark fields step <b>640</b> in FIG. <b>4</b>. All of the read, write and EOF routines are autonomous, which means the web server <b>500</b> can continue to write new data to the end of the log <b>510</b> during the live data access routine <b>700</b>.
Once the live data access routine <b>700</b> catches up and finishes the log file <b>510</b> by reaching the “End of File” marker, control moves to truncate step <b>760</b>, where the log file <b>510</b> is immediately truncated. The truncation call sets the size of the log file <b>510</b> to zero. Since appended files always check file sizes before writing, the next write from the web server <b>500</b> will automatically start at the beginning of the log file <b>510</b>. Control them moves to delay step <b>770</b>, which delays the control routine for a configurable amount of time (typically <=1 second). After this delay interval, control returns to the EOF step <b>730</b>, where the existence of new data is checked.
As long the log file <b>510</b> is empty, the live data access routine <b>700</b> will remain in the wait loop <b>710</b>. In this manner, the live data access routine <b>700</b> has real-time access to write data, while maintaining an arms length from the web server <b>500</b> itself.
Website Identification Module (<b>220</b>)
FIG. 6 is a flowchart and schematic diagram illustrating a preferred control routine for the website identification module <b>220</b> of FIG. 3, which is designed to identify the website that created each log line <b>512</b> in a log file <b>510</b>. The log lines <b>512</b> are interleaved and written to the log file <b>510</b> as hits occur. The format of the log file <b>510</b> may vary from provider to provider. Some may use the canonical domain name in the log file <b>510</b>, while others will use a subdirectory in the URI to identify the website.
There are three configuration variables that pertain to the control routine shown in FIG. <b>6</b>. The subreport field (SF) specifies which field in the log file <b>510</b> contains the website identifier text. The subreport expression (SE) is a POSIX extended regular expression that is used to capture all or part of the field specified by SF. The report name expression (RN) is used to build the website name from the information captured by SE.
As discussed above, the log parser module <b>210</b> processes each log line <b>512</b> one at a time, and separates the log line <b>512</b> into separate fields <b>602</b>. In the log file <b>510</b> shown in FIG. 6, log line field <b>602</b>′ contains the website identifier text, and is also indicated in FIG. 6 with shading.
The control routine for the website identification module begins at step <b>800</b>, where log line field <b>602</b>′ is selected using the SF configuration variable. The control routine then continues to step <b>810</b>, where the subreport expression (SE) is applied to the log line field <b>602</b>′ selected at step <b>800</b>. This is done using POSIX extended regular expressions. The operator of the system <b>100</b> will need to be familiar with regular expressions or seek assistance from the manuals or technical support. The SE expression is used to match part or all of log line field <b>602</b>′. Parenthesis are used to define what is to be matched. For example, to simply capture the entire field, the SE expression “(.*) ” would be used. Whereas, to capture the last parts of a “www” domain name, the expression “www\. (.*)” could be used. Whatever is matched inside the parenthesis is placed into a first variable $1. If there are multiple sets of parenthesis, then subsequent matched components are placed into additional variables (e.g., $2, etc.). In the example shown in FIG. 6, two variables, $1 and $2, are used.
Next, at step <b>820</b>, the $1 and $2 variables are used to generate the name <b>830</b> of the website. Using the report name expression (RN), the variables $1 and $2 are replaced with the actual contents of the matched components. For example, if the following configuration parameters are set:
SF=2
SE=SITE:(.*)
RN=www.mydomain.com/$1
and the following space-separated log line was processed:
123.12.3.1 2000-08-02 SITE:human-resources/index.html 200 1234 the website identification module <b>220</b>, at step <b>800</b>, would select “SITE:human-resources” as log line field <b>602</b>′ in the log line <b>512</b>. The SE would capture everything after the “SITE:” part of log line field <b>602</b>′ as defined by the parenthesis location in the SE expression. This information is placed into the $1 variable. The website name <b>830</b> is then identified at step <b>820</b> by expanding the RN expression and replacing the $1 variable with the actual contents of the match. In this example, the resulting website name <b>830</b> is “www.mydomain.com/human-resources”.
Visitor Identification Module (<b>230</b>)
FIG. 7 is a flowchart and schematic diagram illustrating a preferred control routine for the visitor identification module <b>230</b> of FIG. <b>3</b>. The log file <b>510</b> contains a number of log lines <b>512</b> or hits. Because the log lines <b>512</b> are interleaved, each log line <b>512</b> can be from a different visitor. As discussed above, the log parser module <b>210</b> processes each log line <b>512</b> in the log file <b>510</b>, and places the information in the log buffer. The log line fields <b>602</b> are separated and the data is passed to the visitor identification module <b>230</b>.
In the log file <b>510</b> shown in FIG. 7, log line field <b>602</b>″ contains the ID value and log line field <b>602</b>′″ contains the timestamp of the hit. Log line fields <b>602</b>′″ and <b>602</b>′″ are also indicated in FIG. 7 with shading.
The control routine for the visitor identification module <b>230</b> begins at step <b>900</b>, where log line fields <b>602</b>″ and <b>602</b>′″ are selected, as represented schematically under the Identify step <b>900</b> in FIG. <b>7</b>. The control routine then continues to step <b>910</b>, where the control routine looks up the ID value <b>602</b>″ in the visitor hash table <b>320</b> of the visitor table <b>310</b> (shown in FIG. <b>2</b>). If the ID value <b>602</b>″ does not exist in the visitor hash table <b>320</b>, control continues to step <b>920</b>, where a new visitor record is created in the visitor hash table <b>320</b>. If the ID value <b>602</b>″ does exist in the visitor hash table, control skips to step <b>930</b>.
At step <b>930</b>, the timestamp <b>602</b>′″ of the log line <b>512</b> is checked against the time range of the visitor record in the visitor hash table that corresponds to the ID value <b>602</b>″. If the timestamp <b>602</b>′″ falls within a predetermined allowable range, control continues to step <b>940</b>, where the visitor record identified by the ID value <b>602</b>″ in the visitor hash table is determined to be the existing visitor. Otherwise, control jumps back to step <b>910</b>, where the seek continues through records not previously searched until either a new record is created or another existing visitor is found.
The Visitor Centric Data Modeling described above has a very important and powerful benefit for real world applications. Many systems or websites will use multiple servers either mirroring each other or each handling a different part of a website. Extremely busy websites will often use an array of servers to handle the extreme load of traffic. Other websites may have a secure server area that resides on a special machine.
Whether for robustness or functionality, multiple server architecture is a common practice and appears to create a unique problem for internet traffic analysis and reporting. Each web server <b>500</b> will create its own log file <b>510</b>, recording entries from visitors as they travel through the website. Often, a single visitor will create log entries in the log file <b>510</b> for each web server <b>500</b>, especially if the web servers <b>500</b> perform different functions of the website.
It is desirable to be able to merge and correlate more than one log file <b>510</b> so as to have a complete and single record of a particular visitor. The Visitor Centric Data Modeling described above makes this ability automatic. Since each hit is uniquely identified to a particular visitor and the timestamp of the hit is recorded, determining the order and location of the hits do not require any additional engineering. The system and method of the present invention will automatically correlate the multiple log files as if they were coming from a single log file.
Buffer Update Module (<b>240</b>)
FIG. 8 is a flowchart and schematic diagram illustrating a preferred control routine for the buffer update module <b>240</b> of FIG. <b>3</b>. The control routine starts at step <b>1000</b>, where it is determined if the log line <b>512</b> (hit) is from a new day by analyzing the timestamp <b>602</b>′″ of the log line <b>512</b>. If the log line <b>512</b> is the first of a particular day, then control continues to step <b>1010</b>. Otherwise, control jumps directly to step <b>1020</b>.
At step <b>1010</b>, the database buffer <b>260</b> is preloaded with any existing contents for that day from the actual database <b>300</b>. Control then continues to step <b>1020</b>.
At step <b>1020</b>, the visitor record identified or created by the visitor identification module <b>230</b> is located in the database buffer <b>260</b>. The located visitor record <b>1040</b> is shown schematically under the locate visitor record step shown in FIG. <b>8</b>.
Control then continues to step <b>1030</b>, where the located visitor record <b>1040</b> is updated and new information for that visitor is inserted into the located visitor record <b>1040</b>. Traffic information is preferably updated for the visitor If the located visitor record <b>1040</b> is a new visitor record, then domain, referral, and browser information is preferably inserted into the located visitor record <b>1040</b>. All visitors preferably have their path information updated with any new pageview information. The updated visitor record <b>1050</b> is shown schematically below the update record step <b>1030</b>.
The timestamp <b>602</b>′″ of the log line <b>512</b> is used to determine the order of the events that took place. An illustrative example is shown in FIG. <b>8</b>. In the example shown, a particular visitor is recorded as looking at Page A <b>1060</b> first and then Page C <b>1070</b>. If the next log line <b>512</b> processed from the log file <b>510</b> indicates that the visitor looked at Page B <b>1080</b>, the buffer update module <b>240</b> (at step <b>1030</b>) checks the timestamp <b>602</b>′″ of the log line <b>512</b> to see where in the chain of events the page belongs. In the example shown, Page B <b>1080</b> occurred between Page A <b>1060</b> and Page C <b>1070</b>. Thus, Page B <b>1080</b> is inserted into the visitor record between the Page A <b>1060</b> and Page C <b>1070</b>. In this manner, the system <b>100</b> is able to update and correlate visitor data even if it is out of order in the log file <b>510</b>.
This automatic processing of multiple log files <b>510</b> came from the discovery that a single multi-threading web server, such as Netscape, may not log all hits sequentially in time. Due to the nature of multi-threading applications, it is possible that a single log file <b>510</b> may contain hits out of chronological order. The system and method of the present invention was therefore designed to handle this situation properly by checking the timestamp <b>602</b>′″ of each log line <b>512</b> and inserting the information in the log line <b>512</b> into the appropriate place in the retrieved visitor record <b>1040</b> based on the chain of events. With this functionality, the processing of multiple load-balancing log files <b>510</b> is as simple as reading two log files instead of one.
The operation of the database buffer <b>260</b> will now be explained in more detail. As discussed above, the log engine <b>200</b> contains an internal database buffer <b>250</b> that mirrors part of the actual database <b>300</b>, preferably in RAM. This allows the log engine <b>200</b> to correlate and update visitor records quickly for each hit without accessing the actual database <b>300</b> for each hit. Data is correlated and cached into the database buffer <b>250</b>, which stores the data temporarily while processing the log file <b>510</b>. When processing of the log file <b>510</b> is completed, the database buffer <b>250</b> is written back to the database <b>300</b> in one step.
The use of a database buffer <b>250</b> results in more RAM usage, but has the advantage of lowering the overhead of database access, resulting in faster processing times. By pre-inspecting the log files <b>510</b>, the log engine <b>200</b> determines the time ranges being used and reads the appropriate data into the database buffer <b>250</b>. The database buffer <b>250</b> allows Urchin to avoid reading and writing to the database <b>300</b> for each log line <b>512</b>. Instead, the log engine <b>200</b> is able to make updates to the visitor tables <b>310</b> and the data tables <b>315</b> in memory (through the database buffer <b>250</b>) and then read and write the entire data block to and from the database <b>300</b>, which is preferably stored on disk, only once.
Database Buffer (<b>250</b>)
FIG. 9 is a schematic representation of the contents of the database buffer <b>250</b>. As discussed above, the database buffer <b>250</b> mirrors a portion of the database <b>300</b>, preferably in RAM. Thus the visitor tables <b>310</b>′ and data tables <b>315</b>′ in the database buffer <b>250</b> have the same format as the visitor tables <b>310</b> and data tables <b>315</b> in the actual database <b>300</b>.
Because the database buffer <b>250</b> is loaded with data from the database <b>300</b>, the visitor tables <b>310</b>′ and data tables <b>340</b>′ in the database buffer <b>250</b> are also relational. The data is centered in the visitor table <b>310</b>′, creating a Visitor Centric Data Model. The visitor table <b>310</b>′ contains a partially filled hash table <b>320</b>′ that is used for quickly seeking visitor records. Below the partially filled hash table <b>310</b>′, the actual records <b>325</b>′ contain data about each visitor, such as hits, bytes, time, etc. Each unique visitor will have their own record in the visitor table <b>310</b>′. As each log line <b>512</b> is processed and identified to a particular visitor, that visitor's record is updated in the visitor table <b>310</b>′ within the database buffer <b>250</b>.
Like the visitor table <b>310</b> in the actual database <b>300</b>, the visitor table <b>310</b>′ in the database buffer <b>250</b> is relational in nature and has a relations area <b>330</b>′ that contains pointers <b>335</b>′ to the data tables <b>315</b>′. Like the data tables <b>315</b> in the actual database <b>300</b>, each of the data tables <b>315</b>′ in the database buffer <b>250</b> store different visitor parameters such as domain, browser, and referral.
Each data table <b>315</b>′ contains a hash table <b>340</b>′, a rank table <b>345</b>′, a record table <b>350</b>′, and a string table <b>355</b>′. The hash table <b>340</b>′ is used to seek records in the record table <b>350</b>′. The rank table <b>345</b>′ is used to keep track of the top entries in the record table <b>350</b>′ based on the number of visitors using the parameter associated the data table <b>315</b>′. This is useful for quick access to reports. The record table <b>350</b>′ stores the actual records within the data table <b>315</b>′ including the traffic information associated with the parameter associated with the data table <b>315</b>′. The record table <b>350</b>′ does not store the value of the parameter. Instead, the record table <b>350</b>′ contains a pointer to a record in the string table <b>355</b>′. Each of these subtables (<b>320</b>, <b>325</b>, <b>330</b>, <b>340</b>, <b>345</b>, <b>350</b>, <b>355</b>) has fixed width records allowing for efficient reading, writing, and copying of the entire data sets. In addition to the fixed width nature of the subtables, the records in the subtables are allocated in large blocks. Memory allocation is not necessary for each new record individually.
Besides using efficient hashing algorithms for processing the data, resizing of the database buffer <b>250</b> is done so that data tables <b>315</b>′ and the hash table <b>320</b>′ in the visitor table <b>310</b>′ are partially empty. This allows new records to be created instantly without allocating additional memory. The gray areas in the data tables <b>315</b>′ and the hash table <b>320</b>′ in the visitor table <b>310</b>′ indicate the used portions. As the tables reach a predetermined fullness threshold, they are preferably increased in size.
Once the processing of the log file <b>510</b> is complete, the data tables <b>315</b>′ and the visitor table <b>310</b>′ are written back into the actual stored database <b>300</b>. The subtables are written separately so that empty records are not stored on the disk that holds the actual database <b>300</b>. However, the fixed width nature of the subtables allows for efficient writing of entire blocks of data to the actual database <b>300</b>. The use of the database buffer <b>250</b> increases the speed of the log engine <b>200</b> by avoiding frequent memory allocation and disk access. By caching information in volatile memory (in the form of the database buffer <b>250</b>), and reading and writing fixed sized blocks of data, the log engine <b>200</b> is extremely fast.
DNS Resolver Module (<b>260</b>)
When a web server <b>500</b> receives a request for a web page, the web server <b>500</b> can either log the IP address of the visitor or it can use DNS to resolve the host and domain information of the visitor. While domain information is valuable for market analysis purposes, the resolution can add significant overhead to the web server <b>500</b> and delay the response of the web server to the end user. It is therefore desirable to pass the task of DNS resolving onto the system <b>100</b> of the present invention. This allows the web server <b>500</b> to stay as light and quick as possible for visitors accessing the website.
One of the biggest and most time consuming tasks in processing web server logs files <b>510</b> and creating valuable reports is the processing of the reverse DNS of the IP numbers. Each IP number must be converted to a host/domain name by using the distributed DNS system of the Internet. While the local name server may cache many of the answers, most will likely need to go out to the Internet for resolution.
The speed and scalability of the present system <b>100</b> is one of its advantages within the operations of large hosting companies. Whether processing single large websites or hundreds of thousands of small websites, the speed of the DNS resolver module <b>260</b> is important. The DNS resolver module <b>260</b> uses several innovative techniques for improving the speed and accuracy of the process, as will be described in more detail below.
For each IP number that needs resolving, a query is sent out to the Internet, where it bounces around a few times in the DNS system before coming back with the answer. This can take up to a couple of seconds, and sometimes the answer never comes back. As far as the local system is concerned, the bulk of this time is spent waiting for the response. An aspect of the present invention is the discovery that, since each of the queries is separate and unique, the processing can be done in parallel using multithreading techniques. The overall waiting can be done all at once instead of sequentially, thus shortening the overall processing considerably.
For example, if ten queries are each resolved in one second each, normal overall processing time would be ten seconds. However, by making the operation parallel so that all ten queries are processed simultaneously, then the overall processing time could be reduced to one second.
In practice, however, multithreading systems, such as those based on the use of POSIX threads and BIND 8.2, carry a significant overhead, and the setting up of sockets and memory locking reduces the benefits of the multithreading. Instead, the DNS resolver module <b>260</b> is not based on threads, but takes on the advantage of the parallel nature of the underlying protocols themselves to simulate threading operation without the additional overhead. Besides improving the overall speed and accuracy, the porting of the software is simplified, as it depends on less library calls.
The DNS resolver module <b>260</b> generally uses the User Datagram Protocol (UDP) on top of the IP network protocol. The UDP protocol has inherent parallel capabilities. Each query in the protocol is sent like a letter and uses a connectionless socket. Thus, multiple queries can be sent simultaneously without waiting for responses. Multiple responses can be received at any time and in any order. There is no guarantee that all the answers will return or that they will appear in any particular order. But, as long as the queries are tracked with an ID number, this UDP protocol can be used effectively to parallelize the DNS resolving operation without the overhead of threads.
FIG. 10 is a schematic diagram of illustrating the operation of the DNS resolver module <b>260</b>. The DNS resolver module <b>260</b> communicates with a local name server <b>1100</b>. The local name server <b>1100</b> is part of the Internet <b>1110</b> DNS system, but resides in the local network as a primary cacheing name server acting as a relay between the DNS resolver module <b>260</b> and the multiple DNS servers in the Internet <b>1110</b>.
The communication between the DNS resolver module <b>260</b> and the local name server uses several UDP sockets <b>1120</b>. The UDP sockets <b>1120</b> are setup and destroyed only once. Once the UDP sockets <b>1120</b> are established, the DNS resolver module <b>260</b> sends groups of queries <b>1130</b>. The queries <b>1130</b> are represented by “Q” boxes, and the responses (or answers) <b>1140</b> are represented by “A” boxes. The local name server <b>1100</b> relays the queries <b>1130</b> and answers <b>1140</b> to the Internet <b>1110</b> using a built-in DNS system. The local name server has cacheing ability and will remember recently asked queries <b>1130</b> and answer immediately instead of sending them on to the Internet <b>1110</b>.
One of the keys to shortening the processing time is to get as many queries <b>1130</b> out in the Internet <b>1110</b> at one time. This shortens the waiting significantly. Without the use of threads, the DNS resolver module <b>260</b> takes advantage of the UDP protocol, and goes through a loop of sending and reading queries <b>1130</b> and answers <b>1140</b>, as will be described in more detail below. Without waiting for all answers <b>1140</b> to return or for thread controls to be freed up, the DNS resolver module preferably sends as many queries <b>1130</b> as possible out into the Internet <b>1110</b>.
As incoming answers <b>1140</b> are decoded and the ID numbers are matched with the originating queries <b>1130</b>, the IP numbers are efficiently resolved in a manner that truly parallelizes the waiting and thus dramatically reduces the processing time without the overhead of threads.
During the flood of queries <b>1130</b> and answers <b>1140</b>, the DNS resolver module <b>260</b> goes through a primary loop of sending queries <b>1130</b> and reading answers <b>1140</b>. The kernel level sockets and the local name server <b>1100</b> can only handle so many requests simultaneously, and will drop excess queries <b>1130</b> if capacity is reached. While having a few (i.e., less than 10%) of the queries <b>1130</b> dropped is acceptable, having too many queries <b>1130</b> dropped will result in a large percentage of retries, creating additional work and actually slowing the overall processing time. However, it is desirable to send queries <b>1130</b> as rapidly as possible. What is needed is a feedback loop that can adjust the rate at which queries <b>1130</b> are sent and the waiting time for answers <b>1140</b>.
FIG. 11 is a flowchart and schematic diagram of a feedback loop control routine preferably used by the DNS resolver module <b>260</b>. A resolver loop <b>1150</b> controls a loop that cycles between sending and reading queries <b>1130</b> and answers <b>1140</b>.
The control routine starts at step <b>1160</b>, where a group of queries <b>1130</b> are sent through the UDP sockets <b>1120</b>. Once the queries <b>1130</b> are sent, control continues to step <b>1170</b>, where the resolver loop <b>1150</b> will try reading answers <b>1140</b> for a predetermined amount of time (Timeout). Once the Timeout is reached, the resolver loop will compare how many queries <b>1130</b> were sent against how many answers <b>1140</b> were received, and adjust the Timeout accordingly. Control then returns to step <b>1160</b>.
In addition to the socket speed capabilities, certain queries <b>1130</b> will inherently take longer than others. Some queries <b>1130</b> may need to go halfway around the world before resolving is completed. To minimize this effect, The resolver loop <b>1150</b> preferably begins with a very aggressive (short) Timeout, and progressively increases the Timeout to wait for the answers <b>1140</b> that are taking longer to arrive. The resolver loop <b>1150</b> will actually go through multiple loops and, at a slower pace, reattempt queries <b>1130</b> that were never answered. This adaptable resolving speed control gives the DNS resolver module <b>260</b> the ability to process the bulk of queries <b>1130</b> very quickly, and minimize the impact of a few slow or non-responding answers <b>1140</b>.
The DNS resolver module <b>260</b> is preferably configured with the ability to increase the resolving percentage and overall accuracy of the DNS resolving module <b>260</b> by adapting the query level. Under normal DNS resolving, the IP number is mapped to a specific hostname. For example, the IP number 202.110.52.16 may map to the hostname:
dial 141-sddc2.npop43.aol.com
While it may be interesting to see the “dial141-sddc2.npop43” part of the hostname, one is typically only interested in the domain part (e.g., “aol.com”™) of the answer <b>1140</b>. The first part of the answer <b>1140</b> is specific to each provider and does not contribute to the demographic-type reporting that the present system <b>100</b> is preferably designed to provide.
In many networks, especially government, military, and small private networks, individuals IPs are not always mapped to anything. The query <b>1130</b> of a specific IP may return with an answer <b>1140</b> of “unknown host”, which means that not all if the IPs were mapped back to the hostnames. Unfortunately this can reduce the resolving percentage by 20 or 30 percent, and skew the demographic data away from non-resolvable networks such as are often found in government, military, and educational networks.
To make up for this deficiency, the DNS resolving module <b>260</b> preferably deploys an adaptable resolving level mechanism that attempts to find out who controls the network in question if the hostname answer <b>1140</b> returns unsuccessfully.
FIG. 12 is a schematic diagram of how a preferred embodiment of the adaptable resolution mechanism operates. An unresolved IP number <b>1180</b> enters the DNS resolver module <b>260</b>. The DNS resolver module <b>260</b> will make multiple attempts at resolving the IP number by sending out multiple queries <b>1130</b> one at a time using different query information. The first query <b>1130</b><i>a </i>will attempt to resolve the entire specific IP number. If that returns unsuccessful, then a second query <b>1130</b><i>b </i>will attempt to resolve the Class-C network address (a Class-C network address is equivalent to the first three parts of an IP address).
If the second query returns unsuccessful, a third query <b>1130</b><i>c </i>will attempt to resolve the Class-B network address. If the third query is unsuccessful, a fourth query <b>1130</b><i>d </i>will attempt to resolve the Class-A network address. Many times, the Class-C or Class-B network addresses will resolve correctly when the IP address did not.
This technique improves the resolving accuracy dramatically and improves overall performance speed. In the case of government, military, educational and other private networks, “unresolved” percentages have been observed to go from 35% down to 8%, and “k12.us” and “navy.mil” show up in the top domains reports using the adaptable resolving level mechanism of the present invention. While these domains are not resolving their individual IPs, the general source of the traffic is obtained.
Using the above-described techniques, the DNS resolver module comprises a nested-loop, adaptable system that is fast and efficient. The nested-loop architecture is shown in FIG. 13, which is a flowchart of a preferred control routine for the various loops within the DNS resolver module <b>260</b>.
The control routine begins by initializing some variables, including five configuration variables <b>1190</b> that include:
resolution target (RT);
number of loops (NL);
queries per write (NQ);
interquery delay (DQ); and
wait timeout (WT).
These five settings represent starting points for operation. They may be modified at runtime using the feedback mechanism discussed above in connection with FIG. <b>11</b>. The control routine comprises a main loop <b>1200</b>, a visitor loop <b>1210</b> nested within the main loop <b>1200</b>, and a read loop <b>1215</b> nested within the visitor loop <b>1210</b>. Dashed lines indicate asynchronous non-loop flow tasks. Sockets are initialized before the main loop <b>1200</b> begins.
The control routine begins at step <b>1220</b>, where it is determined if the loop should continue. The loop <b>1200</b> will continue as long as the “number of loops” (NL) has not been reached and the “resolution target” (RT) has not been reached. NL is incremented once the loop begins and RT is adjusted after each “decode answer” step <b>1290</b>, which will be described below.
The NL and RT variables serve an important purpose. They allow a high resolving target to be set, while setting an ultimate timeout. Depending on the size of the data, the number of sites, and the amount of time available, system administrators can modify these variables before operation. Once the resolution target, or the number of loops NL, is reached, the control routine will exit and clean up.
If NL and RT have not been reached, control continues to the visitor loop <b>1210</b>, whose purpose is to build and send queries for each unresolved visitor in the visitor table <b>310</b>′. The visitor loop <b>1210</b> starts at step <b>1230</b>, where the next unresolved visitor record from the visitor table <b>310</b>′ is pulled and a query <b>1130</b> is built. An ID number <b>1250</b> from the visitor table <b>310</b>′ is used in the building of the query <b>1130</b> so that it can be tracked later on as a response.
Next, at step <b>1240</b>, the query <b>1130</b> is sent to the UDP sockets <b>1120</b>. The UDP sockets <b>1120</b> are used in round robin fashion which allows minimizes the waiting for buffer controls.
A counter keeps track of how many queries <b>1130</b> have been sent in the current batch. Control then continues to step <b>1260</b>, where the counter is checked against the NQ variable. If NQ has not been reached, control loops back to step <b>1230</b>. An optional interquery delay (DQ) step <b>1270</b> can be inserted between steps <b>1260</b> and <b>1230</b> to keep the visitor loop <b>1210</b> from running too fast.
If NQ has been reached, which occurs when all the queries in the batch have been sent, NQ is reset and control then continues to the read loop <b>1215</b>. The read loop <b>1215</b> continues until the WT timeout variable is reached.
At step <b>1280</b>, any buffered incoming answers <b>1140</b> are read from the UDP sockets <b>1120</b>. Next, at step <b>1290</b>, each answer <b>1140</b> is decoded. Control then continues to step <b>1300</b>.
At step <b>1300</b>, it is determined if the answer <b>1140</b> is successful. If the answer <b>1140</b> is successful, control continues to step <b>1310</b>, where the visitor table <b>310</b>′ is updated with the domain information. Control then continues to step <b>1330</b>.
If, at step <b>1300</b>, it is determined that the answer <b>1140</b> is unsuccessful, control continues to step <b>1320</b>, where the record in the visitor table <b>310</b>′ is modified by changing the resolution status. The resolution status is used to control the resolution level, as discussed above. If the answer <b>1140</b> comes back as “unknown” then the resolution status is changed for that visitor record, indicating that the next query <b>1130</b> should attempt to resolve the larger network instead of the specific IP. Control then continues to step <b>1330</b>.
At step <b>1330</b>, the read loop <b>1215</b> condition is checked by determining if the incoming UDP sockets <b>1120</b> are empty and if the timeout WT has been reached. If the incoming UDP sockets <b>1120</b> are empty and the WT timeout has been reached, the read loop <b>1215</b> ends, and control flows back to the visitor loop <b>1210</b> at step <b>1340</b>. Otherwise, the read loop <b>1215</b> continues, and control loops back to step <b>1280</b>.
At step <b>1340</b>, it is determined if the resolution target (RT) has been reached. If it has, the visitor loop <b>1210</b> ends, and control flows back to the main loop <b>1200</b> at step <b>1350</b>. Otherwise, the visitor loop <b>1210</b> continues at step <b>1230</b> with the next batch of unresolved queries.
At step <b>1350</b> of the main loop <b>1200</b>, the WT timeout is adjusted (increased for the next loop). Control then continues to step <b>1220</b>, where NL and RT are checked, NL is incremented and starts the entire process over again if neither NL nor RT have been reached.
With minimal overhead, the DNS resolver module <b>260</b> takes advantage of the UDP protocol and maximizes the parallelization of the processing. Through a series of nested loops and control parameters, the DNS resolver loop is able to adapt both speed and level in order to meet the resolving target as quickly as possible. Multiple rounds and levels of queries <b>1130</b> are resent to cover lost or failed attempts, thereby increasing overall accuracy and resolution percentage dramatically. Thus, system administrators can put a cap on overall processing time, while maintaining a high resolution target.
Database Update Module (<b>270</b>)
Once the log file processing is complete and all the log lines <b>512</b> (hits) are represented in the visitor table <b>310</b>′ on the database buffer <b>250</b>, the visitor table <b>310</b>′ is sorted (if multiple websites are represented). The database buffer <b>250</b> is outputted to the database <b>300</b> using the database update module <b>270</b>.
FIG. 14 is a flowchart and schematic diagram illustrating a preferred control routine for the database update module <b>270</b>. The schematic diagram below the control routine steps illustrates what is occurring to the data during the control routine.
The control routine starts at step <b>1360</b>, where the visitors in the database buffer <b>250</b> are sorted based on their associated website identification. Preferably using a quicksort algorithm, the records in the database buffer <b>250</b> are sorted into groups that belong to the same website. If only one website is represented by the log file <b>510</b>, then step <b>1360</b> is trivial. However, in the case of multiple websites, the database buffer <b>250</b> is sorted into groups of visitors.
The control routine then continues to step <b>1370</b>, where the database <b>300</b> is opened. Then, at step <b>1380</b>, the database <b>300</b> is updated with the data in one of the visitor groups <b>1400</b>. The process then continues to step <b>1390</b>, where the database <b>300</b> is closed.
The control routine then loops back to step <b>1370</b>, and the database update process is repeated for each visitor group <b>1400</b>. By processing the records in groups, the overhead created by accessing the database <b>300</b> is reduced.
Database (
300
)
FIG. 15 is a schematic diagram illustrating the main components of the database <b>300</b>. As discussed above, the database <b>300</b> contains a visitor table <b>310</b> and data tables <b>315</b>. The structure is relational in nature as the visitor table <b>310</b> relates to information stored in the data tables <b>315</b>.
The database <b>300</b> also includes methods module <b>1410</b> that provides an interface for accessing, seeking, and inserting data into the visitor and data tables <b>310</b> and <b>315</b>. Both the log engine <b>200</b> and the report engine <b>400</b> access the methods module <b>1410</b>.
The methods module <b>1410</b> is the only module that is allowed to directly access the data in the database <b>300</b>. This creates a modularity to the database <b>300</b>, in which the format of the visitor table <b>310</b> and/or the data tables <b>315</b> can be modified without changing the interface to the other modules in the system <b>100</b>.
Report Engine
As ISPs add thousands of web sites to a single system, the creation of reports can begin to take as long as processing the data. With an ever increasing number of reports to create, the disk space and time needed to accomplish this side of the task can become a problem. The report engine <b>400</b> provides a centralized system that contains a single copy of the report templates and icons needed to generate reports, and delivers specific reports for a particular web site only when requested.
The report engine <b>400</b> only stores the data for each web site, and not the specific reports. Since the reports are web-based, they can be delivered on the fly as requested through the Common Gateway Interface (CGI) of the web server.
FIG. 16 is a schematic diagram of a preferred embodiment of the report engine <b>400</b>. The report engine <b>400</b> comprises a session parser module <b>1420</b>, an authentication module <b>1430</b>, a data query module <b>1440</b>, an format output module <b>1450</b> and a template/dictionary module <b>1460</b>.
In operation, a report request <b>540</b> received by the web server <b>520</b> from an end-user is sent by the web server <b>520</b> to the report engine <b>400</b> through the Common Gateway Interface (CGI) <b>1470</b> of the web server <b>520</b>. The CGI <b>1470</b> is a standard mechanism for web servers to allow an application to process input and deliver content dynamically via the web.
The session parser module <b>1420</b> reads the input from the report request <b>540</b> and sets internal variables accordingly. The variables are then used to determine the data to use, the report to create, and the format of delivery.
The authentication module <b>1430</b> verifies that the end-user that sent the report request has permission to view the requested report. Upon verification, the data query module <b>1440</b> queries the database <b>300</b> for the raw data needed to generate the requested report.
The raw data is passed to the format output module <b>1450</b>, which uses a set of templates from the template/dictionary module <b>1460</b> to format and create the report <b>550</b> to be sent back to the end-user via the web server <b>520</b>. The use of templates and dictionaries in the template module allows for easy customization of the reporting format. Templates can be used to change branding and the overall look and feel of the report interface. Dictionaries in the template/dictionary module <b>1460</b> can be used to change the report language on the fly. The end-user can toggle which dictionary is used for reporting directly through the CGI interface <b>1470</b>.
The access and delivery of reports is preferably controlled using a Javascript application, which is preferably delivered to the end-user upon the first report request <b>540</b>. The Javascript Application provides the mechanisms for displaying report content and querying for new reports.
The operation of each of the modules in the report engine <b>400</b> will now be explained in more detail.
Session Parser Module (
1420
)
The session parser module <b>1420</b> is used to read and access data specific to the type of request being made. Furthermore, hosting operations are creating control panel interfaces with which customers can login and access all of their tools and applications from one web-based location. Customers login once into the control panel, and then have access to e-mail, website builder tools, newsgroups, etc.
In order to integrate the present system <b>100</b> into custom control panel interfaces, the session parser module <b>1420</b> is a flexible session sensitive system that allows the present system <b>100</b> to work seamlessly with the user's control panel.
FIG. 17 is a flowchart and schematic diagram of a preferred control routine for the session parser module of FIG. <b>16</b>. User requests for reports are generated and passed to the report engine <b>400</b> from the web server <b>520</b>. Since the system <b>100</b> only contains one report engine <b>400</b>, parameters <b>1500</b> are passed to the session parser module <b>1420</b> within the report engine <b>400</b> in order to determine which report to generate. The passing of parameters <b>1500</b> is built into the navigation of the reporting interface, i.e., as the end-user clicks through the navigation menus within the interface and selects a report, the proper parameters <b>1500</b> are automatically sent to the session parser module <b>1420</b>.
The parameters <b>1500</b> preferably contain three parts. The session-id <b>1510</b> is used to keep track of which user is logged into the system. The application data <b>1520</b> contains the report-specific parameters used to select the correct report. The user session info is an optional set of parameters that can be used to integrate the system <b>100</b> into a user control panel containing multiple applications.
The control routine <b>1420</b> begins at step with the read input step <b>1540</b>, which parses the list of parameters <b>1500</b> and separates the data into “name-value pairs.” Control then passes to the identify variables step <b>1550</b>, which uses a pre-determined configuration <b>1560</b> to match the external name-value pairs with internal variables. This allows the system <b>100</b> to recognize custom variables being used by proprietary control panels and other user interface mechanisms.
Authentication Module (<b>1430</b>)
FIG. 18 is a flowchart of a preferred control routine for the authentication module <b>1430</b>. After the specific variables of the report request and session are determined, the authentication module <b>1430</b> provides a flexible way to check access authorization for report requesters. While the authentication module <b>1430</b> may user either built in functionality or access pre-existing user databases, the basic steps of the control routine are the same.
The control routine starts at step <b>1600</b>, where the identity of the user, the website and the report being requested are determined based on data from the session parser module <b>1420</b>. The control routine then continues to step <b>1610</b>, where the validation of the user is performed.
Based on configuration, step <b>1610</b> can either access internal configuration parameters, listing users and reports, or it can access an external source (not shown) for user validation. If the user is validated for the report request, then control continues to step <b>1630</b>, where the report request is passed to the data query module <b>1440</b>. If the validation fails, control jumps to step <b>1640</b>, where an error response is returned to the user.
Data Query Module (<b>1440</b>)
FIG. 19 is a flowchart of a preferred control routine for the data query module <b>1440</b>. This data query module <b>1440</b> accesses the methods module <b>1410</b> in the database <b>300</b> in order to receive a report-ready raw data set.
The control routine starts at step <b>1650</b>, where the identification of the requested report and other parameters parsed previously by the session parser module <b>1420</b> are formatted into a query that can be passed to the database <b>300</b>. The format of the query is based on the specification of the methods module <b>1410</b> in the database <b>300</b>. Typically, SQL type queries are created at step <b>1650</b>.
Next, at step <b>1660</b>, the query generated at step <b>1650</b> is sent to the database <b>300</b>. Then, at step <b>1670</b>, the data from the database <b>300</b> is received and stored in a buffer. The buffer now contains the raw unformatted data for the requested report. Control then continues to step <b>1680</b>, where the data received and stored in the buffer is passed to the format output module.
Format Output Module (<b>1450</b>)
FIG. 20 is a flowchart of a preferred control routine for the format output module <b>1450</b>. The control routine starts at step <b>1690</b>, where templates and dictionaries are obtained from the template/dictionary module <b>1460</b>. The templates and dictionaries are chosen based on the type of report and language desired.
Control then continues to step <b>1700</b>, where the requested report is formatted by merging the data stored in the buffer by the data query module <b>1440</b> with the chosen templates and dictionaries. Variables are replaced with values, and words are replaced with dictionary entries. The result is a web-based report ready for delivery custom created for each user. The report is delivered to the user at step <b>1710</b>.
Javascript System
The report engine <b>400</b> preferably uses a Javascript system comprising a special combination of HTML and Javascript to produce interactive reports that are extremely efficient and easy to use. The basic concept is that the Javascript, which is loaded into the user's web browser contains the code necessary to create the visual reports. Once loaded, the web server <b>520</b> only needs to deliver data to the web browser, which is then rendered on the user side of the Javascript system.
The benefits of Javascript system are less connections to the web server <b>520</b>. The user can experience real-time navigation, as many of the controls do not require new connections to the web server <b>520</b>. Opening menus and sorting data occur directly in the web browser. Used in conjunction with the CGI Reporting technology described previously, the Javascript system is extremely efficient and scalable for even the most crowded web server communities.
FIG. 21 is a schematic diagram of a preferred embodiment of the Javascript system. The system comprises an end-user web browser side <b>1810</b> and a server side <b>1820</b>.
When the end-user first accesses the report engine <b>400</b>, the report request is sent to the web server <b>520</b> which returns the frameset/application <b>1830</b> and icons <b>1840</b>. A Javascript application <b>1850</b> resides hidden in the parent frameset <b>1860</b>. The Javascript application <b>1850</b> then draws the two frames: the navigation frame <b>1870</b> and the report frame <b>1880</b>. The navigation frame <b>1870</b> is drawn directly from the Javascript application <b>1850</b>.
As the end-user wants to see a different attribute of the report or data, they can click on navigational and control elements in either the navigation frame <b>1870</b> or the report frame <b>1880</b>. These control elements affect variables in the code of the frameset <b>1860</b>, which then redraws the necessary subframes. If the end-user has selected something that requires a new data set, only the data is requested and delivered from the web server <b>520</b> through the report engine <b>400</b>. The Javascript application <b>1850</b> loads the new data <b>1890</b>, and draws the subframes and reports accordingly.
Real-Time Reporting
The demand for real-time reporting comes from many sources. In today's fast-paced economy, marketing and advertising managers wish to make rapid decisions and have immediate access to data as it occurs. Likewise, webmasters and system administrators, who are charged with managing critical website systems and servers, need real-time monitoring tools in order to keep a finger on the pulse of their systems. The ability to monitor activity in real-time gives the system administrators the ability to react to problems and potential attacks. Likewise, managers can monitor marketing strategies and ad campaign effectiveness as they are released.
As described previously, the system <b>100</b>, using the live data access control routine shown in FIG. 5, has the ability to record web traffic into the database <b>300</b> continuously as it occurs. Since, as describe above, the report engine <b>400</b> creates reports when they are requested, all reports can display up-to-date real-time information. In addition to general demographic and statistical reports, the system <b>100</b> is preferably configured to create a series of reports that are specifically designed to take advantage of real-time data.
Visitor Monitor
FIG. 22 illustrates an example of a visitor monitor report <b>1900</b> created by the system <b>100</b> of the present invention. The report <b>1900</b> preferably uses custom templates specifically designed for real-time reporting. The report <b>1900</b> is a web-based interface that provides a “live” real-time look at one of several possible data parameters <b>1910</b>, such as visitors, pages, hits, bytes and dollars. The report preferably includes a visitor monitor graph <b>1920</b> that is preferably refreshed approximately every second to reflect new data. The data in the visitor monitor graph <b>1920</b> preferably moves from right to left as time progresses. The current time <b>1930</b> is preferably indicated above the visitor monitor graph <b>1920</b>. In addition to the graphical display, the report <b>1900</b> preferably displays the current value <b>1940</b> of the data parameter <b>1910</b> currently being displayed, as well as the parameter's average value for that day <b>1950</b>.
By monitoring the visitor data parameter <b>1910</b>, the current traffic level can be monitored as it occurs. Controls <b>1960</b> are preferably provided that are configured so that the user can look at previous data, stop and freeze the graph, or continue with current data.
A small amount of Javascript is preferably used to control the refreshing of the visitor monitor report <b>1900</b>. In addition, the visitor monitor report <b>1900</b> preferably uses a small amount of Javascript to time and reload the image <b>1970</b>. The image <b>1970</b> is generated by the report engine <b>400</b>, and uses the PNG format for compact lightweight operation. Since only the image <b>1970</b> is reloaded approximately every second, the visitor monitor report <b>1900</b> does not flicker when viewed with most browsers, thus creating an animated appearance to the graph <b>1920</b>.
Temporal Visitor Drill Down
The images <b>1970</b> loaded into the visitor monitor report <b>1900</b> preferably include an HTML/javascript image map that provides “clickable” drill-down access to detailed information within the visitor monitor graph <b>1920</b>. The visitor monitor report <b>1900</b> preferably contains a series of invisible rectangles (not shown) which cover the surface of the visitor monitor graph <b>1920</b>. When the end-user clicks within the visitor monitor graph <b>1920</b>, within one of the rectangles, that rectangle is mapped to a specific point in time. This time information is then compiled into a URL query and sent to the server to provide information on that specific point in time.
FIG. 23 is an example of a temporal visitor drill down report <b>2000</b> created by the system <b>100</b> of the present invention, for displaying the time-specific data discussed above. All visitors <b>2010</b> that were currently active on the website at the selected time are listed by IP address and sorted based on the number of hits <b>2020</b>. Bytes <b>2030</b>, pageviews <b>2040</b>, and length of visit <b>2050</b> are also preferably shown for each visitor <b>2010</b>. The totals <b>2060</b> of bytes <b>2030</b>, pageviews <b>2040</b>, hits <b>2020</b> and length of visit <b>2050</b> for all visitors are also preferably displayed at the bottom of each column.
Administrators can use this drill down capability to quickly assess which visitors <b>2010</b> are responsible for the corresponding web server traffic. Hostile attacks from robots and web spiders can also be monitored in real-time. Administrators can take action against hostile clients by blocking their access to the servers.
Visitor Footprint
In addition to monitoring web server usage, the drill down capability described above is taken one step further. Each visitor <b>2010</b> listed in the Temporal Visitor Drill Down report <b>2000</b> is preferably selectable and linked to provide a visitor footprint on that specific visitor. All of the views are web-based and linking is preferably accomplished using simple HTML and Javascript. When the user selects a link on their browser, a new browser window opens and queries the report engine <b>400</b> for the specific information on that visitor.
FIG. 24 illustrates an example of a visitor footprint report <b>2100</b> created by the system <b>100</b> of the present invention. The visitor footprint report <b>2100</b> preferably contains detailed information on the activity of the selected visitor, including traffic information <b>2110</b>, browser information <b>2120</b>, referral information <b>2130</b>, domain information <b>2140</b> and the visitor path <b>2150</b> (the specific path the visitor took through the web site).
If the visitor shown in the visitor footprint report <b>2100</b> is responsible for an e-commerce transaction that is processed by the system <b>100</b>, then additional e-commerce information <b>2160</b> is preferably shown in the visitor footprint report <b>2100</b>. If the visitor shown in the visitor footprint report <b>2100</b> looked at multimedia clips that are captured by the system <b>100</b>, then additional streaming information <b>2170</b> is preferably shown in the visitor footprint report.
The browser information <b>2120</b> is preferably analyzed to see if it matches a known browser or platform. If the browser is recognized then an icon of the browser and platform <b>2180</b> can be optionally shown as part of the browser information <b>2120</b>. If the visitor is identified as a robot, then an icon of a robot (not shown) can be optionally shown as part of the browser information <b>2120</b>. This can be useful for quickly identifying hostile attacks from aggressive robots and spiders which can flood the web servers <b>500</b> with requests, creating a slow down in response times.
The visitor footprint report <b>2100</b> can provide insight into the usage of the website as well as help analyze specific visitors. While the detailed activity of the visitor can be monitored, the system <b>100</b> preferably does not record, use, or display any personal or identification information such as e-mail addresses, names, etc. Each visitor, while specific in the database <b>300</b>, preferably remains anonymous.
System Meter
FIG. 25 illustrates an example of a system meter report <b>2200</b> created by the system <b>100</b> of the present invention. The system meter report <b>2200</b> is similar to the web-based visitor monitor report <b>1900</b> shown in FIG. <b>22</b>. However, instead of providing a full-sized analysis tool, the system meter report <b>2200</b> is designed to be small enough to fit on a desktop computer screen at all times.
The system meter report <b>2200</b> contains multiple thumbnail sized report images (<b>2210</b>, <b>2220</b>, <b>2230</b>, <b>2240</b>, <b>2250</b>) that all refresh in the same manner as the visitor monitor report <b>1900</b>. To access the system meter report <b>2200</b>, the end-user preferably selects a collapse button <b>1980</b> (shown in FIG. 22) or a “system meter” navigation button (not shown) within the visitor monitor report <b>1900</b>. When the system meter report <b>2200</b> is requested from the visitor monitor report <b>1900</b>, the window containing the visitor monitor report <b>1900</b> preferably closes and a new smaller window appears on the desktop computer screen containing the system meter report <b>2200</b>.
The system meter report <b>2200</b> is preferably configured so that a user can resize the system meter report <b>2200</b> (with, for example, a computer mouse) creating a compact live web-meter that gives them constant monitoring of critical systems. The system meter report <b>2200</b> is also preferably configured so that selecting one of the report images (<b>2210</b>, <b>2220</b>, <b>2230</b>, <b>2240</b>, <b>2250</b>) re-opens the full-sized visitor monitor report <b>1900</b>.
The system meter report <b>2200</b> preferably displays graphs of visitors <b>2210</b>, hits <b>2220</b>, pages <b>2230</b>, bytes sent <b>2240</b>, and money <b>2250</b> (if e-commerce is activated).
E-Commerce Reporting
As businesses move from providing passive information about their products to providing interactive shopping capabilities, successful analysis of internet traffic can provide valuable information for making strategic business decisions.
In one preferred embodiment of the present invention, Return On Investment Reporting (ROIR) technology is used to provide the ability to report on internet traffic in terms of revenue. All aspects of the visitor reporting are correlated to dollars spent on the website, providing detailed analysis of when and where revenue is generated. Marketing and advertising managers can use this information to track the effectiveness of banner ads, the location of and behavior of shoppers and more.
The key to this technology is the present invention's ability to correlate data in a Visitor-Centric way. The Visitor-Centric configuration of the present invention allows the system <b>100</b> to report on dollars spent in correlation with any visitor parameter.
E-commerce websites use shopping cart software (hereinafter “shopping carts”) to provide a secure method for on-line ordering. Shopping carts allow the end-user to add products to their virtual shopping basket, change quantities and check out, similar to a normal shopping experience. There are many commercial shopping cart products such as Miva's Merchant™ and Mercantec's Softcart™.
Whether an e-commerce site uses an off-the-shelf product or a custom engineered application, the concept is the same. The shopping cart software keeps track of each visitor shopping session. As products are added to an individual's shopping cart, the software updates the visitor's specific information. When the visitor decides to check out and purchase the products, the shopping cart provides the necessary shipping and billing forms and can process the transaction.
E-Commerce Log File Format
The internet traffic monitoring and analysis system and method of the present invention utilizes the e-commerce log files <b>580</b> produced by the shopping carts to perform the e-commerce data correlation. However, the log file formats used by different shopping carts can vary. A preferred e-commerce log file format for use with the internet traffic monitoring and analysis system and method of the present invention is described below.
The e-commerce log file format is preferably a tab-separated, multiline format. The transaction preferably begins with the exclamation mark (!) character (which is thusly prohibited from the rest of the data). The first line of the e-commerce log file preferably contains the geographic and overall information on the e-commerce transaction. Subsequent lines preferably contain details on individual products. The preferred basic format of the e-commerce log file <b>580</b> is as follows:
<tables><table frame="none" colsep="0" rowsep="0"><tgroup align="left" colsep="0" rowsep="0" cols="3"><colspec colname="offset" colwidth="42pt" align="left" /><colspec colname="1" colwidth="77pt" align="left" /><colspec colname="2" colwidth="98pt" align="left" /><thead><row><entry /><entry namest="offset" nameend="2" align="center" rowsep="1" /></row></thead><tbody valign="top"><row><entry /><entry>!transfield1</entry><entry>transfield2 . . .</entry></row><row><entry /><entry>productfield1</entry><entry>productfield2 . . .</entry></row><row><entry /><entry>productfield1</entry><entry>productfield2 . . .</entry></row><row><entry /><entry>.</entry></row><row><entry /><entry>.</entry></row><row><entry /><entry>.</entry></row><row><entry /><entry>!transfield</entry><entry>transfield2 . . .</entry></row><row><entry /><entry>etc.</entry></row><row><entry /><entry namest="offset" nameend="2" align="center" rowsep="1" /></row></tbody></tgroup></table></tables>
Blank fields preferably contain a dash (-) character. The preferred format for the transaction line is as follows:
<tables><table frame="none" colsep="0" rowsep="0"><tgroup align="left" colsep="0" rowsep="0" cols="1"><colspec colname="1" colwidth="217pt" align="left" /><thead><row><entry namest="1" nameend="1" align="center" rowsep="1" /></row></thead><tbody valign="top"><row><entry>\!%{ORDERID}%h%{STORE}%{SESSIONID}%t%{TOTAL}</entry></row><row><entry>%{TAX}%{SHIPPING}%{BILL_CITY}%{BILL_STATE}</entry></row><row><entry>%{BILL_ZIP}%{BILL_CNTRY}</entry></row></tbody></tgroup><tgroup align="left" colsep="0" rowsep="0" cols="3"><colspec colname="1" colwidth="28pt" align="left" /><colspec colname="2" colwidth="70pt" align="left" /><colspec colname="3" colwidth="119pt" align="left" /><tbody valign="top"><row><entry>where</entry><entry>%{ORDERID}</entry><entry>is the order number.</entry></row><row><entry /><entry>%h</entry><entry>is the remote host (see apache.org).</entry></row><row><entry /><entry>%{STORE}</entry><entry>is the name/id of the storefront.</entry></row><row><entry /><entry>%{SESSIONID}</entry><entry>is the unique session identifier of</entry></row><row><entry /><entry /><entry>the customer.</entry></row><row><entry /><entry>%t</entry><entry>is time in the common log format</entry></row><row><entry /><entry>%{TOTAL}</entry><entry>is the transaction total including</entry></row><row><entry /><entry /><entry>tax and shipping. (decimal only, no “$”</entry></row><row><entry /><entry /><entry>signs).</entry></row><row><entry /><entry>%{TAX}</entry><entry>is the amount of tax charged to the</entry></row><row><entry /><entry /><entry>subtotal.</entry></row><row><entry /><entry>%{SHIPPING}</entry><entry>is the amount of shipping charges.</entry></row><row><entry /><entry>%{BILL_CITY}</entry><entry>is the billing city of the customer.</entry></row><row><entry /><entry>%{BILL_STATE}</entry><entry>is the billing state of the customer.</entry></row><row><entry /><entry>%{BILL_ZIP}</entry><entry>is the billing zip of the customer.</entry></row><row><entry /><entry>%{BILL_CNTRY}</entry><entry>is the billing country of the customer</entry></row><row><entry namest="1" nameend="3" align="center" rowsep="1" /></row></tbody></tgroup></table></tables>
The preferred format for the product line is:
<tables><table frame="none" colsep="0" rowsep="0"><tgroup align="left" colsep="0" rowsep="0" cols="1"><colspec colname="1" colwidth="217pt" align="left" /><thead><row><entry namest="1" nameend="1" align="center" rowsep="1" /></row></thead><tbody valign="top"><row><entry>%{ORDERID}%{PRODUCTCODE}%{PRODUCTNAME}%</entry></row><row><entry>{VARIATION}%{PRICE}%{QUANTITY}%{UPSOLD}</entry></row></tbody></tgroup><tgroup align="left" colsep="0" rowsep="0" cols="3"><colspec colname="1" colwidth="28pt" align="left" /><colspec colname="2" colwidth="77pt" align="left" /><colspec colname="3" colwidth="112pt" align="left" /><tbody valign="top"><row><entry>where</entry><entry>%{ORDERID}</entry><entry>is the order number.</entry></row><row><entry /><entry>%{PRODUCTCODE}</entry><entry>is the identifier of the product.</entry></row><row><entry /><entry>%{PRODUCTNAME}</entry><entry>is the name of the product.</entry></row><row><entry /><entry>%{VARIATION}</entry><entry>is an optional variation of the product</entry></row><row><entry /><entry /><entry>for colors, sizes, etc.</entry></row><row><entry /><entry>%{PRICE}</entry><entry>is the unit price of the product</entry></row><row><entry /><entry /><entry>(decimal only, no “$” signs).</entry></row><row><entry /><entry>%{QUANTITY}</entry><entry>is the quantity ordered of the product.</entry></row><row><entry /><entry>%{UPSOLD}</entry><entry>is a boolean (1/0) if the product was</entry></row><row><entry /><entry /><entry>on sale.</entry></row><row><entry namest="1" nameend="3" align="center" rowsep="1" /></row></tbody></tgroup></table></tables>
An aspect of the present invention is the optional provision of a plug-in module for existing shopping carts that will allow the shopping cart to create the e-commerce file log <b>580</b> in the preferred format.
E-Commerce Visitor Correlation
In order to provide the ROIR reporting described above, the system <b>100</b> performs a special correlation between the e-commerce transaction data in the e-commerce log file <b>580</b> and normal website visitor traffic data in the standard log files <b>510</b>.
As discussed above, both the standard log files <b>510</b> and the e-commerce log files <b>580</b> are processed by the log engine <b>200</b>. As discussed above in connection with FIGS. 3-9, each line of the log files <b>510</b> and <b>580</b> is processed and passes through the following steps. (1) the log line <b>512</b> of the log file <b>510</b> or <b>580</b> is read into the database buffer <b>250</b>; depending on the format of the log file, the log line <b>512</b> is processed and identified; (3) the website identification module is used if multiple websites are logged into the same log file <b>510</b> or <b>580</b>; (4) the visitor identification module uses the IP number and a timestamp found in the log line <b>512</b> (or session id) to establish the unique identity of the visitor; (5) the visitor ID is used to determine the record number in the visitor table <b>310</b>′; and (6) the record is updated with the information from the log line <b>512</b>.
FIG. 26 shows the visitor table <b>310</b>′ in the database buffer <b>250</b>. As discussed above, the visitor table <b>310</b>′ may include many fields, such as Hits <b>3000</b>, Bytes <b>3010</b>, Pages <b>3020</b>, Dollars <b>3030</b>, Referrals <b>3040</b>, Domain <b>3050</b>, Browser <b>3060</b>, etc. The visitor table <b>310</b>′ is where the e-commerce correlation is done.
The e-commerce log file <b>580</b> will update the visitor's Dollars field <b>3030</b>, which indicates money spent by the visitor. The remaining fields are updated using the standard log file <b>510</b>. The Dollars field <b>3030</b> is used to determine money spent on the website in terms of the other fields (parameters).
For example, the Referral field <b>3040</b> in the visitor table <b>310</b>′ holds a record number to an entry in the referral data table <b>3070</b>. The referral in the referral data table <b>3070</b> indicates how the visitor found the website. For example, if the visitor came from the yahoo.com™ website, then the referral field <b>3040</b> in the visitor table <b>310</b>′ would hold the record number pertaining to the yahoo.com™ entry in the referral data table <b>3070</b>. All visitors that came from yahoo.com™ would have the same referral record number in the referral field <b>3040</b>. Similarly, the Domain and browser fields <b>3050</b> and <b>3060</b> in the visitor table <b>310</b>′ would hold record numbers to entries in the domain data table <b>3080</b> and browser data table <b>3090</b>. The other fields <b>3000</b>, <b>3010</b> and <b>3020</b> would likewise have data tables associated with them (not shown).
By looping over the visitor table <b>310</b>′, a money amount can be associated with each entry in any of the data tables. If, for example, a money amount is associated with each entry in the referral data table <b>3070</b>, all shoppers that came from yahoo.com™ (as an example) would be aggregated to produce a return-on-investment indicator.
FIG. 27 shows an example of an ROIR e-commerce report generated by the system <b>100</b> of the present invention. The report <b>3100</b> uses the domain data table <b>3080</b>, shown in FIG. 22, to produce a top-10 report of Internet Domains whose visitors spent the most money on the website represented by the report <b>3100</b>. In the example report <b>3100</b>, Aol.com™ is the top domain in terms of money, spending approximately 46% of all money spent on the website.
The total money spent by all the visitors for each domain is displayed when the “Dollars” tab <b>3110</b> is selected. The average amount of money spent by each visitor at each domain can also be displayed selecting the “Dollars/Visitor” tab <b>3120</b>. The average amount of money spent by each visitor is calculated by dividing the total amount of money spent at each domain by the number of visitors to the domain.
E-commerce website owners can use these correlations to make valuable business decisions. The system and method of the present invention can correlate money to keywords, banner ads, search engines, referrals, domains, countries, browsers, platforms, or any other parameter of interest. The website operators can monitor the performance of search engine registrations, banner ad placements, regional ad campaigns, and more.
User Interfaces/System Reports
Examples of preferred user interfaces and system reports will know be discussed. All reports and interfaces are preferably web-based and viewed with a web browser. While not all possible reports are shown, the reports shown are representative of the types of reports and report configurations that are possible with the system and method of the present invention. Accordingly, it should be appreciated that the configuration and types of reports, as well as the configuration and types of user interfaces may vary from those shown while still falling within the scope of the present invention.
Further the user interfaces described below are for generation of static reports. The user interfaces used for real-time reports were described above in connection with FIGS. 22-25.
FIG. 28 shows a preferred browser-based user interface <b>4000</b>. This is preferably the first user interface <b>4000</b> shown when the user first accesses the reporting interface of the system <b>100</b>. The user interface <b>4000</b>, preferably contains areas <b>4020</b> and <b>4030</b> for displaying product and/or company logos. The user interface <b>4000</b> also includes a main reporting window <b>4100</b> for displaying a currently chosen report.
The user interface <b>4000</b> preferably includes a navigation area <b>4040</b> that contains a collection of menus that group the available reports into different categories, preferably seven main categories, each with an associated link <b>4050</b>: Traffic; Pages; Referrals; Domains; Browsers; Tracking; and E-Commerce. A collection of links to specific reports <b>4060</b> related to a chosen category link <b>4050</b> is preferably displayed under a chosen category link <b>4050</b>. The currently chosen report link <b>4070</b> is preferably indicated by a change in color Or shading. In the example shown in FIG. 28, the currently chosen report link <b>4070</b> corresponds to the “Snapshot” report.
The user interface <b>4000</b> preferably includes a “date range” functions area <b>4080</b>. Depending on the report chosen, this date range functions area <b>4080</b> allows the user to select the date range of the report being shown. The user interface also preferably includes a controls area <b>4090</b> that preferably includes preferences and report exporting features. The preferences function of the controls area <b>4090</b> allows the user to change report settings, such as the language that is used for display. The exporting function of the controls area <b>4090</b> allows the user to export the currently viewed data for use in other applications, such as Microsoft Excel™.
The user interface <b>4000</b> also preferably includes a Help Information area <b>4130</b>, which gives a brief synopsis of the report being displayed and provides a link <b>4135</b> for more in-depth information.
Traffic Related Reports
The Snapshot report <b>4010</b> shown in FIG. 28 is preferably a bar graph <b>4110</b> of the last 7 days of web site traffic in terms of various fields, preferably Visitors, Pageviews, Hits, or Bytes. There are preferably tab controls <b>4120</b> on the report <b>4010</b> that allow the user to select which field is displayed. The date of each day is preferably shown below the bars in the graph <b>4110</b>.
FIG. 29 shows an example of an Hourly Graph report <b>4200</b>. The Hourly Graph report preferably shows traffic versus hour of the day in terms of various fields, preferably Visitors, Pageviews, Hits, or Bytes. There are preferably tab controls <b>4120</b> on the report <b>4200</b> that allow the user to select which field is displayed.
The Hourly Graph report <b>4200</b> is preferably a bar graph indicating the 24 hours of the day from left to right. This report allows administrators to see when peak activity is expected and when to plan site maintenance and upgrades.
Other reports available under the Traffic category preferably include the Summary, Daily Graph, Monthly Graph and Top Servers reports. The Summary report gives a text based summary of overall traffic to the site. The Daily Graph is similar to the Hourly Graph report <b>4200</b>, except that the traffic is displayed as a function of the day of the month. The Monthly Graph report provides traffic displayed versus month of the year, and the Top Servers report indicates which log files or servers are responsible for the most traffic in the cluster.
Pages Related Reports
FIG. 30 shows an example of a Top Pages report <b>4300</b>. The Top Pages report <b>4300</b> is one of the reports listed under the Pages menu <b>4310</b>. The Top Pages report <b>4300</b> preferably indicates a top-ten type list, ranking which pages in the website are the most visited. The tabs <b>4120</b> are preferably used to view the report <b>4300</b> in terms of either Pageviews or Bytes transferred. Next and previous buttons <b>4320</b> are preferably provided that allow the user to scroll through the Top Pages Report <b>4300</b>. The number of entries shown are preferably adjusted with the #Shown menu <b>4330</b>.
FIG. 31 shows an example of a Directory Tree Report <b>4400</b>. The Directory Tree Report <b>4400</b> is similar to the top pages report <b>4300</b> of FIG. 30, except that the Directory Tree Report <b>4400</b> preferably includes links <b>4410</b> next to each entry that can be selected to open information below that entry. This allows for easy display and navigation of hierarchical type data, such as a directory structure.
The directory tree report <b>4400</b> indicates which directories within the website architecture are being accessed the most. Under each directory, the end user can drill down to see the subdirectories or individual pages contained within the primary directory by selecting the links <b>4410</b>.
Other pages-related reports in the Pages menu <b>4310</b> preferably include File Types, Status/Errors, and Posted Forms. The File Types report is a top-ten type report that indicates which file extensions or types are accessed the most. This allows the user to distinguish between HTML page, GIF images, etc. The Status/Errors report is a tree-type report that indicates status codes and error messages that occur during web content delivery. The Posted Forms report is a top-ten type report that indicates the forms that were submitted using the POST method as defined in the HTTP protocol.
Referrals Related Reports
FIG. 32 shows an example of a Search Engine report <b>4500</b> from the Referrals menu <b>4510</b> of the navigation area <b>4040</b>. The Referrals menu <b>4510</b> provides reports related to how the visitor found a website.
The Search Engines report <b>4500</b> contains a tree-type list of the most used search engines. Each search engine can then be expanded to see which keywords were used during those searches.
Additional reports in the Referrals menu <b>4510</b> preferably include Top Referrals, Top Keywords, and the Referral Tree. The Top Referrals reports is a simple top-ten type list of the top referring URLs. The Keywords report indicates the top keywords used across all search engines. The Referral Tree report breaks down the Referral URLs by domain.
Domains Related Report
FIG. 33 is an example of a Top Domains report <b>4600</b>, which indicates regional and network information about the visitors. The visitor's domain is determined by the IP address of the visitor. The domain is resolved using the Reverse DNS module <b>260</b> within the log engine <b>200</b> described previously.
Additional reports under the Domains menu <b>4610</b> in the navigation area <b>4040</b> preferably include Domain Tree and Top Countries. The Domain Tree report provides the different levels of domains. Primary domains such as .com and .edu are shown first. Preferably, these can be expanded to show detailed information within. The Top Countries report expands and analyzes which countries people are coming from.
Browsers Related Reports
FIG. 34 shows an example of a Browser Tree report <b>4700</b>, which is a tree-type report that ranks the most widely used browsers by visitor to the website. Browsers such as Internet Explorer™ and Netscape™ are reported upon as a whole and by version. Each primary browser can be expanded to see the breakdown by version.
Additional reports in the Browsers menu <b>4710</b> of the navigation area <b>4040</b> preferably include Platform Tree and Top Combos. The Platform Tree report indicates the operating system of the visitor. It is a tree-type report that can be expanded to show the versions under each platform. The Top Combos report ranks the correlation between browser and platform.
Tracking Related Reports
FIG. 35 shows an example of a Top Entrances report <b>4800</b>. As part of the Tracking menu <b>4810</b> within the navigation area <b>4040</b>, the Top Entrances report <b>4800</b> indicates the starting point of visitors in the website. Additional reports in the Tracking section <b>4810</b> preferably include Top Exits, Click Through, Depth of Visit, Length of Visit, and Usernames.
The Top Exits report provides a list of the last page visitors looked at before leaving the site. The Click Through report indicates the click percentage from any one page to another. The Depth of visit report provides a histogram of the number of pages viewed by visitors. The Length of Visit report provides a histogram of the time spent on the site by visitors. The Usernames report analyzes the usage of password protected areas of a website by listing the usernames that were used to login to the those sections.
E-Commerce Related Reports
FIG. 36 shows an example of a Top Products report <b>4900</b>, which is part of the E-Commerce menu <b>4910</b> in the navigation area <b>4040</b>. The Top Products report <b>4900</b> indicates the Top Products purchased from the site by revenue.
Additional reports in the E-Commerce menu <b>4910</b> preferably include Totals, Product Tree, Regions, and Top Stores. The Totals report gives a summary of overall e-commerce activity. The Product Tree report groups products by category. The Regions report indicates the regional location of shoppers including cities, states and countries. If multiple store fronts are used by the same shopping system, the Top Stores report can breakdown revenue by storefront.
System Integration
The system and method of the present invention can be configured in many different ways. From single server configurations to complex load balancing systems, the system and method of the present invention is flexible in its integration abilities. While it is difficult to catalog every possible architecture, several possible configurations are described below.
Webserver vs. Dedicated Server
The system and method of the present invention can be implemented directly on the web server <b>500</b> that produces the log files (<b>510</b>, <b>580</b>), or on a separate dedicated computer. If the system <b>100</b> is implemented directly on the web server <b>500</b>, it can then use the web server <b>500</b> for the reporting web server <b>520</b>. If the system <b>100</b> is implemented on a dedicated box, then a web server <b>520</b> will need to be configured on the dedicated computer in order to service the report requests.
Access to log files is slightly more complicated on a dedicated computer. If the system <b>100</b> is implemented on a dedicated computer, then the log files (<b>510</b>, <b>580</b>) from the web server <b>500</b> will need to be accessible to the dedicated computer by using FTP, NFS, or some other suitable disk access method. Real-time processing of log files requires writing permission to the log files (<b>510</b>, <b>580</b>) which may require an extra configuration step if using a dedicated computer.
As long as the log files (<b>510</b>, <b>580</b>) are accessible (with permissions) and a web server is available, the system <b>100</b> can work just as well directly on the web server <b>500</b> or on a dedicated computer.
One Website vs. Multiple Websites
The system and method of the present invention can handle multiple websites. During integration, a unique reporting directory for data storage can be configured for each of the websites. The system <b>100</b> will link the individual report directories back to the main installation, so that there is only one copy of the templates and icons. Users will need internet access to the reporting directories. Thus, the web server <b>520</b> configuration should be similar to the system <b>100</b> configuration. A typical installation will use a subdirectory within each website's document root to store and access the reports.
Whether there is one website or many, the integration preferably provides a unique web accessible directory for each website configuration.
Distributed Logs vs. Central Logs
Web servers <b>500</b> can be configured to create unique log files (<b>510</b>, <b>580</b>) for each website in the web server's configuration, or a single log file (<b>510</b>, <b>580</b>) for all websites in the configuration. The system of the present invention can be configured to work with either of these architectures. If each website has its own unique log file, then the log files are preferably entered into the system's <b>100</b> configuration, so that each website has its own area in the configuration. The system <b>100</b> will process the logs one at a time treating each website independently.
If the web server <b>500</b> is configured to log centrally, then the log file (<b>510</b>, <b>580</b>) preferably contains some website identification marker in order for the system <b>100</b> to be able to sort and process the log file <b>510</b>. As described previously, the website identification module <b>220</b> is designed to capture some parameter within the log file, in order to determine which hits go with which websites. This type of integration can automatically detect new websites as they are added to the web server <b>500</b> without modifying the configuration of the system <b>100</b>.
Single Log vs. Multi-Log
The system and method of the present invention can be configured for systems that reside on one web server <b>500</b> or on multiple web servers <b>500</b>. Multiple web servers <b>500</b> are often used for load-balancing, redundancy, and functional serving. Multiple web servers <b>500</b> will each have their own set of logs <b>510</b>. The system and method of the present invention can automatically correlate the visitor centric data from multiple logs (<b>510</b>, <b>580</b>), as described previously. By simply entering the multiple logs in the configuration, the system <b>100</b> will process the multiple logs.
E-Commerce vs. No-commerce
As described previously, the system and method of the present invention can include e-commerce reporting functionality, and can be used in conjunction with shopping cart software. The e-commerce log files <b>580</b> are handled similarly to the multi-log architecture discussed above. The e-commerce logs <b>580</b> are simply treated as multiple logs. Additional entries will need to be made in the configuration.
For integration into e-commerce systems, the shopping cart software is preferably configured to create the preferred log file format described above.
Control Panel vs. Stand-Alone
Many larger hosting providers are creating centralized web-based control panels that contain links to all of the tools and systems available to the hosting clients. Hosting clients log into the control panel once and are provided with customized information and interaction, such as accessing their unique e-mail account, uploading files to their unique website, and viewing the reports created by the system of the present invention.
Stand-alone systems will have unique reporting directories for each website. Thus, accessing the reporting area is simple, as each reporting area will have a unique URL. Protecting report access can be accomplished through the web server <b>520</b> itself, and does not require integration with the system <b>100</b>.
For control panel integrations, the system and method of the present invention is preferably sensitive to session controlling technology. As described previously, the session parser module <b>1420</b> has the ability to detect custom variables and control report delivery from a central location.
The various components of the present invention are preferably implemented on internet (e.g., web) servers, which may be or include, for instance, a work station running the Microsoft Windows™ NT™, Windows™ 2000, UNIX, LINUX, XENIX, IBM, AIX, Hewlett-Packard UX™, Novel™, Sun Micro Systems Solaris™, OS/2™, BeOS™, Mach, Apache Open Step™, or other operating system or platform. However, the various components of the present invention could also be implemented on a programmed general purpose computer, a special purpose computer, a programmed microprocessor or microcontroller and peripheral integrated circuit elements, an ASIC or other integrated circuit, a hardwired electronic or logic circuit such as a discrete element circuit, a programmable logic device such as a FPGA, PLD, PLA, or PAL, or the like. In general, any device on which a finite state machine capable of implementing the modules and control routines discussed above can be used to implement the present invention.
While the foregoing description includes many details and specificities, it is to be understood that these have been included for purposes of explanation only, and are not to be interpreted as limitations of the present invention. Many modifications to the embodiments described above can be made without departing from the spirit and scope of the invention, as is intended to be encompassed by the following claims and their legal equivalents.
Contents4
37 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7 Sheet 8 Sheet 9 Sheet 10 Sheet 11 Sheet 12 Sheet 13 Sheet 14 Sheet 15 Sheet 16 Sheet 17 Sheet 18 Sheet 19 Sheet 20 Sheet 21 Sheet 22 Sheet 23 Sheet 24 Sheet 25 Sheet 26 Sheet 27 Sheet 28 Sheet 29 Sheet 30 Sheet 31 Sheet 32 Sheet 33 Sheet 34 Sheet 35 Sheet 36 Sheet 37
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| US2006190736A1 | Cited by | United States of America | Pre-grant |
| US10693943B2 | Cited by | United States of America | Applicant |
| US9483606B1 | Cited by | United States of America | Applicant |
| US2007233780A1 | Cited by | United States of America | Pre-grant |
| US9690820B1 | Cited by | United States of America | Applicant |
| US8954459B1 | Cited by | United States of America | Applicant |
| US8024448B2 | Cited by | United States of America | Search report |
| US2007094380A1 | Cited by | United States of America | Pre-grant |
| US7996912B2 | Cited by | United States of America | Applicant |
| US2003231203A1 | Cited by | United States of America | Pre-grant |
| US2007100989A1 | Cited by | United States of America | Pre-grant |
| US2003097440A1 | Cited by | United States of America | Pre-grant |
| US2010198705A1 | Cited by | United States of America | Pre-grant |
| US11954089B2 | Cited by | United States of America | Applicant |
| US9684905B1 | Cited by | United States of America | Applicant |
| US10176233B1 | Cited by | United States of America | Applicant |
| US11570676B2 | Cited by | United States of America | Search report |
| US2002156836A1 | Cited by | United States of America | Pre-grant |
| US9412115B2 | Cited by | United States of America | Applicant |
| US2008209024A1 | Cited by | United States of America | Pre-grant |
| US2004153365A1 | Cited by | United States of America | Pre-grant |
| US9948608B2 | Cited by | United States of America | Applicant |
| US8583448B1 | Cited by | United States of America | Applicant |
| US8484186B1 | Cited by | United States of America | Applicant |
| US10078868B1 | Cited by | United States of America | Applicant |
| US2008291018A1 | Cited by | United States of America | Pre-grant |
| US10242019B1 | Cited by | United States of America | Applicant |
| US2004122943A1 | Cited by | United States of America | Pre-grant |
| US7216162B2 | Cited by | United States of America | Search report |
| US2010281527A1 | Cited by | United States of America | Pre-grant |
| US11665253B1 | Cited by | United States of America | Applicant |
| US10394902B2 | Cited by | United States of America | Applicant |
| US7293089B2 | Cited by | United States of America | Search report |
| US10798197B2 | Cited by | United States of America | Applicant |
| US8166554B2 | Cited by | United States of America | Applicant |
| US12020294B2 | Cited by | United States of America | Applicant |
| US7437762B2 | Cited by | United States of America | Search report |
| US2010281389A1 | Cited by | United States of America | Pre-grant |
| US8065264B1 | Cited by | United States of America | Applicant |
| US8583593B1 | Cited by | United States of America | Applicant |
| US12066990B1 | Cited by | United States of America | Applicant |
| US7747713B1 | Cited by | United States of America | Applicant |
| US11107158B1 | Cited by | United States of America | Applicant |
| US10102536B1 | Cited by | United States of America | Applicant |
| US2008098220A1 | Cited by | United States of America | Pre-grant |
| US10891691B2 | Cited by | United States of America | Applicant |
| WO2005094199A2 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| US7593935B2 | Cited by | United States of America | Search report |
| US8943304B2 | Cited by | United States of America | Applicant |
| US8224923B2 | Cited by | United States of America | Applicant |
| US8972612B2 | Cited by | United States of America | Applicant |
| US10121194B1 | Cited by | United States of America | Applicant |
| US11227001B2 | Cited by | United States of America | Applicant |
| US2005038894A1 | Cited by | United States of America | Pre-grant |
| US8392551B2 | Cited by | United States of America | Search report |
| US8719176B1 | Cited by | United States of America | Applicant |
| US2005270993A1 | Cited by | United States of America | Pre-grant |
| US11347715B2 | Cited by | United States of America | Applicant |
| US9058323B2 | Cited by | United States of America | Applicant |
| US7584287B2 | Cited by | United States of America | Applicant |
| US7945662B2 | Cited by | United States of America | Applicant |
| US2007055773A1 | Cited by | United States of America | Pre-grant |
| WO2005094199A3 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| US2009112976A1 | Cited by | United States of America | Pre-grant |
| US8620828B1 | Cited by | United States of America | Applicant |
| US11631129B1 | Cited by | United States of America | Applicant |
| US9148334B2 | Cited by | United States of America | Applicant |
| US2010235374A1 | Cited by | United States of America | Pre-grant |
| US8370340B1 | Cited by | United States of America | Applicant |
| US2006200498A1 | Cited by | United States of America | Pre-grant |
| US7725944B2 | Cited by | United States of America | Applicant |
| US2009265461A1 | Cited by | United States of America | Pre-grant |
| US2006070117A1 | Cited by | United States of America | Pre-grant |
| US11356430B1 | Cited by | United States of America | Applicant |
| US10402901B2 | Cited by | United States of America | Applicant |
| US10380654B2 | Cited by | United States of America | Applicant |
| US11818622B1 | Cited by | United States of America | Applicant |
| US7912865B2 | Cited by | United States of America | Applicant |
| US2008069081A1 | Cited by | United States of America | Pre-grant |
| US7277939B2 | Cited by | United States of America | Search report |
| US7281042B2 | Cited by | United States of America | Search report |
| US7756826B2 | Cited by | United States of America | Applicant |
| US7360251B2 | Cited by | United States of America | Applicant |
| US8156216B1 | Cited by | United States of America | Applicant |
| US2006179140A1 | Cited by | United States of America | Pre-grant |
| US2007130105A1 | Cited by | United States of America | Pre-grant |
| US2010325250A1 | Cited by | United States of America | Pre-grant |
| US11734234B1 | Cited by | United States of America | Applicant |
| US7254632B2 | Cited by | United States of America | Search report |
| US7908242B1 | Cited by | United States of America | Applicant |
| US8489732B1 | Cited by | United States of America | Search report |
| US11308170B2 | Cited by | United States of America | Applicant |
| US9690820B1 | Cited by | United States of America | Applicant |
| US2008027812A1 | Cited by | United States of America | Pre-grant |
| US11681733B2 | Cited by | United States of America | Applicant |
| US8011009B2 | Cited by | United States of America | Search report |
| US9357366B2 | Cited by | United States of America | Applicant |
| US2005188079A1 | Cited by | United States of America | Pre-grant |
| US9853959B1 | Cited by | United States of America | Applicant |
| US8054756B2 | Cited by | United States of America | Search report |
13 members in 3 offices
Priority claims10
| Document | Office | Kind | Date |
|---|---|---|---|
| 15764999 | United States of America | P | |
| 15764999 | United States of America | P | |
| 67929700 | United States of America | A | |
| 67929700 | United States of America | A | |
| 85226401 | United States of America | A | |
| 09679297 | – | – | – |
| 60157649 | – | – | – |
| US19990157649P | – | – | – |
| US20000679297 | – | – | – |
| US20010852264 | – | – | – |
Members13
| Document | Office | Kind | |
|---|---|---|---|
| WO0125896A1 | World Intellectual Property Organization (WIPO) | A1 | |
| AU7851800A | Australia | A | |
| US2002042821A1 | United States of America | A1 | |
| US6792458B1 | United States of America | B1 | |
| US6804701B2This record | United States of America | B2 | |
| US2005165889A1 | United States of America | A1 | |
| US7610289B2 | United States of America | B2 | |
| US2010049847A1 | United States of America | A1 | |
| US8032564B2 | United States of America | B2 | |
| US2012042051A1 | United States of America | A1 | |
| US8554804B2 | United States of America | B2 | |
| US2014025814A1 | United States of America | A1 | |
| US9185016B2 | United States of America | B2 |
42 transactions on the USPTO file
Allowed after 1 non-final rejection.
- Non-final rejections
- 1
- Final rejections
- 0
- RCEs
- 0
- Appeals
- 0
Over time
Point at a mark for the transactionTransactions
| Event | |
|---|---|
| Change in Power of Attorney (May Include Associate POA) | |
| Correspondence Address Change | |
| Mail-Petition Decision - Granted | |
| Petition Decision - Granted | |
| Correspondence Address Change | |
| Entity status set to undiscounted (initial default setting or status change) | |
| Petition Entered | |
| Correspondence Address Change | |
| Correspondence Address Change | |
| Correspondence Address Change | |
| Recordation of Patent Grant Mailed | |
| Patent Issue Date Used in PTA CalculationAllowed | |
| Issue Notification MailedAllowed | |
| Receipt into Pubs | |
| Dispatch to FDC | |
| Application Is Considered Ready for Issue | |
| Receipt into Pubs | |
| Receipt into Pubs | |
| Workflow - File Sent to Contractor | |
| Issue Fee Payment Verified | |
| Issue Fee Payment Received | |
| Receipt into Pubs | |
| Dispatch to Publications | |
| Mail Notice of AllowanceAllowed | |
| Notice of Allowance Data Verification CompletedAllowed | |
| Date Forwarded to Examiner | |
| Response after Non-Final Action | |
| Request for Extension of Time - Granted | |
| Interview Summary Record | |
| Mail Non-Final RejectionNon-final rejection | |
| Non-Final RejectionNon-final rejection | |
| Case Docketed to Examiner in GAU | |
| Case Docketed to Examiner in GAU | |
| Case Docketed to Examiner in GAU | |
| Application Dispatched from OIPE | |
| Correspondence Address Change | |
| Information Disclosure Statement (IDS) Filed | |
| Information Disclosure Statement (IDS) Filed | |
| IFW Scan & PACR Auto Security Review | |
| Workflow - Drawings Finished | |
| Workflow - Drawings Matched with File at Contractor | |
| Initial Exam Team nn |
15 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| AssignmentAS | AS | |
| Fee paymentFPAY | FPAY | |
| Fee paymentFPAY | FPAY | |
| AssignmentAS | AS | |
| Fee payment procedurePAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYFEPP | FEPP | |
| Fee payment procedurePAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYFEPP | FEPP | |
| Fee payment procedurePAYER NUMBER DE-ASSIGNED (ORIGINAL EVENT CODE: RMPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYFEPP | FEPP | |
| Fee payment procedurePAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYFEPP | FEPP | |
| Surcharge for late paymentSULP | SULP | |
| Fee paymentFPAY | FPAY | |
| Surcharge for late paymentSULP | SULP | |
| Maintenance fee reminder mailedREMI | REMI | |
| Fee payment procedurePAT HOLDER NO LONGER CLAIMS SMALL ENTITY STATUS, ENTITY STATUS SET TO UNDISCOUNTED (ORIGINAL EVENT CODE: STOL); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYFEPP | FEPP | |
| Information on status: patent grantGrantedPATENTED CASESTCF | STCF | |
| AssignmentAS | AS |
Numbers
- Publication, DOCDB
- 6804701
- Publication, EPODOC
- US6804701
- Application
- 9852264
- Application, DOCDB
- 85226401
- Application, EPODOC
- US20010852264
Titles
- English
- System and method for monitoring and analyzing internet traffic
Patent term adjustment
- A delay
- +498 daysthe office missed an examination deadline
- Applicant delay
- −18 days
- Net adjustment
- 480 days
Classification
- CPC, 9
- H04L41/22
- G06Q30/06
- H04L41/142
- H04L43/045
- H04L43/06
- H04L43/062
- H04L43/065
- H04L43/067
- H04L43/106
- IPC, 3
- G06Q30 06
- H04L12 24
- H04L12 26
- USPC, 5
- 709203000
- 709217000
- 709219000
- 709223000
- 709224000