AU2002241561B2 - Method and apparatus for tracking consumer selections over a computer network - Google Patents
Method and apparatus for tracking consumer selections over a computer network Download PDFInfo
- Publication number
- AU2002241561B2 AU2002241561B2 AU2002241561A AU2002241561A AU2002241561B2 AU 2002241561 B2 AU2002241561 B2 AU 2002241561B2 AU 2002241561 A AU2002241561 A AU 2002241561A AU 2002241561 A AU2002241561 A AU 2002241561A AU 2002241561 B2 AU2002241561 B2 AU 2002241561B2
- Authority
- AU
- Australia
- Prior art keywords
- consumer
- vendor
- reservation
- icon
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q30/00—Commerce
- G06Q30/02—Marketing; Price estimation or determination; Fundraising
Landscapes
- Business, Economics & Management (AREA)
- Engineering & Computer Science (AREA)
- Strategic Management (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Marketing (AREA)
- Finance (AREA)
- Development Economics (AREA)
- Entrepreneurship & Innovation (AREA)
- Accounting & Taxation (AREA)
- Physics & Mathematics (AREA)
- General Business, Economics & Management (AREA)
- Economics (AREA)
- Human Resources & Organizations (AREA)
- Tourism & Hospitality (AREA)
- Quality & Reliability (AREA)
- Operations Research (AREA)
- Game Theory and Decision Science (AREA)
- Information Transfer Between Computers (AREA)
Description
WO 02/44924 PCT/US01/45776 METHOD AND APPARATUS FOR TRACKING CONSUMER SELECTIONS OVER A COMPUTER NETWORK BACKGROUND OF THE INVENTION This invention relates generally to a method and apparatus for tracking consumer purchases and selections over a computer network, and more particularly to an industry centric computer portal capable of displaying and managing customer product records relating to consumer purchases and selections made at related industry computer network sites.
Computer network commerce, such as Internet e-commerce, is becoming more and more important for retailers or vendors of various goods and services. In fact, many have predicted that companies who fail to provide such services will lose a significant portion of their market share and perhaps close doors due to lost sales. One of the first problems experienced when trying to develop a network of computers that would allow ecommerce was the fact that the network itself would be made up of many different interconnected computers using many different types of software and operating systems.
One of the more challenging tasks associated with transmitting documents from one computer using one type of software to another computer using a different type of software is trying to maintain the structure of the document as the data propagates from computer to computer. For example, a document including a title, chapter and body of text can be transmitted from one computer to another, but if the document loses the format of the title, chapter and body of text and simply transmits and displays everything as text, it becomes more difficult to read and less appealing to the person reading it. This problem is compounded when the information being transmitted is information regarding the vendor's products/services, which the vendor hopes to sell to the information recipient or consumer. If the consumer has difficulty reading the information, or the information is not aesthetically pleasing, he or she is not likely to purchase the vendor's goods or services.
As a solution to the problem of transmitting information while maintaining the integrity of the document's structure, content, and style, many have turned to the computer programming technique of using markup languages that treat the structure, content, and style of a document differently. The term markup originally referred to WO 02/44924 PCT/US01/45776 handwritten notations made to a typewritten text explaining to a typesetter such things as what typeface to use. To a computer programmer knowledgeable in today's computer network systems and the Internet, markup refers to everything in a document that is not content, terms describing the purpose of the text and/or style of the text). In 1986, the International Organization for Standardization (ISO) published an international standard for computer document markup called Standard Generalized Markup Language
(SGML).
SGML prescribes a standard format for embedding descriptive markup within a document for transmission over a computer network and for reading by any computer without losing the document structure. In short, SGML allows documents to be created that are independent of any specific hardware or software. SGML accomplishes this by breaking documents up into three parts: structure, content and style. According to SGML, a Document Type Definition (DTD) is created specifying the structure of the document and providing a framework for the various elements or parts that make up the document.
Tags are applied to the content of the document through a process called "tagging", and identify the content's position within the DTD, is it part of the title, chapter, body, etc.). Typically, the style of the document is determined by the software package used to read the document, Microsoft Word®, Corel WordPerfect®, etc.).
Although SGML is an effective tool for describing the content and structure of digital documents, it requires a considerable amount of markup and knowledge about SGML generalizations. The language or protocol currently used to transfer documents on the Internet can be considered an extremely pared-down version of SGML called Hyper Text Markup Language (HTML), which requires less markup and knowledge of SGML's generalizations.
HTML breaks documents up into three parts: tags, comments, and text. The HTML tags are used to define the type styles and provide for hyperlinking (providing a link to route the viewer to another page of information located somewhere within the network). HTML also allows the HTML author or programmer to insert comments within the document so that additional information regarding the document, tagging, text, etc. can be made. Like the tags, the comments are not visible to a person viewing the document over the network unless they view the HTML coding. The text merely refers to WO 02/44924 PCT/US01/45776 the content of the document.
HTML has' served well as a markup' language, but is not without its own faults and weaknesses. For example, in HTML, both the tag semantics and the tag set are fixed.
Meaning the World Wide Web Consortium (W3C), Internet browser vendors, and other groups that use and have a say in how the Internet operates, must constantly work on extending the definition of HTML to cover new tags and technologies that are desired by Internet users. In addition, the rigid rules and complexities of HTML require many HTML authors to figure out ways of providing special effects while still satisfying the predefined HTML document types and markup elements.
In order to break through the limitations of HTML, a new markup language called eXtensible Markup Language (XML) is being used which does not have a fixed or predefined format and is designed to use more of SGML's flexibility. Specifically, XML provides a facility to define tags and the structural relationships between them, and gives XML authors the flexibility to design their own markup. Therefore, the information content can be richer and easier to use. Like HTML however, XML does not require as much markup as SGML and/or knowledge of SGML's generalizations and is much easier to implement than SGML. A fully conformant SGML system will be able to read and understand an XML document, but is not needed in order to display the document. XML has been designed to work with or without a DTD (meaning you can invent markup without having to define it formally), but DTDs are recommended in order to maintain the ability to automatically control the structuring of additional documents.
Although the application of markup languages have solved the problem of transmitting information while maintaining its structure, content, and style, a growing problem associated with the rise in popularity of e-commerce is that there is no cohesiveness between transactions for the consumer, allowing him or her to identify what goods or services have been selected purchased, reserved, etc.) over the computer network. For example, a consumer may not be able to shop at several different vendor websites making various selections or purchases, while maintaining a record of what has been purchased or selected. This can leave the consumer unsure of what has already been purchased and/or selected, and can result in the consumer either failing to buy additional items or buying duplicate items that will have to be returned.
WO 02/44924 PCT/USI01/45776 Prior to the development of e-comnmerce, a similar problem occurred in the travel industry, in which consumers would often book airline reservations with a travel agency and coordinate car rental, hotel reservations, etc.. Often times one vacation or trip could involve a large number of selections, making it hard for the consumer and/or the travel agent to keep track of all that was purchased or reserved. Such problems often occur in vertical market systems or market segments in which various vendors provide different goods and services which are related in some respect. For example, a travel market segment includes every business the traveler may need to deal with from the begimnning to end of his or her trip, such as air carriers, hotels and resorts, car rental agencies, as well as various entertainment groups providing such things as golf tee times, tours, meals, flowers, musical or theatrical events, and so on. Such broad vertical markets necessitate that records of consumer selections among all of the various goods and services be maintained so that the information can easily be accessed at some later time or date.
The Applicant's assignee solved the problem of keeping track of such information in the vertical market relating to the travel industry by creating a computerized reservation system (CRS) database, also known as a global distribution system (GDS). With the CRS database, diverse products can be selected by consumers while providing the constant ability to track such selections through a single entity known as a passenger name record (PNR). The PNR allows the consumer to retrieve and view any or all of the selections he or she has made at a later date. This review may contain information about the actual selections made by the consumer, such as the price, date of use, date of purchase, tax paid, etc.. Therefore, the service provided by the CRS database offers a centralized record of all consumer selections which the consumer can access to determine what selections were made, thereby eliminating the problem of keeping track of such information. Today, a similar problem exists with respect to e-commerce. Specifically, consumer selections made over the Internet are tracked individually and are managed as individual entities.
Attempts to provide consumers with some information regarding e-commerce purchases and reservations have been made, but typically only display the information relating to selections that are about to be purchased from one particular vendor or supplier. For example, many Internet sites provide consumers with a "shopping cart" in WO 02/44924 PCT/US01/45776 which products the consumer intends to purchase are placed, and with which a list of items about to be purchased can be reviewed. Unfortunately these types of services are only good for providing information regarding what items have been selected to be purchased, not what items have been purchased. Another problem associated with shopping carts is that consumers rarely purchase all goods and/or services from a single supplier. This may be attributable to the fact that no single e-commerce vendor or c-tailer offers a complete selection of goods and/or services needed by the consumer. This may also be due to the fact consumers prefer shopping among a variety of suppliers prior to making a purchase so that they can ensure they are receiving the best or biggest value.
Therefore, no matter how large the e-tailer is, its shopping cart will not contain all of the purchases the consumer makes over the computer network.
Other Internet sites allow the consumer to type in a number or password identified with a particular consumer selection that will call up a screen indicating what items have been selected and what stage the order is in, have the items been built, shipped, etc.).
Unfortunately, such services require the consumer to return to each individual vendor' s site in order to determine what selections were made. More often than not, the consumer does not have time to return to each vendor's site to check what selections were made, and/or does not have his or her order number readily available every time they wish to see what selection was made.
Still other Internet sites offer records of sales by generating e-mail responses to the consumer confirming that an order has been received and/or shipped. One problem with this type of record keeping is that each vendor sends its own confirmation e-mail to the consumer and, depending on the number of sales/selections made, such e-mails can add up to an amount of paper that simply does not assist the consumer in determining what has been ordered/selected. In addition, e-mails are not always kept nor are they always readily available. For example, some consumers may not be able to access their e-mail from outside their home or work making it impossible to review the e-mail at certain times.
Another problem associated with tracking consumer selections over computer networks is that the selection may be updated or its status may change over time. For example, when an airfare is selected by a consumer several details pertaining to the flight may change over time, including: time changes, date changes, flight status changes e., on time, delayed, canceled, etc.), as well as others. These updates or status changes may be forgotten by the consumer or may not have been received by the consumer. In addition, the consumer may make changes to his or her itinerary causing the flight number, time, date, etc. to change. Furthermore, the information pertaining to the consumer selection may only have a limited period of usefulness and need not be kept.
For example, if an airplane ticket has been selected by the consumer, the record of such ticket may become an unwanted or unneeded record shortly after the ticket has been used.
Without being able to track the consumer selections made over a computer network, or further being able to track and update such consumer selections and any updates thereto, e-commerce will likely remain an unattractive alternative to many consumers.
Thus it is apparent that a need exists for a method and apparatus for tracking consumer selections over a computer network. A need also exists for an apparatus that is capable of tracking and updating consumer selections over a computer network. A further need exists for a system that is capable of tracking date of use/expiration data pertaining to a consumer's selection made over a computer network and a system that is capable of updating its tracking information according to the date of use/expiration data.
SUMMARY OF THE INVENTION There is provided an apparatus for tracking consumer selections over a computer network, the apparatus comprising: a remote computer terminal connected to a network of computers wherein the consumer can access various information and make various selections from vendor sites among the network of computers; an industry centric web portal located within the network of computers that is capable of displaying: consumer product records centralized at the web portal and pertaining to past consumer selections made over the computer network; links to various information located within the network of computers; a vendor icon wherein the selection of the vendor icon informs the vendor associated with the selection that the selection is to be cancelled or updated, and wherein the consumer product records are modified in response to the cancellation or update; a user identification token stored in a tag accompanying the user about the computer network for identifying the consumer; and an advisement system capable of identifying the consumer by the user identification token and notifying the industry centric web portal of any selections made by the identified consumer.
800229.cxh There is further provided a method of tracking consumer selections over the Internet, the method comprising: using a remote computer terminal to access via the Intemrnet an industry centric web portal which is capable of displaying and managing consumer product records pertaining to past consumer selections; identifying the consumer by generating a user identification token that will accompany the user about the Internet in the form of a markup tag; providing at least one link to another URL somewhere on the industry centric web portal; selecting one of the provided URL links; linking to the selected URL via the Internet; advising the centric web portal about the consumer's actions over the Internet via an XML advisement service; and in response to a request to the industry centric website, displaying consumer Is product records pertaining to past consumer selections made over the computer network and displaying vendor icons wherein the selection of a vendor icon informs the vendor associated with the selection that the selection is to be cancelled or updated, and wherein the consumer product records are modified in response to the cancellation or updating.
There is yet further provided a method of managing travel reservations from a web portal comprising: transmitting a web page comprising links to vendor web sites providing travel services; after the user selects one of the links, receiving an indication of a travel reservation made by the user at the vendor associated with the link; storing the travel reservation in a consumer product record accessible by the web portal; receiving a request from a user, at the web portal, for a list of the reservations made by the user at the vendor web sites; transmitting a web page displaying: the list of reservations; at least one cancellation icon for canceling the reservation; and at least one update icon for updating the reservation; informing the vendor that a reservation should be cancelled if the user selects a cancellation icon associated with the reservation, and modifying the associated consumer product record to reflect the cancellation; and 800229.cxh informing the vendor that a reservation should be updated if the user selects the update icon associated with the reservation, and modifying the associated consumer product record to reflect the update.
There is yet further provided a system of managing consumer selections from a web portal comprising: means for transmitting a web page comprising links to vendor web sites providing travel services; means for receiving an indication of a travel reservation made by the user at the vendor associated with the link after the user selects one of the links; means for storing the travel reservation in a consumer product record accessible by the web portal; means for receiving a request from a user, at the web portal, for a list of the reservations made by the user at the vendor web sites; means for transmitting a web page displaying: the list of reservations, at least one cancellation icon for canceling the reservation, and at least one update icon for updating the reservation; means for informing the vendor that a reservation should be cancelled if the user selects a cancellation icon associated with the reservation, and modifying the associated consumer product record to reflect the cancellation; and means for informing the vendor that a reservation should be updated if the user selects the update icon associated with the reservation, and modifying the associated consumer product record to reflect the update.
BRIEF DESCRIPTION OF THE DRAWINGS Other objects and advantages of the invention will become apparent upon reading the following detailed description and upon reference to the drawings, in which: FIG. 1 is a block diagram of an apparatus embodying the present invention; FIGS. 2 and 3 are Document Type Definitions for markup documents used in accordance with the invention shown in FIG. 1.
FIG. 4 is a process flow chart embodying the present invention; and While the invention will be described in connection with a preferred method and embodiment, it will be understood that it is not intended to limit the invention to that method and embodiment. On the contrary, it is intended to cover all alternatives, modifications and equivalents as may be included within the spirit and scope of the invention as defined by the appended claims.
800229.cxh -8- DETAILED DESCRIPTION OF THE INVENTION A method and apparatus for tracking consumer selections over a computer network is described herein and comprises a remote computer terminal connected to a network of computers wherein the consumer can access an industry centric web portal having links to various vendor products and services over the network. A user identification token is generated by the web portal to identify the consumer so that each site visited on the computer network can also identify the consumer and partake in an advisement system.
According to the advisement system the participating vendor sites located on the 1o computer network identify the visiting consumer by his or her user identification token and advise the industry centric web portal as to what selections the consumer has made while visiting the vendor's site. The advisement information may comprise such things as what the product/service is, how much it cost, how much tax was paid, what dates it is good for, and so on. The web portal receives the advisement information and creates a is consumer product record (CPR) pertaining to the selections made by the identified consumer. The CPR is a central record of all selections the 8a- 800229.cxh WO 02/44924 PCT/US01/45776 consumer has made over the computer network and can be accessed by the consumer to review the selections. The CPR may also contain links to the various vendor sites where the consumer selections were made and/or provide pictures of any products the consumer selected.
Referring now to the drawings and especially to FIG. 1, in which a block diagram of an apparatus embodying the present invention is generally shown therein and identified by reference numeral 10. The apparatus 10 includes a remote computer termnninal 12 with which a consumer can access an industry centric web portal 14 via a computer network 16. One example of a computer network is the Internet, which is by far and away the world's largest computer network. Other examples of networks include geographically localized networks such as Local Area Networks (LANs) or larger networks such as Wide Area Networks (WANs). The industry centric web portal 14 has links to vendor A's site 18, vendor B's site 20 and vendor n's site 22. Each vendor site 18, 20 and 22 is located within the network of computers 16 and typically contains information regarding the vendor and the vendor's products and services. Vendor indicates that any number of sites may be available provided they fall within the computer network's capacity of operation.
The industry centric web portal 14 identifies the consumer by creating a user identification token 24 that will accompany the consumer about the computer network 16.
The user identification token 24 is stored in a file or markup language document 26 that travels with the consumer from site to site across the network and is "tagged" according to a standard markup language and naming convention so that each vendor site 18, 20 and 22 can locate and identify the consumer's user identification token 24. The vendor sites 18, 20 and 22 may also be capable of personalizing their content and/or presentation for the consumer based on the information they read from the user identification token 24.
More particularly, a unique consumer token or user identification token 24 is generated whenever a new consumer session is created. (A consumer session comprises a set of consecutive transactions occurring from a single consumer over a range of websites or pages where awareness of such transactions can be tracked.) The user identification token 24 is passed from one website to another by use of a hyper text transfer protocol GET or POST command, and is stored within the session information for the consumer so WO 02/44924 PCT/US01/45776 that all participating websites in the transaction can identify the consumer. The session information itself is stored within a mark-up language document capable of being read by all of the participating websites. Both the consumer session and its unique user identification token 24 are destroyed after a user discontinues further transactions and a specified time frame has expired.
The markup language document 26 is used as part of an advisement system in which each vendor site advises the industry centric web portal 14 about consumer selections made during the consumer's visit to its site. More particularly, the vendor site 18, 20 or 22 updates the markup language document 26 to indicate what the selection was, who the vendor was, who the consumer was, and can provide a variety of additional information such as what the purchase confirmation number is, how many units were purchased, what the price was, what the tax was, whether or not there was any service charge, what dates the products are good for or are to be used by, a link to the product image, etc.. As such, the markup language document can be set up to track any or all information pertaining to the consumer's selection. The advisement service may be based on a traditional communication protocol Hyper Text Transfer Protocol (HTTP)), such as the industry standard port eighty implementations, or alternate to provide a level of obscurity to the general public. A secure socket layer (SSL) certificate server can be utilized to provide more secured communications.
In turn, the industry centric web portal 14 checks the received markup language document 26 or request document for completeness and/or validates certain information contained therein. After this has been completed, the web portal 14 stores the received information into a centralized repository 28 as a consumer product record (CPR). The CPR may be accessed by the consumer through the industry centric web portal and may allow the consumer to view all or part of the information received from the vendor updated markup language document 26 or vendor advisement. In addition to this information, the CPR may provide a link to the vendor's site so that the consumer can go back to the vendor's site to make additional selections or modify their previous selection.
A vendor provided icon and description may be used to display each product item that is contained in the centralized repository for the current consumer. This aids in the industry centric web portal's ability to raise revenue in that it brings people back to its site on the WO 02/44924 PCT/US01/45776 computer network increasing the number of hits received by the web portal thereby allowing it to charge more for advertisements andreferrals to other vendor sites.
The central repository 28 contains the information relating to the consumer selections and provides storage and retrieval interfaces for internal portal applications so that the consumer product record can be reviewed by the consumer at the industry centric web portal 14. The consumer product record can be stored indefinitely, or can expire after a predetermined amount of time has passed, x number of days after the last day the product is good for, or is to be used by). For example, in the airfare ticket selection example mentioned above, the CPR may be updated to eliminate the record pertaining to a flight three days after the ticket was to be used. Alternatively, an intermediate level of consumer product record management may be use wherein the consumer product record is considered a historic record after a predetermined amount of time has passed. The historic record can be pulled up by the consumer on command, but otherwise would not be displayed on the standard consumer product record. Product record expiration length may be controlled by the portal administrator and will contain conditional aging logic related to product type and consumer support requirements. Maintenance utility applications are used to maintain the CPR records accurately so items that have been marked as expiring after a predetermined usage/passage of time are correctly marked as expired or moved to the historical record after the such usage/passage of time has occurred. For example, if a consumer purchased an airplane ticket and indicated that it is to be used by Saturday, the maintenance utilities could automatically identify that ticket as being expired and/or list it in the historical record.
The web portal 14 may also be configured to respond to the vendor site 18, 20 or 22 with an acknowledgment 30 that the markup language document 26 has been received and/or whether it was acceptable. The industry centric web portal's acknowledgment may contain additional information including the transaction identification number or purchase confirmation number, an acknowledgment indicator whether the markup language document has been accepted or denied), an acknowledgment description, or other information pertaining to the tracked consumer selection.
In addition to being capable of displaying and managing past consumer selections made over the computer network, the web portal 14 may also have functional vendor -11- WO 02/44924 PCT/US01/45776 icons corresponding to the provided vendor features for such things as cancel, update, review, and so on. For example, the web portal 14 may allow the consumer to cancel a selection from a particular vendor or cancel the consumer product record itself; it may also allow the consumer to update the consumer product record for particular vendors; or it may simply allow the consumer to review his or her product record for a particular vendor. These features may be performed by either the consumer or the vendor. In another example, an airline ticket vendor may adjust the time, date, flight number, or other detail pertaining to a flight a consumer has purchased or selected at the vendor's site. Likewise, the consumer may change his or her itinerary with respect to times, dates, flight numbers, etc. The web portal 14 updates the CPR so that such adjustments or changes are reflected, and/or the vendor supporting the original purchase can optionally provide pre-populated computer network addresses (such as a universal resource locators (URLs)) for these functions which will be linked to in the consumer session markup language document to offer as corresponding feature icons.
Turning now to FIGS. 2 and 3, in which Document Type Definitions (DTDs) defining the elements, structures and rules for markup documents used in accordance with the invention are generally shown therein and identified by reference numnerals 50 and The DTDs 50 and 60 describe the structure of a document, much like a database schema describes the types of information it handles and the relationships between fields. Some markup language developers are dissatisfied with the syntax of the markup declarations described in the specifications for the available markup languages HTML, XML, etc.), and have proposed having the description of the document type's structure (its schema) comprised in markup language as well. This would make it easier to edit and manipulate the schema with regular document manipulation tools and would require less error checking code to be written. Regardless, the DTDs 50 and 60 need not be provided to use XML. Such use of XML is called DTDless and can only be well formed XML, not valid XML. Well formed XML can give a general idea of what the XML document looks like, but it leaves room for doubt. On the other hand, use of a DTD eliminates any doubt by providing stringent standards or definitions for the XML document and ensures that valid XML will be used. DTD 50 or 60 may provide framework for the elements that constitute the markup language document or file 26, and may accompany it wherever it -12- WO 02/44924 PCT/US01/45776 goes so that it can be read independent of the software or hardware used. In effect, DTDs or 60 provide applications with advanced notice of what names and structures can be used in a particular document type.
The first line of the DTD 50 notifies the application that this document is an XML document using version 1.0. The remaining information indicates that the text of the document is in U.S. ASCII format. ASCII stands for American Standard Code for Information Interchange. This is one of the most universal coding methods for converting letters, numbers, punctuation and control codes into digital form. In short, the purpose of the first line is to inform the application what format the document is in and how it is to be read so that the application will know to use it like XML 1.0. The next six lines indicate that file giport.dtd is version 1.0 and contains the document entitled "DTD for merchandise tracking portal". The eighth line notifies the application that the "root node of the merchandise advisement" follows. The ninth line shows the DTD's most basic part, the "element". An element defines the markup tag's name and form. As indicated here, the element's name is ADVISEMENT and any child markup tags found within this element are named ADVISE. The indicates that the ADVISE tag must appear one or more times. The tenth line indicates another DTD fundamental called the "attribute". An attribute is a description given to an element to further define it and attributes are declared in attribute lists. According to this line, the attribute VENDORID is attached to the element ADVISEMENT and is regular text as indicated by CDATA. Information pertaining to the attribute VENDORID is required in order for the document to be accepted by the industry centric web portal 14. The eleventh line shows element ADVISE's value EMPTY. The twelfth through twenty-eighth lines indicate that the attributes GCTOKEN, ACTION, CONF, UNITS, PRICE, TAX, SVCCHG, URL CANCEL, URLUPDATE, URL_REVIEW, DATE1, DATE_2, DESCRIPTION, URL ICON _MG, URL_PROD IMG, LAT and LONG are attached to the element ADVISE and are regular text (CDATA). All but URLUPDATE, DATE_2, LAT, and LONG are required in order for the document to be accepted by the industry centric web portal 14.
The first line of the DTD 60 notifies the application that this document is an XML document using version 1.0, and that the text of the document is in U.S. ASCII format.
-13- WO 02/44924 PCT/US01/45776 Again, the purpose of the first line is to inform the application what format the document is in and how it is to be read so that the application will know to use it like XML 1.0. The next six lines indicate that file giport.dtd is version 1.0 and contains the document entitled "DTD for merchandise tracking portal". The eighth line notifies the application that the "root node of the merchandise advisement" follows. The ninth line shows the DTD's most basic part, the "element". An element defines the markup tag's name and form. As indicated here, the element's name is ADVISEMENT and any child markup tags found within this element are named ADVISE. The indicates that the ADVISE tag must appear one or more times. The tenth line indicates another DTD fundamental called the "attribute". An attribute is a description given to an element to further define it and attributes are declared in attribute lists. According to this line, the attribute VENDORID is attached to the element ADVISEMENT and is regular text as indicated by CDATA.
Information pertaining to the attribute VENDORID is required in order for the document to be accepted by the industry centric web portal 14. The eleventh line shows element ADVISE's value EMPTY. The twelfth through thirty-fourth lines indicate that the attributes ACTION, CONFIRMATIONID, RECLOC, CUSTID, PROD_TYPE_CODE, UNITS, UNIT_PRICE, TAX, SVC_CHARGE, DESCRIPTION, CURRENCY, START_DATETIME, ENDDATETIME, GEO_CODE, ORIGIN_LOCATION, DESTINATION, FREEFORM, TICKETDATA, CANCEL_URL, UPDATEURL, MORE_INFOURL, GRAPHIC_SM_URL, and GRAPHIC_MD_URL are attached to the element ADVISE and are regular text (CDATA). The first twelve (from ACTION to STARTDATETIME) are required in order for the document to be accepted by the industry centric web portal 14. These fields are only exemplary and may contain/request additional or different information.
Referring now to FIG. 4, in which a process flow chart for an apparatus and method for tracking consumer selections over a computer network is generally shown therein and identified by reference numeral 100. In step 1 of the process flow chart 100, a consumer 102 accesses an industry centric web portal 104 via a computer network, which in turn identifies the consumer 102 by generating a user identification token. In step 2, the user identification token will accompany the user about the network so that each vendor site 106 visited by the consumer 102 can identify the consumer 102. In step 3, the -14- WO 02/44924 PCT/USI01/45776 consumer 102 accesses a vendor site 106 located within the network via a link provided on the industry centric web portal 104. In step 4, the vendor site 106 updates the markup language document accompanying the consumer 102 to indicate what selections the consumer 102 has made as well as providing a variety of additional information pertaining to the selection. The web portal 104 records the information received in the markup language document, creates a CPR listingthe information received, validates the information received and generates a response in step 5. The web portal response may indicate that the information received contained errors or was incomplete, or it may indicate that the information received was complete and valid. In step 6, the vendor site 106 issues a confirmation to the consumer 102 that the consumer's selection has been received. The consumer 102 may now return to the web portal 104, determine what other vendor sites they wish to visit, and link to that particular vendor's site. At this point, the entire advisement process is repeated.
Thus it is apparent that there has been provided, in accordance with the invention, a method and apparatus for tracking consumer selections over a computer network that fully satisfies the objects, aims, and advantages set forth above. While the invention has been described in conjunction with specific embodiments thereof, it is evident that many alternatives, modifications, and variations will be apparent to those skilled in the art in light of the foregoing description. Accordingly, it is intended to embrace all such alternatives, modifications, and variations as fall within the spirit and broad scope of the appended claims.
Claims (4)
1. An apparatus for tracking consumer selections over a computer network, the apparatus comprising: a remote computer terminal connected to a network of computers wherein the consumer can access various information and make various selections from vendor sites among the network of computers; an industry centric web portal located within the network of computers that is capable of displaying: consumer product records centralized at the web portal and 1o pertaining to past consumer selections made over the computer network; links to various information located within the network of computers; a vendor icon wherein the selection of the vendor icon informs the vendor associated with the selection that the selection is to be cancelled or updated, and wherein the consumer product records are modified in response to the cancellation or update; is a user identification token stored in a tag accompanying the user about the computer network for identifying the consumer; and an advisement system capable of identifying the consumer by the user identification token and notifying the industry centric web portal of any selections made by the identified consumer.
2. An apparatus according to claim 1, the apparatus further comprising: displaying a plurality of functional vendor icons for canceling and a plurality of vendor icons for updating.
3. A method of tracking consumer selections over the Internet, the method comprising: using a remote computer terminal to access via the Internet an industry centric web portal which is capable of displaying and managing consumer product records pertaining to past consumer selections; identifying the consumer by generating a user identification token that will accompany the user about the Internet in the form of a markup tag; providing at least one link to another ULRL somewhere on the industry centric web portal; selecting one of the provided URL links; linking to the selected URL via the Internet; -16-
800229.cxh advising the centric web portal about the consumer's actions over the Internet via an XML advisement service; and in response to a request to the industry centric website, displaying consumer product records pertaining to past consumer selections made over the computer network and displaying vendor icons wherein the selection of a vendor icon informs the vendor associated with the selection that the selection is to be cancelled or updated, and wherein the consumer product records are modified in response to the cancellation or updating.
4. A method according to claim 3, wherein the selected URL is capable of personalizing its content based on information obtained from the user identification token. A method according to claim 3, wherein the industry centric web portal is capable of displaying and managing consumer product records pertaining to past consumer selections for a predetermined time period. 8. The method of claim 1 or 3 further comprising displaying a cancellation vendor icon wherein selection of the cancellation icon cancels the consumer product record associated with such selection. 9. The method of claim I or 3 further comprising displaying an update vendor icon wherein selection of the update icon modifies the consumer product record associated with such selection. The method of claim 1 or 3 wherein selection of an icon modifies the date or time associated with a travel reservation, and wherein such modification is stored in both the consumer product records and the records of the vendor providing the product or service related to the reservation. 11. A method of managing travel reservations from a web portal comprising: transmitting a web page comprising links to vendor web sites providing travel services; after the user selects one of the links, receiving an indication of a travel reservation made by the user at the vendor associated with the link; storing the travel reservation in a consumer product record accessible by the web portal; 17- 800229.cxh receiving a request from a user, at the web portal, for a list of the reservations made by the user at the vendor web sites; ri transmitting a web page displaying: the list of reservations; at least one cancellation icon for canceling the reservation; and at least one update icon for updating the reservation; informing the vendor that a reservation should be cancelled if the user selects a cancellation icon associated with the reservation, and modifying the associated consumer product record to reflect the cancellation; and In informing the vendor that a reservation should be updated if the user selects the ,o update icon associated with the reservation, and modifying the associated consumer (N N product record to reflect the update. 12. The method of claim 11 further comprising linking to a pre-populated URL upon selection of the update icon. 13. The method of claim 1 1 further comprising linking to a pre-populated URL upon selection of the cancellation icon. 14. The method of claim 12 or 13 further comprising receiving the pre-populated URL in response to the user making a travel reservation at the vendor associated with the link. The method of claim 11 wherein the list comprises travel reservations from a plurality of vendor web sites and the step of displaying comprises transmitting a plurality of cancellation and update icons. 16. The method of claim 11 wherein the user changes the date or time of the reservation in connection with selecting the update icon. 17. A system of managing consumer selections from a web portal comprising: means for transmitting a web page comprising links to vendor web sites providing travel services; means for receiving an indication of a travel reservation made by the user at the vendor associated with the link after the user selects one of the links; means for storing the travel reservation in a consumer product record accessible by the web portal; -18- 800229.cxh means for receiving a request from a user, at the web portal, for a list of the reservations made by the user at the vendor web sites; Smeans for transmitting a web page displaying: the list of reservations, at least one cancellation icon for canceling the reservation, and at least one update icon for updating the reservation; Smeans for informing the vendor that a reservation should be cancelled if the user selects a cancellation icon associated with the reservation, and modifying the associated consumer product record to reflect the cancellation; and In means for informing the vendor that a reservation should be updated if the user selects the update icon associated with the reservation, and modifying the associated r consumer product record to reflect the update. 18. The system of claim 17 wherein the icons comprise links to a pre-populated URL. 19. The system of claim 18 further comprising means for receiving the pre-populated URL in response to the user making a travel reservation at the vendor associated with the link. 20. The system of claim 17 further comprising user change means for changing the date or time of the reservation in response to selecting the update icon. DATED this Twenty-third Day of May, 2007 Galileo International, Inc. Patent Attorneys for the Applicant SPRUSON FERGUSON -19- 800229.cxh
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US70636400A | 2000-11-03 | 2000-11-03 | |
US09/706,364 | 2000-11-03 | ||
PCT/US2001/045776 WO2002044924A1 (en) | 2000-11-03 | 2001-11-02 | Method and apparatus for tracking consumer selections over a computer network |
Publications (2)
Publication Number | Publication Date |
---|---|
AU2002241561A1 AU2002241561A1 (en) | 2002-08-15 |
AU2002241561B2 true AU2002241561B2 (en) | 2007-08-02 |
Family
ID=24837228
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
AU2002241561A Ceased AU2002241561B2 (en) | 2000-11-03 | 2001-11-02 | Method and apparatus for tracking consumer selections over a computer network |
AU4156102A Pending AU4156102A (en) | 2000-11-03 | 2001-11-02 | Method and apparatus for tracking consumer selections over a computer network |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
AU4156102A Pending AU4156102A (en) | 2000-11-03 | 2001-11-02 | Method and apparatus for tracking consumer selections over a computer network |
Country Status (7)
Country | Link |
---|---|
EP (1) | EP1344141A4 (en) |
JP (1) | JP2004523822A (en) |
KR (1) | KR20030078863A (en) |
CN (1) | CN1484794A (en) |
AU (2) | AU2002241561B2 (en) |
CA (1) | CA2427682A1 (en) |
WO (1) | WO2002044924A1 (en) |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1677407A (en) * | 2004-03-29 | 2005-10-05 | 北京时代之声科技有限公司 | Marketing course quantization management system |
CA3116778C (en) * | 2018-07-18 | 2024-06-25 | The Dun & Bradstreet Corporation | Artificial intelligence engine for generating semantic directions for websites for automated entity targeting to mapped identities |
CN112784152B (en) * | 2019-11-11 | 2024-07-19 | 北京沃东天骏信息技术有限公司 | Method and device for marking user |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6125352A (en) * | 1996-06-28 | 2000-09-26 | Microsoft Corporation | System and method for conducting commerce over a distributed network |
Family Cites Families (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EA199700372A1 (en) * | 1996-01-18 | 1998-06-25 | Дзе Сэйбр Груп, Инк. | DATA DISTRIBUTION SYSTEM MEANS OF PROCESSING AN AIRLINES INPUT MESSAGES |
US5924080A (en) * | 1996-05-28 | 1999-07-13 | Incredicard Llc | Computerized discount redemption system |
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 |
JPH1185841A (en) * | 1997-09-01 | 1999-03-30 | Hitachi Ltd | Information processor provided with electronic mall functionality |
JPH11143953A (en) * | 1997-11-13 | 1999-05-28 | Just Syst Corp | On-line charging system, server system to be applied to on-line charging system, terminal to be applied to on-line charging system, charging method in on-line charging system and computer readable record medium storing program making computer perform the method |
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 |
JPH11154176A (en) * | 1997-11-19 | 1999-06-08 | Oki Electric Ind Co Ltd | Electronic basket system |
WO2000026837A1 (en) * | 1998-10-30 | 2000-05-11 | Thetrip.Com, Inc. | Obtaining and processing reservation information |
JP2002530782A (en) * | 1998-11-25 | 2002-09-17 | インフォ・アベニュー株式会社 | Universal shopping cart system |
JP2000163479A (en) * | 1998-11-30 | 2000-06-16 | Ntt Data Corp | Composite reserving system, composite reserving manging method, and record medium |
JP2000322171A (en) * | 1999-03-11 | 2000-11-24 | Fujitsu Ltd | Inter-agent message visualizing device for multi-agent system |
WO2000055774A2 (en) * | 1999-03-18 | 2000-09-21 | Bolero International Limited | Transaction support system |
JP2001175761A (en) * | 1999-12-21 | 2001-06-29 | Mediaseek Inc | Method for providing information, advertisement and service corresponding to customer profile, purchase history and degree of interest in information, and method for managing customer data |
JP2001256395A (en) * | 2000-03-10 | 2001-09-21 | Aip:Kk | System and method for information transmission and reception |
-
2001
- 2001-11-02 AU AU2002241561A patent/AU2002241561B2/en not_active Ceased
- 2001-11-02 JP JP2002547022A patent/JP2004523822A/en active Pending
- 2001-11-02 CA CA002427682A patent/CA2427682A1/en not_active Abandoned
- 2001-11-02 KR KR10-2003-7006182A patent/KR20030078863A/en not_active Application Discontinuation
- 2001-11-02 EP EP01988236A patent/EP1344141A4/en not_active Withdrawn
- 2001-11-02 WO PCT/US2001/045776 patent/WO2002044924A1/en active IP Right Grant
- 2001-11-02 AU AU4156102A patent/AU4156102A/en active Pending
- 2001-11-02 CN CNA018216889A patent/CN1484794A/en active Pending
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6125352A (en) * | 1996-06-28 | 2000-09-26 | Microsoft Corporation | System and method for conducting commerce over a distributed network |
Non-Patent Citations (1)
Title |
---|
IYENGAR A et al., Distributed virtual malls on the World Wide Web Distributed Computing Systems, 1998. Proceedings of the 18th ICA, Netherlands 26 29 May 1998, IEEE Comp. Soc., 26 May 1998 pages 58 65 * |
Also Published As
Publication number | Publication date |
---|---|
AU4156102A (en) | 2002-06-11 |
EP1344141A1 (en) | 2003-09-17 |
EP1344141A4 (en) | 2007-01-24 |
JP2004523822A (en) | 2004-08-05 |
WO2002044924A1 (en) | 2002-06-06 |
CN1484794A (en) | 2004-03-24 |
CA2427682A1 (en) | 2002-06-06 |
KR20030078863A (en) | 2003-10-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4422902B2 (en) | Method and system for electronic commerce using multiple roles | |
US7747469B2 (en) | System and method for a made to specification e-commerce quoting and orders processing system on a stand alone or integrated portal | |
US6662199B1 (en) | Method and apparatus for customized hosted applications | |
US7580861B1 (en) | Providing automated gift registry functionality to assist a user in purchasing an item for a recipient | |
US20070260495A1 (en) | Software Architecture and Database for Integrated Travel Itinerary and Related Reservation System Components | |
US20020087583A1 (en) | On line product distribution and purchasing system | |
US20010037265A1 (en) | Method and apparatus for on-line retailing of insurance goods and services | |
US20100077311A1 (en) | Method and apparatus for navigating a graphical representation of a virtual exhibition | |
CA2566109A1 (en) | Mobile instant product price comparison and product review | |
JP2005500611A (en) | System and method for managing reservation requests for one or more product inventory items | |
US20090144176A1 (en) | System and method for replicating objects from providers in communication displays from other providers | |
WO2001098986A2 (en) | System and method for e-commerce interface with controlled e-commerce interactions | |
US9076169B2 (en) | Digital delivery system and method | |
WO2002075937A2 (en) | Fare rules summarizer for travel planning | |
US20040249681A1 (en) | Software program and method for facilitating a purchase over a global information network | |
US20030208387A1 (en) | On-line purchase of partially anonymous products | |
AU2002241561B2 (en) | Method and apparatus for tracking consumer selections over a computer network | |
Kong et al. | Web services enhanced interoperable construction products catalogue | |
WO1999046709A9 (en) | System for providing a display of merchandise as specified by retail and wholesale merchandise providers | |
AU2002241561A1 (en) | Method and apparatus for tracking consumer selections over a computer network | |
KR20070006507A (en) | System and method for sharing gains through an agent on web site | |
Fernandez et al. | Patterns for Internet shops | |
WO2000041520A2 (en) | System and method for computer-implemented consolidated mall shopping | |
Werro et al. | eSarine-A Struts-based Webshop for Small and Medium-sized Enterprises. | |
WO2000042548A2 (en) | System and method for coupon shopping in a computer-implemented shopping mall |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
FGA | Letters patent sealed or granted (standard patent) | ||
MK14 | Patent ceased section 143(a) (annual fees not paid) or expired |