US20160248706A1 - System and method for performing follow up based on user interactions - Google Patents
System and method for performing follow up based on user interactions Download PDFInfo
- Publication number
- US20160248706A1 US20160248706A1 US14/970,225 US201514970225A US2016248706A1 US 20160248706 A1 US20160248706 A1 US 20160248706A1 US 201514970225 A US201514970225 A US 201514970225A US 2016248706 A1 US2016248706 A1 US 2016248706A1
- Authority
- US
- United States
- Prior art keywords
- follow
- chat
- action
- repository
- user
- 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.)
- Granted
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L51/00—User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
- H04L51/04—Real-time or near real-time messaging, e.g. instant messaging [IM]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/958—Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
- G06F16/972—Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/62—Protecting access to data via a platform, e.g. using keys or access control rules
- G06F21/6218—Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
- G06F21/6245—Protecting personal data, e.g. for financial or medical purposes
- G06F21/6263—Protecting personal data, e.g. for financial or medical purposes during internet communication, e.g. revealing personal data from cookies
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
-
- H04L67/22—
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/535—Tracking the activity of the user
Definitions
- the present invention relates to computer browsing and, more particularly, to providing an appropriate follow up based on the interaction.
- Networks such as the Internet
- the web is built on a very simple, but powerful premise. Much of the material on the web is formatted in a general, uniform format called HTML (Hypertext Markup Language) or the like, and all information requests and responses conform to a similarly standard protocol.
- HTML Hypertext Markup Language
- the user's Web browser When someone accesses a server on the Web, the user's Web browser will send an information request to a Web server. The Web server will respond to the request by transmitting the desired information to the user's computer. There, the user's browser will display the received information on the user's screen.
- the individual may access a web site associated with a search engine.
- the individual enters the generic term “printer” into the search engine to attempt to locate a vendor that sells printers.
- Using a search engine in this manner to locate individual web sites that offer the desired product or service often results in a list of hundreds or even thousands of “hits,” where each hit may correspond to a web page that relates to the search term.
- the web page is formulated to interest the user.
- many web pages allow a user to customize the web pager so that each time the user visits the web page, the customized web page is presented to the user.
- One of the challenges of online interactions is providing customers or users with consistent online experience while using different channels such as website navigation, email, chat, bulletin boards, discussion forums, chat, and the like. For this uniform presentation, cookies are used.
- Cookies are pieces of information generated by a web server and stored in the user's computer, for future access. Cookies are embedded in the http information flowing back and forth between the user's computer and the servers. Cookies allow user-side customization of web information. For example, cookies are used to personalize web search engines, to allow users to participate in WWW-wide contests, to store shopping lists of items a user has selected while browsing through a virtual shopping mall, and the like.
- cookies make use of user-specific information transmitted by the web server onto the user's computer so that the information might be available for later access by itself or other servers.
- the servers are part of the same domain. In most cases, not only does the storage of personal information into a cookie go unnoticed, so does access to it.
- Web servers automatically gain access to relevant cookies whenever the user establishes a connection to them, usually in the form of web requests.
- the Web server creates a specific cookie, which is essentially a tagged string of text containing the user's preferences, and it transmits this cookie to the user's computer.
- the cookie is then stored in the user's computer.
- the user's web browser receives the cookie and stores it in a special file called a cookie list. This usually happens without any notification or user involvement.
- the cookie is automatically transferred from the user's machine to a web server. Whenever a user directs the web browser to display a certain web page from the server from which it already has a cookie, the browser will, transmit the cookie containing the user's personal information to the web server.
- Cookies provide programmers with a quick and convenient means of keeping site content fresh and relevant to the user's interests.
- the newest servers use cookies to help with back-end interaction as well, which can improve the utility of a site by being able to securely store any personal data that the user has shared with a site to help with quick logins, and the like.
- a cookie contains more than simply a name and a value.
- a cookie can have 6 parameters: the name of the cookie, the value of the cookie, the expiration date of the cookie, the path the cookie is valid for, the domain the cookie is valid for, and the need for a secure connection to exist to use the cookie.
- Cookies's name and its value Two of these parameters are mandatory the cookie's name and its value. The other four can be set manually or automatically. Each parameter is separated by a semicolon when set explicitly. The name of a cookie and its value are set simply by pairing them together. The value of a cookie can also be null, for the purpose of clearing the cookie value.
- the expiration parameter determines the lifetime of the cookie.
- the length of a session can vary depending on browsers and servers, but generally a session is the length of time that the browser is open, even if the user is no longer at that site.
- the path parameter sets the URL path within which the cookie is valid. Pages outside of that path cannot read or use the cookie. If Path is not set explicitly, then it defaults to the URL path of the document creating the cookie.
- the domain parameter takes the flexibility of the path parameter one step further. If a site uses multiple servers within a domain it is important to make the cookie accessible to pages on any of these servers. Generally, the server issuing the cookie is a member of the domain that it sets in the cookie. That is, a server called www.thisserver.com cannot typically set a cookie for the domain www.thatserver.com. If Domain is not set explicitly, then it defaults to the full domain of the document creating the cookie.
- the last parameter is the secure parameter.
- the secure parameter is a flag indicating that a cookie should be used under secure server condition, such as SSL. Since most sites do not require secure connections, this parameter defaults to FALSE.
- the system when the system identifies a user based on a previously stored cookie, the records associated with that user are pulled from memory and analyzed. The analysis is done when the user enters the website. Therefore, there is a delay between the user entering the website and when the appropriate action is taken after the system reviews the records and determines what to do based on those records. Alternatively, standard actions are taken for all users as they enter the site.
- the unique aspects of the disclosed system and method are related to the technological challenges of allowing web-servers real-time access to the CRM system.
- web servers are more effective and only access the relevant data for the relevant visitors.
- a system is disclosed to provide a consistent online experience to users or customers visiting a web site.
- the first component is the business rules engine that processes, in real-time, the events associated with each customer and decides what business action is required.
- Business intelligence in the rules engine identifies whether a current visitor to the site requires follow up in a subsequent interaction. This information is stored together with what needs to be done, i.e., what follow up action has to be taken. In this manner, when a new visitor arrives on the site, a lookup is performed only if it is required. Moreover, the information stored in the previous session already indicates the action to be taken and reduces the need for additional real-time decision to be made.
- the real-time action can include, but is not limited to presenting the user with a specific web page, presenting the user with a questionnaire, enabling a live chat, sending an event notification, and the like.
- the future follow up is by one or more of several communication methods such as outbound email, outbound phone, offline channel (mail), or the like.
- the phone follow up is an automated follow up, a live operator, or combination of the two and uses plain old telephone service (POTS) or voice over IP (VOIP).
- POTS plain old telephone service
- VOIP voice over IP
- the second component of the disclosed system is the follow up repository.
- the follow up repository is a data repository that associates visitor-identifying information with follow up content.
- the follow up repository is hosted on a database.
- the repository provides data management services controlling the size and aging of the stored data. In particular, items can be marked with an expiration date and size limits can be set.
- the repository includes user contact information or links to where such information is stored.
- follow up instructions are stored in the follow up repository.
- the third component of the disclosed system is the follow up engine that is responsible for online and offline activities.
- the online activities include determining previous or outstanding follow up actions and establishing new follow up information and the offline activities include retrieving and acting on follow up instructions.
- the follow up engine detects whether the visitor has unexpired follow up information in the repository. When there is follow up information, the follow up engine retrieves the information and acts on it. In another embodiment, the follow up engine extracts information from the repository record and acts upon instructions stored in the repository record. When a visitor interacts with the website, the follow up engine determines whether to set or add follow up information to the visitor's follow up record. The follow up engine then determines the expiration date, if any, for that information. Depending on the follow up information, the expiration date can be as little as several hours (or less) or as long as one year (or more). In some situations, there may not be any expiration date.
- the follow up engine stores the expiration date of the visitor's follow up record on the visitor's cookie, thereby allowing the follow up engine to detect that the visitor has follow up information when the visitor returns to the website for a new visit. Using the follow up engine allows efficient determination of a web site visitor's follow up information.
- the follow up engine has offline functions in addition to the online functions when a user is visiting the web site.
- the follow up engine retrieves instructions and triggers follow up actions.
- the follow up records stored in the follow up repository have a trigger date.
- the trigger date is the date a follow up action takes place.
- the follow up engine pulls the follow up records and acts upon the instructions stored in the record.
- the actions the follow up engine can take include sending outbound email, initiating an outbound phone call (operator, automated, or a combination), initiating an offline channel activity (e.g. DM mailing), sending instructions to agents to take action, or the like.
- the combination of these three components allows for an effective handling of large volumes of interactions required in today's online environment.
- the disclosed system and method addresses the challenge presented to website managers who are interested in accessing in real time the history of events and attributes associated with their customers.
- FIG. 1 System according to the present invention
- FIG. 2 represents a cookie used in the present system
- FIG. 3A represents the data stored in the database according to the present invention.
- FIG. 3B represents content data
- FIG. 4 is a flowchart of the method of user interaction according to the present invention.
- FIG. 5 is a flowchart of the method to store a record.
- FIG. 1 depicts an embodiment of a system according to the present invention.
- a user 10 is connected to a web server 30 via the internet.
- the user 10 has additional means of communication such as a telephone 50 , fax machine, cell phone, hand held computer, and the like.
- the web server 30 includes a database 22 which stores a plurality of web pages such as web page 20 .
- a module 32 is used for the application of business rules and follow up procedures.
- module 32 is part of web server 30 .
- module 32 is housed in another computer.
- Module 32 accesses data from database 34 follow up records 36 are preferably stored in database 34 .
- module 32 also performs follow up functions. It should be noted that the functions of module 32 can be performed using separate modules.
- the follow up function such as E-mail, voice-over IP, mail, and the like are routed through web server 30 .
- the follow up procedures or follow up activities are performed through another server or servers.
- module 32 can cause DM mailings to be performed.
- a user 10 requests a web page 20 from server 30 .
- server 30 causes a cookie 12 (shown in FIG. 2 ) to be stored on the user's computer.
- a follow up record 36 (shown in FIG. 3A ) is created for user 10 and stored in database 34 , based on the user's activity.
- the server 30 receives a cookie 12 from user 10 .
- the cookie is processed by module 32 .
- Module 32 determines whether the user 10 has previously stored unexpired follow up information 36 stored in database 34 .
- module 32 includes a business rules engine, a follow up repository, and a follow up engine.
- the business rules engine, follow-up repository, and follow-up engine are separate modules.
- the module 32 retrieves the information and acts on it.
- the follow up engine extracts information from the repository record and acts upon instructions stored in the repository record.
- the follow up information is used to modify the user experience.
- the user experience is modified by such items as chat, popups, setting system variables, setting display variables, opening a communication channel, opening an engagement channel, and the like.
- the business rule engine processes, in real-time, the events associated with each user and decides what business action that is required.
- the business rule engine selects from one of at least three actions. If the business rule engine determines an immediate need, action is taken in real-time. If no immediate action has to be taken, follow up is scheduled for either a specific future date or upon the user's next visit. Specific actions to take include mail, both traditional and email, telephone follow up, fax, or the like.
- the system can open a chat dialogue if the user is online using a chat agent.
- the follow up is appropriate for the web page such as a follow up questionnaire regarding a technical problem, a replacement part being sent out if a defective component was reported, an E-mail reminder, follow-up based on the users behavior on the site, and the like. In some instances, no action is taken.
- the business rules engine uses rules that are based on conditions and actions taken while a user is visiting a specified website. Certain conditions will result in specific actions being taken. The conditions include both the activities that a user that performs while on a page and the user's behavior while on a page. Rules provide a way to react to customer activity. Visitor rules customize the processing of visitors and/or people communicating via chat or another channel. In a preferred embodiment, rules are created within a specific context that determines the circumstances in which the rule will apply. The rules respond to conditions that exist. Conditions specify which actions will be triggered. It should be noted that multiple conditions can be specified or Boolean logic can be used.
- Click-to-Chat - enters page - enters site - queued for chat - leaves site Days Since Last - clicks to chat The number of days since the visitor's last visit to the site (fails if this is Visit - enters page the first visit).
- - enters site - queued for chat - leaves site invitation History - clicks to chat The number of seconds for the visitor to be invited to chat. This (cross session) - enters page condition also checks the visitors previous sessions. To check chat - enters site invitations only in the current session use “Invited to Chat” or “Time - queued for chat Since Last Invite” - leaves site invitation - clicks to chat The number of seconds the Invitation to chat timed out.
- a Custom Variable with the specified name has been set.
- Variable - enters page All values must be Numeric and satisfy the comparison condition.
- the numeric value of the Custom Variable with the specified name of Custom - enters page (fails if Custom Variable has not occurred or the value is not numeric).
- Conditions may include the type of page, section of a page or a specific URL, can trigger a specific condition. Additionally, if the user reaches a page via a hyperlink or by typing a URL, that condition may be monitored. The time a user spends on a specific page may also be a condition. For example, the system can monitor whether a user spends more or less than a specified time on a page or group of pages. Matching pages can also be in a condition as are negative conditions such as whether a user has been on a page, added items to a cart but taken no further action, or not gone to a checkout.
- the rules also include variables which can be a value or an occurrence.
- the value or occurrence may be a shopping cart total greater than a specified dollar amount or contain more or less than a specified amount/quantity.
- other variables can include was there a transaction error (a yes or no variable).
- the system can also monitor at least such items as an occurrence of a specified event, entering a communication channel such as chat before or after a selection, days since chat, and the like.
- other variables can be a new visitor, old visitor, user's IP address, and the like.
- the user's IP address can be important for business reasons such as identifying a competitor and limiting access to that user. For example, if the website is a telecommunication company and a user logs on from a competitor company, access can be limited until that user signs in with a user name and password, thereby designating that that person is a customer. Likewise, this may happen in the banking community where a first bank will limit access to employees of a second bank unless they are customers of the first bank.
- the follow up engine is responsible for both online and offline activities.
- the follow up engine determines whether the visitor 10 has unexpired follow up information 36 in the repository 34 . In those cases when there is information, the information 36 is retrieved and acted upon.
- data is extracted from the repository record 36 .
- the extracted data includes visitor ID, account ID, session ID, Ticket ID, follow up date, expiration date, recovery mode, and content.
- the follow up engine determines whether to set or add follow up information to the user's follow up record 36 and determines the expiration date for that information.
- the follow up engine will store the expiration date of the visitor's follow up record 36 on the visitor's cookie 12 . In this manner, when the user returns, the engine can efficiently detect that the visitor has follow up information 36 .
- Follow up records 36 in the database 34 may have a trigger date. On the trigger date, the record is retrieved and acted upon by the follow up engine. At that time the engine sending outbound email, initiates outbound phone calls, initiating an offline channel activity (e.g. DM mailing), sending instructions to agents to take action, or the like.
- an offline channel activity e.g. DM mailing
- the follow up repository is a data repository. Preferably hosted on a database, that associates visitor-identifying information with follow up content.
- the repository provides data management services to control the size and aging of the stored items. In particular, items can be marked with expiration date and can have size limits.
- FIG. 2 is representative of a cookie 12 created by server 30 and stored on user's 10 computer.
- the cookie preferably includes a visitor ID, a date the record was set, and a database record expiration date.
- the cookie identifies the user as well as the date the cookie was created.
- the cookie includes the date the record in database 34 expires.
- the web server had to retrieve a record for every user or, in the alternative, search its database every time a user enters the website, the resources available to the web server would be taxed.
- FIG. 3 represents the data string stored in database 34 created by module 32 .
- the record 36 is formed based from the actions of user 10 on web page 20 .
- the record 36 includes the visitor ID which is the same ID stored in cookie 12 .
- the record 36 includes the user's account ID, if one exists for web page 20 . If user 20 does not have an account on web page 20 , in one embodiment, a provisional account number is assigned to user 10 that correlates with the visitor ID.
- the session ID is an ID for the user's current login session.
- This session ID is a log that records the user's time on the site.
- the session ID may represent a log entry signifying the time and date the user utilizes the website.
- the session ID may be no more than a counter indicating the number visitor the user is.
- the ticket ID is, in a preferred embodiment, a service ticket ID number.
- the service ticket number represents a service to be performed. For example, if a user requires a service call, the ticket ID would include the service ticket number for the repair man to visit the user's home, office, or the like.
- Record 36 also includes a follow up date and an expiration date. These two dates work hand-in-hand to provide follow up to user 10 . Based on the user's activity, a specific follow up activity or set of follow up activities are determined. However, these follow up activities are preferably only good until the expiration date in record 36 . Once the expiration date is met, the follow up prescribed by the record is no longer valid. In one embodiment, the follow up engine uses the previously determined follow up activity as a starting point for any future follow ups.
- the recovery mode is used to determine what action to take given certain error circumstances. For example, the recovery mode relates to how a system deals with internal inconsistencies. For example, if the cookie contains a record indicating that there should be follow-up if there is nothing in the database or, if the record states that there should be one record but in the database there are two records, the system must know how to deal with the internal inconsistency. A first way to deal with any inconsistency is not to fix anything or, to ignore the record. Alternatively, the system can try to fix the record on read or on write. Additionally, the system can self correct. For example, if there is more than one record, the most recent record will be used.
- the content in the extracted data includes the follow-up activity.
- the content is what action will be taken upon follow-up.
- the content is an XML, instruction.
- Potential content includes pop-up messages, slide shows, variables to be set relating to the users last visit, and the like.
- the system monitors the follow up date in the record. When the follow up date is reached, the follow up action, if not through the web site, is taken such as a follow up call, email, letter, or the like.
- Actions may contain subactions.
- the actions are executed in a specific order. However, in another embodiment, the actions occur in random or non-specified order.
- a sample of actions based on rules and alerts are shown below in Table 2.
- Visitor - clicks to chat Engage Visitor NA Send a proactive chat request to a Experience - enters page visitor. - enters site Custom Engage ⁇ custom Engage visitor using custom image - leaves site Visitor directory> directory. The directory should not end - browsing site with a “/”.
- Set Chat ⁇ name of chat Set a specific Chat Window profile for Window window> the visitor during current session.
- Set System ⁇ name of Set specific System Messages set for Messages system message the visitor during the current session. set> - enters page Show Popup ⁇ popup> Display a pop-up. New pop-ups are created in the Content Library. - enters page Engage Visitor NA Send a proactive chat request to a visitor. - enters page Custom Engage ⁇ custom Engage visitor using custom image Visitor directory> directory. The directory should not end with a “/”. - enters page Show Warmup ⁇ pop up> Use the Content Library tab to define new warmups. Variables - clicks to chat Set Custom Variable Name Add a custom variable to the session.
- FIG. 4 depicts a flow chart according to the present invention.
- the web site server retrieves a cookie specific for that website, if any.
- the system determines whether or not the user has follow up data stored in the system. If the user has follow up data on the system based on the cookie retrieved from the user. Such follow up data is retrieved from database 190 in step 130 . The system then acts on the follow up data in step 140 . The user's interaction on the site are evaluated in step 145 and, based on subsequent actions by the user on the given website, the follow up data is revised in step 150 . The revised follow up data is then saved in database 190 . Subsequent to the storage of any required follow up, at the appropriate time, the required future follow up action is taken in step 210 .
- This follow up action can include a telephone call, an email, a facsimile, a mailing, or the like.
- step 170 the new record is stored in database 190 in step 180 .
- any additional follow up activity is revised and stored.
- any future follow up activity is performed in step 210 .
- records are preferably not immediately written into the database. As shown in FIG. 5 , after a user's session ends, the system waits one hour.
- other amounts of time are used. After the one hour time limit, the system uses heuristics to predict whether the user will return within 24 hours. This prediction is based on the user's activities on the website and the like. If the system predicts that the user will not return within the next 24 hours, the record is immediately written to the database. If the system determines that it is likely that the user will return within the next 24 hours, the record is kept in memory. In a preferred embodiment, the record is kept in memory for 24 hours. After 24 hours, or another predetermined time period, the record is written to the database and the memory is cleared.
- the record is cached and a first time period begins where the system waits to see if the user returns. Typically, this first time period is approximately 1 hour. If the user returns during this time period, the system monitors the user's activity until the user's session ends again. If the user does not return, the system predicts if the user will return during a second time period, typically 24 hours.
- the record is written to the database. If the user will likely return during the prescribed time period, the record is stored in memory. During this time period, the user's return is monitored. If the user returns, the session continues until of the new session or, after the prescribed time period, the record is written to the database and the memory is cleared.
- records are saved to a partition.
- the partition corresponding to the set of records to be deleted is cleared.
- the partitions are sorted by date and are erased every 30 days.
- Heuristics are employed to estimate which follow up records will be accessed more frequently, and estimate the likelihood that a visitor will return to the site within the next 24 hours. In this way, records are readily accessible to the system. If a record will not be accessed within 24 hours, it is written to the database. For efficient database updating, write requests are buffered so that multiple follow up records are stored to the database in one operation. Once record expires, it is preferably removed from the database. Finally, read requests are buffered such that the server performs read operations only at a certain rate, for example not more frequently than 5 times per second.
- the present invention may be described herein in terms of functional block components, code listings, optional selections and various processing steps. It should be appreciated that such functional blocks may be realized by any number of hardware and/or software components configured to perform the specified functions.
- the present invention may employ various integrated circuit components, e.g., memory elements, processing elements, logic elements, look-up tables, and the like, which may carry out a variety of functions under the control of one or more microprocessors or other control devices.
- the software elements of the present invention may be implemented with any programming or scripting language such as C, C++, C#, Java, COBOL, assembler, PERL, or the like, with the various algorithms being implemented with any combination of data structures, objects, processes, routines or other programming elements.
- the present invention may employ any number of conventional techniques for data transmission, signaling, data processing, network control, and the like.
- the present invention may be embodied as a method, a data processing system, a device for data processing, and/or a computer program product. Accordingly, the present invention may take the form of an entirely software embodiment, an entirely hardware embodiment, or an embodiment combining aspects of both software and hardware. Furthermore, the present invention may take the form of a computer program product on a computer-readable storage medium having computer-readable program code means embodied in the storage medium. Any suitable computer-readable storage medium may be utilized, including hard disks, CD-ROM, optical storage devices, magnetic storage devices, and/or the like.
- These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means that implement the function specified in the flowchart block or blocks.
- the computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer-implemented process such that the instructions that execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart block or blocks.
- any databases, systems, or components of the present invention may consist of any combination of databases or components at a single location or at multiple locations, wherein each database or system includes any of various suitable security features, such as firewalls, access codes, encryption, de-encryption, compression, decompression, and/or the like.
- the term “media” means any medium that can record data therein.
- the term “media” includes, for instance, a disk shaped media for such as CD-ROM (compact disc-read only memory), magneto optical disc or MO, digital video disc-read only memory or DVD-ROM, digital video disc-random access memory or DVD-RAM, a floppy disc, a memory chip such as random access memory or RAM, read only memory or ROM, erasable programmable read only memory or E-PROM, electrical erasable programmable read only memory or EE-PROM, a rewriteable card-type read only memory such as a smart card, a magnetic tape, a hard disc, and any other suitable means for storing a program therein.
- a recording media storing a program for accomplishing the above mentioned apparatus maybe accomplished by programming functions of the above mentioned apparatuses with a programming language readable by a computer or processor, and recording the program on a media such as mentioned above.
- a server equipped with a hard disk drive may be employed as a recording media. It is also possible to accomplish the present invention by storing the above mentioned computer program on such a hard disk in a server and reading the computer program by other computers through a network.
- any suitable device for performing computations in accordance with a computer program may be used. Examples of such devices include a personal computer, a laptop computer, a microprocessor, a programmable logic device, or an application specific integrated circuit.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Computer Hardware Design (AREA)
- Physics & Mathematics (AREA)
- General Health & Medical Sciences (AREA)
- Bioethics (AREA)
- General Physics & Mathematics (AREA)
- Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
- Computer Security & Cryptography (AREA)
- Software Systems (AREA)
- Data Mining & Analysis (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
- This application is a continuation patent application of patent application Ser. No. 14/244,830 filed on Apr. 3, 2014, entitled “SYSTEM AND METHOD FOR PERFORMING FOLLOW UP BASED ON USER INTERACTIONS,” which is a continuation patent application of patent application Ser. No. 11/360,530 filed on Feb. 24, 2006, entitled “SYSTEM AND METHOD FOR PERFORMING FOLLOW UP BASED ON USER INTERACTIONS,” which claims priority under 35 U.S.C. §119(e) to U.S. Provisional Application No. 60/716,535, filed Sep. 14, 2005, and U.S. Provisional Patent Application No. 60/717,212, filed Sep. 15, 2005. The subject matter of all of the foregoing patent applications is incorporated herein by reference in its entirety.
- The present invention relates to computer browsing and, more particularly, to providing an appropriate follow up based on the interaction.
- Networks, such as the Internet, have become an increasingly important part of our everyday lives. Millions of people now access the Internet on a daily basis to shop for goods and services and obtain information of interest.
- The web is built on a very simple, but powerful premise. Much of the material on the web is formatted in a general, uniform format called HTML (Hypertext Markup Language) or the like, and all information requests and responses conform to a similarly standard protocol. When someone accesses a server on the Web, the user's Web browser will send an information request to a Web server. The Web server will respond to the request by transmitting the desired information to the user's computer. There, the user's browser will display the received information on the user's screen.
- For example, suppose an individual wishes to purchase a printer via the Internet. The individual accesses the Internet and types in a vendor's uniform resource locator (URL). The individual may then access that vendor's home page to determine whether the vendor has the product that this individual wishes to purchase.
- If the individual does not know which vendors sell printers, the individual may access a web site associated with a search engine. The individual enters the generic term “printer” into the search engine to attempt to locate a vendor that sells printers. Using a search engine in this manner to locate individual web sites that offer the desired product or service often results in a list of hundreds or even thousands of “hits,” where each hit may correspond to a web page that relates to the search term.
- Once a user decides which web page to visit, the web page is formulated to interest the user. In particular, many web pages allow a user to customize the web pager so that each time the user visits the web page, the customized web page is presented to the user. One of the challenges of online interactions is providing customers or users with consistent online experience while using different channels such as website navigation, email, chat, bulletin boards, discussion forums, chat, and the like. For this uniform presentation, cookies are used.
- Cookies are pieces of information generated by a web server and stored in the user's computer, for future access. Cookies are embedded in the http information flowing back and forth between the user's computer and the servers. Cookies allow user-side customization of web information. For example, cookies are used to personalize web search engines, to allow users to participate in WWW-wide contests, to store shopping lists of items a user has selected while browsing through a virtual shopping mall, and the like.
- Essentially, cookies make use of user-specific information transmitted by the web server onto the user's computer so that the information might be available for later access by itself or other servers. Typically, the servers are part of the same domain. In most cases, not only does the storage of personal information into a cookie go unnoticed, so does access to it. Web servers automatically gain access to relevant cookies whenever the user establishes a connection to them, usually in the form of web requests.
- For a server to use cookies, first the Web server creates a specific cookie, which is essentially a tagged string of text containing the user's preferences, and it transmits this cookie to the user's computer. The cookie is then stored in the user's computer. The user's web browser receives the cookie and stores it in a special file called a cookie list. This usually happens without any notification or user involvement. Next, the cookie is automatically transferred from the user's machine to a web server. Whenever a user directs the web browser to display a certain web page from the server from which it already has a cookie, the browser will, transmit the cookie containing the user's personal information to the web server.
- There are many reasons a given site would wish to use cookies. These range from the ability to personalize information, help with on-line sales/services, or simply for the purposes of collecting demographic information. Cookies also provide programmers with a quick and convenient means of keeping site content fresh and relevant to the user's interests. The newest servers use cookies to help with back-end interaction as well, which can improve the utility of a site by being able to securely store any personal data that the user has shared with a site to help with quick logins, and the like.
- Usually, a cookie contains more than simply a name and a value. In fact, a cookie can have 6 parameters: the name of the cookie, the value of the cookie, the expiration date of the cookie, the path the cookie is valid for, the domain the cookie is valid for, and the need for a secure connection to exist to use the cookie.
- Two of these parameters are mandatory the cookie's name and its value. The other four can be set manually or automatically. Each parameter is separated by a semicolon when set explicitly. The name of a cookie and its value are set simply by pairing them together. The value of a cookie can also be null, for the purpose of clearing the cookie value.
- The expiration parameter determines the lifetime of the cookie. For example, the cookie can state “expires=Mon, 01-Jan-2001 00:00:00 GMT.” If “expires” is not set explicitly, the default expiration is the end-of-session. The length of a session can vary depending on browsers and servers, but generally a session is the length of time that the browser is open, even if the user is no longer at that site.
- The path parameter sets the URL path within which the cookie is valid. Pages outside of that path cannot read or use the cookie. If Path is not set explicitly, then it defaults to the URL path of the document creating the cookie. The domain parameter takes the flexibility of the path parameter one step further. If a site uses multiple servers within a domain it is important to make the cookie accessible to pages on any of these servers. Generally, the server issuing the cookie is a member of the domain that it sets in the cookie. That is, a server called www.thisserver.com cannot typically set a cookie for the domain www.thatserver.com. If Domain is not set explicitly, then it defaults to the full domain of the document creating the cookie.
- The last parameter is the secure parameter. The secure parameter is a flag indicating that a cookie should be used under secure server condition, such as SSL. Since most sites do not require secure connections, this parameter defaults to FALSE.
- Often a consistent online experience requires the ability to recognize the customer or user across multiple interactions and recall, either in real-time or offline, the history of events and attributes associated with the customer or user. The recognition of customers or users, when applied to hundreds or thousands of online interactions a day, becomes a challenge, both from a business logic perspective and a technology perspective. Previous systems used business rules engines that parsed the activity of each visitor on the site. The activity was matched against a customized set of business rules. Once a selected rule was applied, an action that presents the site visitor with targeted content was triggered. Systems such as the LivePerson Sales Edition provided real time processing of business rules.
- Traditionally, web systems that wanted to access history data about the visitor would access a database for each visitor to the site, only to find out that in most cases there is no meaningful information about the visitor that warrants a special treatment for that user. In the event that this visitor is new to the site, and therefore has no history, the database search wastes time and resources. Some systems can identify that the visitor is a new visitor, not having a site cookie, but would still access the database for all repeat visitors. For the repeat visitors, they would retrieve the history data, analyze it, and most times decide to offer the generic treatment.
- In one prior art system, when the system identifies a user based on a previously stored cookie, the records associated with that user are pulled from memory and analyzed. The analysis is done when the user enters the website. Therefore, there is a delay between the user entering the website and when the appropriate action is taken after the system reviews the records and determines what to do based on those records. Alternatively, standard actions are taken for all users as they enter the site.
- The unique aspects of the disclosed system and method are related to the technological challenges of allowing web-servers real-time access to the CRM system. Using the disclosed system, web servers are more effective and only access the relevant data for the relevant visitors. A system is disclosed to provide a consistent online experience to users or customers visiting a web site.
- There are three major modules in the disclosed system:
- 1. Business Rules Engine
- 2. follow up Repository
- 3. follow up Engine
- The first component is the business rules engine that processes, in real-time, the events associated with each customer and decides what business action is required. Business intelligence in the rules engine identifies whether a current visitor to the site requires follow up in a subsequent interaction. This information is stored together with what needs to be done, i.e., what follow up action has to be taken. In this manner, when a new visitor arrives on the site, a lookup is performed only if it is required. Moreover, the information stored in the previous session already indicates the action to be taken and reduces the need for additional real-time decision to be made.
- There are at least three actions that can be taken, present (real-time) action, future follow up, and follow up on the user or customer's next visit. Preferably, future follow-ups are scheduled for a specific date and the follow-up channel is not the website. In one embodiment, a combination of actions are taken, i.e., present action with future follow up. The real-time action can include, but is not limited to presenting the user with a specific web page, presenting the user with a questionnaire, enabling a live chat, sending an event notification, and the like. The future follow up is by one or more of several communication methods such as outbound email, outbound phone, offline channel (mail), or the like. The phone follow up is an automated follow up, a live operator, or combination of the two and uses plain old telephone service (POTS) or voice over IP (VOIP).
- The second component of the disclosed system is the follow up repository. The follow up repository is a data repository that associates visitor-identifying information with follow up content. In a preferred embodiment, the follow up repository is hosted on a database. The repository provides data management services controlling the size and aging of the stored data. In particular, items can be marked with an expiration date and size limits can be set. In one embodiment, the repository includes user contact information or links to where such information is stored. In another embodiment, follow up instructions are stored in the follow up repository.
- The third component of the disclosed system is the follow up engine that is responsible for online and offline activities. The online activities include determining previous or outstanding follow up actions and establishing new follow up information and the offline activities include retrieving and acting on follow up instructions.
- Specifically, when a visitor arrives at a website, the follow up engine detects whether the visitor has unexpired follow up information in the repository. When there is follow up information, the follow up engine retrieves the information and acts on it. In another embodiment, the follow up engine extracts information from the repository record and acts upon instructions stored in the repository record. When a visitor interacts with the website, the follow up engine determines whether to set or add follow up information to the visitor's follow up record. The follow up engine then determines the expiration date, if any, for that information. Depending on the follow up information, the expiration date can be as little as several hours (or less) or as long as one year (or more). In some situations, there may not be any expiration date. The follow up engine stores the expiration date of the visitor's follow up record on the visitor's cookie, thereby allowing the follow up engine to detect that the visitor has follow up information when the visitor returns to the website for a new visit. Using the follow up engine allows efficient determination of a web site visitor's follow up information.
- The follow up engine has offline functions in addition to the online functions when a user is visiting the web site. The follow up engine retrieves instructions and triggers follow up actions. In one embodiment, the follow up records stored in the follow up repository have a trigger date. The trigger date is the date a follow up action takes place. On the trigger date, the follow up engine pulls the follow up records and acts upon the instructions stored in the record. The actions the follow up engine can take include sending outbound email, initiating an outbound phone call (operator, automated, or a combination), initiating an offline channel activity (e.g. DM mailing), sending instructions to agents to take action, or the like.
- The combination of these three components allows for an effective handling of large volumes of interactions required in today's online environment. The disclosed system and method addresses the challenge presented to website managers who are interested in accessing in real time the history of events and attributes associated with their customers.
-
FIG. 1 System according to the present invention; -
FIG. 2 represents a cookie used in the present system; -
FIG. 3A represents the data stored in the database according to the present invention; -
FIG. 3B represents content data; -
FIG. 4 is a flowchart of the method of user interaction according to the present invention; and -
FIG. 5 is a flowchart of the method to store a record. -
FIG. 1 depicts an embodiment of a system according to the present invention. As shown, auser 10 is connected to aweb server 30 via the internet. Theuser 10 has additional means of communication such as atelephone 50, fax machine, cell phone, hand held computer, and the like. Theweb server 30 includes adatabase 22 which stores a plurality of web pages such asweb page 20. Additionally, amodule 32 is used for the application of business rules and follow up procedures. In one embodiment,module 32 is part ofweb server 30. In another embodiment,module 32 is housed in another computer.Module 32 accesses data fromdatabase 34 follow uprecords 36 are preferably stored indatabase 34. In one embodiment,module 32 also performs follow up functions. It should be noted that the functions ofmodule 32 can be performed using separate modules. In one embodiment, the follow up function such as E-mail, voice-over IP, mail, and the like are routed throughweb server 30. In another embodiment, the follow up procedures or follow up activities are performed through another server or servers. Additionally,module 32 can cause DM mailings to be performed. - In operation, a
user 10 requests aweb page 20 fromserver 30. In the case in whichuser 10 has not previously requestedweb page 20,server 30 causes a cookie 12 (shown inFIG. 2 ) to be stored on the user's computer. Additionally, a follow up record 36 (shown inFIG. 3A ) is created foruser 10 and stored indatabase 34, based on the user's activity. - In the case that the user has previously accessed
web page 20, theserver 30 receives acookie 12 fromuser 10. The cookie is processed bymodule 32.Module 32 determines whether theuser 10 has previously stored unexpired follow upinformation 36 stored indatabase 34. In a preferred embodiment,module 32 includes a business rules engine, a follow up repository, and a follow up engine. In another embodiment, the business rules engine, follow-up repository, and follow-up engine are separate modules. - When there is follow up
information 36, themodule 32 retrieves the information and acts on it. In another embodiment, the follow up engine extracts information from the repository record and acts upon instructions stored in the repository record. The follow up information is used to modify the user experience. The user experience is modified by such items as chat, popups, setting system variables, setting display variables, opening a communication channel, opening an engagement channel, and the like. - The business rule engine processes, in real-time, the events associated with each user and decides what business action that is required. The business rule engine selects from one of at least three actions. If the business rule engine determines an immediate need, action is taken in real-time. If no immediate action has to be taken, follow up is scheduled for either a specific future date or upon the user's next visit. Specific actions to take include mail, both traditional and email, telephone follow up, fax, or the like. In one embodiment, the system can open a chat dialogue if the user is online using a chat agent. It should be noted that in all instances, the follow up is appropriate for the web page such as a follow up questionnaire regarding a technical problem, a replacement part being sent out if a defective component was reported, an E-mail reminder, follow-up based on the users behavior on the site, and the like. In some instances, no action is taken.
- The business rules engine uses rules that are based on conditions and actions taken while a user is visiting a specified website. Certain conditions will result in specific actions being taken. The conditions include both the activities that a user that performs while on a page and the user's behavior while on a page. Rules provide a way to react to customer activity. Visitor rules customize the processing of visitors and/or people communicating via chat or another channel. In a preferred embodiment, rules are created within a specific context that determines the circumstances in which the rule will apply. The rules respond to conditions that exist. Conditions specify which actions will be triggered. It should be noted that multiple conditions can be specified or Boolean logic can be used.
-
TABLE 1 Visitor Rules - Conditions Condition Rule Type Description Browsing Current Page - clicks to chat The URL or title of the current page match the specified pattern. - enters page - enters site - queued for chat - leaves site Current Page - clicks to chat The referring URL of the current page match the specified pattern. Referring URL - enters page - enters site - queued for chat - leaves site Number of Pages - clicks to chat The number of pages visited during this session. - enters page - enters site - queued for chat - leaves site Referring URL - clicks to chat Matches the referrer of the visitor's first visit to the site. - enters page - enters site - queued for chat - leaves site Search Engine - clicks to chat The URL from which the visitor arrived is from a search engine. Found - enters page - enters site - queued for chat - leaves site Search Engine - clicks to chat The search engine from which the request came. Identity - enters page - enters site - queued for chat - leaves site Survey Question - clicks to chat Response to a question in a particular survey. - enters page - enters site - queued for chat - leaves site Visited Page - clicks to chat The visitor visited a page whose URL or title matches the specified - enters page pattern. - enters site - queued for chat - leaves site Chat Available for - clicks to chat Visitor is available for a chat invitation. Invitation - enters page - enters site - queued for chat - leaves site Has Chat - clicks to chat Visitor has chatted during the current session. - enters page - enters site - queued for chat - leaves site Has Chat History - clicks to chat The visitor requested to chat in a previous visit. - enters page - enters site - queued for chat - leaves site In Chat - clicks to chat The visitor is currently involved in a chat session with an operator. - enters page - enters site - queued for chat - leaves site In Chat or - clicks to chat The visitor is currently in a chat, or waiting for a chat to be established. Waiting for Chat - enters page - enters site - queued for chat - leaves site In or After Chat - clicks to chat The visitor is currently in a chat, or has previously been in chat - enters page - enters site - queued for chat - leaves site Invited to Chat - clicks to chat The visitor has been invited to chat. - enters page - enters site - queued for chat - leaves site Refused Chat - clicks to chat An invitation to chat been has sent to the visitor and the visitor refused - enters page to chat. - enters site - queued for chat - leaves site Miscellaneous Action Fired - clicks to chat The action with the specified name has already fired during this session. - enters page - enters site - queued for chat - leaves site At Least One - clicks to chat The rule with the specified name has already been triggered during this Rule Triggered - enters page session. - enters site - queued for chat - leaves site Predictive Dialer - enters page Triggers a predictive dialer with the specified settings. A Predictive - enters site Dialer controls the number of invitations sent to site visitors. Random Number - clicks to chat A random integer between 0 and the specified number. - enters page - enters site - queued for chat - leaves site Rule Triggered - clicks to chat The outcome with the specified rule has already been triggered during - enters page this session. - enters site - queued for chat - leaves site Operators Available - clicks to chat At least one operator is online. (i.e., is the operator in the “online” state, Operators - enters site not “away” or “back in 5”). - leaves site Number of - clicks to chat The Number of available operators available Operators - enters site Available - leaves site Online Operators - clicks to chat Operators are currently in the “online” state. An operator that is “away” - enters site or “back in 5” is not considered online. - leaves site Room Operators - clicks to chat There is at least one operator of the skill specified online in the current Online - enters site visitor's Room. - leaves site Skill Operators - clicks to chat There is at least one operator of the specified skill available Available - enters page - enters site - queued for chat - leaves site Skill Operators - clicks to chat There is at least one operator of the specified skill online. Online - enters page - enters site - queued for chat - leaves site Time Functions Day of the Week - clicks to chat The thy of the week. - enters page - enters site - queued for chat - leaves site Days Since Last - clicks to chat The number of days since the last time this visitor has requested to chat. Click-to-Chat - enters page - enters site - queued for chat - leaves site Days Since Last - clicks to chat The number of days since the visitor's last visit to the site (fails if this is Visit - enters page the first visit). - enters site - queued for chat - leaves site Invitation History - clicks to chat The number of seconds for the visitor to be invited to chat. This (cross session) - enters page condition also checks the visitors previous sessions. To check chat - enters site invitations only in the current session use “Invited to Chat” or “Time - queued for chat Since Last Invite” - leaves site Invitation - clicks to chat The number of seconds the Invitation to chat timed out. If the last Timeout - enters page invitation did not timeout, the condition will always be false. - enters site - queued for chat - leaves site Seconds in - clicks to chat The number of seconds the visitor was on the current page. Current Page - enters page - enters site - queued for chat - leaves site Seconds Since - clicks to chat The number of seconds since the visitor was declined. Decline - enters page - enters site - queued for chat - leaves site Seconds Since - clicks to chat The number of seconds since the visitor last visited a page that matches Last Visit to Page - enters page the specified pattern. - enters site - queued for chat - leaves site Time In Site - clicks to chat The time in seconds that the visitor spent in the site during this session. - enters page - enters site - queued for chat - leaves site Time of the Day - clicks to chat The number of minutes elapsed since midnight, Eastern Standard Time, - enters page today. - enters site - queued for chat - leaves site Time Since - clicks to chat The time in seconds since the specified action fired. Action Fired - enters page - enters site - queued for chat - leaves site Time Since - clicks to chat The time in seconds since the custom variable was modified. Custom Variable - enters page Modified - enters site - queued for chat - leaves site Time Since Last - clicks to chat The time in seconds since the visitor's last invite. Invite - enters page - enters site - queued for chat - leaves site Time Since Rule - clicks to chat The time in seconds since the rule fired. Fired - enters page - enters site - queued for chat - leaves site Wait Time - clicks to chat The time in seconds that the visitor has been in the queue. - enters page - enters site - queued for chat - leaves site Variables All Values of - clicks to chat Apply the comparison to All values of the specified Custom Variable. Custom Variable - enters page All values must be Numeric and satisfy the comparison condition. - enters site - queued for chat - leaves site At Least One - clicks to chat The Custom Variable has at least one value that satisfies the comparison Numeric Value of - enters page condition. Custom Variable - enters site Enter custom variable name in the first field, and number to match in the - queued for chat last field. - leaves site At Least One - clicks to chat The Custom Variable has at least one value that satisfies the comparison Value of Custom - enters page condition. Variable - enters site Enter custom variable name in the first field, and number to match in the - queued for chat last field. - leaves site Custom Flag - clicks to chat The custom flag variable satisfies the comparison condition. Variable - enters page - enters site - queued for chat - leaves site Custom Variable - clicks to chat The value of the Custom Variable that corresponds to the specified - enters page name - enters site - queued for chat - leaves site Custom Variable - clicks to chat A Custom Variable with the specified name has been set. Has Been Set - enters page - enters site - queued for chat - leaves site Custom Variable - clicks to chat There is a Custom Variable on the current page. an Current Page - enters page - enters site - queued for chat - leaves site Numeric Custom - clicks to chat Apply the comparison to All values of the specified Custom Variable. Variable - enters page All values must be Numeric and satisfy the comparison condition. - enters site - queued for chat - leaves site Numeric Values - clicks to chat The numeric value of the Custom Variable with the specified name of Custom - enters page (fails if Custom Variable has not occurred or the value is not numeric). Variable - enters site Enter Custom Variable name in the first field, and number to match in - queued for chat the last field. - leaves site Visitor Properties Browser Type - clicks to chat The visitor's browser matches the specified pattern. (User Agent) - enters page - enters site - queued for chat - leaves site Hot Lead - clicks to chat Visitor is specified as a hot lead. - enters page - enters site - queued for chat - leaves site IP - clicks to chat The visitor's IP address or host-DNS matches the specified pattern. - enters page - enters site - queued for chat - leaves site Repeat Visit - clicks to chat This visitor has been to the site before this session. - enters page - enters site - queued for chat - leaves site Skill - clicks to chat The visitor's skill group. - enters page - enters site - queued for chat - leaves site Visitor Group - clicks to chat The group number for this visitor, if all visitors are grouped into groups. - enters page The site visitors are randomly segmented into the number of groups you - enters site set in the 3rd parameter. You can then check to which specific group - queued for chat the visitor has been assigned. - leaves site - Conditions may include the type of page, section of a page or a specific URL, can trigger a specific condition. Additionally, if the user reaches a page via a hyperlink or by typing a URL, that condition may be monitored. The time a user spends on a specific page may also be a condition. For example, the system can monitor whether a user spends more or less than a specified time on a page or group of pages. Matching pages can also be in a condition as are negative conditions such as whether a user has been on a page, added items to a cart but taken no further action, or not gone to a checkout.
- The rules also include variables which can be a value or an occurrence. For example, the value or occurrence may be a shopping cart total greater than a specified dollar amount or contain more or less than a specified amount/quantity. Further, other variables can include was there a transaction error (a yes or no variable). The system can also monitor at least such items as an occurrence of a specified event, entering a communication channel such as chat before or after a selection, days since chat, and the like. Further, other variables can be a new visitor, old visitor, user's IP address, and the like.
- The user's IP address can be important for business reasons such as identifying a competitor and limiting access to that user. For example, if the website is a telecommunication company and a user logs on from a competitor company, access can be limited until that user signs in with a user name and password, thereby designating that that person is a customer. Likewise, this may happen in the banking community where a first bank will limit access to employees of a second bank unless they are customers of the first bank.
- In a preferred embodiment, the follow up engine is responsible for both online and offline activities. When visitor arrives at the website, the follow up engine determines whether the
visitor 10 has unexpired follow upinformation 36 in therepository 34. In those cases when there is information, theinformation 36 is retrieved and acted upon. Once therecord 36 is retrieved, data is extracted from therepository record 36. The extracted data includes visitor ID, account ID, session ID, Ticket ID, follow up date, expiration date, recovery mode, and content. - When a visitor interacts with the website, the follow up engine determines whether to set or add follow up information to the user's follow up
record 36 and determines the expiration date for that information. When the visitor interacts with the website, the follow up engine will store the expiration date of the visitor's follow uprecord 36 on the visitor'scookie 12. In this manner, when the user returns, the engine can efficiently detect that the visitor has follow upinformation 36. - Follow up
records 36 in thedatabase 34 may have a trigger date. On the trigger date, the record is retrieved and acted upon by the follow up engine. At that time the engine sending outbound email, initiates outbound phone calls, initiating an offline channel activity (e.g. DM mailing), sending instructions to agents to take action, or the like. - The follow up repository is a data repository. Preferably hosted on a database, that associates visitor-identifying information with follow up content. The repository provides data management services to control the size and aging of the stored items. In particular, items can be marked with expiration date and can have size limits.
-
FIG. 2 is representative of acookie 12 created byserver 30 and stored on user's 10 computer. The cookie preferably includes a visitor ID, a date the record was set, and a database record expiration date. Thus, whenuser 10visits website 20, the cookie identifies the user as well as the date the cookie was created. Further, the cookie includes the date the record indatabase 34 expires. Thus, ifuser 10 returns towebsite 20 after therecord 36 expires, there is no need to retrieve the follow up record. In this manner, resources are conserved. Due to the high volume of traffic hosted by a typical web server, if the web server had to retrieve a record for every user or, in the alternative, search its database every time a user enters the website, the resources available to the web server would be taxed. -
FIG. 3 represents the data string stored indatabase 34 created bymodule 32. Therecord 36 is formed based from the actions ofuser 10 onweb page 20. Therecord 36, as discussed above, includes the visitor ID which is the same ID stored incookie 12. In addition to the visitor ID, therecord 36 includes the user's account ID, if one exists forweb page 20. Ifuser 20 does not have an account onweb page 20, in one embodiment, a provisional account number is assigned touser 10 that correlates with the visitor ID. - The session ID is an ID for the user's current login session. This session ID is a log that records the user's time on the site. For example, the session ID may represent a log entry signifying the time and date the user utilizes the website. Alternatively, the session ID may be no more than a counter indicating the number visitor the user is. The ticket ID is, in a preferred embodiment, a service ticket ID number. The service ticket number represents a service to be performed. For example, if a user requires a service call, the ticket ID would include the service ticket number for the repair man to visit the user's home, office, or the like.
-
Record 36 also includes a follow up date and an expiration date. These two dates work hand-in-hand to provide follow up touser 10. Based on the user's activity, a specific follow up activity or set of follow up activities are determined. However, these follow up activities are preferably only good until the expiration date inrecord 36. Once the expiration date is met, the follow up prescribed by the record is no longer valid. In one embodiment, the follow up engine uses the previously determined follow up activity as a starting point for any future follow ups. - The recovery mode is used to determine what action to take given certain error circumstances. For example, the recovery mode relates to how a system deals with internal inconsistencies. For example, if the cookie contains a record indicating that there should be follow-up if there is nothing in the database or, if the record states that there should be one record but in the database there are two records, the system must know how to deal with the internal inconsistency. A first way to deal with any inconsistency is not to fix anything or, to ignore the record. Alternatively, the system can try to fix the record on read or on write. Additionally, the system can self correct. For example, if there is more than one record, the most recent record will be used.
- The content in the extracted data, shown in
FIG. 3B , includes the follow-up activity. In other words, the content is what action will be taken upon follow-up. In a preferred embodiment, the content is an XML, instruction. Potential content includes pop-up messages, slide shows, variables to be set relating to the users last visit, and the like. In one embodiment, the system monitors the follow up date in the record. When the follow up date is reached, the follow up action, if not through the web site, is taken such as a follow up call, email, letter, or the like. - As discussed above, when certain conditions occur, an action is triggered. Actions may contain subactions. In one embodiment, the actions are executed in a specific order. However, in another embodiment, the actions occur in random or non-specified order. A sample of actions based on rules and alerts are shown below in Table 2.
-
TABLE 1 Visitor Rules - Conditions Type Rule Type Action Parameters Description Operator - clicks to chat Operator Alert Send an alert to operators concerning Alerts - enters page this visitor. For a list of macros - enters site available in Operator Alerts, refer to the - queued for chat LivePerson Customer Center. - leaves site Description Enter a brief description of the operator - browsing site alert, if you so wish. HTML Use the HTML box to design your alert Plain text can be used in this area, but HTML tagging will serve to make the alert more eye-catching. Chat - clicks to chat Email this - Email Email a copy of the chat transcript to Audit - enters site transcript - Sender Name the specified address. The email will - leaves site - Sender Email arrive from the specified sender. Set - Subject the subject to help you identify the email Forward - Email Email a copy of the chat transcript to transcript from - Subject the specified address. The email will visitor email - Email Custom arrive from the email associated with Variable the visitor. You can optionally set the custom variable to be used to extract the visitor's email address (Email Custom Variable). Visitor - clicks to chat Engage Visitor NA Send a proactive chat request to a Experience - enters page visitor. - enters site Custom Engage <custom Engage visitor using custom image - leaves site Visitor directory> directory. The directory should not end - browsing site with a “/”. Set Visitor <name of Assign the session to a selected Visitor Profile visitor profile> Profile. Enable/Disable Pre-Chat Enable/Disable Pre-Chat survey status Pre-Chat Survey for the visitor during current session. Survey Enable/Disable Exit Survey Enable/Disable the Exit survey status Exit Survey for the visitor during current session. Enable/Disable Operator Enable/Disable the Operator survey Operator Survey status for the visitor during current Survey session. Set Pre-Chat <name of Set specific Pre-Chat survey for the survey prechat survey> visitor during current session. Set Exit survey <name of exit Set specific Exit survey for visitor survey> during current session. Set Operator <name of Set specific Operator survey for visitor survey operator during current session. survey> Set Offline <name of Set specific Offline survey for the survey offline survey> visitor during current session. Set Chat <name of chat Set a specific Chat Window profile for Window window> the visitor during current session. Set System <name of Set specific System Messages set for Messages system message the visitor during the current session. set> - enters page Show Popup <popup> Display a pop-up. New pop-ups are created in the Content Library. - enters page Engage Visitor NA Send a proactive chat request to a visitor. - enters page Custom Engage <custom Engage visitor using custom image Visitor directory> directory. The directory should not end with a “/”. - enters page Show Warmup <pop up> Use the Content Library tab to define new warmups. Variables - clicks to chat Set Custom Variable Name Add a custom variable to the session. - enters page Variable Variable Value - enters site Set Custom Flag Name Add an on/off custom variable to the - queued for chat Flag Variable State On session. - leaves site <HelvBold> | - browsing site Off Set Custom - Variable name Add a custom variable to the session. Variable - One - Variable This action will only fire once per Time Only Value session. Routing - queued for chat Assign to <Service Change the visitor's service queue. Service Queue Queue> Assign <Service Assign a percentage of visitors to a Percentage to Queue> queue. Use several of these outcomes Service Queue together to create a distribution plan for a group of visitors. Note that visitors will only be assigned if the queue is online for the Skill Group. Sales - click to chat Set Visitor as NA Visitor is defined as a hot lead. Edition - enters site Hot Lead - queued for chat Increment <file location> Include specified words that can be - browsing site Reporting viewed in the Conversion reports. Counter Counters are defined in Rules > Words > Report Counters. Set Visitor <segment Set the visitor Segment Segment name> -
FIG. 4 depicts a flow chart according to the present invention. According to one embodiment of the present invention, instep 100, when a user visits a website, the web site server retrieves a cookie specific for that website, if any. Instep 120, the system determines whether or not the user has follow up data stored in the system. If the user has follow up data on the system based on the cookie retrieved from the user. Such follow up data is retrieved fromdatabase 190 instep 130. The system then acts on the follow up data instep 140. The user's interaction on the site are evaluated instep 145 and, based on subsequent actions by the user on the given website, the follow up data is revised instep 150. The revised follow up data is then saved indatabase 190. Subsequent to the storage of any required follow up, at the appropriate time, the required future follow up action is taken instep 210. This follow up action can include a telephone call, an email, a facsimile, a mailing, or the like. - In those cases when the user does not have any active follow up actions or the follow up record is expired, the users actions are evaluated, and if required, a new follow up record is created in step 170. Subsequently, the new record is stored in
database 190 in step 180. Then, based on the user's activity on the give web page, any additional follow up activity is revised and stored. Subsequently, any future follow up activity is performed instep 210. - It should be noted that, in the present system, database access is performed for only those visitors that warrant special treatment. In this manner, valuable resources are conserved because multiple database queries are not performed. Thus, multiple database look-ups are performed only for those users requiring special attention or specified interaction. The interaction is based on previous sessions already stored in the server's database. Thus, no real-time decisions are required for present user interactions.
- In addition to the three modules discussed above, several other features can be used to improve system performance including caching, read buffering, and write buffering.
- To efficiently utilize system resources, records are preferably not immediately written into the database. As shown in
FIG. 5 , after a user's session ends, the system waits one hour. - In other embodiments, other amounts of time are used. After the one hour time limit, the system uses heuristics to predict whether the user will return within 24 hours. This prediction is based on the user's activities on the website and the like. If the system predicts that the user will not return within the next 24 hours, the record is immediately written to the database. If the system determines that it is likely that the user will return within the next 24 hours, the record is kept in memory. In a preferred embodiment, the record is kept in memory for 24 hours. After 24 hours, or another predetermined time period, the record is written to the database and the memory is cleared.
- By maintaining the record in memory, valuable system resources are conserved because the system does not have to send the record to the database and write those records to the database. Thus, communication bandwidth as well as database record space is preserved. Additionally, if the user returns within the prescribed time period while the record is still in memory, the time to access the record is greatly reduced. As shown in
FIG. 5 , once a user session ends, the record is cached and a first time period begins where the system waits to see if the user returns. Typically, this first time period is approximately 1 hour. If the user returns during this time period, the system monitors the user's activity until the user's session ends again. If the user does not return, the system predicts if the user will return during a second time period, typically 24 hours. If the user will not likely return during the prescribed time period, the record is written to the database. If the user will likely return, the record is stored in memory. During this time period, the user's return is monitored. If the user returns, the session continues until of the new session or, after the prescribed time period, the record is written to the database and the memory is cleared. - In the preferred embodiment, to conserve data storage requirements, records are saved to a partition. In this manner, when a set of records are to be deleted, the partition corresponding to the set of records to be deleted is cleared. Preferably, the partitions are sorted by date and are erased every 30 days.
- Heuristics are employed to estimate which follow up records will be accessed more frequently, and estimate the likelihood that a visitor will return to the site within the next 24 hours. In this way, records are readily accessible to the system. If a record will not be accessed within 24 hours, it is written to the database. For efficient database updating, write requests are buffered so that multiple follow up records are stored to the database in one operation. Once record expires, it is preferably removed from the database. Finally, read requests are buffered such that the server performs read operations only at a certain rate, for example not more frequently than 5 times per second.
- The present invention may be described herein in terms of functional block components, code listings, optional selections and various processing steps. It should be appreciated that such functional blocks may be realized by any number of hardware and/or software components configured to perform the specified functions. For example, the present invention may employ various integrated circuit components, e.g., memory elements, processing elements, logic elements, look-up tables, and the like, which may carry out a variety of functions under the control of one or more microprocessors or other control devices.
- Similarly, the software elements of the present invention may be implemented with any programming or scripting language such as C, C++, C#, Java, COBOL, assembler, PERL, or the like, with the various algorithms being implemented with any combination of data structures, objects, processes, routines or other programming elements.
- Further, it should be noted that the present invention may employ any number of conventional techniques for data transmission, signaling, data processing, network control, and the like.
- It should be appreciated that the particular implementations shown and described herein are illustrative of the invention and its best mode and are not intended to otherwise limit the scope of the present invention in any way. Indeed, for the sake of brevity, conventional data networking, application development and other functional aspects of the systems (and components of the individual operating components of the systems) may not be described in detail herein. Furthermore, the connecting lines shown in the various figures contained herein are intended to represent exemplary functional relationships and/or physical or virtual couplings between the various elements. It should be noted that many alternative or additional functional relationships or physical or virtual connections may be present in a practical electronic data communications system.
- As will be appreciated by one of ordinary skill in the art, the present invention may be embodied as a method, a data processing system, a device for data processing, and/or a computer program product. Accordingly, the present invention may take the form of an entirely software embodiment, an entirely hardware embodiment, or an embodiment combining aspects of both software and hardware. Furthermore, the present invention may take the form of a computer program product on a computer-readable storage medium having computer-readable program code means embodied in the storage medium. Any suitable computer-readable storage medium may be utilized, including hard disks, CD-ROM, optical storage devices, magnetic storage devices, and/or the like.
- The present invention is described below with reference to block diagrams and flowchart illustrations of methods, apparatus (e.g., systems), and computer program products according to various aspects of the invention. It will be understood that each functional block of the block diagrams and the flowchart illustrations, and combinations of functional blocks in the block diagrams and flowchart illustrations, respectively, can be implemented by computer program instructions. These computer program instructions may be loaded onto a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions that execute on the computer or other programmable data processing apparatus create means for implementing the functions specified in the flowchart block or blocks.
- These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means that implement the function specified in the flowchart block or blocks. The computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer-implemented process such that the instructions that execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart block or blocks.
- Accordingly, functional blocks of the block diagrams and flowchart illustrations support combinations of means for performing the specified functions, combinations of steps for performing the specified functions, and program instruction means for performing the specified functions. It will also be understood that each functional block of the block diagrams and flowchart illustrations, and combinations of functional blocks in the block diagrams and flowchart illustrations, can be implemented by either special purpose hardware-based computer systems that perform the specified functions or steps, or suitable combinations of special purpose hardware and computer instructions.
- One skilled in the art will also appreciate that, for security reasons, any databases, systems, or components of the present invention may consist of any combination of databases or components at a single location or at multiple locations, wherein each database or system includes any of various suitable security features, such as firewalls, access codes, encryption, de-encryption, compression, decompression, and/or the like.
- The scope of the invention should be determined by the appended claims and their legal equivalents, rather than by the examples given herein. For example, the steps recited in any method claims may be executed in any order and are not limited to the order presented in the claims. Moreover, no element is essential to the practice of the invention unless specifically described herein as “critical” or “essential.”
- In the specification, the term “media” means any medium that can record data therein. The term “media” includes, for instance, a disk shaped media for such as CD-ROM (compact disc-read only memory), magneto optical disc or MO, digital video disc-read only memory or DVD-ROM, digital video disc-random access memory or DVD-RAM, a floppy disc, a memory chip such as random access memory or RAM, read only memory or ROM, erasable programmable read only memory or E-PROM, electrical erasable programmable read only memory or EE-PROM, a rewriteable card-type read only memory such as a smart card, a magnetic tape, a hard disc, and any other suitable means for storing a program therein.
- A recording media storing a program for accomplishing the above mentioned apparatus maybe accomplished by programming functions of the above mentioned apparatuses with a programming language readable by a computer or processor, and recording the program on a media such as mentioned above.
- A server equipped with a hard disk drive may be employed as a recording media. It is also possible to accomplish the present invention by storing the above mentioned computer program on such a hard disk in a server and reading the computer program by other computers through a network.
- As a computer processing device, any suitable device for performing computations in accordance with a computer program may be used. Examples of such devices include a personal computer, a laptop computer, a microprocessor, a programmable logic device, or an application specific integrated circuit.
- While this invention has been described by reference to a preferred embodiment, it should be understood that numerous changes could be made within the spirit and scope of the inventive concepts described. Accordingly, it is intended that the invention not be limited to the disclosed embodiment, but that it have the full scope permitted by the language of the following claims.
Claims (21)
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US14/970,225 US9590930B2 (en) | 2005-09-14 | 2015-12-15 | System and method for performing follow up based on user interactions |
US15/409,720 US9948582B2 (en) | 2005-09-14 | 2017-01-19 | System and method for performing follow up based on user interactions |
US15/912,761 US11394670B2 (en) | 2005-09-14 | 2018-03-06 | System and method for performing follow up based on user interactions |
US17/839,643 US11743214B2 (en) | 2005-09-14 | 2022-06-14 | System and method for performing follow up based on user interactions |
Applications Claiming Priority (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US71653505P | 2005-09-14 | 2005-09-14 | |
US71721205P | 2005-09-15 | 2005-09-15 | |
US11/360,530 US8738732B2 (en) | 2005-09-14 | 2006-02-24 | System and method for performing follow up based on user interactions |
US14/244,830 US9525745B2 (en) | 2005-09-14 | 2014-04-03 | System and method for performing follow up based on user interactions |
US14/970,225 US9590930B2 (en) | 2005-09-14 | 2015-12-15 | System and method for performing follow up based on user interactions |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US14/244,830 Continuation US9525745B2 (en) | 2005-09-14 | 2014-04-03 | System and method for performing follow up based on user interactions |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US15/409,720 Continuation US9948582B2 (en) | 2005-09-14 | 2017-01-19 | System and method for performing follow up based on user interactions |
Publications (2)
Publication Number | Publication Date |
---|---|
US20160248706A1 true US20160248706A1 (en) | 2016-08-25 |
US9590930B2 US9590930B2 (en) | 2017-03-07 |
Family
ID=37856593
Family Applications (6)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/360,530 Active 2028-07-24 US8738732B2 (en) | 2005-09-14 | 2006-02-24 | System and method for performing follow up based on user interactions |
US14/244,830 Active 2026-06-22 US9525745B2 (en) | 2005-09-14 | 2014-04-03 | System and method for performing follow up based on user interactions |
US14/970,225 Active US9590930B2 (en) | 2005-09-14 | 2015-12-15 | System and method for performing follow up based on user interactions |
US15/409,720 Active US9948582B2 (en) | 2005-09-14 | 2017-01-19 | System and method for performing follow up based on user interactions |
US15/912,761 Active 2027-01-16 US11394670B2 (en) | 2005-09-14 | 2018-03-06 | System and method for performing follow up based on user interactions |
US17/839,643 Active US11743214B2 (en) | 2005-09-14 | 2022-06-14 | System and method for performing follow up based on user interactions |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US11/360,530 Active 2028-07-24 US8738732B2 (en) | 2005-09-14 | 2006-02-24 | System and method for performing follow up based on user interactions |
US14/244,830 Active 2026-06-22 US9525745B2 (en) | 2005-09-14 | 2014-04-03 | System and method for performing follow up based on user interactions |
Family Applications After (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US15/409,720 Active US9948582B2 (en) | 2005-09-14 | 2017-01-19 | System and method for performing follow up based on user interactions |
US15/912,761 Active 2027-01-16 US11394670B2 (en) | 2005-09-14 | 2018-03-06 | System and method for performing follow up based on user interactions |
US17/839,643 Active US11743214B2 (en) | 2005-09-14 | 2022-06-14 | System and method for performing follow up based on user interactions |
Country Status (1)
Country | Link |
---|---|
US (6) | US8738732B2 (en) |
Cited By (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9558276B2 (en) | 2008-08-04 | 2017-01-31 | Liveperson, Inc. | Systems and methods for facilitating participation |
US9563336B2 (en) | 2012-04-26 | 2017-02-07 | Liveperson, Inc. | Dynamic user interface customization |
US9819561B2 (en) | 2000-10-26 | 2017-11-14 | Liveperson, Inc. | System and methods for facilitating object assignments |
US9892417B2 (en) | 2008-10-29 | 2018-02-13 | Liveperson, Inc. | System and method for applying tracing tools for network locations |
US9948582B2 (en) | 2005-09-14 | 2018-04-17 | Liveperson, Inc. | System and method for performing follow up based on user interactions |
US10038683B2 (en) | 2010-12-14 | 2018-07-31 | Liveperson, Inc. | Authentication of service requests using a communications initiation feature |
US10191622B2 (en) | 2005-09-14 | 2019-01-29 | Liveperson, Inc. | System and method for design and dynamic generation of a web page |
CN109495457A (en) * | 2018-10-31 | 2019-03-19 | 厦门畅享信息技术有限公司 | The business process engine and business of across a network limitation execute method |
US10278065B2 (en) | 2016-08-14 | 2019-04-30 | Liveperson, Inc. | Systems and methods for real-time remote control of mobile applications |
US10326719B2 (en) | 2012-03-06 | 2019-06-18 | Liveperson, Inc. | Occasionally-connected computing interface |
US20200287947A1 (en) * | 2019-03-04 | 2020-09-10 | Metatellus Oü | System and method for selective communication |
US10869253B2 (en) | 2015-06-02 | 2020-12-15 | Liveperson, Inc. | Dynamic communication routing based on consistency weighting and routing rules |
US11004119B2 (en) | 2012-05-15 | 2021-05-11 | Liveperson, Inc. | Methods and systems for presenting specialized content using campaign metrics |
US11050687B2 (en) | 2010-12-14 | 2021-06-29 | Liveperson, Inc. | Authentication of service requests initiated from a social networking site |
US11263548B2 (en) | 2008-07-25 | 2022-03-01 | Liveperson, Inc. | Method and system for creating a predictive model for targeting web-page to a surfer |
US11615161B2 (en) | 2010-04-07 | 2023-03-28 | Liveperson, Inc. | System and method for dynamically enabling customized web content and applications |
US11775865B1 (en) * | 2020-08-04 | 2023-10-03 | Amdocs Development Limited | Machine learning system, method, and computer program for evaluation of customer service agents |
US12079829B2 (en) | 2014-03-31 | 2024-09-03 | Liveperson, Inc. | Online behavioral predictor |
Families Citing this family (41)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8868448B2 (en) | 2000-10-26 | 2014-10-21 | Liveperson, Inc. | Systems and methods to facilitate selling of products and services |
US7827290B2 (en) * | 2006-12-21 | 2010-11-02 | Genesys Telecommunications Laboratories, Inc. | Method for integrating client WEB history and call center history into a single interaction history accessible in real time |
US8064584B2 (en) * | 2007-04-19 | 2011-11-22 | Art Technology Group, Inc. | Method and apparatus for cross channel data processing |
US7941755B2 (en) * | 2007-04-19 | 2011-05-10 | Art Technology Group, Inc. | Method and apparatus for web page co-browsing |
US8630625B2 (en) * | 2007-09-14 | 2014-01-14 | At&T Intellectual Property I, L.P. | System and method for personalized messaging |
US7966564B2 (en) | 2008-05-08 | 2011-06-21 | Adchemy, Inc. | Web page server process using visitor context and page features to select optimized web pages for display |
US20090286219A1 (en) * | 2008-05-15 | 2009-11-19 | Kisin Roman | Conducting a virtual interview in the context of a legal matter |
US9830563B2 (en) | 2008-06-27 | 2017-11-28 | International Business Machines Corporation | System and method for managing legal obligations for data |
US8260846B2 (en) | 2008-07-25 | 2012-09-04 | Liveperson, Inc. | Method and system for providing targeted content to a surfer |
US8571201B2 (en) * | 2009-06-23 | 2013-10-29 | Oracle Otc Subsidiary Llc | Cross channel identification in electronic commerce environments |
US9339691B2 (en) | 2012-01-05 | 2016-05-17 | Icon Health & Fitness, Inc. | System and method for controlling an exercise device |
US8943002B2 (en) | 2012-02-10 | 2015-01-27 | Liveperson, Inc. | Analytics driven engagement |
EP2856395A4 (en) * | 2012-05-29 | 2015-11-18 | Ophio Software Inc | Systems and methods involving features of sales force processing and/or productivity |
EP2969058B1 (en) | 2013-03-14 | 2020-05-13 | Icon Health & Fitness, Inc. | Strength training apparatus with flywheel and related methods |
US20140282036A1 (en) * | 2013-03-15 | 2014-09-18 | Turn Inc. | Universal tag for page analytics and campaign creation |
US20150100381A1 (en) * | 2013-10-03 | 2015-04-09 | Douglas Petrie | Method and System for Increasing the Percentage of Customers Realized from Smart Phone Advertising |
US9898743B2 (en) | 2013-10-09 | 2018-02-20 | Salesforce.Com, Inc. | Systems and methods for automatic generation of a relationship management system |
US10607165B2 (en) * | 2013-11-14 | 2020-03-31 | Salesforce.Com, Inc. | Systems and methods for automatic suggestions in a relationship management system |
EP3974036B1 (en) | 2013-12-26 | 2024-06-19 | iFIT Inc. | Magnetic resistance mechanism in a cable machine |
US10425366B2 (en) * | 2014-01-08 | 2019-09-24 | Microsoft Technology Licensing, Llc | Reminder service for email selected for follow-up actions |
US9247051B2 (en) | 2014-02-28 | 2016-01-26 | Salesforce.Com, Inc. | Systems and methods for tracking and responding to mobile events in a relationship management system |
US10433612B2 (en) | 2014-03-10 | 2019-10-08 | Icon Health & Fitness, Inc. | Pressure sensor to quantify work |
US10426989B2 (en) | 2014-06-09 | 2019-10-01 | Icon Health & Fitness, Inc. | Cable system incorporated into a treadmill |
WO2015195965A1 (en) | 2014-06-20 | 2015-12-23 | Icon Health & Fitness, Inc. | Post workout massage device |
JP6434640B2 (en) * | 2014-11-04 | 2018-12-05 | 華為技術有限公司Huawei Technologies Co.,Ltd. | Message display method, message display device, and message display device |
US10391361B2 (en) | 2015-02-27 | 2019-08-27 | Icon Health & Fitness, Inc. | Simulating real-world terrain on an exercise device |
WO2016161432A1 (en) | 2015-04-03 | 2016-10-06 | Xsell Technologies | Method and apparatus to increase personalization and enhance chat experiences on the internet |
US10387845B2 (en) * | 2015-07-10 | 2019-08-20 | Bank Of America Corporation | System for facilitating appointment calendaring based on perceived customer requirements |
US10387846B2 (en) * | 2015-07-10 | 2019-08-20 | Bank Of America Corporation | System for affecting appointment calendaring on a mobile device based on dependencies |
US11836446B2 (en) * | 2015-11-03 | 2023-12-05 | Kyndryl, Inc. | Dynamic creation of change management templates |
US10614532B1 (en) | 2016-03-11 | 2020-04-07 | Opower, Inc. | Interactive analytics platform responsive to data inquiries |
US10504081B1 (en) * | 2016-03-11 | 2019-12-10 | Opower, Inc. | Interactive analytics platform with follow-up communications responsive to data inquiries |
US10272317B2 (en) | 2016-03-18 | 2019-04-30 | Icon Health & Fitness, Inc. | Lighted pace feature in a treadmill |
US10625137B2 (en) | 2016-03-18 | 2020-04-21 | Icon Health & Fitness, Inc. | Coordinated displays in an exercise device |
US10493349B2 (en) | 2016-03-18 | 2019-12-03 | Icon Health & Fitness, Inc. | Display on exercise device |
US10832279B2 (en) | 2016-08-17 | 2020-11-10 | International Business Machines Corporation | Aggregation of unique user invocations in an online environment |
US10671705B2 (en) | 2016-09-28 | 2020-06-02 | Icon Health & Fitness, Inc. | Customizing recipe recommendations |
US20180300787A1 (en) * | 2017-04-18 | 2018-10-18 | Engage, Inc. | System and method for synchronous peer-to-peer communication based on relevance |
US10586237B2 (en) | 2017-09-20 | 2020-03-10 | XSELL Technologies, Inc. | Method, apparatus, and computer-readable media for customer interaction semantic annotation and analytics |
US11100568B2 (en) * | 2017-12-22 | 2021-08-24 | Paypal, Inc. | System and method for creating and analyzing a low-dimensional representation of webpage sequences |
CN112926904A (en) * | 2021-04-22 | 2021-06-08 | 南京听客来信息技术有限公司 | Client sharing management method, system, terminal equipment and storage medium |
Family Cites Families (645)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6289319B1 (en) | 1984-05-24 | 2001-09-11 | Lawrence B. Lockwood | Automatic business and financial transaction processing system |
US5208748A (en) | 1985-11-18 | 1993-05-04 | Action Technologies, Inc. | Method and apparatus for structuring and managing human communications by explicitly defining the types of communications permitted between participants |
US4953085A (en) | 1987-04-15 | 1990-08-28 | Proprietary Financial Products, Inc. | System for the operation of a financial account |
US4881261A (en) | 1988-06-29 | 1989-11-14 | Rockwell International Corporation | Method for predictive pacing of calls in a calling system |
JPH03180968A (en) | 1989-12-08 | 1991-08-06 | Hitachi Ltd | Data base retrieving method and formated document outputting method using the retrieving method |
US5262941A (en) | 1990-03-30 | 1993-11-16 | Itt Corporation | Expert credit recommendation method and system |
US5187735A (en) * | 1990-05-01 | 1993-02-16 | Tele Guia Talking Yellow Pages, Inc. | Integrated voice-mail based voice and information processing system |
US5319542A (en) | 1990-09-27 | 1994-06-07 | International Business Machines Corporation | System for ordering items using an electronic catalogue |
US7051273B1 (en) | 1990-11-30 | 2006-05-23 | Microsoft Corporation | Customizing forms in an electronic mail system utilizing custom field behaviors and user defined operations |
US5206903A (en) | 1990-12-26 | 1993-04-27 | At&T Bell Laboratories | Automatic call distribution based on matching required skills with agents skills |
US5351186A (en) | 1991-01-16 | 1994-09-27 | Bullock Communications, Inc. | System and method for obtaining information concerning a product or a service |
US5235519A (en) | 1991-02-27 | 1993-08-10 | Atsushi Miura | Card vending machine |
US5596493A (en) | 1991-04-19 | 1997-01-21 | Meiji Milk Products Co., Ltd. | Method for classifying sale amount characteristics, method for predicting sale volume, method for ordering for restocking, system for classifying sale amount characteristics and system for ordering for restocking |
US6850252B1 (en) | 1999-10-05 | 2005-02-01 | Steven M. Hoffberg | Intelligent electronic appliance system and method |
US5375055A (en) | 1992-02-03 | 1994-12-20 | Foreign Exchange Transaction Services, Inc. | Credit management for electronic brokerage system |
EP0555027B1 (en) | 1992-02-04 | 1999-09-15 | Ricoh Company, Ltd | Information processing apparatus and method utilising useful additional information packet |
US5239462A (en) | 1992-02-25 | 1993-08-24 | Creative Solutions Groups, Inc. | Method and apparatus for automatically determining the approval status of a potential borrower |
US5774882A (en) | 1992-03-12 | 1998-06-30 | Keen; Regina D. | Credit approval system |
US5528490A (en) | 1992-04-10 | 1996-06-18 | Charles E. Hill & Associates, Inc. | Electronic catalog system and method |
US5387783A (en) * | 1992-04-30 | 1995-02-07 | Postalsoft, Inc. | Method and apparatus for inserting and printing barcoded zip codes |
EP0569171A1 (en) | 1992-05-08 | 1993-11-10 | Moore Business Forms, Inc. | Method and apparatus for printing photographs on documents |
US6292786B1 (en) | 1992-05-19 | 2001-09-18 | Incentech, Inc. | Method and system for generating incentives based on substantially real-time product purchase information |
US5819226A (en) | 1992-09-08 | 1998-10-06 | Hnc Software Inc. | Fraud detection using predictive modeling |
US5289371A (en) * | 1992-09-11 | 1994-02-22 | Memorylink, Inc. | System and method for routing data and communications |
US6196970B1 (en) | 1999-03-22 | 2001-03-06 | Stephen J. Brown | Research data collection and analysis |
US5372507A (en) | 1993-02-11 | 1994-12-13 | Goleh; F. Alexander | Machine-aided tutorial method |
NZ250926A (en) | 1993-02-23 | 1996-11-26 | Moore Business Forms Inc | Relational database: product, consumer and transactional data for retail shopping targeting |
US6052447A (en) | 1993-05-28 | 2000-04-18 | Sprint Communications Company L.P. | Method and apparatus for aggregating customer information for a telecommunications system |
US5794207A (en) | 1996-09-04 | 1998-08-11 | Walker Asset Management Limited Partnership | Method and apparatus for a cryptographically assisted commercial network system designed to facilitate buyer-driven conditional purchase offers |
US5940811A (en) | 1993-08-27 | 1999-08-17 | Affinity Technology Group, Inc. | Closed loop financial transaction method and apparatus |
ATE202864T1 (en) * | 1993-08-27 | 2001-07-15 | Affinity Technology Inc | CLOSED LOOP FINANCIAL TRANSACTION METHOD AND DEVICE |
US5583763A (en) | 1993-09-09 | 1996-12-10 | Mni Interactive | Method and apparatus for recommending selections based on preferences in a multi-user system |
ES2138649T3 (en) | 1993-09-22 | 2000-01-16 | Teknekron Infoswitch Corp | MONITORING OF TELECOMMUNICATION SYSTEMS. |
US5530793A (en) | 1993-09-24 | 1996-06-25 | Eastman Kodak Company | System for custom imprinting a variety of articles with images obtained from a variety of different sources |
US5517405A (en) | 1993-10-14 | 1996-05-14 | Aetna Life And Casualty Company | Expert system for providing interactive assistance in solving problems such as health care management |
US5611052A (en) * | 1993-11-01 | 1997-03-11 | The Golden 1 Credit Union | Lender direct credit evaluation and loan processing system |
US5930776A (en) | 1993-11-01 | 1999-07-27 | The Golden 1 Credit Union | Lender direct credit evaluation and loan processing system |
US5581702A (en) * | 1993-12-20 | 1996-12-03 | Intel Corporation | Computer conferencing system for selectively linking and unlinking private page with public page by selectively activating linked mode and non-linked mode for each participant |
JP3614880B2 (en) * | 1993-12-30 | 2005-01-26 | オリンパス株式会社 | Digital camera |
EP0674283A3 (en) | 1994-03-24 | 1996-03-27 | At & T Global Inf Solution | Ordering and downloading resources from computerized repositories. |
US5799151A (en) | 1994-04-04 | 1998-08-25 | Hoffer; Steven M. | Interactive electronic trade network and user interface |
US5636346A (en) | 1994-05-09 | 1997-06-03 | The Electronic Address, Inc. | Method and system for selectively targeting advertisements and programming |
US5704029A (en) | 1994-05-23 | 1997-12-30 | Wright Strategies, Inc. | System and method for completing an electronic form |
US5590038A (en) | 1994-06-20 | 1996-12-31 | Pitroda; Satyan G. | Universal electronic transaction card including receipt storage and system and methods of conducting electronic transactions |
US20060284378A1 (en) | 2002-05-20 | 2006-12-21 | Shuffle Master, Inc. | Poker game with blind bet and player selectable play wager |
US5563805A (en) | 1994-08-16 | 1996-10-08 | International Business Machines Corporation | Multimedia context-sensitive real-time-help mechanism for use in a data processing system |
GB9416673D0 (en) | 1994-08-17 | 1994-10-12 | Reuters Ltd | Data exchange filtering system |
US5765142A (en) | 1994-08-18 | 1998-06-09 | Creatacard | Method and apparatus for the development and implementation of an interactive customer service system that is dynamically responsive to change in marketing decisions and environments |
US5592378A (en) | 1994-08-19 | 1997-01-07 | Andersen Consulting Llp | Computerized order entry system and method |
US5797133A (en) | 1994-08-31 | 1998-08-18 | Strategic Solutions Group, Inc | Method for automatically determining the approval status of a potential borrower |
US6222919B1 (en) | 1994-09-12 | 2001-04-24 | Rockwell International Corporation | Method and system for routing incoming telephone calls to available agents based on agent skills |
US5826241A (en) | 1994-09-16 | 1998-10-20 | First Virtual Holdings Incorporated | Computerized system for making payments and authenticating transactions over the internet |
US5594791A (en) | 1994-10-05 | 1997-01-14 | Inventions, Inc. | Method and apparatus for providing result-oriented customer service |
JP3543395B2 (en) * | 1994-11-17 | 2004-07-14 | 株式会社日立製作所 | Service provision and usage |
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 |
US5850518A (en) | 1994-12-12 | 1998-12-15 | Northrup; Charles J. | Access-method-independent exchange |
US5857079A (en) * | 1994-12-23 | 1999-01-05 | Lucent Technologies Inc. | Smart card for automatic financial records |
US5732400A (en) * | 1995-01-04 | 1998-03-24 | Citibank N.A. | System and method for a risk-based purchase of goods |
US5668953A (en) | 1995-02-22 | 1997-09-16 | Sloo; Marshall Allan | Method and apparatus for handling a complaint |
US5696907A (en) | 1995-02-27 | 1997-12-09 | General Electric Company | System and method for performing risk and credit analysis of financial service applications |
JPH08235260A (en) * | 1995-03-01 | 1996-09-13 | Fujitsu Ltd | Multimedia communication system |
US5727163A (en) * | 1995-03-30 | 1998-03-10 | Amazon.Com, Inc. | Secure method for communicating credit card data when placing an order on a non-secure network |
US6463149B1 (en) | 1995-04-10 | 2002-10-08 | Edify Corporation | Web page synchronization system and method |
CA2173304C (en) | 1995-04-21 | 2003-04-29 | Anthony J. Dezonno | Method and system for establishing voice communications using a computer network |
EP0740450B1 (en) | 1995-04-24 | 2006-06-14 | International Business Machines Corporation | Method and apparatus for skill-based routing in a call center |
US5774883A (en) | 1995-05-25 | 1998-06-30 | Andersen; Lloyd R. | Method for selecting a seller's most profitable financing program |
US5806043A (en) | 1995-06-06 | 1998-09-08 | Interactive Media Works, L.L.C. | Method for providing customer on-line support via prepaid internet access |
US5774869A (en) | 1995-06-06 | 1998-06-30 | Interactive Media Works, Llc | Method for providing sponsor paid internet access and simultaneous sponsor promotion |
US5866889A (en) * | 1995-06-07 | 1999-02-02 | Citibank, N.A. | Integrated full service consumer banking system and system and method for opening an account |
US5664115A (en) | 1995-06-07 | 1997-09-02 | Fraser; Richard | Interactive computer system to match buyers and sellers of real estate, businesses and other property using the internet |
US5819236A (en) | 1995-06-12 | 1998-10-06 | Carreker-Antinori, Inc. | System and method for providing advance notification of potential presentment returns due to account restrictions |
US5678002A (en) | 1995-07-18 | 1997-10-14 | Microsoft Corporation | System and method for providing automated customer support |
US5826244A (en) | 1995-08-23 | 1998-10-20 | Xerox Corporation | Method and system for providing a document service over a computer network using an automated brokered auction |
US5710887A (en) * | 1995-08-29 | 1998-01-20 | Broadvision | Computer system and method for electronic commerce |
US5784568A (en) | 1995-08-31 | 1998-07-21 | Intel Corporation | Multi-party audio chat system which allows individual user utterances to be staged separately to render received utterances in order |
US5850517A (en) | 1995-08-31 | 1998-12-15 | Oracle Corporation | Communication link for client-server having agent which sends plurality of requests independent of client and receives information from the server independent of the server |
US5878403A (en) * | 1995-09-12 | 1999-03-02 | Cmsi | Computer implemented automated credit application analysis and decision routing system |
US5812769A (en) | 1995-09-20 | 1998-09-22 | Infonautics Corporation | Method and apparatus for redirecting a user to a new location on the world wide web using relative universal resource locators |
JP2747895B2 (en) | 1995-09-25 | 1998-05-06 | 新日軽株式会社 | Sash with shutter box |
US5694163A (en) | 1995-09-28 | 1997-12-02 | Intel Corporation | Method and apparatus for viewing of on-line information service chat data incorporated in a broadcast television program |
US5572643A (en) | 1995-10-19 | 1996-11-05 | Judson; David H. | Web browser with dynamic display of information objects during linking |
US6249795B1 (en) * | 1995-10-27 | 2001-06-19 | At&T Corp. | Personalizing the display of changes to records in an on-line repository |
US6067525A (en) | 1995-10-30 | 2000-05-23 | Clear With Computers | Integrated computerized sales force automation system |
US5715402A (en) * | 1995-11-09 | 1998-02-03 | Spot Metals Online | Method and system for matching sellers and buyers of spot metals |
US5838682A (en) | 1995-11-28 | 1998-11-17 | Bell Atlantic Network Services, Inc. | Method and apparatus for establishing communications with a remote node on a switched network based on hypertext dialing information received from a packet network |
US6088686A (en) | 1995-12-12 | 2000-07-11 | Citibank, N.A. | System and method to performing on-line credit reviews and approvals |
US5774870A (en) | 1995-12-14 | 1998-06-30 | Netcentives, Inc. | Fully integrated, on-line interactive frequency and award redemption program |
US5761640A (en) | 1995-12-18 | 1998-06-02 | Nynex Science & Technology, Inc. | Name and address processor |
WO1997026729A2 (en) | 1995-12-27 | 1997-07-24 | Robinson Gary B | Automated collaborative filtering in world wide web advertising |
US5793365A (en) | 1996-01-02 | 1998-08-11 | Sun Microsystems, Inc. | System and method providing a computer user interface enabling access to distributed workgroup members |
US6119101A (en) | 1996-01-17 | 2000-09-12 | Personal Agents, Inc. | Intelligent agents for electronic commerce |
US5745654A (en) | 1996-02-13 | 1998-04-28 | Hnc Software, Inc. | Fast explanations of scored observations |
US5758328A (en) | 1996-02-22 | 1998-05-26 | Giovannoli; Joseph | Computerized quotation system and method |
US5838910A (en) | 1996-03-14 | 1998-11-17 | Domenikos; Steven D. | Systems and methods for executing application programs from a memory device linked to a server at an internet site |
US5815663A (en) | 1996-03-15 | 1998-09-29 | The Robert G. Uomini And Louise B. Bidwell Trust | Distributed posting system using an indirect reference protocol |
US6044360A (en) * | 1996-04-16 | 2000-03-28 | Picciallo; Michael J. | Third party credit card |
US6014645A (en) * | 1996-04-19 | 2000-01-11 | Block Financial Corporation | Real-time financial card application system |
JP3170451B2 (en) | 1996-04-23 | 2001-05-28 | カネボウ株式会社 | Diagnostic set for product recommendation |
US5761647A (en) | 1996-05-24 | 1998-06-02 | Harrah's Operating Company, Inc. | National customer recognition system and method |
US20030195846A1 (en) | 1996-06-05 | 2003-10-16 | David Felger | Method of billing a purchase made over a computer network |
US5987434A (en) | 1996-06-10 | 1999-11-16 | Libman; Richard Marc | Apparatus and method for transacting marketing and sales of financial products |
US5862330A (en) * | 1996-07-16 | 1999-01-19 | Lucent Technologies Inc. | Technique for obtaining and exchanging information on wolrd wide web |
US5760771A (en) | 1996-07-17 | 1998-06-02 | At & T Corp | System and method for providing structured tours of hypertext files |
US6021403A (en) | 1996-07-19 | 2000-02-01 | Microsoft Corporation | Intelligent user assistance facility |
US5956693A (en) | 1996-07-19 | 1999-09-21 | Geerlings; Huib | Computer system for merchant communication to customers |
US5862223A (en) * | 1996-07-24 | 1999-01-19 | Walker Asset Management Limited Partnership | Method and apparatus for a cryptographically-assisted commercial network system designed to facilitate and support expert-based commerce |
US5805159A (en) | 1996-08-22 | 1998-09-08 | International Business Machines Corporation | Mobile client computer interdependent display data fields |
US5907677A (en) | 1996-08-23 | 1999-05-25 | Ecall Inc. | Method for establishing anonymous communication links |
US5819291A (en) | 1996-08-23 | 1998-10-06 | General Electric Company | Matching new customer records to existing customer records in a large business database using hash key |
US6016504A (en) * | 1996-08-28 | 2000-01-18 | Infospace.Com, Inc. | Method and system for tracking the purchase of a product and services over the Internet |
US6240396B1 (en) | 1996-09-04 | 2001-05-29 | Priceline.Com Incorporated | Conditional purchase offer management system for event tickets |
US6510418B1 (en) * | 1996-09-04 | 2003-01-21 | Priceline.Com Incorporated | Method and apparatus for detecting and deterring the submission of similar offers in a commerce system |
US5958014A (en) | 1996-09-24 | 1999-09-28 | Intervoice Limited Partnership | System and method for establishing a real-time agent pool between computer systems |
US5764916A (en) | 1996-09-27 | 1998-06-09 | Ichat, Inc. | Method and apparatus for real time communication over a computer network |
US5963625A (en) | 1996-09-30 | 1999-10-05 | At&T Corp | Method for providing called service provider control of caller access to pay services |
US5966699A (en) | 1996-10-11 | 1999-10-12 | Zandi; Richard | System and method for conducting loan auction over computer network |
KR100230455B1 (en) | 1996-10-21 | 1999-11-15 | 윤종용 | Accounting apparatus and method of management automation system |
US5974446A (en) | 1996-10-24 | 1999-10-26 | Academy Of Applied Science | Internet based distance learning system for communicating between server and clients wherein clients communicate with each other or with teacher using different communication techniques via common user interface |
US5948061A (en) | 1996-10-29 | 1999-09-07 | Double Click, Inc. | Method of delivery, targeting, and measuring advertising over networks |
US6603487B1 (en) | 1996-10-31 | 2003-08-05 | International Business Machines Corporation | System for electronically developing and processing a document |
US5796393A (en) | 1996-11-08 | 1998-08-18 | Compuserve Incorporated | System for intergrating an on-line service community with a foreign service |
US5828839A (en) | 1996-11-14 | 1998-10-27 | Interactive Broadcaster Services Corp. | Computer network chat room based on channel broadcast in real time |
US6202155B1 (en) * | 1996-11-22 | 2001-03-13 | Ubiq Incorporated | Virtual card personalization system |
US6014644A (en) * | 1996-11-22 | 2000-01-11 | Pp International, Inc. | Centrally coordinated communication systems with multiple broadcast data objects and response tracking |
US6134533A (en) | 1996-11-25 | 2000-10-17 | Shell; Allyn M. | Multi-level marketing computer network server |
US5950179A (en) | 1996-12-03 | 1999-09-07 | Providian Financial Corporation | Method and system for issuing a secured credit card |
US5916302A (en) | 1996-12-06 | 1999-06-29 | International Business Machines Corporation | Multimedia conferencing using parallel networks |
US6131095A (en) | 1996-12-11 | 2000-10-10 | Hewlett-Packard Company | Method of accessing a target entity over a communications network |
IL130735A (en) | 1997-01-06 | 2004-05-12 | Bellsouth Corp | Method and system for tracking network use |
US6052730A (en) | 1997-01-10 | 2000-04-18 | The Board Of Trustees Of The Leland Stanford Junior University | Method for monitoring and/or modifying web browsing sessions |
US5903641A (en) | 1997-01-28 | 1999-05-11 | Lucent Technologies Inc. | Automatic dynamic changing of agents' call-handling assignments |
US6044146A (en) * | 1998-02-17 | 2000-03-28 | Genesys Telecommunications Laboratories, Inc. | Method and apparatus for call distribution and override with priority |
US6473787B2 (en) | 1997-02-06 | 2002-10-29 | Genesys Telecommunications Laboratories, Inc. | System for routing electronic mails |
US5819029A (en) | 1997-02-20 | 1998-10-06 | Brittan Communications International Corp. | Third party verification system and method |
US6597377B1 (en) | 1997-02-25 | 2003-07-22 | International Business Machines Corporation | Web links objects |
US5970478A (en) | 1997-03-12 | 1999-10-19 | Walker Asset Management Limited Partnership | Method, apparatus, and program for customizing credit accounts |
US6134318A (en) | 1997-03-19 | 2000-10-17 | At&T Corp | System and method for telemarketing through a hypertext network |
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 |
US6064987A (en) | 1997-03-21 | 2000-05-16 | Walker Digital, Llc | Method and apparatus for providing and processing installment plans at a terminal |
US5945989A (en) | 1997-03-25 | 1999-08-31 | Premiere Communications, Inc. | Method and apparatus for adding and altering content on websites |
US6892226B1 (en) | 1997-03-27 | 2005-05-10 | Intel Corporation | System for delivery of dynamic content to a client device |
US6028601A (en) * | 1997-04-01 | 2000-02-22 | Apple Computer, Inc. | FAQ link creation between user's questions and answers |
US5943478A (en) | 1997-04-04 | 1999-08-24 | Flash Communications, Inc. | System for immediate popup messaging across the internet |
US5832465A (en) | 1997-04-07 | 1998-11-03 | General Electric Company | Method for building a self-learning evidential reasoning system |
US6853984B1 (en) | 1997-04-08 | 2005-02-08 | Propay U.S.A., Inc. | Method and apparatus for credit card processing via facsimile |
US5895454A (en) | 1997-04-17 | 1999-04-20 | Harrington; Juliette | Integrated interface for vendor/product oriented internet websites |
JP3634556B2 (en) | 1997-05-12 | 2005-03-30 | キヤノン株式会社 | Image processing method and system |
US20010013009A1 (en) * | 1997-05-20 | 2001-08-09 | Daniel R. Greening | System and method for computer-based marketing |
US6119103A (en) | 1997-05-27 | 2000-09-12 | Visa International Service Association | Financial risk prediction systems and methods therefor |
US6085195A (en) | 1998-06-02 | 2000-07-04 | Xstasis, Llc | Internet photo booth |
US20010011262A1 (en) | 1997-06-03 | 2001-08-02 | Timothy Hoyt | Photo kiosk for transmitting a photographic image |
US5991740A (en) | 1997-06-10 | 1999-11-23 | Messer; Stephen Dale | Data processing system for integrated tracking and management of commerce related activities on a public access network |
US5949044A (en) | 1997-06-13 | 1999-09-07 | Walker Asset Management Limited Partnership | Method and apparatus for funds and credit line transfers |
AU8072798A (en) | 1997-06-16 | 1999-01-04 | Doubleclick Inc. | Method and apparatus for automatic placement of advertising |
US6029141A (en) * | 1997-06-27 | 2000-02-22 | Amazon.Com, Inc. | Internet-based customer referral system |
US20010054064A1 (en) | 1997-07-02 | 2001-12-20 | Pallipuram V. Kannan | Method system and computer program product for providing customer service over the world-wide web |
US6018774A (en) | 1997-07-03 | 2000-01-25 | Yobaby Productions, Llc | Method and system for creating messages including image information |
US6014647A (en) * | 1997-07-08 | 2000-01-11 | Nizzari; Marcia M. | Customer interaction tracking |
EP1004071A1 (en) | 1997-08-13 | 2000-05-31 | Citicorp Development Center | Personal banking machine |
US5940812A (en) | 1997-08-19 | 1999-08-17 | Loanmarket Resources, L.L.C. | Apparatus and method for automatically matching a best available loan to a potential borrower via global telecommunications network |
US7376603B1 (en) | 1997-08-19 | 2008-05-20 | Fair Isaac Corporation | Method and system for evaluating customers of a financial institution using customer relationship value tags |
US6112190A (en) | 1997-08-19 | 2000-08-29 | Citibank, N.A. | Method and system for commercial credit analysis |
US6026370A (en) * | 1997-08-28 | 2000-02-15 | Catalina Marketing International, Inc. | Method and apparatus for generating purchase incentive mailing based on prior purchase history |
US20010056405A1 (en) | 1997-09-11 | 2001-12-27 | Muyres Matthew R. | Behavior tracking and user profiling system |
US5960411A (en) | 1997-09-12 | 1999-09-28 | Amazon.Com, Inc. | Method and system for placing a purchase order via a communications network |
US5995947A (en) | 1997-09-12 | 1999-11-30 | Imx Mortgage Exchange | Interactive mortgage and loan information and real-time trading system |
US6272506B1 (en) | 1997-09-12 | 2001-08-07 | Doxis, Llc | Computerized verification form processing system and method |
US6000832A (en) | 1997-09-24 | 1999-12-14 | Microsoft Corporation | Electronic online commerce card with customer generated transaction proxy number for online transactions |
DE69730057T2 (en) | 1997-09-29 | 2005-08-04 | Webplus Ltd., Road Town | A MULTI-ELEMENT TRUST INTERPRETATION SYSTEM AND METHOD THEREFOR |
JP4077909B2 (en) | 1997-10-03 | 2008-04-23 | 富士通株式会社 | Form processing device |
US20020083167A1 (en) | 1997-10-06 | 2002-06-27 | Thomas J. Costigan | Communications system and method |
US5970475A (en) | 1997-10-10 | 1999-10-19 | Intelisys Electronic Commerce, Llc | Electronic procurement system and method for trading partners |
US6009410A (en) | 1997-10-16 | 1999-12-28 | At&T Corporation | Method and system for presenting customized advertising to a user on the world wide web |
US6055510A (en) | 1997-10-24 | 2000-04-25 | At&T Corp. | Method for performing targeted marketing over a large computer network |
US6925441B1 (en) | 1997-10-27 | 2005-08-02 | Marketswitch Corp. | System and method of targeted marketing |
US6131087A (en) | 1997-11-05 | 2000-10-10 | The Planning Solutions Group, Inc. | Method for automatically identifying, matching, and near-matching buyers and sellers in electronic market transactions |
US6134532A (en) | 1997-11-14 | 2000-10-17 | Aptex Software, Inc. | System and method for optimal adaptive matching of users to most relevant entity and information in real-time |
US6076100A (en) | 1997-11-17 | 2000-06-13 | Microsoft Corporation | Server-side chat monitor |
US6085126A (en) | 1997-11-21 | 2000-07-04 | St. Paul Stamp Works, Inc. | System and method for preparing custom designs for multiple types of imprintable media |
US6493447B1 (en) | 1997-11-21 | 2002-12-10 | Mci Communications Corporation | Contact server for call center for syncronizing simultaneous telephone calls and TCP/IP communications |
US6058428A (en) | 1997-12-05 | 2000-05-02 | Pictra, Inc. | Method and apparatus for transferring digital images on a network |
US6084585A (en) | 1998-07-29 | 2000-07-04 | International Business Machines Corp. | System for directly accessing fields on electronic forms |
US6195426B1 (en) | 1997-12-11 | 2001-02-27 | At&T Corp. | Service providing customized information to queuing customers |
US6049784A (en) | 1997-12-16 | 2000-04-11 | Capital One Financial Corporation | Method for creating and managing a lease agreement |
US6804659B1 (en) | 2000-01-14 | 2004-10-12 | Ricoh Company Ltd. | Content based web advertising |
US6202053B1 (en) * | 1998-01-23 | 2001-03-13 | First Usa Bank, Na | Method and apparatus for generating segmentation scorecards for evaluating credit risk of bank card applicants |
CA2228331C (en) * | 1998-01-30 | 2002-01-15 | Ibm Canada Limited-Ibm Canada Limitee | A token-based deadline enforcement system for electronic document submission |
GB9801978D0 (en) | 1998-01-30 | 1998-03-25 | Orbital Technologies Limited | Information systems |
US5943416A (en) | 1998-02-17 | 1999-08-24 | Genesys Telecommunications Laboratories, Inc. | Automated survey control routine in a call center environment |
US6449358B1 (en) | 1998-02-17 | 2002-09-10 | Genesys Telecommunications Laboratories, Inc. | Method for predicting and managing call load by determining the optimum frequency of outbound call generation during an out-bound calling campaign from a call center |
JPH11232330A (en) | 1998-02-18 | 1999-08-27 | Hitachi Ltd | Marketing system |
US6144991A (en) | 1998-02-19 | 2000-11-07 | Telcordia Technologies, Inc. | System and method for managing interactions between users in a browser-based telecommunications network |
US6138139A (en) | 1998-10-29 | 2000-10-24 | Genesys Telecommunications Laboraties, Inc. | Method and apparatus for supporting diverse interaction paths within a multimedia communication center |
US6381640B1 (en) | 1998-09-11 | 2002-04-30 | Genesys Telecommunications Laboratories, Inc. | Method and apparatus for automated personalization and presentation of workload assignments to agents within a multimedia communication center |
US6167395A (en) | 1998-09-11 | 2000-12-26 | Genesys Telecommunications Laboratories, Inc | Method and apparatus for creating specialized multimedia threads in a multimedia communication center |
US6170011B1 (en) * | 1998-09-11 | 2001-01-02 | Genesys Telecommunications Laboratories, Inc. | Method and apparatus for determining and initiating interaction directionality within a multimedia communication center |
US6535492B2 (en) | 1999-12-01 | 2003-03-18 | Genesys Telecommunications Laboratories, Inc. | Method and apparatus for assigning agent-led chat sessions hosted by a communication center to available agents based on message load and agent skill-set |
US6346952B1 (en) | 1999-12-01 | 2002-02-12 | Genesys Telecommunications Laboratories, Inc. | Method and apparatus for summarizing previous threads in a communication-center chat session |
GB9803819D0 (en) | 1998-02-24 | 1998-04-22 | Philips Electronics Nv | Context sensitive web communications |
US20020059095A1 (en) | 1998-02-26 | 2002-05-16 | Cook Rachael Linette | System and method for generating, capturing, and managing customer lead information over a computer network |
US6199079B1 (en) * | 1998-03-09 | 2001-03-06 | Junglee Corporation | Method and system for automatically filling forms in an integrated network based transaction environment |
US6230121B1 (en) | 1998-03-30 | 2001-05-08 | International Business Machines Corporation | Measurement and validation of interaction and communication |
US6618746B2 (en) | 1998-03-30 | 2003-09-09 | Markettools, Inc. | Survey communication across a network |
US6192380B1 (en) * | 1998-03-31 | 2001-02-20 | Intel Corporation | Automatic web based form fill-in |
US6078892A (en) | 1998-04-09 | 2000-06-20 | International Business Machines Corporation | Method for customer lead selection and optimization |
US6173053B1 (en) | 1998-04-09 | 2001-01-09 | Avaya Technology Corp. | Optimizing call-center performance by using predictive data to distribute calls among agents |
US6134530A (en) | 1998-04-17 | 2000-10-17 | Andersen Consulting Llp | Rule based routing system and method for a virtual sales and service center |
US6192319B1 (en) * | 1998-04-24 | 2001-02-20 | Cfi Group | Statistical impact analysis computer system |
US6385594B1 (en) | 1998-05-08 | 2002-05-07 | Lendingtree, Inc. | Method and computer network for co-ordinating a loan over the internet |
US6061658A (en) | 1998-05-14 | 2000-05-09 | International Business Machines Corporation | Prospective customer selection using customer and market reference data |
US6185543B1 (en) * | 1998-05-15 | 2001-02-06 | Marketswitch Corp. | Method and apparatus for determining loan prepayment scores |
US6182050B1 (en) * | 1998-05-28 | 2001-01-30 | Acceleration Software International Corporation | Advertisements distributed on-line using target criteria screening with method for maintaining end user privacy |
US6311169B2 (en) | 1998-06-11 | 2001-10-30 | Consumer Credit Associates, Inc. | On-line consumer credit data reporting system |
US6505176B2 (en) | 1998-06-12 | 2003-01-07 | First American Credit Management Solutions, Inc. | Workflow management system for an automated credit application system |
US6615189B1 (en) | 1998-06-22 | 2003-09-02 | Bank One, Delaware, National Association | Debit purchasing of stored value card for use by and/or delivery to others |
US6029890A (en) * | 1998-06-22 | 2000-02-29 | Austin; Frank | User-Specified credit card system |
US6349290B1 (en) * | 1998-06-30 | 2002-02-19 | Citibank, N.A. | Automated system and method for customized and personalized presentation of products and services of a financial institution |
US6070149A (en) | 1998-07-02 | 2000-05-30 | Activepoint Ltd. | Virtual sales personnel |
US6327574B1 (en) | 1998-07-07 | 2001-12-04 | Encirq Corporation | Hierarchical models of consumer attributes for targeting content in a privacy-preserving manner |
AU5234999A (en) | 1998-08-03 | 2000-02-28 | Doubleclick Inc. | Network for distribution of re-targeted advertising |
US7194436B2 (en) | 1998-08-10 | 2007-03-20 | Ford Motor Company | Method and system for internet based financial auto credit application |
US6438526B1 (en) | 1998-09-09 | 2002-08-20 | Frederick T. Dykes | System and method for transmitting and processing loan data |
US6317722B1 (en) * | 1998-09-18 | 2001-11-13 | Amazon.Com, Inc. | Use of electronic shopping carts to generate personal recommendations |
US6338066B1 (en) * | 1998-09-25 | 2002-01-08 | International Business Machines Corporation | Surfaid predictor: web-based system for predicting surfer behavior |
US6920434B1 (en) | 1998-09-28 | 2005-07-19 | Genesis Three Corporation | Computerized system and method for establishing a loan participation network |
US6236975B1 (en) | 1998-09-29 | 2001-05-22 | Ignite Sales, Inc. | System and method for profiling customers for targeted marketing |
US6449646B1 (en) | 1998-10-13 | 2002-09-10 | Aspect Communications Corporation | Method and apparatus for allocating mixed transaction type messages to resources via an integrated queuing mechanism |
US6285983B1 (en) | 1998-10-21 | 2001-09-04 | Lend Lease Corporation Ltd. | Marketing systems and methods that preserve consumer privacy |
US6189003B1 (en) * | 1998-10-23 | 2001-02-13 | Wynwyn.Com Inc. | Online business directory with predefined search template for facilitating the matching of buyers to qualified sellers |
US7742966B2 (en) | 1998-10-24 | 2010-06-22 | Marketcore.Com, Inc. | Efficient market for financial products |
US8010422B1 (en) | 1998-11-03 | 2011-08-30 | Nextcard, Llc | On-line balance transfers |
US20050004864A1 (en) * | 2000-06-15 | 2005-01-06 | Nextcard Inc. | Implementing a counter offer for an on line credit card application |
US6405181B2 (en) | 1998-11-03 | 2002-06-11 | Nextcard, Inc. | Method and apparatus for real time on line credit approval |
US6567791B2 (en) * | 1998-11-03 | 2003-05-20 | Nextcard, Inc. | Method and apparatus for a verifiable on line rejection of an application for credit |
US6324524B1 (en) | 1998-11-03 | 2001-11-27 | Nextcard, Inc. | Method and apparatus for an account level offer of credit and real time balance transfer |
US6795812B1 (en) | 1998-11-03 | 2004-09-21 | Nextcard, Inc. | Implementing a counter offer for an on line credit card application |
US6766302B2 (en) | 1998-11-09 | 2004-07-20 | Joseph Bach | Method and apparatus for advertisement |
EP1224598A4 (en) * | 1998-11-09 | 2002-10-23 | E Fin Llc | Computer-driven information management system for selectively matching credit applicants with money lenders through a global communications network |
US6134548A (en) | 1998-11-19 | 2000-10-17 | Ac Properties B.V. | System, method and article of manufacture for advanced mobile bargain shopping |
US6141653A (en) | 1998-11-16 | 2000-10-31 | Tradeaccess Inc | System for interative, multivariate negotiations over a network |
US6298348B1 (en) | 1998-12-03 | 2001-10-02 | Expanse Networks, Inc. | Consumer profiling system |
JP4218099B2 (en) * | 1998-12-03 | 2009-02-04 | ソニー株式会社 | Database, customer information search method, and customer information search device |
US6266774B1 (en) | 1998-12-08 | 2001-07-24 | Mcafee.Com Corporation | Method and system for securing, managing or optimizing a personal computer |
US6665395B1 (en) | 1998-12-11 | 2003-12-16 | Avaya Technology Corp. | Automatic call distribution system using computer network-based communication |
US6055573A (en) | 1998-12-30 | 2000-04-25 | Supermarkets Online, Inc. | Communicating with a computer based on an updated purchase behavior classification of a particular consumer |
US6851115B1 (en) | 1999-01-05 | 2005-02-01 | Sri International | Software-based architecture for communication and cooperation among distributed electronic agents |
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 |
US6925442B1 (en) | 1999-01-29 | 2005-08-02 | Elijahu Shapira | Method and apparatus for evaluating vistors to a web server |
JP2000242392A (en) | 1999-02-12 | 2000-09-08 | Dbm Korea:Kk | Computer system for dynamic information display and method thereof |
US6334110B1 (en) | 1999-03-10 | 2001-12-25 | Ncr Corporation | System and method for analyzing customer transactions and interactions |
US6223165B1 (en) | 1999-03-22 | 2001-04-24 | Keen.Com, Incorporated | Method and apparatus to connect consumer to expert |
US6741995B1 (en) | 1999-03-23 | 2004-05-25 | Metaedge Corporation | Method for dynamically creating a profile |
US6519628B1 (en) | 1999-03-24 | 2003-02-11 | Live Person, Inc. | Method and system for customer service using a packet switched network |
US6907566B1 (en) | 1999-04-02 | 2005-06-14 | Overture Services, Inc. | Method and system for optimum placement of advertisements on a webpage |
US6836768B1 (en) | 1999-04-27 | 2004-12-28 | Surfnotes | Method and apparatus for improved information representation |
US6430539B1 (en) | 1999-05-06 | 2002-08-06 | Hnc Software | Predictive modeling of consumer financial behavior |
US6571234B1 (en) | 1999-05-11 | 2003-05-27 | Prophet Financial Systems, Inc. | System and method for managing online message board |
US6721713B1 (en) | 1999-05-27 | 2004-04-13 | Andersen Consulting Llp | Business alliance identification in a web architecture framework |
US7523191B1 (en) | 2000-06-02 | 2009-04-21 | Yahoo! Inc. | System and method for monitoring user interaction with web pages |
US6393479B1 (en) * | 1999-06-04 | 2002-05-21 | Webside Story, Inc. | Internet website traffic flow analysis |
US7350139B1 (en) | 2000-06-16 | 2008-03-25 | American Express Travel Related Services Company, Inc. | System and method for utilizing a drag and drop technique to complete electronic forms |
US20020026351A1 (en) * | 1999-06-30 | 2002-02-28 | Thomas E. Coleman | Method and system for delivery of targeted commercial messages |
US7628730B1 (en) | 1999-07-08 | 2009-12-08 | Icon Ip, Inc. | Methods and systems for controlling an exercise apparatus using a USB compatible portable remote device |
US6510427B1 (en) * | 1999-07-19 | 2003-01-21 | Ameritech Corporation | Customer feedback acquisition and processing system |
US6965868B1 (en) | 1999-08-03 | 2005-11-15 | Michael David Bednarek | System and method for promoting commerce, including sales agent assisted commerce, in a networked economy |
US7945468B1 (en) | 1999-08-20 | 2011-05-17 | Frontline Technologies, Inc. | Notification of employees via pass code accessed web pages |
US6356909B1 (en) * | 1999-08-23 | 2002-03-12 | Proposal Technologies Network, Inc. | Web based system for managing request for proposal and responses |
US6771766B1 (en) | 1999-08-31 | 2004-08-03 | Verizon Services Corp. | Methods and apparatus for providing live agent assistance |
US6892347B1 (en) | 1999-09-16 | 2005-05-10 | Customersat.Com, Inc. | Techniques for monitoring user activities at a web site and for initiating an action when the user exits from the web site |
US6839680B1 (en) * | 1999-09-30 | 2005-01-04 | Fujitsu Limited | Internet profiling |
US20020010608A1 (en) | 1999-10-08 | 2002-01-24 | Scott Faber | System for provding services in real-time overthe internet |
US7346604B1 (en) | 1999-10-15 | 2008-03-18 | Hewlett-Packard Development Company, L.P. | Method for ranking hypertext search results by analysis of hyperlinks from expert documents and keyword scope |
US6993557B1 (en) * | 1999-10-25 | 2006-01-31 | Broadon Communications Corp. | Creation of customized web pages for use in a system of dynamic trading of knowledge, goods and services |
US7630986B1 (en) | 1999-10-27 | 2009-12-08 | Pinpoint, Incorporated | Secure data interchange |
GB9925289D0 (en) * | 1999-10-27 | 1999-12-29 | Ibm | Method and means for adjusting the timing of user-activity-dependent changes of operational state of an apparatus |
US6850896B1 (en) * | 1999-10-28 | 2005-02-01 | Market-Touch Corporation | Method and system for managing and providing sales data using world wide web |
AU1459401A (en) | 1999-11-05 | 2001-06-06 | Knowitall, Inc. | Apparatus and method for selective routing of users to experts over a network ofcomputers |
US6954783B1 (en) * | 1999-11-12 | 2005-10-11 | Bmc Software, Inc. | System and method of mediating a web page |
US20010032244A1 (en) | 1999-11-15 | 2001-10-18 | Neustel Michael S. | Internet based help system |
GB9927371D0 (en) | 1999-11-20 | 2000-01-19 | Ncr Int Inc | Processing database entries to provide predictions of future data values |
US6606744B1 (en) | 1999-11-22 | 2003-08-12 | Accenture, Llp | Providing collaborative installation management in a network-based supply chain environment |
US6671818B1 (en) * | 1999-11-22 | 2003-12-30 | Accenture Llp | Problem isolation through translating and filtering events into a standard object format in a network based supply chain |
US20020082877A1 (en) | 1999-12-03 | 2002-06-27 | Schiff Martin R. | Systems and methods of matching customer preferences with available options |
US20030036949A1 (en) * | 1999-12-10 | 2003-02-20 | Karim Kaddeche | Method and system for targeting internet advertisements and messages by geographic location |
US20010032140A1 (en) | 1999-12-14 | 2001-10-18 | Hoffman Roger P. | Virtual sales agent |
US20020029188A1 (en) * | 1999-12-20 | 2002-03-07 | Schmid Stephen J. | Method and apparatus to facilitate competitive financing activities among myriad lenders on behalf of one borrower |
US7069234B1 (en) * | 1999-12-22 | 2006-06-27 | Accenture Llp | Initiating an agreement in an e-commerce environment |
US7610233B1 (en) * | 1999-12-22 | 2009-10-27 | Accenture, Llp | System, method and article of manufacture for initiation of bidding in a virtual trade financial environment |
US6622131B1 (en) | 1999-12-23 | 2003-09-16 | Rategenius, Inc. | Method and system for auctioning loans through a computing system |
US6760429B1 (en) | 1999-12-23 | 2004-07-06 | Nortel Networks Limited | Web based agent backed system that provides streaming multimedia support |
US7003476B1 (en) * | 1999-12-29 | 2006-02-21 | General Electric Capital Corporation | Methods and systems for defining targeted marketing campaigns using embedded models and historical data |
US20010054041A1 (en) | 1999-12-29 | 2001-12-20 | Lan Chang | System and method for registering or searching in multiple relationship-searching hosts |
US6965865B2 (en) | 1999-12-30 | 2005-11-15 | Bank One Delaware N.A. | System and method for integrated customer management |
EP1514400B1 (en) | 2000-01-07 | 2018-02-21 | Mitel Communications Inc. | Customer communication service system |
US6571236B1 (en) | 2000-01-10 | 2003-05-27 | General Electric Company | Method and apparatus for problem diagnosis and solution |
US20020004735A1 (en) * | 2000-01-18 | 2002-01-10 | William Gross | System and method for ranking items |
US20010034689A1 (en) | 2000-01-21 | 2001-10-25 | Heilman Theodore A. | Method and system of negotiating a transaction over a network |
US20010027436A1 (en) | 2000-02-09 | 2001-10-04 | Tenembaum Samuel Sergio | On-line market environment (OLME) |
US6691159B1 (en) * | 2000-02-24 | 2004-02-10 | General Electric Company | Web-based method and system for providing assistance to computer users |
US6889250B2 (en) | 2000-03-01 | 2005-05-03 | Amazon.Com, Inc. | Method and system for information exchange between users of different web pages |
US8280773B2 (en) | 2000-03-13 | 2012-10-02 | Intellions, Inc. | Method and apparatus for internet customer retention |
US20020055878A1 (en) | 2000-03-22 | 2002-05-09 | Burton Peter A. | Methods and apparatus for on-line ordering |
AU2001247789A1 (en) | 2000-03-22 | 2001-10-03 | Sidestep, Inc. | Method and apparatus for dynamic information connection engine |
JP2001265906A (en) | 2000-03-23 | 2001-09-28 | Nec Corp | On-line real time monitoring system and on-line real time monitor business method |
US20020023051A1 (en) * | 2000-03-31 | 2002-02-21 | Kunzle Adrian E. | System and method for recommending financial products to a customer based on customer needs and preferences |
US6549919B2 (en) | 2000-04-03 | 2003-04-15 | Lucent Technologies Inc. | Method and apparatus for updating records in a database system based on an improved model of time-dependent behavior |
EP1285371A4 (en) | 2000-04-03 | 2003-04-16 | Pugliese Company | System and method for displaying and selling goods and services |
US6865593B1 (en) | 2000-04-12 | 2005-03-08 | Webcollege, Inc. | Dynamic integration of web sites |
GB2361335B (en) | 2000-04-14 | 2003-05-07 | Friendspace Inc | Communications arrangement |
AUPQ694700A0 (en) * | 2000-04-17 | 2000-05-11 | Facilitate Systems Pty Ltd | Method of advertising on the internet |
US6981028B1 (en) | 2000-04-28 | 2005-12-27 | Obongo, Inc. | Method and system of implementing recorded data for automating internet interactions |
US20030233425A1 (en) | 2000-05-04 | 2003-12-18 | Lyons Barry C. | Method and system for personal portal screen |
EP1285355A4 (en) * | 2000-05-26 | 2003-11-12 | Abova | Method and system for internet sampling |
US7076443B1 (en) | 2000-05-31 | 2006-07-11 | International Business Machines Corporation | System and technique for automatically associating related advertisements to individual search results items of a search result set |
US20080021816A1 (en) * | 2000-06-15 | 2008-01-24 | Nextcard, Llc | Integrating Live Chat Into an Online Credit Card Application |
US6883168B1 (en) * | 2000-06-21 | 2005-04-19 | Microsoft Corporation | Methods, systems, architectures and data structures for delivering software via a network |
AU2001270054A1 (en) | 2000-06-22 | 2002-01-02 | Advisorteam.Com, Inc. | Method and system for determining personal characteristics of an individual or group |
GB2380580A (en) * | 2000-06-22 | 2003-04-09 | Yaron Mayer | System and method for searching,finding and contacting dates on the internet in instant messaging networks and/or in other metods |
US7080321B2 (en) | 2000-06-23 | 2006-07-18 | Aspect Software, Inc. | Dynamic help option for internet customers |
US6829585B1 (en) | 2000-07-06 | 2004-12-07 | General Electric Company | Web-based method and system for indicating expert availability |
US6662215B1 (en) | 2000-07-10 | 2003-12-09 | I Novation Inc. | System and method for content optimization |
US6826594B1 (en) | 2000-07-15 | 2004-11-30 | Commission Junction | Method and system for remote content management of a designated portion of a web page |
AU2001277947A1 (en) * | 2000-07-21 | 2002-02-05 | Surromed, Inc. | Computerized clinical questionnaire with dynamically presented questions |
US6920488B1 (en) * | 2000-07-28 | 2005-07-19 | International Business Machines Corporation | Server assisted system for accessing web pages from a personal data assistant |
US7013329B1 (en) | 2000-08-04 | 2006-03-14 | Oracle International Corporation | Techniques for programming event-driven transactions in mobile applications |
US7337127B1 (en) * | 2000-08-24 | 2008-02-26 | Facecake Marketing Technologies, Inc. | Targeted marketing system and method |
US20020161651A1 (en) | 2000-08-29 | 2002-10-31 | Procter & Gamble | System and methods for tracking consumers in a store environment |
US7155508B2 (en) * | 2000-09-01 | 2006-12-26 | Yodlee.Com, Inc. | Target information generation and ad server |
US7266510B1 (en) | 2000-09-01 | 2007-09-04 | International Business Machines Corporation | Method for graphically representing clickstream data of a shopping session on a network with a parallel coordinate system |
US6622138B1 (en) | 2000-09-06 | 2003-09-16 | Oracle International Corporation | Method and apparatus for optimizing computation of OLAP ranking functions |
US6950983B1 (en) | 2000-09-07 | 2005-09-27 | International Business Machines Corporation | System and method for populating HTML forms using relational database agents |
US6477575B1 (en) * | 2000-09-12 | 2002-11-05 | Capital One Financial Corporation | System and method for performing dynamic Web marketing and advertising |
US20020038230A1 (en) * | 2000-09-25 | 2002-03-28 | Li-Wen Chen | User interface and method for analyzing customer behavior based upon event attributes |
US7181492B2 (en) * | 2000-10-17 | 2007-02-20 | Concerto Software, Inc. | Transfer of an internet chat session between servers |
GB2368226B (en) | 2000-10-17 | 2004-08-25 | Hewlett Packard Co | Helper entity for comuunication session |
SG135048A1 (en) | 2000-10-18 | 2007-09-28 | Johnson & Johnson Consumer | Intelligent performance-based product recommendation system |
US6904408B1 (en) | 2000-10-19 | 2005-06-07 | Mccarthy John | Bionet method, system and personalized web content manager responsive to browser viewers' psychological preferences, behavioral responses and physiological stress indicators |
GB0025911D0 (en) | 2000-10-23 | 2000-12-06 | Amacis Ltd | Classified on-line chat |
US9819561B2 (en) | 2000-10-26 | 2017-11-14 | Liveperson, Inc. | System and methods for facilitating object assignments |
US20060015390A1 (en) * | 2000-10-26 | 2006-01-19 | Vikas Rijsinghani | System and method for identifying and approaching browsers most likely to transact business based upon real-time data mining |
US8868448B2 (en) | 2000-10-26 | 2014-10-21 | Liveperson, Inc. | Systems and methods to facilitate selling of products and services |
AU4178602A (en) | 2000-11-02 | 2002-06-11 | Webtrends Corp | System and method for generating and reporting cookie values at a client node |
US7287000B2 (en) | 2000-11-15 | 2007-10-23 | Jda Software Group, Inc. | Configurable pricing optimization system |
US20020103920A1 (en) | 2000-11-21 | 2002-08-01 | Berkun Ken Alan | Interpretive stream metadata extraction |
US20020130868A1 (en) * | 2000-11-28 | 2002-09-19 | Aston Guardian Limited | Method and apparatus for providing financial instrument interface |
US7647387B2 (en) * | 2000-12-01 | 2010-01-12 | Oracle International Corporation | Methods and systems for rule-based distributed and personlized content delivery |
US20020111847A1 (en) | 2000-12-08 | 2002-08-15 | Word Of Net, Inc. | System and method for calculating a marketing appearance frequency measurement |
US20020083095A1 (en) * | 2000-12-13 | 2002-06-27 | Wu Jackie Zhanhong | System and methods for integration of a Web site with a repository server |
US7242760B2 (en) | 2000-12-29 | 2007-07-10 | Intel Corporation | Automatic detecting when an agent is available |
US6792102B2 (en) | 2000-12-29 | 2004-09-14 | Intel Corporation | Matching routed call to agent workstation |
US20030028415A1 (en) * | 2001-01-19 | 2003-02-06 | Pavilion Technologies, Inc. | E-commerce system using modeling of inducements to customers |
US20020107728A1 (en) | 2001-02-06 | 2002-08-08 | Catalina Marketing International, Inc. | Targeted communications based on promotional response |
US20020111850A1 (en) | 2001-02-12 | 2002-08-15 | Chevron Oronite Company Llc | System and method for new product clearance and development |
US7464045B2 (en) | 2001-02-14 | 2008-12-09 | The Workplace Helpline, Llc | Method and apparatus for managing workplace services and products |
US20020123926A1 (en) | 2001-03-01 | 2002-09-05 | Bushold Thomas R. | System and method for implementing a loyalty program incorporating on-line and off-line transactions |
US7552080B1 (en) | 2001-03-09 | 2009-06-23 | Nextcard, Llc | Customized credit offer strategy based on terms specified by an applicant |
US7454714B2 (en) | 2001-03-30 | 2008-11-18 | Aol Llc, A Delaware Limited Liability Company | Visually distinguishing menu items |
US7499948B2 (en) | 2001-04-16 | 2009-03-03 | Bea Systems, Inc. | System and method for web-based personalization and ecommerce management |
US20020167539A1 (en) | 2001-04-27 | 2002-11-14 | International Business Machines Corporation | Portal server enabling joint exploration of the internet with an expert |
US7650381B2 (en) | 2001-04-30 | 2010-01-19 | Emerson Electric Co. | Network based system design of custom products with live agent support |
US20030004781A1 (en) | 2001-06-18 | 2003-01-02 | Mallon Kenneth P. | Method and system for predicting aggregate behavior using on-line interest data |
GB0116516D0 (en) | 2001-07-06 | 2001-08-29 | Pace Micro Tech Plc | Television system |
CN1395383A (en) | 2001-07-10 | 2003-02-05 | 颜森辉 | Intelligent all-round expert management system |
US20030014304A1 (en) * | 2001-07-10 | 2003-01-16 | Avenue A, Inc. | Method of analyzing internet advertising effects |
US7953219B2 (en) * | 2001-07-19 | 2011-05-31 | Nice Systems, Ltd. | Method apparatus and system for capturing and analyzing interaction based content |
US7188085B2 (en) | 2001-07-20 | 2007-03-06 | International Business Machines Corporation | Method and system for delivering encrypted content with associated geographical-based advertisements |
US20030023754A1 (en) * | 2001-07-27 | 2003-01-30 | Matthias Eichstadt | Method and system for adding real-time, interactive functionality to a web-page |
US7526439B2 (en) | 2001-08-06 | 2009-04-28 | Proficient Systems, Incorporated | Systems and methods to facilitate selling of products and services |
US20030061091A1 (en) | 2001-09-25 | 2003-03-27 | Amaratunga Mohan Mark | Systems and methods for making prediction on energy consumption of energy-consuming systems or sites |
US20030080995A1 (en) | 2001-10-12 | 2003-05-01 | United Virtualities, Inc. | Contextually adaptive web browser |
KR20030032676A (en) | 2001-10-19 | 2003-04-26 | 인터내셔널 비지네스 머신즈 코포레이션 | Advertising Method and System for displaying a banner window in the specific area of a web browser and/or Windows Explorer |
US6865267B2 (en) | 2001-11-27 | 2005-03-08 | Rockwell Electronic Commerce Corp. | Method and system for routing transactions in an automatic call distribution system based on non-voice dialog agent skill set |
US20040034567A1 (en) * | 2001-11-28 | 2004-02-19 | Gravett Antony Hugh | On-line transactions and system therefore |
US7222297B2 (en) | 2002-01-14 | 2007-05-22 | International Business Machines Corporation | System and method for using XML to normalize documents |
US20030140037A1 (en) | 2002-01-23 | 2003-07-24 | Kenneth Deh-Lee | Dynamic knowledge expert retrieval system |
US20030177096A1 (en) | 2002-02-14 | 2003-09-18 | Trent, John T. | Mapped website system and method |
US20030221163A1 (en) | 2002-02-22 | 2003-11-27 | Nec Laboratories America, Inc. | Using web structure for classifying and describing web pages |
US20030167195A1 (en) | 2002-03-01 | 2003-09-04 | Fernandes Carlos Nicholas | System and method for prioritization of website visitors to provide proactive and selective sales and customer service online |
US10296919B2 (en) | 2002-03-07 | 2019-05-21 | Comscore, Inc. | System and method of a click event data collection platform |
US20080189281A1 (en) | 2006-09-25 | 2008-08-07 | David Cancel | Presenting web site analytics associated with search results |
US8965998B1 (en) | 2002-03-19 | 2015-02-24 | Amazon Technologies, Inc. | Adaptive learning methods for selecting web page components for inclusion in web pages |
US7346606B2 (en) | 2003-06-30 | 2008-03-18 | Google, Inc. | Rendering advertisements with documents having one or more topics using user topic interest |
US7203909B1 (en) | 2002-04-04 | 2007-04-10 | Microsoft Corporation | System and methods for constructing personalized context-sensitive portal pages or views by analyzing patterns of users' information access activities |
US20030229884A1 (en) * | 2002-05-21 | 2003-12-11 | Hewlett-Packard Development Company | Interaction manager template |
US7743044B1 (en) | 2002-05-28 | 2010-06-22 | Hewlett-Packard Development Company, L.P. | Distributed information retrieval in peer-to-peer networks |
US7370002B2 (en) | 2002-06-05 | 2008-05-06 | Microsoft Corporation | Modifying advertisement scores based on advertisement response probabilities |
US7251648B2 (en) | 2002-06-28 | 2007-07-31 | Microsoft Corporation | Automatically ranking answers to database queries |
JP2004054533A (en) | 2002-07-19 | 2004-02-19 | Nippon Telegr & Teleph Corp <Ntt> | Guide information providing system, guide information providingand method, guide information providingits program, and recording medium recorded with the program |
US20030149581A1 (en) | 2002-08-28 | 2003-08-07 | Imran Chaudhri | Method and system for providing intelligent network content delivery |
JP2004177936A (en) | 2002-09-02 | 2004-06-24 | Hiromitsu Takayama | Method, system, and server for advertisement downloading, and client terminal |
US7085682B1 (en) * | 2002-09-18 | 2006-08-01 | Doubleclick Inc. | System and method for analyzing website activity |
US7716322B2 (en) | 2002-09-23 | 2010-05-11 | Alcatel-Lucent Usa Inc. | Automatic exploration and testing of dynamic Web sites |
US7865498B2 (en) | 2002-09-23 | 2011-01-04 | Worldwide Broadcast Network, Inc. | Broadcast network platform system |
US8086559B2 (en) | 2002-09-24 | 2011-12-27 | Google, Inc. | Serving content-relevant advertisements with client-side device support |
US7487248B2 (en) | 2002-10-08 | 2009-02-03 | Brian Moran | Method and system for transferring a computer session between devices |
US7136788B2 (en) | 2002-10-15 | 2006-11-14 | The Boeing Company | Optimized parametric modeling system and method |
US7065532B2 (en) | 2002-10-31 | 2006-06-20 | International Business Machines Corporation | System and method for evaluating information aggregates by visualizing associated categories |
US7123974B1 (en) | 2002-11-19 | 2006-10-17 | Rockwell Software Inc. | System and methodology providing audit recording and tracking in real time industrial controller environment |
US7200614B2 (en) | 2002-11-27 | 2007-04-03 | Accenture Global Services Gmbh | Dual information system for contact center users |
US7296230B2 (en) | 2002-11-29 | 2007-11-13 | Nippon Telegraph And Telephone Corporation | Linked contents browsing support device, linked contents continuous browsing support device, and method and program therefor, and recording medium therewith |
AU2003283651A1 (en) | 2002-12-21 | 2004-07-14 | Sos | Methods for providing technical support over networks |
EP1579364A4 (en) | 2002-12-27 | 2008-11-12 | Payscale Inc | A surveying apparatus and method for compensation reports |
US7725562B2 (en) * | 2002-12-31 | 2010-05-25 | International Business Machines Corporation | Method and system for user enrollment of user attribute storage in a federated environment |
WO2004104982A1 (en) | 2003-05-14 | 2004-12-02 | Collaborative Sciences And Technology, Inc. | Persistent portal |
US7647344B2 (en) * | 2003-05-29 | 2010-01-12 | Experian Marketing Solutions, Inc. | System, method and software for providing persistent entity identification and linking entity information in an integrated data repository |
EP2270622B1 (en) * | 2003-06-05 | 2016-08-24 | Intertrust Technologies Corporation | Interoperable systems and methods for peer-to-peer service orchestration |
US7689432B2 (en) | 2003-06-06 | 2010-03-30 | Hayley Logistics Llc | System and method for influencing recommender system & advertising based on programmed policies |
KR100958924B1 (en) | 2003-06-19 | 2010-05-19 | 주식회사 케이티 | Network information provision system using caller information and its method |
US8155974B2 (en) * | 2003-06-30 | 2012-04-10 | At&T Intellectual Property I, L.P. | Methods and systems for obtaining profile information from individuals using automation |
US20050044149A1 (en) | 2003-07-21 | 2005-02-24 | Ufollowup, Llc. | System and methodology for facilitating the sale of goods and services |
US20050033641A1 (en) | 2003-08-05 | 2005-02-10 | Vikas Jha | System, method and computer program product for presenting directed advertising to a user via a network |
US7310612B2 (en) | 2003-08-13 | 2007-12-18 | Amazon.Com, Inc. | Personalized selection and display of user-supplied content to enhance browsing of electronic catalogs |
US8706551B2 (en) | 2003-09-04 | 2014-04-22 | Google Inc. | Systems and methods for determining user actions |
US7379890B2 (en) | 2003-10-17 | 2008-05-27 | Makor Issues And Rights Ltd. | System and method for profit maximization in retail industry |
US20050091254A1 (en) | 2003-10-23 | 2005-04-28 | Stabb Charles W. | Shell browser preview display |
US7506260B2 (en) | 2003-10-31 | 2009-03-17 | Yahoo! Inc. | Method and system of providing browser functionality through a browser button |
US20050096997A1 (en) | 2003-10-31 | 2005-05-05 | Vivek Jain | Targeting shoppers in an online shopping environment |
US20050097089A1 (en) | 2003-11-05 | 2005-05-05 | Tom Nielsen | Persistent user interface for providing navigational functionality |
US7634509B2 (en) | 2003-11-07 | 2009-12-15 | Fusionone, Inc. | Personal information space management system and method |
US20050132205A1 (en) * | 2003-12-12 | 2005-06-16 | International Business Machines Corporation | Apparatus, methods and computer programs for identifying matching resources within a data processing network |
US7296026B2 (en) | 2003-12-15 | 2007-11-13 | J2 Global Communications | Method and apparatus for automatically performing an online content distribution campaign |
US20050198212A1 (en) | 2003-12-16 | 2005-09-08 | Alex Zilberfayn | Interactive forms processing system and method |
KR100446640B1 (en) | 2003-12-16 | 2004-09-04 | 주식회사 아이리스이십일 | System for searching knowledge information immedialtely using online network and searching method thereof and method for registration management of the knowledge information |
US20050138115A1 (en) | 2003-12-23 | 2005-06-23 | Luis Llamas | Real time mobile skill set information system |
US7243109B2 (en) | 2004-01-20 | 2007-07-10 | Xerox Corporation | Scheme for creating a ranked subject matter expert index |
US20050183003A1 (en) | 2004-02-17 | 2005-08-18 | Checkpoint Software Technologies Ltd. | Automatic proxy form filing |
US8086492B2 (en) | 2004-03-23 | 2011-12-27 | Douglas Ashbaugh | Frame-based network advertising and exchange therefor |
US7689924B1 (en) | 2004-03-26 | 2010-03-30 | Google Inc. | Link annotation for keyboard navigation |
US8380655B2 (en) | 2004-04-02 | 2013-02-19 | Xpertuniverse, Inc. | Management of expert resources using seeker profiles |
US7562058B2 (en) | 2004-04-16 | 2009-07-14 | Fortelligent, Inc. | Predictive model management using a re-entrant process |
US20050234761A1 (en) | 2004-04-16 | 2005-10-20 | Pinto Stephen K | Predictive model development |
US7552365B1 (en) | 2004-05-26 | 2009-06-23 | Amazon Technologies, Inc. | Web site system with automated processes for detecting failure events and for selecting failure events for which to request user feedback |
US8477331B2 (en) | 2004-05-27 | 2013-07-02 | Property Publications Pte Ltd. | Apparatus and method for creating an electronic version of printed matter |
US7403973B2 (en) | 2004-05-28 | 2008-07-22 | Oracle International Corporation | Managing devices and messages for users during a messaging session |
US20060041478A1 (en) * | 2004-06-01 | 2006-02-23 | Zhiliang Zheng | Universal network market system |
US7313575B2 (en) | 2004-06-14 | 2007-12-25 | Hewlett-Packard Development Company, L.P. | Data services handler |
KR20050010487A (en) | 2004-06-28 | 2005-01-27 | 오성일 | Method for providing a education information online |
US8302164B2 (en) * | 2004-07-22 | 2012-10-30 | Facebook, Inc. | Authorization and authentication based on an individual's social network |
US20060026237A1 (en) * | 2004-07-30 | 2006-02-02 | Wang Richard G | Method and system for instant message using HTTP URL technology |
WO2006011819A1 (en) | 2004-07-30 | 2006-02-02 | Eurekster, Inc. | Adaptive search engine |
US20060041476A1 (en) | 2004-08-17 | 2006-02-23 | Zhiliang Zheng | System and method for providing an expert platform |
AU2005277210A1 (en) | 2004-08-19 | 2006-03-02 | Claria, Corporation | Method and apparatus for responding to end-user request for information |
US7424363B2 (en) | 2004-08-20 | 2008-09-09 | Robert Bosch Corporation | Method and system for adaptive navigation using a driver's route knowledge |
US7865457B2 (en) * | 2004-08-25 | 2011-01-04 | International Business Machines Corporation | Knowledge management system automatically allocating expert resources |
US20060059124A1 (en) * | 2004-09-16 | 2006-03-16 | Sudhir Krishna S | Central access to remotely located information |
US7730010B2 (en) | 2004-09-20 | 2010-06-01 | Microsoft Corporation | Method, system, and apparatus for maintaining user privacy in a knowledge interchange system |
US7734503B2 (en) | 2004-09-29 | 2010-06-08 | Google, Inc. | Managing on-line advertising using metrics such as return on investment and/or profit |
US20060106788A1 (en) | 2004-10-29 | 2006-05-18 | Microsoft Corporation | Computer-implemented system and method for providing authoritative answers to a general information search |
US20060122850A1 (en) | 2004-12-06 | 2006-06-08 | Ward Mateo D | Real-time Professional Services Facilitator system and method |
US7467349B1 (en) | 2004-12-15 | 2008-12-16 | Amazon Technologies, Inc. | Method and system for displaying a hyperlink at multiple levels of prominence based on user interaction |
US8095523B2 (en) | 2004-12-29 | 2012-01-10 | Baynote, Inc. | Method and apparatus for context-based content recommendation |
US20070206086A1 (en) | 2005-01-14 | 2007-09-06 | Experticity, Inc. | On-line expert provision system and method |
US7499903B2 (en) | 2005-01-24 | 2009-03-03 | Nevin James B | Semantic to non-semantic routing for locating a live expert |
US20060168509A1 (en) | 2005-01-27 | 2006-07-27 | International Business Machines Corporation | System and method to map favorite values for specific values during electronic form filling |
EP1851905A1 (en) * | 2005-02-07 | 2007-11-07 | Adzilla, Inc. | Method and system of targeting content |
US8538768B2 (en) | 2005-02-16 | 2013-09-17 | Ingenio Llc | Methods and apparatuses for delivery of advice to mobile/wireless devices |
US20090049192A1 (en) | 2005-03-22 | 2009-02-19 | Feeva Technology Inc. | Systems and methods of network operation and information processing, including use of unique/anonymous identifiers throughout all stages of information processing and delivery |
US7532890B2 (en) | 2005-04-01 | 2009-05-12 | Rockliffe Systems | Content-based notification and user-transparent pull operation for simulated push transmission of wireless email |
US9572189B2 (en) | 2005-04-20 | 2017-02-14 | Contact At Once!, Llc. | System and method for analyzing messages and initiating communication sessions |
US7877679B2 (en) * | 2005-05-04 | 2011-01-25 | Amadesa Ltd. | System and method for generating a user profile from layers based on prior user response |
US20060253319A1 (en) | 2005-05-04 | 2006-11-09 | Microsoft Corporation | Mechanism for allocating advertisements of varying intervals |
US8131861B2 (en) | 2005-05-20 | 2012-03-06 | Webtrends, Inc. | Method for cross-domain tracking of web site traffic |
US20060277477A1 (en) | 2005-06-02 | 2006-12-07 | Christenson Mark G K | System and method for generating enhanced depiction of electronic files such as web files |
US7904520B2 (en) | 2005-06-09 | 2011-03-08 | Trueffect, Inc. | First party advertisement serving |
US10510043B2 (en) | 2005-06-13 | 2019-12-17 | Skyword Inc. | Computer method and apparatus for targeting advertising |
US20060288087A1 (en) | 2005-06-17 | 2006-12-21 | Jiehyeong Sun | Web-based method and system for providing content-driven service to internet users |
US20060293950A1 (en) | 2005-06-28 | 2006-12-28 | Microsoft Corporation | Automatic ad placement |
US7975019B1 (en) | 2005-07-15 | 2011-07-05 | Amazon Technologies, Inc. | Dynamic supplementation of rendered web pages with content supplied by a separate source |
US7975020B1 (en) | 2005-07-15 | 2011-07-05 | Amazon Technologies, Inc. | Dynamic updating of rendered web pages with supplemental content |
US9558498B2 (en) * | 2005-07-29 | 2017-01-31 | Excalibur Ip, Llc | System and method for advertisement management |
US20070027901A1 (en) | 2005-08-01 | 2007-02-01 | John Chan | Method and System for Developing and Managing A Computer-Based Marketing Campaign |
US9105028B2 (en) | 2005-08-10 | 2015-08-11 | Compete, Inc. | Monitoring clickstream behavior of viewers of online advertisements and search results |
US20070073585A1 (en) | 2005-08-13 | 2007-03-29 | Adstreams Roi, Inc. | Systems, methods, and computer program products for enabling an advertiser to measure user viewing of and response to advertisements |
US8738732B2 (en) | 2005-09-14 | 2014-05-27 | Liveperson, Inc. | System and method for performing follow up based on user interactions |
US8311888B2 (en) | 2005-09-14 | 2012-11-13 | Jumptap, Inc. | Revenue models associated with syndication of a behavioral profile using a monetization platform |
US9432468B2 (en) | 2005-09-14 | 2016-08-30 | Liveperson, Inc. | System and method for design and dynamic generation of a web page |
US20120173373A1 (en) | 2005-09-14 | 2012-07-05 | Adam Soroca | System for retrieving mobile communication facility user data from a plurality of providers |
US20070100653A1 (en) | 2005-11-01 | 2007-05-03 | Jorey Ramer | Mobile website analyzer |
US7895193B2 (en) | 2005-09-30 | 2011-02-22 | Microsoft Corporation | Arbitration of specialized content using search results |
US8843481B1 (en) | 2005-09-30 | 2014-09-23 | Yongyong Xu | System and method of forming action based virtual communities and related search mechanisms |
US20070116239A1 (en) | 2005-10-11 | 2007-05-24 | Yaniv Jacobi | Method and system for providing telephone communications between a website visitor and a live agent |
US20070116238A1 (en) | 2005-10-11 | 2007-05-24 | Yaniv Jacobi | Method and system for on-line trading |
US7734632B2 (en) | 2005-10-28 | 2010-06-08 | Disney Enterprises, Inc. | System and method for targeted ad delivery |
US8914301B2 (en) | 2005-10-28 | 2014-12-16 | Joyce A. Book | Method and apparatus for dynamic ad creation |
KR20070052645A (en) | 2005-11-17 | 2007-05-22 | 삼성전자주식회사 | Devices and methods for managing the user interface |
US20090063645A1 (en) | 2005-11-30 | 2009-03-05 | Qwest Communications Internatinal Inc. | System and method for supporting messaging using a set top box |
US8732186B2 (en) | 2005-12-01 | 2014-05-20 | Peter Warren | Computer-implemented method and system for enabling communication between networked users based on common characteristics |
US7818340B1 (en) | 2005-12-01 | 2010-10-19 | Peter Warren | Computer-implemented method and system for enabling network communication using sponsored chat links |
US7711607B2 (en) | 2005-12-30 | 2010-05-04 | Sap Ag | Method and system for deploying a business application |
US7930681B2 (en) * | 2005-12-30 | 2011-04-19 | Sap Ag | Service and application management in information technology systems |
US8584002B2 (en) | 2006-01-09 | 2013-11-12 | Apple Inc. | Automatic sub-template selection based on content |
US20070185751A1 (en) * | 2006-01-11 | 2007-08-09 | Dempers Ramon J | Drug life cycle management system |
US9336333B2 (en) | 2006-02-13 | 2016-05-10 | Linkedin Corporation | Searching and reference checking within social networks |
US20070220092A1 (en) | 2006-02-14 | 2007-09-20 | Snapvine, Inc. | System, apparatus and method for enabling mobility to virtual communities via personal and group forums |
US20090119173A1 (en) | 2006-02-28 | 2009-05-07 | Buzzlogic, Inc. | System and Method For Advertisement Targeting of Conversations in Social Media |
WO2007101368A1 (en) * | 2006-03-08 | 2007-09-13 | Kamfu Wong | Personal and regional commercial television advertisement broadcasting system and the method thereof |
US20070239527A1 (en) | 2006-03-17 | 2007-10-11 | Adteractive, Inc. | Network-based advertising trading platform and method |
US8504575B2 (en) | 2006-03-29 | 2013-08-06 | Yahoo! Inc. | Behavioral targeting system |
US7904448B2 (en) | 2006-03-29 | 2011-03-08 | Yahoo! Inc. | Incremental update of long-term and short-term user profile scores in a behavioral targeting system |
US20070233902A1 (en) | 2006-03-30 | 2007-10-04 | Alan Trefler | User interface methods and apparatus for rules processing |
US7861176B2 (en) | 2006-04-13 | 2010-12-28 | Touchcommerce, Inc. | Methods and systems for providing online chat |
US20070256003A1 (en) | 2006-04-24 | 2007-11-01 | Seth Wagoner | Platform for the interactive contextual augmentation of the web |
EP1850284A1 (en) | 2006-04-27 | 2007-10-31 | Unigate Technologies ApS | A computer system for automatically matching the requirements from a customer with the capabilites of a supplier |
JP4767817B2 (en) | 2006-05-02 | 2011-09-07 | 株式会社ソニー・コンピュータエンタテインメント | COMMUNICATION SYSTEM, COMMUNICATION DEVICE, COMMUNICATION PROGRAM, COMPUTER-READABLE STORAGE MEDIUM CONTAINING COMMUNICATION PROGRAM |
US20070265873A1 (en) | 2006-05-11 | 2007-11-15 | Sheth Urvashi | Method and system for online customer relationship management |
US8065666B2 (en) | 2006-06-02 | 2011-11-22 | Rockwell Automation Technologies, Inc. | Change management methodologies for industrial automation and information systems |
US7660815B1 (en) | 2006-06-30 | 2010-02-09 | Amazon Technologies, Inc. | Method and system for occurrence frequency-based scaling of navigation path weights among online content sources |
US8386509B1 (en) | 2006-06-30 | 2013-02-26 | Amazon Technologies, Inc. | Method and system for associating search keywords with interest spaces |
US20080006732A1 (en) | 2006-07-10 | 2008-01-10 | Autoliv Asp, Inc. | Differential dual spool retractor seat belt system with motor actuator |
US10181135B2 (en) | 2006-07-18 | 2019-01-15 | At&T Intellectual Property I, L.P. | Method and apparatus for presenting advertisements |
US20080033941A1 (en) * | 2006-08-07 | 2008-02-07 | Dale Parrish | Verfied network identity with authenticated biographical information |
US7590550B2 (en) | 2006-09-08 | 2009-09-15 | American Well Inc. | Connecting consumers with service providers |
US8719047B2 (en) | 2008-06-17 | 2014-05-06 | American Well Corporation | Patient directed integration of remotely stored medical information with a brokerage system |
WO2008062445A2 (en) | 2006-09-14 | 2008-05-29 | Bhavin Turakhia | Method for tracking user behavior and to display advertisements |
GB2435730B (en) | 2006-11-02 | 2008-02-20 | Cvon Innovations Ltd | Interactive communications system |
KR20080046310A (en) | 2006-11-22 | 2008-05-27 | 김현수 | How to provide a chat server and chat service |
US7734717B2 (en) | 2006-12-05 | 2010-06-08 | Nokia Corporation | Software distribution via peer-to-peer networks |
US20080147486A1 (en) | 2006-12-18 | 2008-06-19 | Lehigh University | Prediction method and system |
WO2008077054A1 (en) | 2006-12-19 | 2008-06-26 | Metro Enterprises, Inc. | Process for obtaining expert advice on-demand |
US8660899B2 (en) | 2006-12-19 | 2014-02-25 | Yahoo! Inc. | Transferring behavioral profiles anonymously across domains for behavioral targeting |
US8166026B1 (en) | 2006-12-26 | 2012-04-24 | uAffect.org LLC | User-centric, user-weighted method and apparatus for improving relevance and analysis of information sharing and searching |
US20080201436A1 (en) | 2007-02-20 | 2008-08-21 | Gideon Gartner | Enhanced information system and method |
US20080215541A1 (en) | 2007-03-01 | 2008-09-04 | Microsoft Corporation | Techniques for searching web forums |
US8693659B2 (en) | 2007-03-09 | 2014-04-08 | Fonality, Inc. | System and method for centralized presence management of local and remote users |
US20080262897A1 (en) | 2007-04-17 | 2008-10-23 | Embarq Holdings Company, Llc | System and method for geographic location of customer services |
US7693902B2 (en) | 2007-05-02 | 2010-04-06 | Yahoo! Inc. | Enabling clustered search processing via text messaging |
KR20080097751A (en) | 2007-05-03 | 2008-11-06 | 주식회사 파랑피시 | Real-time agent recommendation system corresponding to search information and method |
US7827128B1 (en) | 2007-05-11 | 2010-11-02 | Aol Advertising Inc. | System identification, estimation, and prediction of advertising-related data |
KR20090003048A (en) | 2007-05-17 | 2009-01-09 | (주)팍스인슈 | Active call service system and method that delivers product information during internet search and connects customers and product distributors in real time through CTI |
US8266127B2 (en) | 2007-05-31 | 2012-09-11 | Red Hat, Inc. | Systems and methods for directed forums |
US20080319778A1 (en) | 2007-06-22 | 2008-12-25 | Fatdoor, Inc. | Neighborhood bartering in a geo-spatial network |
US20090006179A1 (en) * | 2007-06-26 | 2009-01-01 | Ebay Inc. | Economic optimization for product search relevancy |
US20090006622A1 (en) * | 2007-06-27 | 2009-01-01 | William Doerr | Ultimate client development system |
US8214486B2 (en) | 2007-07-13 | 2012-07-03 | Front Porch, Inc. | Method and apparatus for internet traffic monitoring by third parties using monitoring implements |
US8321359B2 (en) * | 2007-07-24 | 2012-11-27 | Hiconversion, Inc. | Method and apparatus for real-time website optimization |
US8149711B2 (en) | 2007-07-25 | 2012-04-03 | Silicon Image, Inc. | Data stream control for network devices |
US20110041168A1 (en) * | 2007-08-14 | 2011-02-17 | Alan Murray | Systems and methods for targeting online advertisements using data derived from social networks |
US20090055267A1 (en) * | 2007-08-23 | 2009-02-26 | Robert Roker | Internet advertising brokerage apparatus, systems, and methods |
WO2009029940A1 (en) | 2007-08-30 | 2009-03-05 | Channel Intelligence, Inc. | Online marketing payment monitoring method and system |
WO2009029947A1 (en) | 2007-08-31 | 2009-03-05 | Numeric Analytics Llc | Method of optimizing internet advertising |
US20090076887A1 (en) | 2007-09-16 | 2009-03-19 | Nova Spivack | System And Method Of Collecting Market-Related Data Via A Web-Based Networking Environment |
WO2009050301A1 (en) | 2007-10-19 | 2009-04-23 | Changing Worlds Ltd. | Systems and methods for providing personalized advertisement |
EP2218019A4 (en) | 2007-11-02 | 2012-04-18 | Hunch Inc | Interactive machine learning advice facility |
US7941557B2 (en) | 2007-11-28 | 2011-05-10 | Yahoo! Inc. | Dynamical routing for text messaging |
US20100262558A1 (en) | 2007-12-20 | 2010-10-14 | Nigel Edwards | Incorporating Development Tools In System For Deploying Computer Based Process On Shared Infrastructure |
TW200943092A (en) | 2007-12-21 | 2009-10-16 | Mks Instr Inc | Hierarchically organizing data using a partial least squares analysis (PLS-trees) |
US20100049602A1 (en) * | 2008-02-07 | 2010-02-25 | Softky William R | Systems and Methods for Measuring the Effectiveness of Advertising |
US20090210405A1 (en) | 2008-02-15 | 2009-08-20 | Ortega Kerry A | Method, system, and apparatus for providing advice to users |
US8392580B2 (en) | 2008-02-20 | 2013-03-05 | Research In Motion Limited | Methods and systems for facilitating transfer of sessions between user devices |
KR20100135968A (en) | 2008-04-30 | 2010-12-27 | 인터트러스트 테크놀로지즈 코포레이션 | Data collection and targeted advertising systems and methods |
US7966564B2 (en) | 2008-05-08 | 2011-06-21 | Adchemy, Inc. | Web page server process using visitor context and page features to select optimized web pages for display |
US20090287534A1 (en) | 2008-05-14 | 2009-11-19 | Shang Qing Guo | System and method for providing contemporaneous product information and sales support for retail customers |
US20090307003A1 (en) | 2008-05-16 | 2009-12-10 | Daniel Benyamin | Social advertisement network |
US8413042B2 (en) | 2008-06-30 | 2013-04-02 | International Business Machines Corporation | Referrer-based website personalization |
US8762313B2 (en) | 2008-07-25 | 2014-06-24 | Liveperson, Inc. | Method and system for creating a predictive model for targeting web-page to a surfer |
US8260846B2 (en) * | 2008-07-25 | 2012-09-04 | Liveperson, Inc. | Method and system for providing targeted content to a surfer |
US8805844B2 (en) | 2008-08-04 | 2014-08-12 | Liveperson, Inc. | Expert search |
US20100063879A1 (en) | 2008-09-05 | 2010-03-11 | Yellowpages.Com Llc | Systems and Methods to Selectively Provide Information Based on User Interest |
US8321906B2 (en) | 2008-09-11 | 2012-11-27 | At&T Intellectual Property I, Lp | Method and system for a transcoder |
US20100106552A1 (en) | 2008-10-27 | 2010-04-29 | International Business Machines Corporation | On-demand access to technical skills |
US20100205024A1 (en) | 2008-10-29 | 2010-08-12 | Haggai Shachar | System and method for applying in-depth data mining tools for participating websites |
US9892417B2 (en) | 2008-10-29 | 2018-02-13 | Liveperson, Inc. | System and method for applying tracing tools for network locations |
US20100110933A1 (en) | 2008-10-30 | 2010-05-06 | Hewlett-Packard Development Company, L.P. | Change Management of Model of Service |
EP2184909B1 (en) | 2008-11-11 | 2017-01-11 | Onmobile Global Limited | Method and system for updating social networking site with ring back tone information |
US8713157B2 (en) | 2008-11-14 | 2014-04-29 | Interpret, Llc | System for collecting computer application usage data of targeted application programs executed on a plurality of client devices |
JP2010128877A (en) | 2008-11-28 | 2010-06-10 | Hitachi Ltd | Web system and method of collecting processing record |
US8255403B2 (en) | 2008-12-30 | 2012-08-28 | Expanse Networks, Inc. | Pangenetic web satisfaction prediction system |
WO2010096479A1 (en) | 2009-02-17 | 2010-08-26 | Fuhu, Inc. | System and method for providing expert search in a modular computing system |
AU2009341525B2 (en) | 2009-03-03 | 2015-12-10 | Google Llc | Method and system for providing advertising to users of social network |
US8185544B2 (en) | 2009-04-08 | 2012-05-22 | Google Inc. | Generating improved document classification data using historical search results |
WO2010119379A1 (en) | 2009-04-15 | 2010-10-21 | Imagini Holdings Limited | A method and system for providing customized content using emotional preference |
US20100281008A1 (en) | 2009-04-29 | 2010-11-04 | Digital River, Inc. | Universal Tracking Agent System and Method |
RU2011123888A (en) | 2009-05-05 | 2013-06-10 | Владимир Анатольевич Матвеев | DEVICE FOR PRODUCING ENERGY FROM SMOKE GASES |
US20100306043A1 (en) | 2009-05-26 | 2010-12-02 | Robert Taaffe Lindsay | Measuring Impact Of Online Advertising Campaigns |
CN101572607B (en) | 2009-06-12 | 2011-11-09 | 阿里巴巴集团控股有限公司 | Method for processing authentication request message in social network and device thereof |
US20110004888A1 (en) | 2009-07-06 | 2011-01-06 | Sudharshan Srinivasan | Screen sharing method with selective access to both data and logic of a shared application using a helper application |
US8751586B2 (en) | 2009-08-28 | 2014-06-10 | Go Daddy Operating Company, LLC | Domain name control based social website account authentication |
US20110055309A1 (en) | 2009-08-30 | 2011-03-03 | David Gibor | Communication in Context of Content |
FR2950214A1 (en) | 2009-09-14 | 2011-03-18 | Alcatel Lucent | User profile data e.g. person's age, verification request receiving method for communication network system, involves receiving return message including user profile data accompanied with marker representative data certification |
US8266098B2 (en) | 2009-11-18 | 2012-09-11 | International Business Machines Corporation | Ranking expert responses and finding experts based on rank |
US20110131077A1 (en) | 2009-12-01 | 2011-06-02 | Microsoft Corporation | Context-Aware Recommendation Module Using Multiple Models |
US8935614B2 (en) | 2009-12-08 | 2015-01-13 | At&T Intellectual Property I, L.P. | Method and apparatus for navigating a video program via a transcript of spoken dialog |
US8412683B2 (en) | 2009-12-08 | 2013-04-02 | Comscore, Inc. | Systems and methods for identification and reporting of ad delivery hierarchy |
US20110246255A1 (en) | 2009-12-11 | 2011-10-06 | James Gilbert | System and method for advancing marketing opportunities to sales |
US8386340B1 (en) | 2009-12-21 | 2013-02-26 | Amazon Technologies, Inc. | Establishing communication based on item interest |
US20110161792A1 (en) | 2009-12-31 | 2011-06-30 | Edward Florence | Producing interactive documents |
US8943145B1 (en) | 2010-02-08 | 2015-01-27 | Intuit Inc. | Customer support via social network |
US20110208822A1 (en) | 2010-02-22 | 2011-08-25 | Yogesh Chunilal Rathod | Method and system for customized, contextual, dynamic and unified communication, zero click advertisement and prospective customers search engine |
US9767212B2 (en) | 2010-04-07 | 2017-09-19 | Liveperson, Inc. | System and method for dynamically enabling customized web content and applications |
US20110258039A1 (en) | 2010-04-14 | 2011-10-20 | Microsoft Corporation | Evaluating preferences of users engaging with advertisements |
US8621005B2 (en) | 2010-04-28 | 2013-12-31 | Ttb Technologies, Llc | Computer-based methods and systems for arranging meetings between users and methods and systems for verifying background information of users |
US20110270934A1 (en) | 2010-04-30 | 2011-11-03 | Yahoo!, Inc. | State transfer for instant messaging system with multiple points of presence |
US10996774B2 (en) | 2010-04-30 | 2021-05-04 | Nokia Technologies Oy | Method and apparatus for providing interoperability between devices |
US20110320715A1 (en) | 2010-06-23 | 2011-12-29 | Microsoft Corporation | Identifying trending content items using content item histograms |
US8674223B2 (en) | 2010-07-13 | 2014-03-18 | John Martin Horan | High speed data cable with impedance correction |
US20120036200A1 (en) | 2010-08-09 | 2012-02-09 | Bank Of America Corporation | Social media engagement system |
US8423409B2 (en) | 2010-09-02 | 2013-04-16 | Yahoo! Inc. | System and method for monetizing user-generated web content |
US20120066345A1 (en) | 2010-09-14 | 2012-03-15 | Cyril Rayan | Emergency communications platform |
US20120130918A1 (en) | 2010-11-18 | 2012-05-24 | Noam Gordon | System and Method for Complaint Submission and Management |
US9576276B2 (en) | 2010-11-29 | 2017-02-21 | International Business Machines Corporation | Context-informed summarization of communications |
US9350598B2 (en) | 2010-12-14 | 2016-05-24 | Liveperson, Inc. | Authentication of service requests using a communications initiation feature |
US8918465B2 (en) | 2010-12-14 | 2014-12-23 | Liveperson, Inc. | Authentication of service requests initiated from a social networking site |
US8806054B1 (en) | 2010-12-15 | 2014-08-12 | Amazon Technologies, Inc. | Sending application input commands over a network |
US8761377B2 (en) | 2011-02-01 | 2014-06-24 | Cisco Technology, Inc. | Routing contact center interactions |
US20120259891A1 (en) | 2011-04-11 | 2012-10-11 | David Edoja | Method, system and program for analytics data delivering |
CN102143235B (en) | 2011-04-12 | 2017-03-08 | 张�林 | Touch screen terminal is provided with the method and system of remote service |
US8171137B1 (en) | 2011-05-09 | 2012-05-01 | Google Inc. | Transferring application state across devices |
US8812601B2 (en) | 2011-05-09 | 2014-08-19 | Google Inc. | Transferring application state across devices with checkpoints |
US9289686B2 (en) | 2011-07-28 | 2016-03-22 | Zynga Inc. | Method and system for matchmaking connections within a gaming social network |
TWI417814B (en) | 2011-08-29 | 2013-12-01 | Wishtek Technology | Surveillance system and associated control method |
US8832210B2 (en) | 2011-08-30 | 2014-09-09 | Oracle International Corporation | Online monitoring for customer service |
US9762524B2 (en) | 2011-09-28 | 2017-09-12 | Elwha Llc | Multi-modality communication participation |
US20150082345A1 (en) | 2011-09-29 | 2015-03-19 | Avvasi Inc. | System for generating enhanced advertizements and methods for use therewith |
US20130117380A1 (en) | 2011-11-03 | 2013-05-09 | Ebay Inc. | Dynamic content generation in email messages |
US9047476B2 (en) | 2011-11-07 | 2015-06-02 | At&T Intellectual Property I, L.P. | Browser-based secure desktop applications for open computing platforms |
US8589393B2 (en) | 2011-11-08 | 2013-11-19 | Google Inc. | Methods and apparatus for discovery of attributes using a social mobile application |
US20130125009A1 (en) | 2011-11-16 | 2013-05-16 | International Business Machines Corporation | Remote desktop localized content sharing |
US20130132194A1 (en) | 2011-11-17 | 2013-05-23 | Giridhar Rajaram | Targeting advertisements to users of a social networking system based on events |
US8976955B2 (en) | 2011-11-28 | 2015-03-10 | Nice-Systems Ltd. | System and method for tracking web interactions with real time analytics |
US20130138507A1 (en) * | 2011-11-30 | 2013-05-30 | Amit Kumar | Predictive modeling for e-commerce advertising systems and methods |
US20130204859A1 (en) | 2012-02-06 | 2013-08-08 | Microsoft Corporation | Providing temporal bias for search-result-webpage items |
US8943002B2 (en) | 2012-02-10 | 2015-01-27 | Liveperson, Inc. | Analytics driven engagement |
US8805941B2 (en) | 2012-03-06 | 2014-08-12 | Liveperson, Inc. | Occasionally-connected computing interface |
JP5994313B2 (en) | 2012-03-21 | 2016-09-21 | 株式会社リコー | Information providing apparatus, transmission system, and program |
US9275342B2 (en) | 2012-04-09 | 2016-03-01 | 24/7 Customer, Inc. | Method and apparatus for intent modeling and prediction |
US20130275862A1 (en) | 2012-04-16 | 2013-10-17 | Hosni I. Adra | System and Method for Providing a Product-Based Chat Session |
US9563336B2 (en) | 2012-04-26 | 2017-02-07 | Liveperson, Inc. | Dynamic user interface customization |
US9672196B2 (en) | 2012-05-15 | 2017-06-06 | Liveperson, Inc. | Methods and systems for presenting specialized content using campaign metrics |
US9344519B2 (en) | 2012-06-14 | 2016-05-17 | Discourse Analytics, Inc. | Receiving and correlation of user choices to facilitate recommendations for peer-to-peer connections |
US20140058721A1 (en) | 2012-08-24 | 2014-02-27 | Avaya Inc. | Real time statistics for contact center mood analysis method and apparatus |
IL221685A0 (en) | 2012-08-29 | 2012-12-31 | Google Inc | Predicting content performance with interest data |
US8824998B2 (en) | 2012-09-28 | 2014-09-02 | Intel Corporation | Mechanism for facilitating dynamically prioritized control of calls over a network |
US20140278795A1 (en) | 2013-03-13 | 2014-09-18 | Subramaniam Satyamoorthy | Systems and methods to predict purchasing behavior |
US20150101003A1 (en) | 2013-06-18 | 2015-04-09 | Global Invacom Limited | Data transmission apparatus, system and method |
US20130326375A1 (en) | 2013-08-07 | 2013-12-05 | Liveperson, Inc. | Method and System for Engaging Real-Time-Human Interaction into Media Presented Online |
US9247066B1 (en) | 2013-08-22 | 2016-01-26 | West Corporation | User input drivent short message service (SMS) applications |
US11042898B2 (en) | 2014-03-18 | 2021-06-22 | Staples, Inc. | Clickstream purchase prediction using Hidden Markov Models |
US11386442B2 (en) | 2014-03-31 | 2022-07-12 | Liveperson, Inc. | Online behavioral predictor |
US9256761B1 (en) | 2014-08-18 | 2016-02-09 | Yp Llc | Data storage service for personalization system |
CN104394191B (en) | 2014-10-22 | 2016-09-14 | 腾讯科技(深圳)有限公司 | The method of remote control mobile terminal, control terminal and system |
US10134058B2 (en) | 2014-10-27 | 2018-11-20 | Amobee, Inc. | Methods and apparatus for identifying unique users for on-line advertising |
US10764424B2 (en) * | 2014-12-05 | 2020-09-01 | Microsoft Technology Licensing, Llc | Intelligent digital assistant alarm system for application collaboration with notification presentation |
AU2016270937B2 (en) | 2015-06-02 | 2021-07-29 | Liveperson, Inc. | Dynamic communication routing based on consistency weighting and routing rules |
CA3051125C (en) | 2016-02-04 | 2023-05-23 | TEN DIGIT Communications LLC | Intermediary device for data message network routing and enhancement in a contact center environment |
WO2018034989A1 (en) | 2016-08-14 | 2018-02-22 | Liveperson, Inc. | Systems and methods for real-time remote control of mobile applications |
-
2006
- 2006-02-24 US US11/360,530 patent/US8738732B2/en active Active
-
2014
- 2014-04-03 US US14/244,830 patent/US9525745B2/en active Active
-
2015
- 2015-12-15 US US14/970,225 patent/US9590930B2/en active Active
-
2017
- 2017-01-19 US US15/409,720 patent/US9948582B2/en active Active
-
2018
- 2018-03-06 US US15/912,761 patent/US11394670B2/en active Active
-
2022
- 2022-06-14 US US17/839,643 patent/US11743214B2/en active Active
Cited By (41)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9819561B2 (en) | 2000-10-26 | 2017-11-14 | Liveperson, Inc. | System and methods for facilitating object assignments |
US10797976B2 (en) | 2000-10-26 | 2020-10-06 | Liveperson, Inc. | System and methods for facilitating object assignments |
US10191622B2 (en) | 2005-09-14 | 2019-01-29 | Liveperson, Inc. | System and method for design and dynamic generation of a web page |
US11394670B2 (en) | 2005-09-14 | 2022-07-19 | Liveperson, Inc. | System and method for performing follow up based on user interactions |
US11743214B2 (en) | 2005-09-14 | 2023-08-29 | Liveperson, Inc. | System and method for performing follow up based on user interactions |
US11526253B2 (en) | 2005-09-14 | 2022-12-13 | Liveperson, Inc. | System and method for design and dynamic generation of a web page |
US9948582B2 (en) | 2005-09-14 | 2018-04-17 | Liveperson, Inc. | System and method for performing follow up based on user interactions |
US11263548B2 (en) | 2008-07-25 | 2022-03-01 | Liveperson, Inc. | Method and system for creating a predictive model for targeting web-page to a surfer |
US11763200B2 (en) | 2008-07-25 | 2023-09-19 | Liveperson, Inc. | Method and system for creating a predictive model for targeting web-page to a surfer |
US10891299B2 (en) | 2008-08-04 | 2021-01-12 | Liveperson, Inc. | System and methods for searching and communication |
US11386106B2 (en) | 2008-08-04 | 2022-07-12 | Liveperson, Inc. | System and methods for searching and communication |
US10657147B2 (en) | 2008-08-04 | 2020-05-19 | Liveperson, Inc. | System and methods for searching and communication |
US9569537B2 (en) | 2008-08-04 | 2017-02-14 | Liveperson, Inc. | System and method for facilitating interactions |
US9558276B2 (en) | 2008-08-04 | 2017-01-31 | Liveperson, Inc. | Systems and methods for facilitating participation |
US9563707B2 (en) | 2008-08-04 | 2017-02-07 | Liveperson, Inc. | System and methods for searching and communication |
US9892417B2 (en) | 2008-10-29 | 2018-02-13 | Liveperson, Inc. | System and method for applying tracing tools for network locations |
US11562380B2 (en) | 2008-10-29 | 2023-01-24 | Liveperson, Inc. | System and method for applying tracing tools for network locations |
US10867307B2 (en) | 2008-10-29 | 2020-12-15 | Liveperson, Inc. | System and method for applying tracing tools for network locations |
US11615161B2 (en) | 2010-04-07 | 2023-03-28 | Liveperson, Inc. | System and method for dynamically enabling customized web content and applications |
US10038683B2 (en) | 2010-12-14 | 2018-07-31 | Liveperson, Inc. | Authentication of service requests using a communications initiation feature |
US11050687B2 (en) | 2010-12-14 | 2021-06-29 | Liveperson, Inc. | Authentication of service requests initiated from a social networking site |
US11777877B2 (en) | 2010-12-14 | 2023-10-03 | Liveperson, Inc. | Authentication of service requests initiated from a social networking site |
US11134038B2 (en) | 2012-03-06 | 2021-09-28 | Liveperson, Inc. | Occasionally-connected computing interface |
US10326719B2 (en) | 2012-03-06 | 2019-06-18 | Liveperson, Inc. | Occasionally-connected computing interface |
US11711329B2 (en) | 2012-03-06 | 2023-07-25 | Liveperson, Inc. | Occasionally-connected computing interface |
US11689519B2 (en) | 2012-04-18 | 2023-06-27 | Liveperson, Inc. | Authentication of service requests using a communications initiation feature |
US10666633B2 (en) | 2012-04-18 | 2020-05-26 | Liveperson, Inc. | Authentication of service requests using a communications initiation feature |
US11323428B2 (en) | 2012-04-18 | 2022-05-03 | Liveperson, Inc. | Authentication of service requests using a communications initiation feature |
US10795548B2 (en) | 2012-04-26 | 2020-10-06 | Liveperson, Inc. | Dynamic user interface customization |
US11269498B2 (en) | 2012-04-26 | 2022-03-08 | Liveperson, Inc. | Dynamic user interface customization |
US11868591B2 (en) | 2012-04-26 | 2024-01-09 | Liveperson, Inc. | Dynamic user interface customization |
US9563336B2 (en) | 2012-04-26 | 2017-02-07 | Liveperson, Inc. | Dynamic user interface customization |
US11004119B2 (en) | 2012-05-15 | 2021-05-11 | Liveperson, Inc. | Methods and systems for presenting specialized content using campaign metrics |
US11687981B2 (en) | 2012-05-15 | 2023-06-27 | Liveperson, Inc. | Methods and systems for presenting specialized content using campaign metrics |
US12079829B2 (en) | 2014-03-31 | 2024-09-03 | Liveperson, Inc. | Online behavioral predictor |
US11638195B2 (en) | 2015-06-02 | 2023-04-25 | Liveperson, Inc. | Dynamic communication routing based on consistency weighting and routing rules |
US10869253B2 (en) | 2015-06-02 | 2020-12-15 | Liveperson, Inc. | Dynamic communication routing based on consistency weighting and routing rules |
US10278065B2 (en) | 2016-08-14 | 2019-04-30 | Liveperson, Inc. | Systems and methods for real-time remote control of mobile applications |
CN109495457A (en) * | 2018-10-31 | 2019-03-19 | 厦门畅享信息技术有限公司 | The business process engine and business of across a network limitation execute method |
US20200287947A1 (en) * | 2019-03-04 | 2020-09-10 | Metatellus Oü | System and method for selective communication |
US11775865B1 (en) * | 2020-08-04 | 2023-10-03 | Amdocs Development Limited | Machine learning system, method, and computer program for evaluation of customer service agents |
Also Published As
Publication number | Publication date |
---|---|
US11394670B2 (en) | 2022-07-19 |
US11743214B2 (en) | 2023-08-29 |
US9525745B2 (en) | 2016-12-20 |
US20140222888A1 (en) | 2014-08-07 |
US20230039013A1 (en) | 2023-02-09 |
US20070061421A1 (en) | 2007-03-15 |
US9590930B2 (en) | 2017-03-07 |
US20180331981A1 (en) | 2018-11-15 |
US9948582B2 (en) | 2018-04-17 |
US20170272387A1 (en) | 2017-09-21 |
US8738732B2 (en) | 2014-05-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11743214B2 (en) | System and method for performing follow up based on user interactions | |
US20230144617A1 (en) | System and method for design and dynamic generation of a web page | |
US10447564B2 (en) | Systems for and methods of user demographic reporting usable for identifiying users and collecting usage data | |
JP4719684B2 (en) | Information search providing apparatus and information search providing system | |
US6886101B2 (en) | Privacy service | |
US7805683B2 (en) | Action pad | |
US7587678B1 (en) | Email-based customer support management system | |
US6782003B1 (en) | Data management system and method | |
US7493655B2 (en) | Systems for and methods of placing user identification in the header of data packets usable in user demographic reporting and collecting usage data | |
US7260837B2 (en) | Systems and methods for user identification, user demographic reporting and collecting usage data usage biometrics | |
US20110119276A1 (en) | Submission capture, auto-response and processing system | |
WO2003067376A2 (en) | Systems and methods for user identification, user demographic reporting and collecting usage data | |
US20100138401A1 (en) | Communications system | |
JP2004030410A (en) | Method, system and program for providing particular service | |
CA2314056A1 (en) | Data management system and method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: LIVEPERSON, INC., CALIFORNIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:KARIDI, RON;REEL/FRAME:040937/0483 Effective date: 20060222 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
CC | Certificate of correction | ||
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 4 |
|
AS | Assignment |
Owner name: U.S. BANK TRUST COMPANY, NATIONAL ASSOCIATION, ARIZONA Free format text: PATENT SECURITY AGREEMENT;ASSIGNORS:LIVEPERSON, INC.;LIVEPERSON AUTOMOTIVE, LLC;VOICEBASE, INC.;REEL/FRAME:067607/0073 Effective date: 20240603 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |