WO2000013373A1 - Computer network information use monitoring - Google Patents
Computer network information use monitoring Download PDFInfo
- Publication number
- WO2000013373A1 WO2000013373A1 PCT/GB1999/002843 GB9902843W WO0013373A1 WO 2000013373 A1 WO2000013373 A1 WO 2000013373A1 GB 9902843 W GB9902843 W GB 9902843W WO 0013373 A1 WO0013373 A1 WO 0013373A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- computer
- information
- server
- client
- monitoring
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3466—Performance evaluation by tracing or monitoring
- G06F11/3495—Performance evaluation by tracing or monitoring for systems
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/34—Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/40—Network security protocols
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/34—Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
- G06F11/3466—Performance evaluation by tracing or monitoring
- G06F11/3476—Data logging
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/1396—Protocols specially adapted for monitoring users' activity
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99951—File or database maintenance
- Y10S707/99952—Coherency, e.g. same view to multiple users
- Y10S707/99953—Recoverability
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99951—File or database maintenance
- Y10S707/99952—Coherency, e.g. same view to multiple users
- Y10S707/99954—Version management
Definitions
- the invention relates to a method of monitoring the use of information provided over a computer network, and to computers for implementing the method.
- a network is a means of communicating between two or more computers or processors, and can take many forms, including for example the internet, infra-red, radio signals and cabling. Any medium for transporting information from one computer to another can be regarded as a network.
- server fills an information request, it writes to a file at the server (a server log) whatever information it has about the request. Typically this will include the following details: (a) what time the request reached the server;
- Some servers, or programs designed to run in conjunction with servers, will also send (e) an item of information to identify the recipient, and will record this if it is subsequently included with any future information requests.
- There are currently many log analysers on the market which take the details written by the server and try to form a picture of what information users have been looking at, when, and for how long.
- the information on timing that a server log analyser provides can be inaccurate.
- the time spent by the user examining the information can only be estimated by looking at the difference in time between when one request was made by a user and when the next request was made by the same user. If a user stops viewing the information sent, and later returns to it to make another information request, the time spent elsewhere may be included in the estimate for time spent viewing the sent information. This can be extremely inaccurate, to the extent of reporting hours spent viewing the requested information when only seconds were actually spent.
- Timing is that over large networks such as the internet, particularly when accessed over low bandwidth connections, the time that the information takes to move from one computer to another can also become significant, and cannot be measured by server log analysis.
- a proxy server is a server which takes a copy of information from a content server when it is first requested, and then passes it on to each client that requests it within a limited time period. Subsequent copies of any information passed through a proxy server do not involve any interaction with the content server and are therefore not recorded by the content server.
- proxy servers have been recognised by MatchLogic Inc., of 10333 Church Collins Boulevard, Riverside, Colorado 80021, United States of America, which has produced a TrueCount system with a view to ameliorating the inaccuracies in counting resulting from proxy server use.
- a small element of code is added to the header on the content pages to be counted. If the pages are cached on a proxy server, then whenever the proxy server delivers the stored content to a subsequent user, this added code element acts as a messenger and transmits a message to a special server set up to receive these messages. This however, is only a limited solution to the problems enumerated above and does not enable the other difficulties to be overcome.
- the system can take no account of off-line viewing, and indeed has no need to, as its intended purpose is to determine by how many users a page, or more likely an advertising banner, has been accessed. It can not give information on the length of time a page was viewed, whether on or off line, or any information of a more complex nature.
- WO98/10349 describes a system for monitoring the display by a user of content (e.g. advertisements) received from a server.
- the system is designed inter a lia to make it difficult for the content provider to manipulate the log file at the server, by setting up user computers automatically to access but not display the content, and to avoid undercounting of cached pages. This is achieved by monitoring at the user computer the display of web pages, rather than just requests for pages.
- a program is transmitted to the user which causes the user computer to determine which part of the content is being displayed on the user' s screen, and to note either the number of times the content is displayed or the start and finish times of such display. This information is then transmitted back to the content provider or to another location where the monitoring information is analysed.
- a provider or sender computer transmits to a requestor or receiver computer code which causes the requestor computer to monitor each time a page is accessed or displayed, whether on-line or off-line, and to generate a log of such usage.
- the log includes events which occur not only when the requestor computer is on-line to the provider computer but also events which occur off-line.
- the logged information is returned to or accessed by the provider computer, where it can be analysed.
- the provider computer also accompanies each transmitted page with a version stamp, for example comprising date/time code.
- the requestor computer stores the latest received version stamp. On each occurrence of a specified event or events, it compares the version stamp in that page with the stored version stamp. If the stored version stamp is older than the version stamp of the displayed page, then it knows that the new page is being received in response to a request it has sent to the provider computer for information, and is not a stored page. Thus it knows that its logged information on usage, which will have been transmitted with that request for information, has reached the provider computer, and thus it also knows that it can clear the log, or at least it knows what information in the log is redundant.
- Figure 1 is a flow chart illustrating the operation of a server in a client/server system embodying the invention.
- Figure 2 is a flow chart illustrating the corresponding operation of the client.
- the preferred embodiment takes the form of a system and method for logging the use of a server machine (computer or processor) by a client machine in a client/server relationship. It will be appreciated that this represents only one possible usage of the invention and that it is applicable to other computer networks and relationships as discussed above. In particular, the use of the invention in monitoring e-mail is described at the end of this description.
- the preferred system comprises a method of logging that operates on both the server machine and the client machine.
- the information supplied to the client is augmented with special code which may be executed on the client machine.
- This additional code when executed, records information about the behavior of the user, by reference to specified events occurring at the user computer. This may include the time the user spends accessing or looking at the information supplied.
- the recorded information is stored on the client in the form of a log.
- the information recorded is not limited to the time the user spends accessing the information supplied but can include also other information about the behavior of the user, such as how far down the page a user scrolled, or how long they held the pointer over a particular banner or button, for example.
- the additional code is not only operational when the client is on-line to the server but also executes when the information is being viewed off-line.
- a version stamp which can simply be a date/time code.
- This version stamp indicates the time when, relative to other transmissions of information to this client, the information was transmitted by the server.
- This information is copied to client-side storage.
- a comparison by the client computer of the version stamp which accompanies any viewed information with the copy previously stored on the client first confirms to the client what information has reached the server. In particular it enables the client to determine whether the server has been contacted in the interim, and accordingly it can also determine how the information stored on the client should be kept. This includes, for example, whether old information can be purged, whether new information is now required, and whether more or less information about each access should be stored. Examples of this could be: (1) Purging all client side records that have been passed to the server.
- the server can assign to each client a unique identifier (UID) which it then passes to the client along with the version stamp appropriate to the particular issue of the particular information set requested.
- UID unique identifier
- the unique client or user UID is then stored at the client side for subsequent use by the server.
- the system makes it possible to detect the viewing of old copies of the information provided, stored on the user' s hard disk, and, if required, to stop them from being viewable .
- the code at the client side can make decisions about information storage, that is to decide the appropriate record-keeping and behavior of the information set.
- Figures 1 and 2 are flowcharts illustrating the execution of the method on the server and client computers respectively.
- the Appendix to this description contains a sample code fragment for the client side record keeping encoded m current JavaScript form.
- the routine illustrated in Figure 1 shows the steps which are taken at the server following receipt of an information request from a client, step 10.
- a check is made to find out whether this client already has a unique identifier (UID), step 12, and if not, one is assigned, step 14.
- the requested information is gathered and collated, step 16.
- no additional processing of the information takes place.
- additional processing could take place which was dependent upon whether a unique identifier was received, and if so, what it was.
- the date/time code constituting a 'version stamp' is incorporated into the information to be sent, along with the unique identifier (UID) and the client-side code required to implement the system, step 18.
- UID unique identifier
- code sent in this way and stored at the recipient is commonly known in internet parlance as a 'cookie' .
- all the code is sent with every page, but in a more sophisticated system the sending of the client-side code could be dependent upon the logging information, as Dust described above.
- the requested information is now sent, step 20, thus achieving a reasonable response time for the client. All recording or logging at the server of information sent takes place after the sending of the information to the client, and thus does not delay the sending of the information.
- a check is made, step 22, as to whether the client has sent with the request any information whic ⁇ needs to be logged. If the client has sent logging information, this will mean that it has previously received the code and a UID before, and so the logging information is passed and stored as a record of that client's behavior. What happens at the client will now be seen by reference to Figure 2.
- the client request which is basically conventional, and which takes place before the routine of Figure 1, need not be shown. It may, however, include logging information as discussed below.
- Figure 2 illustrates what happens at the client upon receipt of the information from the content server.
- Information may come directly from the server or may have been stored or cached.
- the client-side code which was sent by the server first causes the client system to check, step 30, to see if a copy of the hard-coded version stamp (date/time code) exists, in a cookie received from the server. If it does not exist, the procedure moves straight to step 34 and copies the hard-coded version stamp to a cookie. If it does exist, then the procedure compares, in step 32, whether the version stamp stored at the client is the same as or alternatively is older than the currently-received version stamp.
- the procedure moves to step 34, and the new version stamp is copied to the cookie to replace the version stamp which was previously stored there. If the version stamps are the same, then the information being displayed is stored or cached information and has not just been received on-line from the content server.
- step 38 the log of information which has been sent to the server is deleted.
- the precise form of step 38 will depend on the particular implementation. In the example just described the only events being monitored are load events, so all information will have been passed back to the server, as a log cookie, when the information containing the latest version stamp was requested. Thus all log events can be deleted. As this situation will only obtain when the output of comparison step 32 is 'yes' , this step 38 could in this example be moved to between steps 32 and 34. In any event, the fact that the stored version stamp is older than the version stamp of the displayed page indicates that the new page is being received in response to an information request the client has sent to the server.
- the client knows that the logged information on usage, which will have accompanied that information request, has reached the server. This is why it knows it can clear the log. In fact, the log may not actually be cleared, as some of the information may be kept as a backup, but at least the client knows what information is now redundant.
- step 36 the procedure reaches step 36, either directly from step 32, if the version stamps are the same, or via steps 34 and 38.
- step 36 the current event, that is viewing the received information, is appended to the log cookie .
- the only event being monitored and logged is the loading of information, that is to say only when the information is displayed, and this represents the simplest embodiment of the invention.
- the power of the system is however such that many other different events can ' be monitored.
- Other sophistications can be introduced. For example, the appearance of the information, or how much of it is displayed, can be changed dependent upon the output of step 32.
- the code illustrated in the Appendix can readily be adapted to monitor other events, e.g. the time information is being viewed, by including extra code similar to the last section of the code (from 'function GCLoaded' ) to monitor the additional events.
- the preferred solution would be to monitor every event occurring at the client computer and analyse the monitoring information by looking for specified events only. The identification of relevant events could be made at the server or they could be pre-filtered at the client. The displayed information would only then be looked at when the display is altered.
- the form in which the log is kept can be chosen to suit any particular application. For example, the log can contain the page name, start time, and finish time, or the page name and viewing duration.
- the log is transmitted to the server simply as a variable-length character string.
- the log is cleared whenever a new version stamp is received.
- some or all of the records can be duplicated by storing them on both the client and server.
- the server transmits with each transmission of sent information a version stamp which enables the client code to determine whether this is a new transmission of information or not.
- the client keeps a log of usage made and transmits this log to the server on the next occasion when a request for information is made of that server.
- the version stamp does not have to be a date /time code, though this is a particularly convenient from for it to take. It could in principle simply be a serial number which is incremented on each transmission from the server, either to that UID or generally, or any other value which changes unidirectionally. It could be the last date/time code from the log most recently received from the client.
- the UID received from the proxy will probably not match the UID for the client. In any event, it is as though the client and the server were not in communication, and the system operates exactly as it does when the client is viewing information off-line.
- the information transmitted from the content server to a proxy server preferably gives a zero validity time for the proxy server to hold the information. Effectively this disables the function of the proxy server. Setting the limited validity time period to zero in this way is a known technique. If this is not done, the system will still operate so long as at least occasional requests from the client get back to the content server.
- the structure of internet pages is such that although each page is relatively simple, the links and interactions between them can rapidly lead to a very complex decision-making tree. Keeping track of viewing is not easy with such a structure.
- the method described of simply sending a version stamp to identify a transmission of a desired page or pages, and its use in logging the events which it is desired to monitor, and particularly in clearing the log leads to a particularly effective way of monitoring the desired viewing and/or other events, without excessive complexity and without having to retain a log of possibly daunting size.
- the specific embodiment of the invention described and illustrated is a Web session tracking program to follow a visitor to a web site, and to note their behavior patterns.
- the Appendix includes some sample code for keeping track of any individual web page's timing information.
- the code included is generic to all pages of a site, with the places where the code is unique to a specific page being omitted for clarity.
- a typical application would be to follow a user around a Web site by looking at the time they spend on each page, both while on and off line. This is one way of measuring the effectiveness of each page. Determining the time a user spent on a given page is simple and accurate using the client side records.
- the server in this example tags each set of timing information with the unique identifier for that particular user, thus allowing analysis of how different pages interact.
- the hardcoded version stamp has a value which is set by the server. The setting of this value is not included in the code fragment.
- the use of the version stamp in the manner described has the advantage that the client can be sure that the previous monitoring information has reached the server, and thus that the monitoring information stored at the client no longer needs to be retained.
- Similar principles to those described can be used to monitor e-mail messages sent over the internet. This is achieved as follows.
- Existing e-mail programs allow the e-mail messages to be sent as HTML code, that is the code used for web pages. This option is selected at he sender computer.
- the message automatically carries with it the additional code necessary to undertake the monitoring at the receiving computer.
- the monitoring may simply confirm the receipt of the message but may include other information about the user or activities at the receiving computer. It is then necessary for the receiver to contact the sender so that the monitoring information is transmitted back to the sender.
- This can be achieved is one of two basic ways. In the first of these, the message includes something that causes the user to wish to contact the sender again, for example by sending a reply e-mail.
- the message may incorporate something that makes the computer contact the server independently of the user commands. This may be achieved by including a graphic towards the end of the message which has to be downloaded.
- the graphic may be a one-pixel picture which is in fact imperceptible to the user.
- RelativeTime expdate . getTime () -BaseTime . getTime () ;
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Theoretical Computer Science (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
- Computer And Data Communications (AREA)
- Telephonic Communication Services (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
Abstract
Description
Claims
Priority Applications (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US09/529,744 US6763383B1 (en) | 1998-08-28 | 1999-08-27 | Computer network information use monitoring |
EP99943070A EP1027787B1 (en) | 1998-08-28 | 1999-08-27 | Computer network information use monitoring |
DE69908079T DE69908079T2 (en) | 1998-08-28 | 1999-08-27 | MONITORING THE USE OF INFORMATION ON A COMPUTER NETWORK |
AT99943070T ATE241241T1 (en) | 1998-08-28 | 1999-08-27 | MONITORING INFORMATION USE ON A COMPUTER NETWORK |
AU56355/99A AU768256B2 (en) | 1998-08-28 | 1999-08-27 | Computer network information use monitoring |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
GB9818872.5 | 1998-08-28 | ||
GBGB9818872.5A GB9818872D0 (en) | 1998-08-28 | 1998-08-28 | Computer network information use monitoring |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2000013373A1 true WO2000013373A1 (en) | 2000-03-09 |
Family
ID=10838048
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/GB1999/002843 WO2000013373A1 (en) | 1998-08-28 | 1999-08-27 | Computer network information use monitoring |
Country Status (8)
Country | Link |
---|---|
US (1) | US6763383B1 (en) |
EP (1) | EP1027787B1 (en) |
AT (1) | ATE241241T1 (en) |
AU (1) | AU768256B2 (en) |
DE (1) | DE69908079T2 (en) |
ES (1) | ES2200546T3 (en) |
GB (1) | GB9818872D0 (en) |
WO (1) | WO2000013373A1 (en) |
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB2372674A (en) * | 2001-02-27 | 2002-08-28 | 3Com Corp | Network management |
EP1340132A2 (en) * | 2000-11-02 | 2003-09-03 | Netiq Corporation | System and method for generating and reporting cookie values at a client node |
US6633230B2 (en) | 2001-02-21 | 2003-10-14 | 3Com Corporation | Apparatus and method for providing improved stress thresholds in network management systems |
US7010588B2 (en) | 2001-02-27 | 2006-03-07 | 3Com Corporation | System using a series of event processors for processing network events to reduce number of events to be displayed |
US7016955B2 (en) | 2001-02-27 | 2006-03-21 | 3Com Corporation | Network management apparatus and method for processing events associated with device reboot |
WO2007044618A2 (en) * | 2005-10-07 | 2007-04-19 | Citrix Systems, Inc. | Systems and methods for response monitoring |
US7673035B2 (en) | 2001-02-27 | 2010-03-02 | 3Com Corporation | Apparatus and method for processing data relating to events on a network |
US8572160B2 (en) | 2007-03-12 | 2013-10-29 | Citrix Systems, Inc. | Systems and methods for script injection |
US9021140B2 (en) | 2007-03-12 | 2015-04-28 | Citrix Systems, Inc. | Systems and methods for error detection |
US10248917B1 (en) | 2004-10-14 | 2019-04-02 | Capital One Services, Llc | System and method for developing and utilizing a contactability profile |
Families Citing this family (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB0123564D0 (en) * | 2001-10-02 | 2001-11-21 | Bednall Richard | Film transmission |
US7072947B1 (en) * | 2001-11-06 | 2006-07-04 | Ihance, Inc. | Method and system for monitoring e-mail and website behavior of an e-mail recipient |
US7076533B1 (en) * | 2001-11-06 | 2006-07-11 | Ihance, Inc. | Method and system for monitoring e-mail and website behavior of an e-mail recipient |
US20030149743A1 (en) * | 2002-02-06 | 2003-08-07 | Shumeet Baluja | Data logging for resident applications within portable electronic devices |
US20040205119A1 (en) * | 2002-03-26 | 2004-10-14 | Streble Mary C. | Method and apparatus for capturing web page content development data |
US7921213B1 (en) * | 2002-09-26 | 2011-04-05 | Unisys Corporation | Ring content distribution system |
US7203720B2 (en) * | 2002-11-27 | 2007-04-10 | Bea Systems, Inc. | Web server hit multiplier and redirector |
US7792954B2 (en) * | 2004-04-02 | 2010-09-07 | Webtrends, Inc. | Systems and methods for tracking web activity |
US8108350B2 (en) * | 2004-05-12 | 2012-01-31 | Oracle International Corporation | End-to-end tracing for database applications |
EP2160867B1 (en) * | 2007-06-29 | 2011-08-10 | Telefonaktiebolaget LM Ericsson (publ) | Method of processing event notifications and event subscriptions |
US8533221B2 (en) | 2007-08-30 | 2013-09-10 | 5Th Tier Limited | Provision of targeted content |
GB2465477A (en) * | 2008-11-18 | 2010-05-26 | Thomas R Mcknight | Detecting display of content, such as a web page, using identifier codes |
US20170255967A1 (en) * | 2012-05-14 | 2017-09-07 | Iqzone, Inc. | Systems and methods for unobtrusively displaying media content on portable devices |
US11663628B2 (en) | 2012-05-14 | 2023-05-30 | Iqzone, Inc. | Systems and methods for unobtrusively displaying media content on portable devices |
US11599907B2 (en) | 2012-05-14 | 2023-03-07 | Iqzone, Inc. | Displaying media content on portable devices based upon user interface state transitions |
US11205045B2 (en) * | 2018-07-06 | 2021-12-21 | International Business Machines Corporation | Context-based autocompletion suggestion |
WO2021081521A1 (en) | 2019-10-25 | 2021-04-29 | Iqzone, Inc. | Using activity-backed overlays to display media content on portable devices during periods of user inactivity |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB2250112A (en) * | 1990-11-14 | 1992-05-27 | Elverex Ltd | Computer testing capture device |
WO1997022074A1 (en) * | 1995-12-11 | 1997-06-19 | Cybergold, Inc. | Method for trading customer attention for advertisement |
WO1998010349A2 (en) * | 1996-09-03 | 1998-03-12 | Nuweb | Content display monitor |
US5732218A (en) * | 1997-01-02 | 1998-03-24 | Lucent Technologies Inc. | Management-data-gathering system for gathering on clients and servers data regarding interactions between the servers, the clients, and users of the clients during real use of a network of clients and servers |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5848396A (en) | 1996-04-26 | 1998-12-08 | Freedom Of Information, Inc. | Method and apparatus for determining behavioral profile of a computer user |
US5870559A (en) | 1996-10-15 | 1999-02-09 | Mercury Interactive | Software system and associated methods for facilitating the analysis and management of web sites |
US5796952A (en) * | 1997-03-21 | 1998-08-18 | Dot Com Development, Inc. | Method and apparatus for tracking client interaction with a network resource and creating client profiles and resource database |
US6286045B1 (en) | 1997-05-19 | 2001-09-04 | Matchlogic, Inc. | Information storage and delivery over a computer network using centralized intelligence to monitor and control the information being delivered |
US6178439B1 (en) * | 1997-12-23 | 2001-01-23 | British Telecommunications Public Limited Company | HTTP session control |
US6256620B1 (en) * | 1998-01-16 | 2001-07-03 | Aspect Communications | Method and apparatus for monitoring information access |
US6182133B1 (en) * | 1998-02-06 | 2001-01-30 | Microsoft Corporation | Method and apparatus for display of information prefetching and cache status having variable visual indication based on a period of time since prefetching |
US6317782B1 (en) * | 1998-05-15 | 2001-11-13 | International Business Machines Corporation | Method and apparatus for detecting actual viewing of electronic advertisements and transmitting the detected information |
US6256028B1 (en) * | 1998-08-14 | 2001-07-03 | Microsoft Corporation | Dynamic site browser |
-
1998
- 1998-08-28 GB GBGB9818872.5A patent/GB9818872D0/en not_active Ceased
-
1999
- 1999-08-27 US US09/529,744 patent/US6763383B1/en not_active Expired - Lifetime
- 1999-08-27 AU AU56355/99A patent/AU768256B2/en not_active Ceased
- 1999-08-27 EP EP99943070A patent/EP1027787B1/en not_active Expired - Lifetime
- 1999-08-27 AT AT99943070T patent/ATE241241T1/en not_active IP Right Cessation
- 1999-08-27 DE DE69908079T patent/DE69908079T2/en not_active Expired - Lifetime
- 1999-08-27 WO PCT/GB1999/002843 patent/WO2000013373A1/en active IP Right Grant
- 1999-08-27 ES ES99943070T patent/ES2200546T3/en not_active Expired - Lifetime
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB2250112A (en) * | 1990-11-14 | 1992-05-27 | Elverex Ltd | Computer testing capture device |
WO1997022074A1 (en) * | 1995-12-11 | 1997-06-19 | Cybergold, Inc. | Method for trading customer attention for advertisement |
WO1998010349A2 (en) * | 1996-09-03 | 1998-03-12 | Nuweb | Content display monitor |
US5732218A (en) * | 1997-01-02 | 1998-03-24 | Lucent Technologies Inc. | Management-data-gathering system for gathering on clients and servers data regarding interactions between the servers, the clients, and users of the clients during real use of a network of clients and servers |
Cited By (20)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
AU2002241786B2 (en) * | 2000-11-02 | 2007-03-22 | Webtrends, Inc. | System and method for generating and reporting cookie values at a client node |
US8583775B2 (en) | 2000-11-02 | 2013-11-12 | Webtrends, Inc. | System and method for generating and reporting cookie values at a client node |
EP1340132A2 (en) * | 2000-11-02 | 2003-09-03 | Netiq Corporation | System and method for generating and reporting cookie values at a client node |
EP1340132A4 (en) * | 2000-11-02 | 2005-12-07 | Netiq Corp | System and method for generating and reporting cookie values at a client node |
US8234362B2 (en) | 2000-11-02 | 2012-07-31 | Webtrends, Inc. | System and method for generating and reporting cookie values at a client node |
US6633230B2 (en) | 2001-02-21 | 2003-10-14 | 3Com Corporation | Apparatus and method for providing improved stress thresholds in network management systems |
US7673035B2 (en) | 2001-02-27 | 2010-03-02 | 3Com Corporation | Apparatus and method for processing data relating to events on a network |
GB2372674A (en) * | 2001-02-27 | 2002-08-28 | 3Com Corp | Network management |
US7010588B2 (en) | 2001-02-27 | 2006-03-07 | 3Com Corporation | System using a series of event processors for processing network events to reduce number of events to be displayed |
US7016955B2 (en) | 2001-02-27 | 2006-03-21 | 3Com Corporation | Network management apparatus and method for processing events associated with device reboot |
GB2372674B (en) * | 2001-02-27 | 2003-05-07 | 3Com Corp | Network management apparatus and method for determining network events |
US10248917B1 (en) | 2004-10-14 | 2019-04-02 | Capital One Services, Llc | System and method for developing and utilizing a contactability profile |
US11943388B2 (en) | 2004-10-14 | 2024-03-26 | Capital One Services, Llc | System and method for developing and utilizing a contactability profile |
US11010698B2 (en) | 2004-10-14 | 2021-05-18 | Capital One Services, Llc | System and method for developing and utilizing a contactability profile |
WO2007044618A2 (en) * | 2005-10-07 | 2007-04-19 | Citrix Systems, Inc. | Systems and methods for response monitoring |
WO2007044618A3 (en) * | 2005-10-07 | 2007-12-13 | Citrix Systems Inc | Systems and methods for response monitoring |
US8171127B2 (en) | 2005-10-07 | 2012-05-01 | Citrix Systems, Inc. | Systems and methods for response monitoring |
US8572160B2 (en) | 2007-03-12 | 2013-10-29 | Citrix Systems, Inc. | Systems and methods for script injection |
US9231815B2 (en) | 2007-03-12 | 2016-01-05 | Citrix Systems, Inc. | Systems and methods for script injection |
US9021140B2 (en) | 2007-03-12 | 2015-04-28 | Citrix Systems, Inc. | Systems and methods for error detection |
Also Published As
Publication number | Publication date |
---|---|
EP1027787A1 (en) | 2000-08-16 |
AU5635599A (en) | 2000-03-21 |
DE69908079T2 (en) | 2004-04-01 |
US6763383B1 (en) | 2004-07-13 |
GB9818872D0 (en) | 1998-10-21 |
EP1027787B1 (en) | 2003-05-21 |
DE69908079D1 (en) | 2003-06-26 |
AU768256B2 (en) | 2003-12-04 |
ES2200546T3 (en) | 2004-03-01 |
ATE241241T1 (en) | 2003-06-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6763383B1 (en) | Computer network information use monitoring | |
US9503346B2 (en) | System and method for tracking unique vistors to a website | |
EP2087425B1 (en) | Methods and apparatus for monitoring web page rendering | |
KR100326631B1 (en) | World wide web end user response time monitor | |
US7502994B2 (en) | Web page link-tracking system | |
AU2004208177B2 (en) | Method and system of measuring and recording user data in a communications network | |
US6466966B1 (en) | Method and apparatus for redirection of server external hyper-link references | |
US5870546A (en) | Method and apparatus for redirection of server external hyper-link reference | |
US7634562B2 (en) | Method and apparatus for determining application responsiveness over a network | |
US6411998B1 (en) | World wide web internet delay monitor | |
US7600016B2 (en) | On-line web traffic sampling | |
US20020184363A1 (en) | Techniques for server-controlled measurement of client-side performance | |
US7392321B1 (en) | Method and system for evaluating quality of service for transactions over a network | |
GB2425194A (en) | Tracking user network activity using a client identifier | |
WO2000075827A1 (en) | Internet website traffic flow analysis | |
US7222170B2 (en) | Tracking hits for network files using transmitted counter instructions | |
EP1210677A1 (en) | Server-based instrumentation system for internet-enabled applications |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AK | Designated states |
Kind code of ref document: A1 Designated state(s): AE AL AM AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ DE DK DM EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT UA UG US UZ VN YU ZA ZW |
|
AL | Designated countries for regional patents |
Kind code of ref document: A1 Designated state(s): GH GM KE LS MW SD SL SZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG |
|
WWE | Wipo information: entry into national phase |
Ref document number: 56355/99 Country of ref document: AU |
|
WWE | Wipo information: entry into national phase |
Ref document number: 1999943070 Country of ref document: EP |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
WWE | Wipo information: entry into national phase |
Ref document number: 09529744 Country of ref document: US |
|
WWP | Wipo information: published in national office |
Ref document number: 1999943070 Country of ref document: EP |
|
REG | Reference to national code |
Ref country code: DE Ref legal event code: 8642 |
|
WWG | Wipo information: grant in national office |
Ref document number: 1999943070 Country of ref document: EP |
|
WWG | Wipo information: grant in national office |
Ref document number: 56355/99 Country of ref document: AU |