US20120239675A1 - Associating Website Clicks with Links on a Web Page - Google Patents

Associating Website Clicks with Links on a Web Page Download PDF

Info

Publication number
US20120239675A1
US20120239675A1 US13/485,528 US201213485528A US2012239675A1 US 20120239675 A1 US20120239675 A1 US 20120239675A1 US 201213485528 A US201213485528 A US 201213485528A US 2012239675 A1 US2012239675 A1 US 2012239675A1
Authority
US
United States
Prior art keywords
user
identifying indicia
additional identifying
activated
stored records
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US13/485,528
Inventor
Brett M. Error
Christopher Reid Error
Richard Zinn
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US13/485,528 priority Critical patent/US20120239675A1/en
Publication of US20120239675A1 publication Critical patent/US20120239675A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Definitions

  • the present invention is related to tracking website usage, and more particularly to accurately identifying and associating objects activated by a user during the course of navigating a website.
  • website usage and other customer behavior may be tracked by a website server, or by another server such as a data collection server (also known as a data collector), which may be remotely located.
  • the data collection server is notified of activity on a website so that it can monitor and track the activity.
  • One method of achieving this notification is through the use of a request for embedded content.
  • Embedded content is part of a web page, such as an image, that is requested as a separate file from the file containing the web page.
  • the separate file may be requested from the website server or from a remote server, such as a remote content server or data collection server.
  • a remote server such as a remote content server or data collection server.
  • the website server sends the web page file to the user's client.
  • the client such as a web browser, then attempts to render the file as a viewable web page.
  • the client may find a reference to a separate file located on the website server or a remote server. After the content is located and sent to the client, the client renders the separate file containing the embedded content along with the original web page.
  • a web beacon (also known as a web bug) is a particular type of embedded content where the content itself is irrelevant, but the request for content carries useful information.
  • a web beacon is often a transparent image having very small dimensions, such as 1 pixel by 1 pixel. This image is small enough to be invisible to the user.
  • the web beacon causes the client to send a resource request to a server such as a data collection server.
  • the web beacon may include a script (or other code) that causes the client to include, in the resource request, additional information about the user and the user's environment.
  • the additional information can include the data from a cookie, or other information about the client's operating environment or status.
  • the data collection server may, in response to the request, cause the client to set an additional cookie for identification for tracking purposes.
  • the web beacon request can be used to indicate to a data collection server that a particular web page is being rendered.
  • HTML Hypertext Markup Language
  • the term “ad.datacollectionserver.com” refers to the address of the data collection server.
  • Another common method of including the request is to use a scripting language such as JavaScript so as to cause the browser to dynamically generate a request to the data collection server.
  • a scripting language such as JavaScript
  • One advantage of using a script instead of a static image tag is that the script can cause the browser to perform other functions including gathering additional data and sending it along with the request. In either case, the result is a request sent to the data collection server upon the occurrence of an event, such as the loading and rendering of a web page.
  • the data collection server can perform various types of tracking functions. For example, the data collection server can count the number of requests associated with a web page so as to monitor traffic on the web page. By counting the number of times the web beacon element has been requested from the data collection server, the server can determine the number of times a particular page was viewed. By using JavaScript to dynamically construct the request for the web beacon and encode additional information, other identifying information can be obtained for further analysis.
  • Such information is useful in many ways, including for example collecting feedback that leads to improved web page design; determining the effect of various degrees of prominence of links and graphic elements on web pages; and the like.
  • What is needed, then, is a method and system for reliably and accurately tracking the actual links a user clicks on (and other objects the user activates) during the course of navigating a site.
  • What is further needed is a mechanism for automatically and uniquely identifying links on a page so that the user's interactions with the links can be accurately tracked.
  • a mechanism for accurately reporting web page object usage statistics What is further needed is an improved report format that visually depicts web page object usage statistics.
  • objects such as links on a web page are uniquely identified by virtue of Object ID (assigned to the element by some browsers as a part of the Document Object Model), as well as other identifying indicia, such as an element type descriptor and an action descriptor.
  • the present invention allows a web tracking system to associate historical clicks on various objects of a web page with the objects currently being viewed in the browser. If an exact match is not found for an object, a search factor can be applied in order to account for slight variations in Object IDs; such variations are common, particularly when Object IDs are assigned by different browsers or on different platforms, or when a web page has been altered or edited. Accordingly, the present invention accounts for such differences and allows matches to be made even when Object IDs are not identical. In addition, if Object IDs are not present (for example, if the browser in use does not generate Object IDs), objects are matched using the other identifying indicia.
  • web behavior tracking systems can more accurately detect, record, and analyze user actions with respect to objects (such as links) on a web page.
  • a report can then be generated, showing indications of relative popularity of various objects on a web page by superimposing visual indicators, such as color-coded shading, on a representation of the web page.
  • FIG. 1 is a block diagram depicting a system for website traffic data collection.
  • FIG. 2 is a screen shot depicting an example of a page analysis report facilitated by the present invention.
  • FIG. 3 is a flow diagram depicting a method of associating website clicks with links, according to an embodiment of the present invention.
  • FIG. 4 is an example of a web page having objects to be associated with user actions.
  • FIG. 1 there is shown a block diagram depicting a system for website traffic data collection according to one embodiment of the present invention.
  • User 112 interacts with client machine 107 , which runs a software application such as browser 110 for accessing and displaying web pages.
  • Client machine 107 may be an ordinary personal computer, including well-known components such as a CPU running an operating system such as Microsoft Windows, a keyboard, mouse, display screen, and Internet connection (not shown).
  • Client machine 107 may run various software applications in addition to browser 110 .
  • Browser 110 includes scripting engine 116 , such as JavaScript, as is commonly found in commercially available browsers.
  • client machine 107 In response to a user 112 action such as clicking on a link or typing in a URL, client machine 107 issues a web page request 111 that is transmitted via the Internet to content server 101 . In response to request 111 , content server 101 transmits web page 102 (in the form of HTML code, for example) to client machine 107 . Browser 110 displays the requested web page 102 on client machine 107 .
  • Web page 102 includes beacon code, which in one embodiment is a pointer to a beacon (such as a 1 pixel by 1 pixel transparent image).
  • the beacon is typically invisible to the user, such as a transparent one-pixel image.
  • a beacon is any element that is embedded in a web page 102 which is loaded automatically by browser 110 that references an external server 106 and is used to monitor traffic.
  • the beacon code can be provided as a script (such as a JavaScript script) to be executed by scripting engine 116 .
  • the beacon code causes client machine 107 to generate resource requests 105 to data collection server 106 . These resource requests 105 are usually dynamically generated according to the script instructions.
  • Data collection server 106 records such requests in a log 108 , and can also record additional information associated with the request (such as the date and time, and possibly some identifying information that may be encoded in the resource request). Thus, tracking server 106 records the occurrence of a “hit” to web page 102 . Tracking server 106 also transmits the requested one-pixel image to client machine 107 so that the resource request is satisfied.
  • Reports 114 retrieves stored tracking data from log 108 , filters the data, and outputs reports 114 .
  • Reports 114 may be provided in hard copy, or via a display screen (not shown), or by some other means. Reports 114 include, for example, overviews and statistical analyses describing the relative frequency with which various site paths are being followed through the website. Examples of such reports are described below.
  • Module 113 may be implemented in software running on server 106 or on another computer that can access log 108 .
  • communications between client machine 107 , content server 101 , and data collection server 106 are accomplished using well known network protocols, such as TCP/IP and HTTP, for communication across the Internet. Other communication methodologies and protocols can also be used.
  • the invention is set forth in the context of identifying user-activated objects on a web page; however, one skilled in the art will recognize that the techniques described herein can be used in any context where it is desirable to determine a match between a web page object and stored records.
  • the present invention is implemented using a client-side script encoded in the beacon code that is sent as part of web page 102 .
  • This script iterates through the Document Object Model (DOM) of the web page 102 , looking for actionable items such as HREF links and form submit buttons.
  • the script overrides the default action of these links to include a call to a click-tracking function in addition to the executing the normally expected action.
  • DOM Document Object Model
  • the click-tracking function is called, for example, when the user 112 activates an HTML object on page 102 by clicking on it.
  • This function sends to data collection server 106 a unique identifier of the page 102 where the object is found (such as a URL or unique page name), the action performed by the user-activated object, an OBJECT ID of the user-activated object, and a TYPE associated with the user-activated object.
  • the action performed by the user-activated object is specified in terms of a target referenced by the object.
  • the action of an HREF tag for example, is the page pointed to by the tag.
  • the action is the document that the form will be submitted to, as defined in the ⁇ FORM> tag.
  • the action can be specified as an ACTION parameter of a form, or alternatively a JavaScript function.
  • the OBJECT ID is an identifier assigned to the object by browser 110 as a part of the Document Object Model (DOM).
  • the OBJECT ID may be, for example, an integer sequentially assigned to each element as it is encountered by browser 110 , according to techniques that are well known in the art.
  • the TYPE is an indication of the type of object the user has activated.
  • it may be the TYPE parameter of an HTML element.
  • the TYPE of the object may be, for example, an image, a form element, a standard HREF tag, a JavaScript element, or the like.
  • the present invention is able to detect matches between user-activated objects and stored records of previous activity such as historical clicks on various links in the page. According to the techniques of the present invention, matches can be found even if an exact OBJECT ID match may not exist. For any of a variety of reasons, an OBJECT ID as indicated in a stored record for an object may not exactly match a detected OBJECT ID for the same object when the user activates it. This OBJECT ID “drift” may occur, for example, when page content is changed (for example by a web author) and particularly when elements are added to or removed from a web page.
  • the present invention provides techniques for using other identifying indicia, such as TYPE and action, to more effectively match user-activated web page objects.
  • FIG. 3 there is shown a flow diagram illustrating a method of associating website clicks with links according to one embodiment.
  • the steps of FIG. 3 are performed by data collection server 106 ; in another embodiment, the steps may be performed by client machine 107 or by some other component of the system.
  • Server 106 detects 302 user activation of an object on web page 102 , for example by receiving a request 105 or other message from client machine 107 .
  • Server 106 obtains 303 , from the received request 105 , information describing the user-activated object, including for example an OBJECT ID, a TYPE, and an action.
  • Server 106 searches 304 stored records that have a TYPE that matches the TYPE of the user-activated object. In one embodiment, server 106 performs this search on records in log 108 or in some other repository of historical usage data. In one embodiment, server 106 searches 304 all stored records, without restricting the search to records having a matching TYPE.
  • server 106 indicates 307 that a match has been found.
  • server 106 searches for stored records that have a matching Action and TYPE, and have an OBJECT ID that is close to the OBJECT ID of the user-activated object. In one embodiment, this search is performed iteratively using successively larger “search factors”: First, a search is made for stored records having an OBJECT ID that differs by 1 or less from the user-activated object's OBJECT ID and having matching Action and TYPE. Then (assuming no match has yet been found), a search is made for stored records having an OBJECT ID that differs by 2 or less from the user-activated object's OBJECT ID and having matching Action and TYPE. This process is repeated with successively larger search factors until a match is found, or until the search factor exceeds a predetermined tolerance.
  • server 106 indicates 307 that a match has been found. Otherwise, server 106 indicates 308 that no match was found.
  • the method can be generalized by considering the comparison performed in 305 to be a special case of that performed in 306 , but with a search factor of zero (in other words, the difference in OBJECT IDs must be zero for a match to be found in step 305 ).
  • server 106 identifies as a match the stored record(s) that, among potential matches, has (have) an OBJECT ID closest to that of the user-activated object.
  • server 106 records the user action in log 108 according to whether a match was indicated. For example, if a match was indicated, server 106 increments a value in the matching record indicating the number of times the object was activated. If no match was indicated, server 106 creates a new record for the object.
  • Links may optionally be tagged with a unique “name”. In this case, in one embodiment, neither the OBJECT ID nor the search factor is employed, but rather only the page name and link name are used to make the association.
  • Object IDs are not present (for example, if browser 110 does not generate Object IDs), objects are matched using whatever identifying indicia are available, such as action and TYPE.
  • the values stored in log 108 can then be used to generate reports indicating statistics summarizing historical website usage.
  • a type of report that can be generated is a representation of a web page wherein visual indicators of usage are superimposed.
  • the report can depict links on a web page colored with different color densities and/or hues to indicate relative frequency with which the links have been activated.
  • the steps of FIG. 3 are performed in response to individual user actions (such as web page clicks). In another embodiment, the steps of FIG. 3 are performed after a number of user actions have taken place, rather than after each individual action.
  • data describing user actions can be stored locally at client machine 107 (using, for example, the techniques described in related U.S. application Ser. No. 10/795,079 entitled “Delayed Transmission of Website Usage Data” (Attorney Docket No. OMN7761), filed Mar. 4, 2003, and can be transmitted to server 106 when a new page is loaded or upon detection of some other triggering event.
  • the object matching technique can thus be used to determine which stored record(s) match a number of user-activated objects or a number of user activations of a single object.
  • the techniques of the present invention are applicable in any situation where it is desirable to identify and associate a web page object, particularly where OBJECT IDs may not exactly match.
  • the following example depicts an embodiment of the invention where user interactions with a number of objects are being matched with objects on a web page.
  • the method of the present invention can be performed in response to each individual user interaction, or after a series of user interactions has taken place.
  • FIG. 4 there is shown an example of a web page 202 having three objects 401 A, 401 B, 401 C.
  • Object 401 A has an OBJECT ID of 1 and an action of http://www.one.com.
  • Object 401 B has an OBJECT ID of 2 and an action of http://www.two.com.
  • Object 401 C has an OBJECT ID of 3 and an action of http://www.three.com.
  • Web page 202 has a Page ID of “Page A”.
  • the present invention provides a technique for matching the objects on page 202 with a record of user activity.
  • the invention can be used in response to an individual user action, in order to update stored data with current user activity.
  • Object 401 A For the first listed data item, determine whether any of the objects 401 have matching OBJECT ID ( 1 ), action (http://www.one.com), and TYPE (IMG). Object 401 A satisfies these criteria; therefore object 401 A is considered to match the first listed data item. Log 108 can thus be updated to indicate that object 401 A has been activated twice.
  • OBJECT ID 2
  • action http://www.one.com
  • TYPE IMG
  • Object 401 A satisfies these criteria, having an OBJECT ID of 1 , an action of http://www.one.com, and a TYPE of IMG.
  • Log 108 can thus be updated to indicate that object 401 A has been activated an additional three times.
  • Object 401 C determines whether any of the objects 401 have matching OBJECT ID ( 3 ), action (http://www.three.com), and TYPE (IMG). Object 401 C satisfies these criteria; therefore object 401 C is considered to match the first listed data item. Log 108 can thus be updated to indicate that object 401 C has been activated eight times.
  • log 108 would indicate activity for objects 401 A (five clicks) and 401 C (eight clicks).
  • report 201 is shown alongside an image of the web page 102 being analyzed.
  • report 201 is provided to a site administrator or owner interacting with data collection server 106 .
  • report 201 includes identification 202 of the website and web page being analyzed; report date 203 ; report options and settings 204 ; page metrics 205 ; and links 206 to related reports.
  • variable levels and shades of color density are superimposed on the displayed view of web page 102 , in order to visually represent the relative number of clicks each item 208 or screen region has received.
  • Color key 207 is a legend to indicate the meaning of various superimposed colors.
  • the present invention also relates to an apparatus for performing the operations herein.
  • This apparatus may be specially constructed for the required purposes, or it may comprise a general-purpose computer selectively activated or reconfigured by a computer program stored in the computer.
  • a computer program may be stored in a computer readable storage medium, such as, but is not limited to, any type of disk including floppy disks, optical disks, CD-ROMs, and magnetic-optical disks, read-only memories (ROMs), random access memories (RAMs), EPROMs, EEPROMs, magnetic or optical cards, or any type of media suitable for storing electronic instructions, and each coupled to a computer system bus.
  • the invention may be embodied in other specific forms without departing from the spirit or essential characteristics thereof.
  • the particular architectures depicted above are merely exemplary of one implementation of the present invention.
  • the functional elements and method steps described above are provided as illustrative examples of one technique for implementing the invention; one skilled in the art will recognize that many other implementations are possible without departing from the present invention as recited in the claims.
  • the particular capitalization or naming of the modules, protocols, features, attributes, or any other aspect is not mandatory or significant, and the mechanisms that implement the invention or its features may have different names or formats.
  • the present invention may be implemented as a method, process, user interface, computer program product, system, apparatus, or any combination thereof. Accordingly, the disclosure of the present invention is intended to be illustrative, but not limiting, of the scope of the invention, which is set forth in the following claims.

Abstract

Objects on a web page are associated with stored records indicating historical object usage. Associations between objects and records take into account discrepancies in object identifiers resulting from authorial edits and/or differences in browser assignment of object identifiers. An object having an object identifier that differs from that of a stored record by not more than a predetermined tolerance value, and that has other indicia that match the stored record, is considered to match the stored record. Reports are generated quantifying web page object usage, for example by superimposing color shadings or other visual indicia on a representation of a web page.

Description

    RELATED APPLICATIONS
  • This application is a divisional of U.S. patent application Ser. No. 12/208,251, filed Sep. 10, 2008, entitled “Associating Website Clicks With Links On A Web Page,” which is a continuation U.S. patent application Ser. No. 10/794,809, filed Mar. 3, 2004, entitled “Associating Website Clicks with Links on a Web Page”, now U.S. Pat. No. 7,441,195, which in turn claims priority from U.S. Provisional Application Ser. No. 60/452,084, filed Mar. 4, 2003, entitled” Associating Website Clicks with Links on a Web Page”, and from U.S. Provisional Application Ser. No. 60/452,085, filed Mar. 4, 2003, entitled “Delayed Data Collection Using Web Beacon-Based Tracking Methods”, which are incorporated herein by reference in their entirety.
  • This application is related to U.S. patent application Ser. No. 10/608,515 entitled “Efficient Click-Stream Data Collection” (Attorney Docket No. OMN7132), filed Jun. 26, 2003; U.S. patent application Ser. No. 10/608,442 entitled “Custom Event and Attribute Generation for Use in Website Traffic Data Collection” (Attorney Docket No. OMN7133), filed Jun. 26, 2003; U.S. patent application Ser. No. 10/609,008 entitled “Capturing and Presenting Site Visitation Path Data” (Attorney Docket No. OMN8054), filed Jun. 27, 2003; and U.S. application Ser. No. 10/795,079 entitled “Delayed Transmission of Website Usage Data” (Attorney Docket No. OMN7761), filed Mar. 4, 2003. The contents of these related patent applications are incorporated herein by reference.
  • FIELD OF THE INVENTION
  • The present invention is related to tracking website usage, and more particularly to accurately identifying and associating objects activated by a user during the course of navigating a website.
  • Description of the Background Art
  • In an on-line environment, website usage and other customer behavior may be tracked by a website server, or by another server such as a data collection server (also known as a data collector), which may be remotely located. The data collection server is notified of activity on a website so that it can monitor and track the activity. One method of achieving this notification is through the use of a request for embedded content.
  • Embedded content is part of a web page, such as an image, that is requested as a separate file from the file containing the web page. The separate file may be requested from the website server or from a remote server, such as a remote content server or data collection server. For example, when a user requests a web page from a website server, the website server sends the web page file to the user's client. The client, such as a web browser, then attempts to render the file as a viewable web page. However, upon rendering the web page file, the client may find a reference to a separate file located on the website server or a remote server. After the content is located and sent to the client, the client renders the separate file containing the embedded content along with the original web page.
  • A web beacon (also known as a web bug) is a particular type of embedded content where the content itself is irrelevant, but the request for content carries useful information. For example, a web beacon is often a transparent image having very small dimensions, such as 1 pixel by 1 pixel. This image is small enough to be invisible to the user. When a client is rendering a web page that includes a web beacon, the web beacon causes the client to send a resource request to a server such as a data collection server. The web beacon may include a script (or other code) that causes the client to include, in the resource request, additional information about the user and the user's environment. The additional information can include the data from a cookie, or other information about the client's operating environment or status. Where the server indicated by the web beacon code is a data collection server, the data collection server may, in response to the request, cause the client to set an additional cookie for identification for tracking purposes. In this manner, the web beacon request can be used to indicate to a data collection server that a particular web page is being rendered.
  • One method for including the request is to write the request as a static image tag in Hypertext Markup Language (HTML). The following is an example of an image tag in HTML:
  • <img
    src=”http://ad.datacollectionserver.com/tracker.exe?AID=14658&PID=259294&
    banner=0.gif” width=1 height=1 border=0>
  • Here, the term “ad.datacollectionserver.com” refers to the address of the data collection server.
  • Another common method of including the request is to use a scripting language such as JavaScript so as to cause the browser to dynamically generate a request to the data collection server. One advantage of using a script instead of a static image tag is that the script can cause the browser to perform other functions including gathering additional data and sending it along with the request. In either case, the result is a request sent to the data collection server upon the occurrence of an event, such as the loading and rendering of a web page.
  • Once the request has been sent to the data collection server, the data collection server can perform various types of tracking functions. For example, the data collection server can count the number of requests associated with a web page so as to monitor traffic on the web page. By counting the number of times the web beacon element has been requested from the data collection server, the server can determine the number of times a particular page was viewed. By using JavaScript to dynamically construct the request for the web beacon and encode additional information, other identifying information can be obtained for further analysis.
  • Other types of website usage tracking are also well known, such as for example log file analysis. In such an approach, statistical analysis is performed on server logs in order to detect and analyze website traffic, and usage patterns.
  • In addition to tracking web page visits, it is often desirable to track user actions, such as object activations, on web pages. In general, existing approaches for collecting and tracking website usage fail to provide a means for tracking the actual links a user clicks on during the course of navigating a site. In some circumstances, the link clicked on can be inferred if the start page has only one link that leads to the destination page. However, where there is more than one link between pages, the determination of which link was clicked is more difficult or impossible. Additionally, even when there is only one link between two pages, it is often difficult or impossible to determine whether the user actually clicked on the link or navigated to the page via some other method (such as typing in the URL).
  • Such information is useful in many ways, including for example collecting feedback that leads to improved web page design; determining the effect of various degrees of prominence of links and graphic elements on web pages; and the like. What is needed, then, is a method and system for reliably and accurately tracking the actual links a user clicks on (and other objects the user activates) during the course of navigating a site. What is further needed is a mechanism for automatically and uniquely identifying links on a page so that the user's interactions with the links can be accurately tracked. What is further needed is a mechanism for accurately reporting web page object usage statistics. What is further needed is an improved report format that visually depicts web page object usage statistics.
  • SUMMARY OF THE INVENTION
  • According to the present invention, objects (such as links) on a web page are uniquely identified by virtue of Object ID (assigned to the element by some browsers as a part of the Document Object Model), as well as other identifying indicia, such as an element type descriptor and an action descriptor.
  • Using the combination of these indicia, the present invention allows a web tracking system to associate historical clicks on various objects of a web page with the objects currently being viewed in the browser. If an exact match is not found for an object, a search factor can be applied in order to account for slight variations in Object IDs; such variations are common, particularly when Object IDs are assigned by different browsers or on different platforms, or when a web page has been altered or edited. Accordingly, the present invention accounts for such differences and allows matches to be made even when Object IDs are not identical. In addition, if Object IDs are not present (for example, if the browser in use does not generate Object IDs), objects are matched using the other identifying indicia.
  • By identifying objects according to the techniques of the present invention, web behavior tracking systems can more accurately detect, record, and analyze user actions with respect to objects (such as links) on a web page. A report can then be generated, showing indications of relative popularity of various objects on a web page by superimposing visual indicators, such as color-coded shading, on a representation of the web page.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram depicting a system for website traffic data collection.
  • FIG. 2 is a screen shot depicting an example of a page analysis report facilitated by the present invention.
  • FIG. 3 is a flow diagram depicting a method of associating website clicks with links, according to an embodiment of the present invention.
  • FIG. 4 is an example of a web page having objects to be associated with user actions.
  • The Figures depict a preferred embodiment of the present invention for purposes of illustration only. One skilled in the art will readily recognize from the following discussion that alternative embodiments of the structures and methods illustrated herein may be employed without departing from the principles of the invention described herein.
  • DESCRIPTION OF AN EMBODIMENT OF THE INVENTION System Architecture
  • Referring now to FIG. 1, there is shown a block diagram depicting a system for website traffic data collection according to one embodiment of the present invention. User 112 interacts with client machine 107, which runs a software application such as browser 110 for accessing and displaying web pages. Client machine 107 may be an ordinary personal computer, including well-known components such as a CPU running an operating system such as Microsoft Windows, a keyboard, mouse, display screen, and Internet connection (not shown). Client machine 107 may run various software applications in addition to browser 110. Browser 110 includes scripting engine 116, such as JavaScript, as is commonly found in commercially available browsers. In response to a user 112 action such as clicking on a link or typing in a URL, client machine 107 issues a web page request 111 that is transmitted via the Internet to content server 101. In response to request 111, content server 101 transmits web page 102 (in the form of HTML code, for example) to client machine 107. Browser 110 displays the requested web page 102 on client machine 107.
  • Web page 102 includes beacon code, which in one embodiment is a pointer to a beacon (such as a 1 pixel by 1 pixel transparent image). The beacon is typically invisible to the user, such as a transparent one-pixel image. For purposes of the following description, a beacon is any element that is embedded in a web page 102 which is loaded automatically by browser 110 that references an external server 106 and is used to monitor traffic. The beacon code can be provided as a script (such as a JavaScript script) to be executed by scripting engine 116. The beacon code causes client machine 107 to generate resource requests 105 to data collection server 106. These resource requests 105 are usually dynamically generated according to the script instructions. Data collection server 106 records such requests in a log 108, and can also record additional information associated with the request (such as the date and time, and possibly some identifying information that may be encoded in the resource request). Thus, tracking server 106 records the occurrence of a “hit” to web page 102. Tracking server 106 also transmits the requested one-pixel image to client machine 107 so that the resource request is satisfied.
  • Analysis module 113 retrieves stored tracking data from log 108, filters the data, and outputs reports 114. Reports 114 may be provided in hard copy, or via a display screen (not shown), or by some other means. Reports 114 include, for example, overviews and statistical analyses describing the relative frequency with which various site paths are being followed through the website. Examples of such reports are described below.
  • Module 113 may be implemented in software running on server 106 or on another computer that can access log 108.
  • In one embodiment, communications between client machine 107, content server 101, and data collection server 106 are accomplished using well known network protocols, such as TCP/IP and HTTP, for communication across the Internet. Other communication methodologies and protocols can also be used.
  • Method
  • In the following description, the invention is set forth in the context of identifying user-activated objects on a web page; however, one skilled in the art will recognize that the techniques described herein can be used in any context where it is desirable to determine a match between a web page object and stored records.
  • In one embodiment, the present invention is implemented using a client-side script encoded in the beacon code that is sent as part of web page 102. This script iterates through the Document Object Model (DOM) of the web page 102, looking for actionable items such as HREF links and form submit buttons. The script overrides the default action of these links to include a call to a click-tracking function in addition to the executing the normally expected action.
  • The click-tracking function is called, for example, when the user 112 activates an HTML object on page 102 by clicking on it. This function sends to data collection server 106 a unique identifier of the page 102 where the object is found (such as a URL or unique page name), the action performed by the user-activated object, an OBJECT ID of the user-activated object, and a TYPE associated with the user-activated object.
  • In one embodiment, the action performed by the user-activated object is specified in terms of a target referenced by the object. The action of an HREF tag, for example, is the page pointed to by the tag. For a form submit button, the action is the document that the form will be submitted to, as defined in the <FORM> tag. Alternatively, the action can be specified as an ACTION parameter of a form, or alternatively a JavaScript function.
  • In one embodiment, the OBJECT ID is an identifier assigned to the object by browser 110 as a part of the Document Object Model (DOM). The OBJECT ID may be, for example, an integer sequentially assigned to each element as it is encountered by browser 110, according to techniques that are well known in the art.
  • In one embodiment, the TYPE is an indication of the type of object the user has activated. For example, it may be the TYPE parameter of an HTML element. The TYPE of the object may be, for example, an image, a form element, a standard HREF tag, a JavaScript element, or the like. By checking the TYPE of a link, the method of the present invention ensures, for example, that image and text links pointing to the same location can be easily distinguished from one another.
  • One skilled in the art will recognize that these information items are merely illustrative of the data sent to server 106 according to one embodiment, and that other information may be sent to server 106, including or omitting any of these and/or any other types of information describing the user-activated object.
  • Using the provided items of information, the present invention is able to detect matches between user-activated objects and stored records of previous activity such as historical clicks on various links in the page. According to the techniques of the present invention, matches can be found even if an exact OBJECT ID match may not exist. For any of a variety of reasons, an OBJECT ID as indicated in a stored record for an object may not exactly match a detected OBJECT ID for the same object when the user activates it. This OBJECT ID “drift” may occur, for example, when page content is changed (for example by a web author) and particularly when elements are added to or removed from a web page. Also, different browser models, and even different versions of the same browser, can assign OBJECT IDs slightly differently or may not assign OBJECT IDs at all. Accordingly, as described below, the present invention provides techniques for using other identifying indicia, such as TYPE and action, to more effectively match user-activated web page objects.
  • Referring now to FIG. 3, there is shown a flow diagram illustrating a method of associating website clicks with links according to one embodiment. In one embodiment, the steps of FIG. 3 are performed by data collection server 106; in another embodiment, the steps may be performed by client machine 107 or by some other component of the system.
  • Server 106 detects 302 user activation of an object on web page 102, for example by receiving a request 105 or other message from client machine 107. Server 106 obtains 303, from the received request 105, information describing the user-activated object, including for example an OBJECT ID, a TYPE, and an action.
  • Server 106 then searches 304 stored records that have a TYPE that matches the TYPE of the user-activated object. In one embodiment, server 106 performs this search on records in log 108 or in some other repository of historical usage data. In one embodiment, server 106 searches 304 all stored records, without restricting the search to records having a matching TYPE.
  • If, in 305, any of the stored records have an OBJECT ID, Action and TYPE matching those of the user-activated object, server 106 indicates 307 that a match has been found.
  • If no match is found in 305, server 106 searches for stored records that have a matching Action and TYPE, and have an OBJECT ID that is close to the OBJECT ID of the user-activated object. In one embodiment, this search is performed iteratively using successively larger “search factors”: First, a search is made for stored records having an OBJECT ID that differs by 1 or less from the user-activated object's OBJECT ID and having matching Action and TYPE. Then (assuming no match has yet been found), a search is made for stored records having an OBJECT ID that differs by 2 or less from the user-activated object's OBJECT ID and having matching Action and TYPE. This process is repeated with successively larger search factors until a match is found, or until the search factor exceeds a predetermined tolerance.
  • If, in 306, any matches are found, server 106 indicates 307 that a match has been found. Otherwise, server 106 indicates 308 that no match was found.
  • One skilled in the art will recognize that the method can be generalized by considering the comparison performed in 305 to be a special case of that performed in 306, but with a search factor of zero (in other words, the difference in OBJECT IDs must be zero for a match to be found in step 305).
  • One skilled in the art will further recognize that, in an alternative embodiment, the search is performed non-iteratively, so that any records having an OBJECT ID within the predetermined tolerance (and having matching action and TYPE) are considered potential matches. In one embodiment, server 106 identifies as a match the stored record(s) that, among potential matches, has (have) an OBJECT ID closest to that of the user-activated object.
  • In one embodiment, server 106 records the user action in log 108 according to whether a match was indicated. For example, if a match was indicated, server 106 increments a value in the matching record indicating the number of times the object was activated. If no match was indicated, server 106 creates a new record for the object.
  • Links may optionally be tagged with a unique “name”. In this case, in one embodiment, neither the OBJECT ID nor the search factor is employed, but rather only the page name and link name are used to make the association.
  • If Object IDs are not present (for example, if browser 110 does not generate Object IDs), objects are matched using whatever identifying indicia are available, such as action and TYPE.
  • The values stored in log 108 can then be used to generate reports indicating statistics summarizing historical website usage. One example of a type of report that can be generated is a representation of a web page wherein visual indicators of usage are superimposed. For example, the report can depict links on a web page colored with different color densities and/or hues to indicate relative frequency with which the links have been activated.
  • In one embodiment, the steps of FIG. 3 are performed in response to individual user actions (such as web page clicks). In another embodiment, the steps of FIG. 3 are performed after a number of user actions have taken place, rather than after each individual action. For example, data describing user actions can be stored locally at client machine 107 (using, for example, the techniques described in related U.S. application Ser. No. 10/795,079 entitled “Delayed Transmission of Website Usage Data” (Attorney Docket No. OMN7761), filed Mar. 4, 2003, and can be transmitted to server 106 when a new page is loaded or upon detection of some other triggering event. The object matching technique can thus be used to determine which stored record(s) match a number of user-activated objects or a number of user activations of a single object.
  • EXAMPLE
  • The techniques of the present invention are applicable in any situation where it is desirable to identify and associate a web page object, particularly where OBJECT IDs may not exactly match.
  • The following example depicts an embodiment of the invention where user interactions with a number of objects are being matched with objects on a web page. As described above, the method of the present invention can be performed in response to each individual user interaction, or after a series of user interactions has taken place.
  • Referring now to FIG. 4, there is shown an example of a web page 202 having three objects 401A, 401B, 401C. Object 401A has an OBJECT ID of 1 and an action of http://www.one.com. Object 401B has an OBJECT ID of 2 and an action of http://www.two.com. Object 401C has an OBJECT ID of 3 and an action of http://www.three.com. Web page 202 has a Page ID of “Page A”.
  • The present invention provides a technique for matching the objects on page 202 with a record of user activity. For example, the invention can be used in response to an individual user action, in order to update stored data with current user activity.
  • Suppose, for example, that the following data is to be associated with the objects on page 202 as shown in FIG. 4. For illustrative purposes, all the objects have a TYPE of IMG (image).
  • # of
    Page ID OBJECT ID Action TYPE Clicks
    Page A 1 http://www.one.com IMG 2
    Page A 2 http://www.one.com IMG 3
    Page A 3 http://www.three.com IMG 8
  • In matching the indicated data with web page 202 as shown in FIG. 4, the following steps are performed:
  • For the first listed data item, determine whether any of the objects 401 have matching OBJECT ID (1), action (http://www.one.com), and TYPE (IMG). Object 401A satisfies these criteria; therefore object 401A is considered to match the first listed data item. Log 108 can thus be updated to indicate that object 401A has been activated twice.
  • For the second listed data item, determine whether any of the objects 401 have matching OBJECT ID (2), action (http://www.one.com), and TYPE (IMG). None of the objects 401 are an exact match; object 201B has matching OBJECT ID but does not match the action. Therefore, search for objects 401 having an OBJECT ID that are within a search factor of 1 (in other words, objects 401 having an OBJECT ID of 1 or 3), and which match the action and TYPE listed above. Object 401A satisfies these criteria, having an OBJECT ID of 1, an action of http://www.one.com, and a TYPE of IMG. Log 108 can thus be updated to indicate that object 401A has been activated an additional three times.
  • For the third listed data item, determine whether any of the objects 401 have matching OBJECT ID (3), action (http://www.three.com), and TYPE (IMG). Object 401C satisfies these criteria; therefore object 401C is considered to match the first listed data item. Log 108 can thus be updated to indicate that object 401C has been activated eight times.
  • After the above steps, therefore, log 108 would indicate activity for objects 401A (five clicks) and 401C (eight clicks).
  • Output Format
  • Referring now to FIG. 2, there is shown an example of a page analysis report 201, displayed alongside an image of the web page 102 being analyzed. In one embodiment, report 201 is provided to a site administrator or owner interacting with data collection server 106.
  • In the example of FIG. 2, report 201 includes identification 202 of the website and web page being analyzed; report date 203; report options and settings 204; page metrics 205; and links 206 to related reports. In addition, variable levels and shades of color density are superimposed on the displayed view of web page 102, in order to visually represent the relative number of clicks each item 208 or screen region has received. Color key 207 is a legend to indicate the meaning of various superimposed colors.
  • One skilled in the art will recognize that other formats and output mechanisms can be used, including for example hard copy output, text or graphical reports, and the like.
  • In the above description, for purposes of explanation, numerous specific details are set forth in order to provide a thorough understanding of the invention. It will be apparent, however, to one skilled in the art that the invention can be practiced without these specific details. In other instances, structures and devices are shown in block diagram form in order to avoid obscuring the invention.
  • Reference in the specification to “one embodiment” or “an embodiment” means that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment of the invention. The appearances of the phrase “in one embodiment” in various places in the specification are not necessarily all referring to the same embodiment.
  • Some portions of the detailed description are presented in terms of algorithms and symbolic representations of operations on data bits within a computer memory. These algorithmic descriptions and representations are the means used by those skilled in the data processing arts to most effectively convey the substance of their work to others skilled in the art. An algorithm is here, and generally, conceived to be a self-consistent sequence of steps leading to a desired result. The steps are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, transferred, combined, compared, and otherwise manipulated. It has proven convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, or the like.
  • It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the discussion, it is appreciated that throughout the description, discussions utilizing terms such as “processing” or “computing” or “calculating” or “determining” or “displaying” or the like, refer to the action and processes of a computer system, or similar electronic computing device, that manipulates and transforms data represented as physical (electronic) quantities within the computer system's registers and memories into other data similarly represented as physical quantities within the computer system's memories or registers or other such information storage, transmission or display devices.
  • The present invention also relates to an apparatus for performing the operations herein. This apparatus may be specially constructed for the required purposes, or it may comprise a general-purpose computer selectively activated or reconfigured by a computer program stored in the computer. Such a computer program may be stored in a computer readable storage medium, such as, but is not limited to, any type of disk including floppy disks, optical disks, CD-ROMs, and magnetic-optical disks, read-only memories (ROMs), random access memories (RAMs), EPROMs, EEPROMs, magnetic or optical cards, or any type of media suitable for storing electronic instructions, and each coupled to a computer system bus.
  • The algorithms and displays presented herein are not inherently related to any particular computer, network of computers, or other apparatus. Various general-purpose systems may be used with programs in accordance with the teachings herein, or it may prove convenient to construct a more specialized apparatus to perform the required method steps. The required structure for a variety of these systems appears from the description. In addition, the present invention is not described with reference to any particular programming language. It will be appreciated that a variety of programming languages may be used to implement the teachings of the invention as described herein.
  • As will be understood by those familiar with the art, the invention may be embodied in other specific forms without departing from the spirit or essential characteristics thereof. For example, the particular architectures depicted above are merely exemplary of one implementation of the present invention. The functional elements and method steps described above are provided as illustrative examples of one technique for implementing the invention; one skilled in the art will recognize that many other implementations are possible without departing from the present invention as recited in the claims. Likewise, the particular capitalization or naming of the modules, protocols, features, attributes, or any other aspect is not mandatory or significant, and the mechanisms that implement the invention or its features may have different names or formats. In addition, the present invention may be implemented as a method, process, user interface, computer program product, system, apparatus, or any combination thereof. Accordingly, the disclosure of the present invention is intended to be illustrative, but not limiting, of the scope of the invention, which is set forth in the following claims.

Claims (14)

1. A method of identifying which of a plurality of user-activatable objects on a web page has been activated by a user, comprising:
receiving a communication indicating user activation of an object in a plurality of objects on a web page, the communication comprising:
an object identifier; and
additional identifying indicia for the object;
comparing the object identifier and the additional identifying indicia of the user-activated object with a plurality of stored records comprising object identifiers and additional identifying indicia;
determining that the object identifier and additional identifying indicia of the user-activated object do not match an object identifier and additional identifying indicia of the plurality of stored records;
responsive to determining that the object identifier and additional identifying indicia of the user-activated object do not match an object identifier and additional identifying indicia of the plurality of stored records, comparing the object identifier of the received communication to predetermined tolerance factors corresponding to the object identifiers of the plurality of stored records; and
responsive to determining that the object identifier of the user-activated object is within a predetermined tolerance factor with respect to an object identifier of a particular one of the plurality of the stored records, and the particular one of the stored records having additional identifying indicia matching the additional identifying indicia of the user-activated object:
indicating a match between the user-activated object and the particular one of the stored records.
2. The method of claim 1, further comprising:
responsive to the object identifier and additional identifying indicia of the user-activated object matching the object identifier and additional identifying indicia of a particular one of the stored records:
indicating a match between the user-activated object and the particular one of the plurality of stored records.
3. The method of claim 1, wherein the additional identifying indicia comprises at least one of an action and a type.
4. The method of claim 1, further comprising generating a report including statistics for user-activated objects.
5. The method of claim 1, further comprising generating a report including a representation of the web page, and superimposing visual indicators quantifying user activations for objects on the web page.
6. The method of claim 5, wherein the visual indicators are color-coded.
7. A method of identifying a user-activatable object among a plurality of user-activatable objects, the object having an object identifier and additional identifying indicia, comprising:
comparing the object identifier and the additional identifying indicia of the user-activatable object with a plurality of records comprising object identifiers and additional identifying indicia;
determining that the object identifier and additional identifying indicia of the user-activated object do not match an object identifier and additional identifying indicia of the plurality of stored records;
responsive to determining that the object identifier and additional identifying indicia of the user-activatable object do not match an object identifier and additional identifying indicia of the plurality of stored records, comparing the object identifier of the received communication to predetermined tolerance factors corresponding to the object identifiers of the plurality of stored records; and
responsive to determining that the object identifier of the user-activated object is within a predetermined tolerance factor with respect to an object identifier of a particular one of the plurality of the stored records, and the particular one of the stored records having additional identifying indicia matching the additional identifying indicia of the user-activatable object:
indicating a match between the user-activatable object and the particular one of the stored records.
8. The method of claim 7, further comprising:
responsive to the object identifier and additional identifying indicia of the user-activatable object matching the object identifier and additional identifying indicia of a particular one of the stored records:
indicating a match between the user-activatable object and the particular one of the stored records.
9. The method of claim 7, wherein the additional identifying indicia comprises at least one of an action and a type.
10.-12. (canceled)
13. A computer program product for identifying which of a plurality of user-activatable objects on a web page has been activated by a user, comprising:
a computer-readable medium; and
computer program code, encoded on the medium, for:
receiving a communication indicating user activation of an object in a plurality of objects on a web page, the communication comprising:
an object identifier; and
additional identifying indicia for the object;
comparing the object identifier and the additional identifying indicia of the user-activated object with a plurality of stored records comprising object identifiers and additional identifying indicia;
determining that the object identifier and additional identifying indicia of the user-activated object do not match an object identifier and additional identifying indicia of the plurality of stored records;
responsive to determining that the object identifier and additional identifying indicia of the user-activated object do not match an object identifier and additional identifying indicia of the plurality of stored records, comparing the object identifier of the received communication to predetermined tolerance factors corresponding to the object identifiers of the plurality of stored records; and
responsive to determining that the object identifier of the user-activated object is within a predetermined tolerance factor with respect to an object identifier of a particular one of the plurality of the stored records, and the particular one of the stored records having additional identifying indicia matching the additional identifying indicia of the user-activated object:
indicating a match between the user-activated object and the particular one of the stored records.
14.-16. (canceled)
17. A system for identifying which of a plurality of user-activatable objects on a web page has been activated by a user, comprising:
a communication device, for receiving a communication indicating user activation of an object in a plurality of objects on a web page, the communication comprising:
an object identifier; and
additional identifying indicia for the object;
an object comparator, coupled to the communication device, for comparing the object identifier and the additional identifying indicia of the user-activated object with a plurality of stored records comprising object identifiers and additional identifying indicia; and
a match indicator, coupled to the object comparator, for:
responsive to determining that the object identifier of the user-activated object and the additional identifying indicia do not match an object identifier and additional identifying indicia of the plurality of stored records, comparing the object identifier of the received communication to predetermined tolerance factors corresponding to the object identifiers of the plurality of stored records; and
responsive to determining that the object identifier of the user-activated object is being within a predetermined tolerance factor with respect to an object identifier of a particular one of the plurality of the stored records, and the particular one of the stored records having additional identifying indicia matching the additional identifying indicia of the user-activated object:
indicating a match between the user-activated object and the particular one of the stored records.
18.-20. (canceled)
US13/485,528 2003-03-04 2012-05-31 Associating Website Clicks with Links on a Web Page Abandoned US20120239675A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/485,528 US20120239675A1 (en) 2003-03-04 2012-05-31 Associating Website Clicks with Links on a Web Page

Applications Claiming Priority (5)

Application Number Priority Date Filing Date Title
US45208503P 2003-03-04 2003-03-04
US45208403P 2003-03-04 2003-03-04
US10/794,809 US7441195B2 (en) 2003-03-04 2004-03-03 Associating website clicks with links on a web page
US12/208,251 US8196048B2 (en) 2003-03-04 2008-09-10 Associating website clicks with links on a web page
US13/485,528 US20120239675A1 (en) 2003-03-04 2012-05-31 Associating Website Clicks with Links on a Web Page

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US12/208,251 Division US8196048B2 (en) 2003-03-04 2008-09-10 Associating website clicks with links on a web page

Publications (1)

Publication Number Publication Date
US20120239675A1 true US20120239675A1 (en) 2012-09-20

Family

ID=33514682

Family Applications (3)

Application Number Title Priority Date Filing Date
US10/794,809 Active 2026-02-20 US7441195B2 (en) 2003-03-04 2004-03-03 Associating website clicks with links on a web page
US12/208,251 Active 2024-10-15 US8196048B2 (en) 2003-03-04 2008-09-10 Associating website clicks with links on a web page
US13/485,528 Abandoned US20120239675A1 (en) 2003-03-04 2012-05-31 Associating Website Clicks with Links on a Web Page

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US10/794,809 Active 2026-02-20 US7441195B2 (en) 2003-03-04 2004-03-03 Associating website clicks with links on a web page
US12/208,251 Active 2024-10-15 US8196048B2 (en) 2003-03-04 2008-09-10 Associating website clicks with links on a web page

Country Status (1)

Country Link
US (3) US7441195B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140172818A1 (en) * 2008-05-15 2014-06-19 Enpulz, L.L.C. Network browser supporting historical content viewing
WO2014143207A1 (en) * 2013-03-14 2014-09-18 Google Inc. Matching website visits with content selection parameters

Families Citing this family (71)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7631035B2 (en) * 2002-01-09 2009-12-08 Digital River, Inc. Path-analysis toolbar
US10296919B2 (en) 2002-03-07 2019-05-21 Comscore, Inc. System and method of a click event data collection platform
US9092788B2 (en) * 2002-03-07 2015-07-28 Compete, Inc. System and method of collecting and analyzing clickstream data
US9129032B2 (en) * 2002-03-07 2015-09-08 Compete, Inc. System and method for processing a clickstream in a parallel processing architecture
US20080189408A1 (en) * 2002-10-09 2008-08-07 David Cancel Presenting web site analytics
US8095589B2 (en) 2002-03-07 2012-01-10 Compete, Inc. Clickstream analysis methods and systems
US7603430B1 (en) 2002-07-09 2009-10-13 Vignette Corporation System and method of associating events with requests
US7461120B1 (en) 2002-07-09 2008-12-02 Vignette Corporation Method and system for identifying a visitor at a website server by requesting additional characteristic of a visitor computer from a visitor server
US9881308B2 (en) * 2003-04-11 2018-01-30 Ebay Inc. Method and system to facilitate an online promotion relating to a network-based marketplace
US20040243704A1 (en) * 2003-04-14 2004-12-02 Alfredo Botelho System and method for determining the unique web users and calculating the reach, frequency and effective reach of user web access
JP2006119943A (en) * 2004-10-22 2006-05-11 Hitachi Ltd End-of-reading management method
US20070162298A1 (en) * 2005-01-18 2007-07-12 Apple Computer, Inc. Systems and methods for presenting data items
US9105028B2 (en) 2005-08-10 2015-08-11 Compete, Inc. Monitoring clickstream behavior of viewers of online advertisements and search results
WO2007021868A2 (en) * 2005-08-10 2007-02-22 Compete, Inc. Presentation of media segments
US8050976B2 (en) * 2005-11-15 2011-11-01 Stb Enterprises, Llc System for on-line merchant price setting
US7685151B2 (en) * 2006-04-12 2010-03-23 International Business Machines Corporation Coordinated employee records with version history and transition ownership
US20070244914A1 (en) * 2006-04-17 2007-10-18 Kreiner Barrett M Electronic information feedback
US8543457B2 (en) * 2006-05-23 2013-09-24 Stb Enterprises, Llc Method for dynamically building documents based on observed internet activity
US7631263B2 (en) * 2006-06-02 2009-12-08 Scenera Technologies, Llc Methods, systems, and computer program products for characterizing links to resources not activated
US8055548B2 (en) * 2006-06-23 2011-11-08 Stb Enterprises, Llc System for collaborative internet competitive sales analysis
US7992135B1 (en) 2006-06-26 2011-08-02 Adobe Systems Incorporated Certification of server-side partner plug-ins for analytics and privacy protection
US8352917B2 (en) * 2006-06-26 2013-01-08 Adobe Systems Incorporated Web-beacon plug-ins and their certification
EP2070033A4 (en) * 2006-09-05 2011-09-21 Thomas Publishing Company Marketing method and system using domain knowledge
US8239522B1 (en) 2006-11-16 2012-08-07 Adobe Systems Incorporated Dynamic variables for tracking wireless device website usage
US7634454B2 (en) * 2006-11-21 2009-12-15 Microsoft Corporation Concept keywords colorization in program identifiers
US20080162505A1 (en) * 2006-12-29 2008-07-03 Hill Charles R Context browser based navigation of pivotally related information for a document
US8024651B1 (en) 2007-01-30 2011-09-20 Adobe Systems Incorporated Data visualization using tables integrated with hierarchical pie charts
US20080183858A1 (en) * 2007-01-31 2008-07-31 Error Christopher R Retrieval Mechanism for Web Visit Simulator
US8504348B2 (en) * 2007-01-31 2013-08-06 Adobe Systems Incorporated User simulation for viewing web analytics data
US8103649B2 (en) * 2007-02-05 2012-01-24 Ntt Docomo, Inc. Search system and search method
US8352318B2 (en) * 2007-05-29 2013-01-08 Digital River, Inc. Exclusivity in internet marketing campaigns system and method
US20090228778A1 (en) * 2007-06-27 2009-09-10 Tannenbaum Jeffrey R Method and apparatus for marking up multimedia images electronically
US9060245B2 (en) 2007-10-30 2015-06-16 Google Technology Holdings LLC Methods and apparatus for collecting and using information regarding location object-based actions
US8489576B2 (en) * 2007-10-30 2013-07-16 Motorola Mobility Llc Methods and apparatus for using information regarding actions performed using traceable objects
US20090210890A1 (en) * 2008-02-15 2009-08-20 Yahoo! Inc. Real-time data collection via hierarchical web page parsing
US8799814B1 (en) * 2008-02-22 2014-08-05 Amazon Technologies, Inc. Automated targeting of content components
US9704161B1 (en) 2008-06-27 2017-07-11 Amazon Technologies, Inc. Providing information without authentication
US9449319B1 (en) 2008-06-30 2016-09-20 Amazon Technologies, Inc. Conducting transactions with dynamic passwords
US8788945B1 (en) 2008-06-30 2014-07-22 Amazon Technologies, Inc. Automatic approval
US8234582B1 (en) 2009-02-03 2012-07-31 Amazon Technologies, Inc. Visualizing object behavior
US8341540B1 (en) 2009-02-03 2012-12-25 Amazon Technologies, Inc. Visualizing object behavior
US8250473B1 (en) 2009-02-03 2012-08-21 Amazon Technoloies, Inc. Visualizing object behavior
CN101504671B (en) * 2009-03-05 2012-10-03 阿里巴巴集团控股有限公司 Visible processing method, apparatus and system for web page access behavior of users
US20110209067A1 (en) * 2010-02-19 2011-08-25 Bogess Keandre System and Method for Website User Valuation
US8407321B2 (en) * 2010-04-21 2013-03-26 Microsoft Corporation Capturing web-based scenarios
US20110296345A1 (en) * 2010-05-27 2011-12-01 Alcatel-Lucent Usa Inc. Technique For Determining And Indicating Strength Of An Item In A Weighted List Based On Tagging
US20110295859A1 (en) * 2010-05-27 2011-12-01 Alcatel-Lucent Usa Inc. Technique For Multi-Dimensionally Determining Strength Of An Item In A Weighted List Based On Tagging
US8990291B2 (en) * 2010-07-21 2015-03-24 Empire Technology Development Llc Information processing apparatus, server-client system, and computer program product
US20120240019A1 (en) * 2011-03-17 2012-09-20 Ebay Inc. Method and system for tracking web link usage
US9753699B2 (en) * 2011-06-16 2017-09-05 Microsoft Technology Licensing, Llc Live browser tooling in an integrated development environment
US9563714B2 (en) 2011-06-16 2017-02-07 Microsoft Technology Licensing Llc. Mapping selections between a browser and the original file fetched from a web server
US9460224B2 (en) 2011-06-16 2016-10-04 Microsoft Technology Licensing Llc. Selection mapping between fetched files and source files
WO2013028204A1 (en) 2011-08-25 2013-02-28 Intel Corporation System and method and computer program product for human presence detection based on audio
FR2979509B1 (en) * 2011-08-29 2014-06-06 Alcatel Lucent METHOD AND SERVER FOR MONITORING USERS DURING THEIR NAVIGATION IN A COMMUNICATION NETWORK
US20130135313A1 (en) * 2011-11-30 2013-05-30 Cbs Interactive, Inc. Systems and methods of displaying and navigating content
WO2013091904A1 (en) * 2011-12-19 2013-06-27 Nec Europe Ltd. Method and system to measure user engagement with content through event tracking on the client side
US9900395B2 (en) 2012-01-27 2018-02-20 Comscore, Inc. Dynamic normalization of internet traffic
US8954580B2 (en) 2012-01-27 2015-02-10 Compete, Inc. Hybrid internet traffic measurement using site-centric and panel data
CN103309887B (en) * 2012-03-13 2016-12-07 阿里巴巴集团控股有限公司 The verification method of user behavior collection and checking device
US20130262559A1 (en) * 2012-03-28 2013-10-03 Diy Media, Inc. System and method for tracking use of portable objects
CN103365555A (en) 2012-03-31 2013-10-23 国际商业机器公司 Data processing method and system and data collecting method and system
US20140324525A1 (en) * 2013-04-30 2014-10-30 Linkedin Corporation Analyzing career site viewer information
US20140324526A1 (en) * 2013-04-30 2014-10-30 Linkedln Corporation Capturing viewer information from multiple pages of a career site
US10679242B2 (en) * 2014-01-29 2020-06-09 IPSOS America, Inc. Methods and systems for conducting ad research
JP6287412B2 (en) 2014-03-19 2018-03-07 カシオ計算機株式会社 Graphic drawing apparatus, graphic drawing method and program
US10965763B2 (en) 2014-07-31 2021-03-30 Wells Fargo Bank, N.A. Web analytics tags
TW201624253A (en) * 2014-12-31 2016-07-01 萬國商業機器公司 Method, computer program product and computer system for displaying information of a parent webpage associated with a child tab on a graphical user interface
CN107533544B (en) 2015-02-24 2021-01-08 微福斯有限责任公司 Element identifier generation
CN106294101B (en) * 2015-05-19 2019-08-23 阿里巴巴集团控股有限公司 The page gets test method and device ready
US11240324B2 (en) * 2017-10-19 2022-02-01 Content Square Israel Ltd. System and method analyzing actual behavior of website visitors
US11698827B2 (en) 2020-02-19 2023-07-11 Quantum Metric, Inc. Proactive learning of network software problems

Citations (35)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5892917A (en) * 1995-09-27 1999-04-06 Microsoft Corporation System for log record and log expansion with inserted log records representing object request for specified object corresponding to cached object copies
US5941944A (en) * 1997-03-03 1999-08-24 Microsoft Corporation Method for providing a substitute for a requested inaccessible object by identifying substantially similar objects using weights corresponding to object features
US5946681A (en) * 1997-11-28 1999-08-31 International Business Machines Corporation Method of determining the unique ID of an object through analysis of attributes related to the object
US5991773A (en) * 1996-04-30 1999-11-23 Brother Kogyo Kabushiki Kaisha Information terminal unit with history management functions
US6112240A (en) * 1997-09-03 2000-08-29 International Business Machines Corporation Web site client information tracker
US6138121A (en) * 1998-05-29 2000-10-24 Hewlett-Packard Company Network management event storage and manipulation using relational database technology in a data warehouse
US6182097B1 (en) * 1998-05-21 2001-01-30 Lucent Technologies Inc. Method for characterizing and visualizing patterns of usage of a web site by network users
US6230212B1 (en) * 1993-06-30 2001-05-08 Microsoft Corporation Method and system for the link tracking of objects
US6289354B1 (en) * 1998-10-07 2001-09-11 International Business Machines Corporation System and method for similarity searching in high-dimensional data space
US20020040394A1 (en) * 2000-08-21 2002-04-04 Webtrends Corporation Data tracking using IP address filtering over a wide area network
US6393479B1 (en) * 1999-06-04 2002-05-21 Webside Story, Inc. Internet website traffic flow analysis
US20020087679A1 (en) * 2001-01-04 2002-07-04 Visual Insights Systems and methods for monitoring website activity in real time
US20020147805A1 (en) * 1996-10-15 2002-10-10 Eran Leshem Software system and methods for generating and graphically representing web site usage data
US20020186237A1 (en) * 2001-05-16 2002-12-12 Michael Bradley Method and system for displaying analytics about a website and its contents
US20030023754A1 (en) * 2001-07-27 2003-01-30 Matthias Eichstadt Method and system for adding real-time, interactive functionality to a web-page
US20030101415A1 (en) * 2001-11-23 2003-05-29 Eun Yeung Chang Method of summarizing markup-type documents automatically
US20030110249A1 (en) * 2001-06-08 2003-06-12 Bryan Buus System and method for monitoring key performance indicators in a business
US20030115333A1 (en) * 2001-07-06 2003-06-19 Tal Cohen System and method for analyzing system visitor activities
US6584504B1 (en) * 2000-05-26 2003-06-24 Networks Associates Technology, Inc. Method and apparatus for monitoring internet traffic on an internet web page
US20030128231A1 (en) * 2002-01-09 2003-07-10 Stephane Kasriel Dynamic path analysis
US20030128233A1 (en) * 2002-01-09 2003-07-10 Stephane Kasriel Path-analysis toolbar
US20030130982A1 (en) * 2002-01-09 2003-07-10 Stephane Kasriel Web-site analysis system
US20030131097A1 (en) * 2002-01-09 2003-07-10 Stephane Kasriel Interactive path analysis
US20030131106A1 (en) * 2002-01-09 2003-07-10 Stephane Kasriel Web-page performance toolbar
US6732102B1 (en) * 1999-11-18 2004-05-04 Instaknow.Com Inc. Automated data extraction and reformatting
US20040138946A1 (en) * 2001-05-04 2004-07-15 Markus Stolze Web page annotation systems
US6792458B1 (en) * 1999-10-04 2004-09-14 Urchin Software Corporation System and method for monitoring and analyzing internet traffic
US6802447B2 (en) * 2002-08-26 2004-10-12 Icid, Llc Method of authenticating an object or entity using a random binary ID code subject to bit drift
US6915482B2 (en) * 2001-03-28 2005-07-05 Cyber Watcher As Method and arrangement for web information monitoring
US6973492B2 (en) * 2001-09-07 2005-12-06 International Business Machines Corporation Method and apparatus for collecting page load abandons in click stream data
US6981017B1 (en) * 1999-11-09 2005-12-27 Digital River, Inc. Predictive pre-download using normalized network object identifiers
US7016892B1 (en) * 2000-11-17 2006-03-21 Cnet Networks, Inc. Apparatus and method for delivering information over a network
US7085682B1 (en) * 2002-09-18 2006-08-01 Doubleclick Inc. System and method for analyzing website activity
US7107535B2 (en) * 2000-05-24 2006-09-12 Clickfox, Llc System and method for providing customized web pages
US7225407B2 (en) * 2002-06-28 2007-05-29 Microsoft Corporation Resource browser sessions search

Family Cites Families (48)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5796402A (en) * 1993-12-03 1998-08-18 Microsoft Corporation Method and system for aligning windows on a computer screen
KR970701888A (en) * 1994-01-27 1997-04-12 워렌 리차드 보비 SOFTWARE NOTES
US5758257A (en) * 1994-11-29 1998-05-26 Herz; Frederick System and method for scheduling broadcast of and access to video programs and other data using customer profiles
US5966139A (en) * 1995-10-31 1999-10-12 Lucent Technologies Inc. Scalable data segmentation and visualization system
CA2175148C (en) * 1996-04-26 2002-06-11 Robert Cecco User interface control for creating split panes in a single window
US6026397A (en) * 1996-05-22 2000-02-15 Electronic Data Systems Corporation Data analysis system and method
US5760772A (en) * 1996-08-30 1998-06-02 Novell, Inc. Method for automatically resizing a child window
US6643696B2 (en) * 1997-03-21 2003-11-04 Owen Davis Method and apparatus for tracking client interaction with a network resource and creating client profiles and resource database
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
US6008809A (en) * 1997-09-22 1999-12-28 International Business Machines Corporation Apparatus and method for viewing multiple windows within a dynamic window
US6473102B1 (en) * 1998-05-11 2002-10-29 Apple Computer, Inc. Method and system for automatically resizing and repositioning windows in response to changes in display
US6414677B1 (en) * 1998-09-14 2002-07-02 Microsoft Corporation Methods, apparatus and data structures for providing a user interface, which exploits spatial memory in three-dimensions, to objects and which visually groups proximally located objects
US6188405B1 (en) * 1998-09-14 2001-02-13 Microsoft Corporation Methods, apparatus and data structures for providing a user interface, which exploits spatial memory, to objects
US6266649B1 (en) * 1998-09-18 2001-07-24 Amazon.Com, Inc. Collaborative recommendations using item-to-item similarity mappings
US6466970B1 (en) * 1999-01-27 2002-10-15 International Business Machines Corporation System and method for collecting and analyzing information about content requested in a network (World Wide Web) environment
US6980962B1 (en) * 1999-03-02 2005-12-27 Quixtar Investments, Inc. Electronic commerce transactions within a marketing system that may contain a membership buying opportunity
BR0006006A (en) 1999-03-26 2001-03-06 Target Match Ltd Method and system to match interactive objectives connected online
US6754873B1 (en) * 1999-09-20 2004-06-22 Google Inc. Techniques for finding related hyperlinked documents using link-based analysis
US6489968B1 (en) * 1999-11-18 2002-12-03 Amazon.Com, Inc. System and method for exposing popular categories of browse tree
US6671711B1 (en) * 2000-03-31 2003-12-30 Xerox Corporation System and method for predicting web user flow by determining association strength of hypermedia links
US6704016B1 (en) * 2000-05-08 2004-03-09 3Com Corporation Method and apparatus for the graphical presentation of selected data
US6654036B1 (en) * 2000-06-05 2003-11-25 International Business Machines Corporation Method, article of manufacture and apparatus for controlling relative positioning of objects in a windows environment
US6862574B1 (en) * 2000-07-27 2005-03-01 Ncr Corporation Method for customer segmentation with applications to electronic commerce
US20020042750A1 (en) * 2000-08-11 2002-04-11 Morrison Douglas C. System method and article of manufacture for a visual self calculating order system over the world wide web
US6850988B1 (en) 2000-09-15 2005-02-01 Oracle International Corporation System and method for dynamically evaluating an electronic commerce business model through click stream analysis
US20020087621A1 (en) * 2000-12-29 2002-07-04 Hendriks Chris L. Method and system to manage internet user navigation data
JP2002207764A (en) * 2001-01-09 2002-07-26 Kentop:Kk Commodity information distributing system
US20020093529A1 (en) * 2001-01-18 2002-07-18 Raja Daoud Method and apparatus to optimize a computing session based on user interaction with a computer
US20020165936A1 (en) * 2001-01-25 2002-11-07 Victor Alston Dynamically branded web sites
US7506047B2 (en) * 2001-03-30 2009-03-17 Bmc Software, Inc. Synthetic transaction monitor with replay capability
US7792948B2 (en) * 2001-03-30 2010-09-07 Bmc Software, Inc. Method and system for collecting, aggregating and viewing performance data on a site-wide basis
US7003565B2 (en) * 2001-04-03 2006-02-21 International Business Machines Corporation Clickstream data collection technique
US6708961B2 (en) 2001-04-11 2004-03-23 Homedics, Inc. Air bubble massage bathtub mat system
US20020152284A1 (en) * 2001-04-13 2002-10-17 John Cambray System and method for performing real time monitoring and control of an interactive network
US6950993B2 (en) * 2001-08-02 2005-09-27 Microsoft Corporation System and method for automatic and dynamic layout of resizable dialog type windows
US20040205157A1 (en) * 2002-01-31 2004-10-14 Eric Bibelnieks System, method, and computer program product for realtime profiling of web site visitors
US7296051B1 (en) * 2002-02-19 2007-11-13 Digital River, Inc. Predictive predownload of templates with delta encoding
US7487261B1 (en) * 2002-02-22 2009-02-03 Digital River, Inc. Delta caching service
US6907576B2 (en) * 2002-03-04 2005-06-14 Microsoft Corporation Legibility of selected content
US6968511B1 (en) * 2002-03-07 2005-11-22 Microsoft Corporation Graphical user interface, data structure and associated method for cluster-based document management
DE10225316A1 (en) * 2002-06-06 2003-12-18 Philips Intellectual Property User interface display optimization method in which display window sizes or objects are optimized according to the their content, available space and selected preference rules
JP4394335B2 (en) * 2002-07-23 2010-01-06 富士通株式会社 Site evaluation system and site evaluation program
US20040049417A1 (en) * 2002-09-09 2004-03-11 Opinionlab, Inc. Receiving and reporting page-specific user feedback concerning one or more particular web pages of a website
US7349827B1 (en) * 2002-09-18 2008-03-25 Doubleclick Inc. System and method for reporting website activity based on inferred attribution methodology
US8375286B2 (en) * 2002-09-19 2013-02-12 Ancestry.com Operations, Inc. Systems and methods for displaying statistical information on a web page
FR2848001A1 (en) * 2002-11-29 2004-06-04 Francois Nadal METHOD AND SYSTEM FOR REAL-TIME ANTICIPATING, IDENTIFYING, ANALYZING AND RESPONDING TO CONSUMER NEEDS
US7587486B2 (en) * 2003-01-08 2009-09-08 Microsoft Corporation Click stream analysis
US20050044508A1 (en) * 2003-08-21 2005-02-24 International Business Machines Corporation Method, system and program product for customizing a user interface

Patent Citations (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6230212B1 (en) * 1993-06-30 2001-05-08 Microsoft Corporation Method and system for the link tracking of objects
US5892917A (en) * 1995-09-27 1999-04-06 Microsoft Corporation System for log record and log expansion with inserted log records representing object request for specified object corresponding to cached object copies
US5991773A (en) * 1996-04-30 1999-11-23 Brother Kogyo Kabushiki Kaisha Information terminal unit with history management functions
US20020147805A1 (en) * 1996-10-15 2002-10-10 Eran Leshem Software system and methods for generating and graphically representing web site usage data
US5941944A (en) * 1997-03-03 1999-08-24 Microsoft Corporation Method for providing a substitute for a requested inaccessible object by identifying substantially similar objects using weights corresponding to object features
US6112240A (en) * 1997-09-03 2000-08-29 International Business Machines Corporation Web site client information tracker
US5946681A (en) * 1997-11-28 1999-08-31 International Business Machines Corporation Method of determining the unique ID of an object through analysis of attributes related to the object
US6182097B1 (en) * 1998-05-21 2001-01-30 Lucent Technologies Inc. Method for characterizing and visualizing patterns of usage of a web site by network users
US6138121A (en) * 1998-05-29 2000-10-24 Hewlett-Packard Company Network management event storage and manipulation using relational database technology in a data warehouse
US6289354B1 (en) * 1998-10-07 2001-09-11 International Business Machines Corporation System and method for similarity searching in high-dimensional data space
US6393479B1 (en) * 1999-06-04 2002-05-21 Webside Story, Inc. Internet website traffic flow analysis
US6804701B2 (en) * 1999-10-04 2004-10-12 Urchin Software Corporation System and method for monitoring and analyzing internet traffic
US6792458B1 (en) * 1999-10-04 2004-09-14 Urchin Software Corporation System and method for monitoring and analyzing internet traffic
US6981017B1 (en) * 1999-11-09 2005-12-27 Digital River, Inc. Predictive pre-download using normalized network object identifiers
US6732102B1 (en) * 1999-11-18 2004-05-04 Instaknow.Com Inc. Automated data extraction and reformatting
US7107535B2 (en) * 2000-05-24 2006-09-12 Clickfox, Llc System and method for providing customized web pages
US6584504B1 (en) * 2000-05-26 2003-06-24 Networks Associates Technology, Inc. Method and apparatus for monitoring internet traffic on an internet web page
US20020040394A1 (en) * 2000-08-21 2002-04-04 Webtrends Corporation Data tracking using IP address filtering over a wide area network
US7016892B1 (en) * 2000-11-17 2006-03-21 Cnet Networks, Inc. Apparatus and method for delivering information over a network
US20020087679A1 (en) * 2001-01-04 2002-07-04 Visual Insights Systems and methods for monitoring website activity in real time
US6915482B2 (en) * 2001-03-28 2005-07-05 Cyber Watcher As Method and arrangement for web information monitoring
US20040138946A1 (en) * 2001-05-04 2004-07-15 Markus Stolze Web page annotation systems
US20020186237A1 (en) * 2001-05-16 2002-12-12 Michael Bradley Method and system for displaying analytics about a website and its contents
US20030110249A1 (en) * 2001-06-08 2003-06-12 Bryan Buus System and method for monitoring key performance indicators in a business
US20030115333A1 (en) * 2001-07-06 2003-06-19 Tal Cohen System and method for analyzing system visitor activities
US20030023754A1 (en) * 2001-07-27 2003-01-30 Matthias Eichstadt Method and system for adding real-time, interactive functionality to a web-page
US6973492B2 (en) * 2001-09-07 2005-12-06 International Business Machines Corporation Method and apparatus for collecting page load abandons in click stream data
US20030101415A1 (en) * 2001-11-23 2003-05-29 Eun Yeung Chang Method of summarizing markup-type documents automatically
US20030131097A1 (en) * 2002-01-09 2003-07-10 Stephane Kasriel Interactive path analysis
US6963874B2 (en) * 2002-01-09 2005-11-08 Digital River, Inc. Web-site performance analysis system and method utilizing web-site traversal counters and histograms
US20030131106A1 (en) * 2002-01-09 2003-07-10 Stephane Kasriel Web-page performance toolbar
US20030130982A1 (en) * 2002-01-09 2003-07-10 Stephane Kasriel Web-site analysis system
US20030128233A1 (en) * 2002-01-09 2003-07-10 Stephane Kasriel Path-analysis toolbar
US20030128231A1 (en) * 2002-01-09 2003-07-10 Stephane Kasriel Dynamic path analysis
US7225407B2 (en) * 2002-06-28 2007-05-29 Microsoft Corporation Resource browser sessions search
US6802447B2 (en) * 2002-08-26 2004-10-12 Icid, Llc Method of authenticating an object or entity using a random binary ID code subject to bit drift
US7085682B1 (en) * 2002-09-18 2006-08-01 Doubleclick Inc. System and method for analyzing website activity

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Srikant, Ramakrishnan and Yang, Yinghui; "Mining Web Logs to Improve Website Organization;" 5/1/2001; WWW10; ACM 1-58113-348-0/01/0005 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140172818A1 (en) * 2008-05-15 2014-06-19 Enpulz, L.L.C. Network browser supporting historical content viewing
WO2014143207A1 (en) * 2013-03-14 2014-09-18 Google Inc. Matching website visits with content selection parameters

Also Published As

Publication number Publication date
US8196048B2 (en) 2012-06-05
US7441195B2 (en) 2008-10-21
US20040254942A1 (en) 2004-12-16
US20090006995A1 (en) 2009-01-01

Similar Documents

Publication Publication Date Title
US7441195B2 (en) Associating website clicks with links on a web page
AU2004217115B2 (en) Associating website clicks with links on a web page
EP1894081B1 (en) Web usage overlays for third-party web plug-in content
US9053215B2 (en) Page grouping for site traffic analysis reports
US10447711B2 (en) System and method for identification of automated browser agents
US9313213B2 (en) System and method for detecting classes of automated browser agents
US7644375B1 (en) Dynamic path flow reports
US7392510B1 (en) System for tracking and providing access to information about server components invoked during the dynamic generation of web pages
CN100399290C (en) Gethering enriched server activity data of cached web content
US11704177B2 (en) Session triage and remediation systems and methods
AU2003248767A1 (en) Capturing and presenting site visitation path data
CN101320369A (en) Method and system for inserting targeted data in available spaces of a webpage
US9870279B2 (en) Analysis apparatus and analysis method
US10291492B2 (en) Systems and methods for discovering sources of online content
Qu Research on password detection technology of iot equipment based on wide area network
CN100437740C (en) Associating website clicks with links on a web page
CN113722191B (en) Page monitoring method, device, equipment and computer readable storage medium
EP3058545B1 (en) System for detecting classes of automated browser agents
US20050278537A1 (en) Logging off a user from a website

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION