PLATFORM AND METHOD FOR REAL-TIME SYNCHRONIZED CO-BROWSING OF WEB PAGES

- HBR LABS LLC

A platform is herein provided, in accordance with some embodiments of the present invention, that allows two or more users to co-browse web pages in real-time using standard modern web browsers. Users' actions such as navigating or scrolling may be fully synchronized for all co-browsing users. According to some embodiments, a system for enabling co-browsing is provided, comprising a first user's web page; a second user's web-page; a Message Bus (MB); wherein the first user's page runs embedded JavaScript code that acts as an Events Synchronizer Module (ESM) such that when the second user page loads, the ESM sends the second user's webpage Document Object Model (DOM) to the MB, and the MB sends the DOM to said first user's ESM.

Skip to: Description  ·  Claims  · Patent History  ·  Patent History
Description
CROSS-REFERENCE TO RELATED APPLICATIONS

This application claims priority to Provisional Application Ser. No. 61/696,921 filed Sep. 5, 2012, the contents of which are hereby incorporated by reference.

BACKGROUND OF THE INVENTION

Co-browsing enables two or more individuals, usually remotely located, to use a web browser to interact with web pages together, while seeing the same view in a synchronized manner.

Co-browsing of websites can be very effective in various scenarios, for example in support and sale interactions between company representatives and website visitors. Users can make use of co-browsing to provide better customer support—assisting customers with their visit on the site, or to increase sales—e.g. to discuss product displayed on the site pages. In particular, there is a growing interest for a co-browsing solution that does not require software installation or special plug-ins and only makes use of modern web browsers.

Early co-browsing was achieved by local execution of software that had to be installed on the computer of each participant. More advanced tools didn't have to be installed, but still required local execution of software or at least web-browser plug-ins, extensions, or applets. Most tools were limited to a single user that was able to navigate or led a session, while the other users could only watch.

Some tools provide very limited co-browsing by only synchronizing the page location (URL) of the page that should be shared.

Proxy server based co-browsing solutions have certain important limitations. In general, the proxy server fetches the page and passes a modified version to each user; references (paths, hyperlinks) to the original website are replaced with references to the proxy. When a user navigates the site, the proxy in turn performs the actions on the website and returns the modified pages to each user etc. Proxy serve based solutions generally include the following disadvantages:

Another known solution is Server user-agent access. However, there are websites that do not allow a server (“robot”) user-agent to access their site, therefore excluding these sites for the proxy-based co-browsing solution.

Further, in cases where browsing is performed by the proxy's user-agent, cookies are saved on the proxy and not on the user's machine. This means that important cookie-saved information (such as content of shopping basket or preferred language) may be lost when co-browsing users use the page. On sites where cookies are relied on for login, a login done using the proxy server will not be available for the user the next time s/he visits the site using his/her own browser.

Security and pages requiring login often include sensitive data such as user names and login details that need to be transferred through the proxy server and not inputted directly by the user on a browsed website. This is less secure and may be unacceptable in scenarios where higher-security standards required by users.

JavaScript usage often “relies” on pages coming from a certain URL. As references to the original site are replaced with ones to the proxy, these instances will likely result in errors, causing the co-browsing not to be executed correctly.

A solution for co-browsing that answers the limitations of the current methods described above would be advantageous. Such enhanced co-browsing should aim to support automatic synchronization of the browsers' state and content, including frames, portlets, or even content of the form fields and controls.

SUMMARY OF THE INVENTION

A platform is herein provided, in accordance with some embodiments of the present invention, that allows two or more users to co-browse web pages in real-time using standard modern web browsers. Users' actions such as navigating or scrolling may be fully synchronized for all co-browsing users. The platform may support encrypted pages (e.g., accessed via https) as well as pages that require a login. Such a platform can be used, for example, for effectively selling and providing support to website visitors while co-browsing a service provider or merchant's website pages.

According to some embodiments, a system for enabling co-browsing is provided, comprising a first user's web page; a second user's web-page: a Message Bus (MB); wherein the first user's page runs embedded JavaScript code that acts as an Events Synchronizer Module (ESM) such that when the second user page loads, the ESM sends the second user's webpage Document Object Model (DOM) to the MB, and the MB sends the DOM to said first user's ESM.

In further embodiments, the Events Synchronizer Module is obtained from the Message Bus.

In still further embodiments, a first role is played by a first end user who's webpages is being co-browsed, and a second role is played by an agent side who sees what the first end user sees, and can interact with the seen page such that the page that the agent side sees is a duplication of the DOM on the first end user side.

In other embodiments, the system adds to each page that is being co-browsed an Events Synchronizer Module that is downloaded from the Message Bus when the second user visits the first user's web page, such that said Events Synchronizer Module starts running on a page being loaded to create an iFrame in the page with a Javascript sub-module for transmitting all the events through the message bus.

In further embodiments, the Message Bus includes a data structure which consists of a Mailbox corresponding to each unique Session ID, the mailbox containing data sent by the system users.

In other embodiments the agent has a duplicated DOM iframe size that is set to be equal to the size of the first end user'page size, to cause the users' locations to be the same on both sides.

In accordance with some embodiments, a method is provided for enabling co-browsing, comprising: Loading an agent side page with the Agent's ESM, the Agent's ESM communication layer and the Agent's “duplicated DOM iFrame”; embedding the ESM on a remote user's page that is to be co-browsed, such that the embedded ESM creates a substantially invisible communication iFrame on an end user page; loading an ESM communication layer from the MB, by the Communication iFrame; sending the DOM to the ESM communication layer in the communication iFrame, by the ESM on the customer side; sending the DOM to the Message Bus by the ESM communication layer; sending the DOM to the Agent's ESM communication layer, by the ESM communication layer; sending the DOM to the Agent's ESM, by the Agent's ESM communication layer; changing the page based path according to the customer's URL, by Agent's ESM changes; applying the DOM structure to the duplicated DOM iFrame, by the Agent's ESM; and seeing the updated page similar to the customer's page, by the Agent's ESM. Further, both or multiple users may fully Co-browse.

According to some embodiments, a platform is provided for real time co-browsing, comprising: a first user's web page served by a first web server; a second user's web-page served by a second web server; a Message Bus (MB) associated with each web page being served; and an Events Syncronizer Module embedded in JavaScript code on each web page being served, to syncronize the web pages using a webpage Document Object Model.

BRIEF DESCRIPTION OF THE DRAWINGS

The principles and operation of the system, apparatus, and method according to the present invention may be better understood with reference to the drawings, and the following description, it being understood that these drawings are given for illustrative purposes only and are not meant to be limiting, wherein:

FIG. 1 a schematic block diagram of the co-browsing platform components recording to some embodiments;

FIG. 2 is a schematic block diagram of the co-browsing platform components, according to further embodiments; and

FIG. 3 is a flowchart illustrating an example of a process of co-browsing, according to some embodiments.

It will be appreciated that for simplicity and clarity of illustration, elements shown in the drawings have not necessarily been drawn to scale. For example, the dimensions of some of the elements may be exaggerated relative to other elements for clarity. Further, where considered appropriate, reference numerals may be repeated among the drawings to indicate corresponding or analogous elements throughout the serial views.

DETAILED DESCRIPTION OF THE INVENTION

The following description is presented to enable one of ordinary skill in the art to make and use the invention as provided in the context of a particular application and its requirements. Various modifications to the described embodiments will be apparent to those with skill in the art, and the general principles defined herein may be applied to other embodiments. Therefore, the present invention is not intended to be limited to the particular embodiments shown and described, but is to be accorded the widest scope consistent with the principles and novel features herein disclosed. In other instances, well-known methods, procedures, and components have not been described in detail so as not to obscure the present invention.

Embodiments of the present invention enable two or more users to co-browse web pages in real-time using standard modern web browsers, such that users' actions such as navigating or scrolling are fully synchronized for all co-browsing users. In some embodiments, the platform may support encrypted pages as well as pages that are behind login.

Reference is now made to FIG. 1 which is a schematic block diagram illustration of the components of the co-browsing platform, according to some embodiment. As can be seen in FIG. 1, the co-browsing platform described herein may include three main elements: User A's web page (FIG. 1, 1), User's B web-page (FIG. 1, 2), and the Message Bus (MB) (FIG. 1,3). The MB is described in more detail below.

In some embodiments JavaScript (JS) code that acts as an Events Synchronizer Module (ESM) (FIG. 1, 4) may be embedded on the page(s) that is to be co-browsed (FIG. 1, 1). When this embedded page loads by the visitor/customer, the embedded ESM (which is obtained from the MB) sends the page's Document Object Model (DOM) to the MB, which then sends it to the agent side ESM (FIG. 1, 6).

In some embodiments, there are two “roles” in the process: the visitor/customer who's pages are being co-browsed, and the agent side who sees what the customer sees, and can interact with this page (e.g., click on links, fill fields etc.), such that the page that the agent sees is a “duplication” of the DOM on the customer side. Of course, the co-browsing may be between any users and not necessarily customers and agents, which are being used herein merely as an example.

In some embodiments, the system requires adding to each page that is being co-browsed the ESM that is downloaded from the MB when the customer visits the page. The ESM starts running on page load, and creates an iFrame in the page with a Javascript sub-module: the “ESM communication layer” (loaded from the MB as well) which is responsible for transmitting all the events through the message bus. The ESM “learns” about the content of the page DOM and on various events that happen (e.g. scrolling, fields filling, mouse clicks, zooming in mobile devices etc). Such events are noted and/or recorded, and this information is sent to the ESM communication layer. Subsequently this information is sent to the message bus using a unique session ID.

On the “Agent side” the page includes both an ESM and ESM communication layer. The ESM communication layer receives a “package” of events or DOM structure information, and subsequently applies the structure of the duplicated DOM on the “Duplicated DOM iFrame” that the agent sees. It also receives events and applies them on the Duplicated DOM iFrame that the agent sees. The Duplicated DOM iFrame may occupy for example, 100% of the agent's screen size, or it may be of a smaller size.

In general, both sides or parties, or more if relevant, act as both “sending” and “receiving” entities in the process.

In some embodiments, the agent page “base” tag is set to the URL of the visitor's co-browsed web page in order for the viewed page to be rendered and seen exactly or substantially the same in both sides.

Actions and data related to a customer's clicking, scrolling, key strokes in fields and mouse-position etc, are collected by a customer's ESM that acts as a “listener” to those activities (FIG. 1, 4), and sent to the agent side using the ESM communication layer. The agent's “Duplicated DOM iFrame” is updated according to those actions, resulting in a synchronized co-browsing experience.

The ESM on the agent's page (FIG. 1, 6) “listens” to the agent's actions (e.g. navigation, clicking, scrolling, mouse position). Those events are sent by the ESM to the ESM communication layer and then to the MB. The MB subsequently sends a description of the events to the customer's ESM communication layer, which is subsequently passed to the ESM, which updates the visitor's page. When the new page loads, the process described above of sending the DOM from customer to agent takes place, resulting in the users seeing the same page.

The above process allows the two or more Users to co-browse pages that have been logged in to, including secured (https) pages. The above process may further allow appropriate “native” usage of cookies during co-browsing, as browsing is performed on a users web client rather than on a proxy.

The platform can support more than two users in the same way described above, however, the scenario of two users is used to maintain simplicity.

Reference is now made to FIG. 2, which is a schematic block diagram illustration of the components of the co-browsing platform, according to further embodiments. As can be seen in FIG. 2, the co-browsing platform described herein may include the Message bus (MB) FIGS. 1, 3, 2, 3) which makes use of a data structure which consists of “Mailboxes” (FIG. 2, 4), each corresponding to a unique Session ID. The Mailboxes contain the data sent to them by Users. The actions of a customer (FIG. 2, 1) and agent (FIG. 2, 2) are syncronized through the MB, as detailed in the description above. When the data is sent, it consists of a message, which contains the unique Session ID, data, and the User ID for the user who send the message.

When a customer or agent sends data to the MB, the message is kept in the corresponding “Mailbox” according to Session ID and accordingly, the MB sends back messages relevant to the sender.

The data may contain, for example, the DOM (on page load), mouse location (periodically), key strokes in input-fields, scrolling, clicks, and drawings (annotations made “above” the webpage) etc. The JS variables relating to the above are derived from various sources, “zipped” into an encoded long string, and sent periodically to the MB, resulting in a synchronized co-browsing experience.

FIG. 3 schematically illustrates a series of operations or processes that may be implemented to enable full co-browsing of two or more users. As can be seen in FIG. 3, At step 30, an Agent page loads with the Agent's ESM, the Agent's ESM communication layer and the Agent's “duplicated DOM iFrame”. At step 31 the ESM is embedded on the Customer page that is to be co-browsed, such that the embedded ESM creates a substantially invisible communication iFrame on the visitor page. At step 32 the Communication iFrame loads the ESM communication layer from the MB. At step 33 the ESM on the customer side sends the DOM to the ESM communication layer in the communication iFrame. At step 34 the ESM communication layer in communication with the iFrame sends the DOM to the Message Bus. At step 35 the Message Bus sends the DOM to the Agent's ESM communication layer. At step 36 the Agent's ESM communication layer sends the DOM to the Agent's ESM. At step 37 the Agent's ESM changes the page based path according to the customer's URL. At step 38 the Agent's ESM applies the DOM structure to the duplicated DOM iFrame. At step 39 the Agent sees the updated page similar to customer's page, and allows both or multiple users to Co-browse.

In some embodiments, the location of the mouse positions of each user is sent to the other user, and is shown on top of the page so each side can see the other's mouse position.

In some embodiments the agent's duplicated DOM iframe size is set to be equal to the size of the customer's page size, which may cause the mouse locations to be the same on both sides. Of course, any combination of the above steps may be implemented. Further, other steps or series of steps may be used. Further, the co-browsing process above can be between any two users or more than two users, and not necessarily agents and customers, as used above merely as an example.

The foregoing description of the embodiments of the invention has been presented for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise from disclosed. It should be appreciated by persons skilled in the art that many modifications, variations, substitutions, changes, and equivalents are possible in light of the above teaching. It is, therefore, to be understood that the appended claims are intended to cover all such modifications and changes as fall within the true spirit of the invention.

Claims

1. A system for enabling co-browsing, comprising:

a first user's web page;
a second user's web-page;
a Message Bus (MB)
wherein said user's page runs embedded JavaScript code that acts as an Events Synchronizer Module (ESM) such that when said second user page loads, said ESM sends said second user's webpage Document Object Model (DOM) to said MB, and said MB sends said DOM to said first user's ESM.

2. The co-browsing system of claim 1, wherein said Events Synchronizer Module is obtained from said Message Bus.

3. The co-browsing system of claim 1, wherein a first role is played by a first end user who's webpages is being co-browsed, and a second role is played by an agent side who sees what said first end user sees, and can interact with said seen page such that the page that said agent side sees is a duplication of said DOM on said first end user side.

4. The co-browsing system of claim 1, wherein the system adds to each page that is being co-browsed an Events Synchronizer Module that is downloaded from the Message Bus when said second user visits said first user's web page, such that said Events Synchronizer Module starts running on a page being loaded to create an iFrame in the page with a Javascript sub-module for transmitting all the events through the message bus.

5. The co-browsing platform of claim 1, wherein said Message Bus includes a data structure which consists of a Mailbox corresponding to each unique Session ID, said mailbox containing data sent by the system users.

6. The co-browsing platform of claim 4, wherein said agent has a duplicated DOM iframe size that is set to be equal to the size of said first end user's page size, to cause the users' mouse locations to be the same on both sides.

7. A method for enabling co-browsing, comprising:

Loading an agent side page with the Agent's ESM, the Agent's ESM communication layer and the Agent's “duplicated DOM iFrame”;
embedding the ESM on a remote user's page that is to be co-browsed, such that the embedded ESM creates a substantially invisible communication iFrame on an end user page;
loading an ESM communication layer from the MB, by the Communication iFrame;
sending the DOM to the ESM communication layer in the communication iFrame, by the ESM on the customer side;
sending the DOM to the Message Bus by the ESM communication layer;
sending the DOM to the Agent's ESM communication layer, by by the ESM communication layer;
sending the DOM to the Agent's ESM, by the Agent's ESM communication layer;
changing the page based path according to the customer's URL, by Agent's ESM changes;
applying the DOM structure to the duplicated DOM iFrame, by the Agent's ESM; and seeing the updated page similar to the customer's page, by the Agent's ESM.

8. The method of claim 7, further comprising allowing both or multiple users to Co-browse.

9. A platform for real time co-browsing comprising:

a first user's web page served by a first web server;
a second user's web-page served by a second web server;
a Message Bus (MB) associated with each web page being served; and
an Events Synchronyzer Module embedded in JavaScript code on each web page being served, to syncronize said web pages using a webpage Document Object Model.
Patent History
Publication number: 20140068415
Type: Application
Filed: Sep 4, 2013
Publication Date: Mar 6, 2014
Patent Grant number: 9323730
Applicant: HBR LABS LLC (West Bloomfield, MI)
Inventors: Zeev HALEVI (Haifa), Ivgeny RAFALOVICH (Gan Ner)
Application Number: 14/018,316
Classifications
Current U.S. Class: Structured Document (e.g., Html, Sgml, Oda, Cda, Etc.) (715/234)
International Classification: G06F 17/22 (20060101);