WO2019022036A1 - データ連携システム、方法及びプログラム - Google Patents

データ連携システム、方法及びプログラム Download PDF

Info

Publication number
WO2019022036A1
WO2019022036A1 PCT/JP2018/027580 JP2018027580W WO2019022036A1 WO 2019022036 A1 WO2019022036 A1 WO 2019022036A1 JP 2018027580 W JP2018027580 W JP 2018027580W WO 2019022036 A1 WO2019022036 A1 WO 2019022036A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
product
unit
storage unit
site
Prior art date
Application number
PCT/JP2018/027580
Other languages
English (en)
French (fr)
Inventor
鍵和田 芳光
Original Assignee
鍵和田 芳光
株式会社キーソフト
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 鍵和田 芳光, 株式会社キーソフト filed Critical 鍵和田 芳光
Priority to JP2019532617A priority Critical patent/JPWO2019022036A1/ja
Priority to US16/632,874 priority patent/US11593859B2/en
Publication of WO2019022036A1 publication Critical patent/WO2019022036A1/ja
Priority to US18/162,242 priority patent/US20230169563A1/en
Priority to JP2023098703A priority patent/JP2023113953A/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION 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/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0623Item investigation
    • G06Q30/0625Directed, with specific intent or strategy
    • G06Q30/0629Directed, with specific intent or strategy for generating comparisons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION 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/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Definitions

  • the present invention relates to a data collaboration system, and more particularly, to a data collaboration system that links data among a plurality of systems handling data of different specifications.
  • the present invention is also suitable for a product purchase support system that integrates products sold at different sales sites and presents the same to the consumer so that the consumer can compare and select the products of a plurality of integrated sales sites.
  • the inventor of the present application has compared 10 reservation sites in order to reserve a hotel on business trip, which made it very difficult.
  • many small and medium-sized hotels are not included in large reservation sites, and it is difficult to reach the small and medium-sized hotel reservation sites.
  • affiliate service may be provided by the company operation or may be provided by an ASP (Affiliate Service Provider).
  • the term “article” includes a service.
  • An object of the present invention is to ameliorate the disadvantages of the conventional example, and in particular, convert data handled by one system into data that can be handled by another system, and realize cooperation of data between systems.
  • the present invention is a data linkage system that allows data handled by one system to be handled by another system, and an acquisition unit that acquires data of a first individual specification from one system And a storage unit for storing forward conversion rules for converting the data of the individual specification into the data of the standard specification.
  • a conversion unit that converts data of the first individual specification into data of the standard specification with reference to the forward conversion rule is provided, and the storage unit stores the converted data of the standard specification.
  • FIG. 1 is an entire configuration view showing an embodiment of the present invention.
  • FIG. 2 is a block diagram of a cross search function.
  • FIG. 3 is a data structure diagram of product-related information of a product which is a target of affiliate service.
  • FIG. 4 is a data structure diagram of product-related information of a product that is not a target of affiliate service.
  • FIG. 5 is a block diagram of a product addition function for adding a product which is a target of affiliate service.
  • FIG. 6 is a configuration diagram of a product addition function for adding a product that is not a target of affiliate service.
  • FIG. 7 is a block diagram of a personal information providing function.
  • FIG. 8 is a block diagram of a ranking function.
  • FIG. 9 is a block diagram showing an embodiment of the invention of the data linkage system.
  • FIG. 10 is a block diagram of a commodity purchase system using a data linkage system.
  • the data linkage system of the present invention is also incorporated into a product purchase support system described below.
  • the data linkage system of the present invention is not only applied to the product purchase support system described below, but implements data linkage among various systems.
  • the commodity purchase support system will be described first, and then the configuration of the data linkage system incorporated therein will be described.
  • [Product Purchase Support System] Hereinafter, an embodiment of a commodity purchase support system will be described with reference to the drawings.
  • a plurality of online mall systems 200 and 300 and a plurality of EC site systems 400 and 500 are connected on the Internet. Further, on the Internet, a product integrated site system 100 and a purchaser interface system 600 are connected.
  • the word "system” is omitted in the following description.
  • the online mall 200, 300, the EC site 400, 500 and the product integrated site 100 each have a web server.
  • the buyer interface 600 executes a web browser and displays a web page on the display device according to the program received from the web server of the product integrated site 100.
  • the purchaser interface 600 displays a web page on the display device according to the program received from the web server of the online mall 200 or 300 or the EC site 400 or 500 as necessary.
  • the purchaser interface 600 transmits predetermined information to a predetermined web server based on an input operation by the user.
  • Online malls 200 and 300 provide affiliate services.
  • the product integration site 100 uses the affiliate service provided by the online malls 200 and 300 to post the products sold in each of the online malls 200 and 300 on a web page.
  • the product integrated site 100 stores information of products sold by the EC sites 400 and 500, and posts products sold by the EC site on a web page.
  • the buyer interface 600 displays the web page acquired from the web server of the product integrated site 100, thereby singles the product sold in the online mall 200, 300 and the product sold by the EC site 400, 500. Integrate and display on the web page of. This allows the user of the buyer interface 600 to easily view and compare different products from different vendors.
  • the product integration site 100 searches the products of the online mall 200, 300 and the products of the EC site 400, 500 in a cross-sectional manner according to the conditions sent from the purchaser interface 600, the products of each online mall and each EC. It has a function to integrate multiple products selected from products on the site into a single web page.
  • Each system 100-600 includes a processing device, a storage device, an input device, a display device, and a communication device.
  • the operations and functions of each system are realized by the processing unit executing a program.
  • Information used by the processing device for processing is read from the storage device.
  • the information processed by the processing device is stored in the storage device.
  • Information input by the system user is performed via an input device.
  • Presentation of information to the system user is performed via the display device. Transmission and reception of information between each system is performed via a communication device.
  • the processing device, the storage device, the input device and the display device may cooperate in a distributed state in a network environment.
  • a plurality of processing devices and storage devices may be provided. Multiple processing devices or multiple storage devices may cooperate in a distributed manner in a network environment.
  • FIG. 2 is a block diagram of the cross search function.
  • the search condition acquisition unit 11 acquires the search condition from the purchaser interface 600 and passes it to the search unit 12.
  • the search unit 12 searches the product integrated DB (database) 13 for product-related information that conforms to the search condition passed from the search condition acquisition unit 11, and passes the searched product-related information to the search result generation unit 14.
  • FIG.3 and FIG.4 is a data structure figure of goods relevant information stored in goods integrated DB13.
  • FIG. 3 shows the data structure of product-related information of products sold at the site where the affiliate service is implemented.
  • the products sold by the online malls 200 and 300 correspond, and association of data shown in FIG. 3 is stored for each product. That is, for each product, a keyword related to the product, a category, a product name, a price, a product description, an affiliate tag, the number of searches for the product, the number of clicks, and a sorting flag are associated.
  • the sorting flag is a flag serving as a mark for integrating only products for which a common flag is set into a single web page.
  • FIG. 4 shows a data structure of product-related information of products sold by a site that has not performed affiliate service.
  • the products sold by the EC sites 400 and 500 correspond, and the association of the data in FIG. 4 is stored for each product. That is, for each product, product URL (URL of product sales page), product name, price, store name, product description, keyword, category, product image URL, store URL, sales site name, sales site URL, production area Production area (city), historical information on goods, festival information on goods, sightseeing information on goods, the number of searches for goods, the number of clicks, and a sorting flag are associated.
  • the search unit 12 When the search unit 12 receives a search word or a search image as a search condition from the search condition acquisition unit 11, the search unit 12 searches the product integrated DB 13 for product-related information including a word matching the search word or an image matching the search image. . That is, product related information including a word matching the search word or an image matching the search image is searched from the product related information of each product having the data structure of FIGS. 3 and 4. The image is acquired from the image URL included in the affiliate tag of FIG. 3 or the product image URL of FIG. 4.
  • the search unit 12 When the search unit 12 receives the specification of the selection flag as the search condition from the search condition acquisition unit 11, the search unit 12 searches the product integrated DB 13 for product-related information associated with the selection flag that matches the selection flag. That is, from the product-related information of each product having the data structure of FIG. 3 and FIG.
  • the sorting flag indicates, for example, a group such as "recommended item” or "campaign item”.
  • the search unit 12 receives the specification of the price range as the search condition from the search condition acquisition unit 11, the search unit 12 narrows down the search result to only the product related information in which the price is included in the price range.
  • the search unit 12 extracts an affiliate tag from the product-related information and passes it to the search result generation unit 14.
  • the search unit 12 selects a product URL, a product name, a price, a product description and a product image URL from the product related information. Are read out and passed to the search result generation unit 14.
  • the search result generation unit 14 When the search result generation unit 14 acquires an affiliate tag from the search unit 12, the search result generation unit 14 inserts the affiliate tag (affiliate part) into the search result display web page. When a plurality of affiliate tags are acquired from the search unit 12, each affiliate tag is inserted into the search result display web page, and a plurality of products are listed.
  • the search result generation unit 14 acquires a product URL, a product name, a price, a product description and a product image URL (hereinafter referred to as “product publication material”) from the search unit 12, the affiliate using the product publication material A product placement tag (product placement part) equivalent to a tag is generated and inserted into the search result display web page described above.
  • the product listing part the product name, price and product description are displayed, and the product image read from the product image URL is displayed, and when the product listing part is clicked, the product URL is supported in another browser frame.
  • Product sale page is displayed.
  • the search result generation module 14 When the product listing material corresponding to a plurality of products is obtained from the search section 12, the search result generation module 14 generates a plurality of product listing parts for each product, inserts the parts into the above search result display web page, and List the items.
  • the sort condition acquisition unit 15 receives a condition for sorting the search results from the purchaser interface 600 and passes the condition to the search result generation unit 14. Based on the sort condition received from the sort condition acquisition unit 15, the search result generation unit 14 sorts the above listed affiliate parts and product listed parts in order of price, search frequency or click frequency.
  • the search result generation unit 14 mixes the products of the online mall 200, 300 for which the affiliate service is performed and the products of the EC site 400, 500 for which the affiliate service is not performed on a single web page. Generate a search result display web page.
  • the search result display web page may span multiple pages.
  • the search result generation unit 14 transmits the generated search result display web page to the purchaser interface 600 through the web server.
  • the user of the buyer interface 600 combines the products of the online mall 200, 300 that offers affiliate service and the products of the EC site 400, 500 that does not offer affiliate service into a single web page.
  • the mixed search result display web page can be browsed, and a plurality of products displayed there can be easily compared. Furthermore, it is possible to transition to the sale item page from the link attached to the displayed affiliate part or item listing part and purchase the item.
  • the operations of the search condition acquisition unit 11, the search unit 12, the search result generation unit 14, and the sort condition acquisition unit 15 are realized by the processing device of the product integrated site 100 executing a program.
  • the product integrated DB 13 is stored in the storage device of the product integrated site 100.
  • FIG. 5 is a block diagram of the product addition function.
  • the affiliate tag acquisition unit 21 of the product integrated site 100 receives a product addition instruction from any system having the authority to add a product.
  • An affiliate tag acquired in advance is added to the product addition instruction.
  • the affiliate tag acquisition unit 21 acquires the affiliate tag added to the product addition instruction, and passes it to the tag analysis unit 22.
  • the tag analysis unit 22 acquires an identifier (for example, a domain) of an affiliate service from the description of the affiliate tag. For this purpose, identifiers of a plurality of affiliate services are registered in advance in the dictionary, and when the tag analysis unit 22 finds an identifier that matches the identifier registered in the dictionary in the affiliate tag, the identifier is It is conceivable to obtain as an identifier.
  • the tag analysis unit 22 refers to the affiliate tag structure dictionary 23 and extracts a product name, a price, and a product description from the affiliate tag.
  • each affiliate service is associated with the affiliate service identifier and the affiliate tag structure (the product name, the price, and the information indicating where the product description is described in the tag). Register in advance.
  • the tag analysis unit 22 associates the affiliate tag added to the item addition instruction with the item name, the price, and the item description extracted from the affiliate tag, and registers them in the item integrated DB 13.
  • the record of the product related information shown in FIG. 3 is added to the product integrated DB 13.
  • the initial value of the number of searches and the number of clicks among the added product related information is 0.
  • the keyword, the category or the sorting flag may be associated with the affiliate tag and registered in the product integrated DB 13.
  • affiliate tag acquisition unit 21 and the tag analysis unit 22 described above are realized by the processing device of the product integrated site 100 executing a program.
  • Each dictionary is stored in a storage device.
  • the affiliate tag acquisition unit 21 of the product integrated site 100 receives a product addition instruction from any system having the authority to add a product. A search word for searching for a product from the affiliate service is added to the product addition instruction. The affiliate tag acquisition unit 21 acquires an affiliate tag of a product corresponding to the search word added to the product addition instruction from the affiliate service through an automatic acquisition process such as a crawler or an autopilot. The affiliate tag acquisition unit 21 passes the affiliate tag acquired by the automatic acquisition process and the identifier of the affiliate service that has generated the tag to the tag analysis unit 22.
  • the tag analysis unit 22 refers to the affiliate tag structure dictionary 23 and extracts a product name, a price, and a product description from the affiliate tag.
  • the affiliate tag structure dictionary 23 the affiliate service identifier and the affiliate tag structure (the product name, the price, and the information indicating where the product description is described in the tag) are associated with each other and registered in advance for each affiliate service. Keep it.
  • the tag analysis unit 22 associates the affiliate tag acquired from the affiliate service with the product name, the price and the product description extracted from the affiliate tag, and registers them in the product integrated DB 13.
  • the record of the product related information shown in FIG. 3 is automatically added to the product integrated DB 13.
  • the initial value of the number of searches and the number of clicks among the added product related information is 0.
  • the keyword or sorting flag may be associated with the affiliate tag and registered in the product integrated DB 13.
  • the operations of the affiliate tag acquisition unit 21 and the tag analysis unit 22 described above are realized by the processing device of the product integrated site 100 executing a program.
  • the dictionary is stored in the storage device.
  • the search word added to the product addition instruction is stored in the storage device, and the processing device periodically repeats the second operation based on the search word to periodically record the product related information. It is possible to update to the latest data. At the time of this record update, the values of the number of searches and the number of clicks are not reset, and the values before the update are maintained.
  • the online mall 200, 300 may provide a web API.
  • the processing device of the product integrated site system 100 receives a product addition instruction from any system having the authority to add a product.
  • an identifier of the Web API and an input parameter to be passed to the Web API are added.
  • the processing device transmits an input parameter to the Web API corresponding to the identifier of the Web API, and receives an output parameter including affiliate data from the Web API as a response.
  • product-related information in which each data shown in FIG. 3 is associated can be received as an output parameter according to the specification of the Web API.
  • the processing device registers the product-related information acquired from the Web API in the product integrated DB 13.
  • the record of the product related information shown in FIG. 3 is automatically added to the product integrated DB 13.
  • the initial value of the number of searches and the number of clicks among the added product related information is 0.
  • the keyword or sorting flag may be associated with an affiliate tag (affiliate data) and registered in the product integrated DB 13.
  • the above operation is realized by the processing device of the product integrated site 100 executing a program. Further, the association between the identifier of the Web API added to the product addition instruction and the input parameter given to the Web API is stored in the storage device, and the processing device generates the above-mentioned number based on the identifier of the Web API and the input parameter given to the Web API. By periodically repeating the operation of 3, it is possible to periodically update the record of product-related information to the latest data. At the time of this record update, the values of the number of searches and the number of clicks are not reset, and the values before the update are maintained.
  • FIG. 6 is a block diagram of the product addition function.
  • the product-related information acquisition unit 31 of the product integrated site 100 receives a product addition instruction from any system having an authority to add a product.
  • the product related information described in FIG. 4 is added to the product addition instruction.
  • the product-related information acquisition unit 31 acquires the product-related information added to the product addition instruction and registers the product-related information in the product integrated DB 13.
  • the record of the product related information shown in FIG. 4 is added to the product integrated DB 13.
  • the initial value of the number of searches and the number of clicks among the added product related information is 0.
  • the system for issuing a product addition instruction may be a computer operated by the EC site operator.
  • the function of the product-related information acquisition unit 31 may be provided by the "capture Web API" provided by the integrated site 100.
  • the “import Web API” refers to a Web Application Programming Interface (Web API) that acquires product-related information from any system that has the authority to add a product, and registers the acquired product-related information in the product integrated DB 13.
  • Web API Web Application Programming Interface
  • the computer that transmits the product addition instruction may acquire the product-related information by capturing the information input by the user of the computer via the GUI on the screen.
  • the operation of the product-related information acquisition unit 31 described above is realized by the processing device of the product integration site 100 executing a program.
  • the product-related information acquisition unit 31 of the product integrated site 100 receives a product addition instruction from any system having an authority to add a product.
  • the URL of the EC site to be added is added to the product addition instruction.
  • the product-related information acquisition unit 31 acquires a sales page of each product sold at the EC site to be added by an automatic acquisition process such as a crawler or an autopilot, and passes it to the page analysis unit 32.
  • the system for issuing a product addition instruction may be a computer operated by the EC site operator.
  • the function of the product-related information acquisition unit 31 may be provided by the "capture Web API" provided by the integrated site 100.
  • the page analysis unit 32 analyzes the source code of the sales page of each product, and extracts the product related information shown in FIG. 4 from the page.
  • the page analysis unit 32 refers to the page structure dictionary 33 when extracting product-related information from the source code of the sales page.
  • the page structure dictionary 33 associates the identifier of the EC site with the structure of the sales page of the EC site (information indicating where each item-related information in FIG. 4 is described in the page), and for each EC site Register in advance.
  • the page analysis unit 32 reads the structure of the sales page associated with the identifier of the EC site to be added from the page structure dictionary 33 and refers to it.
  • the page analysis unit 32 may extract each item-related information by referring to metadata described for each item-related information in the sales page, a tag, or an identifier in the tag.
  • the sales page uses Semantic Web technology, that is, the sales page described using RDF or the like, or the sales related page from the sales page with a tag (back data) describing the meaning of the data.
  • the page structure dictionary 33 may not be present.
  • the page analysis unit can interpret the meaning of the data by the semantic web technology to extract the product related information.
  • the page analysis unit 32 registers the extracted product-related information in the product integrated DB 13 for each product. As a result, the record of the product related information shown in FIG. 4 is automatically added. The initial value of the number of searches and the number of clicks among the added product related information is 0.
  • the operations of the commodity related information acquisition unit 31 and the page analysis unit 32 described above are realized by the processing device of the commodity integrated site 100 executing a program. Further, the page structure dictionary 33 is stored in the storage device. In addition, the URL (identifier) of the EC site added to the product addition instruction is stored in the storage device, and the processing device periodically repeats the second operation based on the URL of the EC site, whereby the product is stored. It is possible to periodically update the records of relevant information to the latest data. At the time of this record update, the values of the number of searches and the number of clicks are not reset, and the values before the update are maintained.
  • the processing device of the product integrated site 100 may use the Semantic Web technology.
  • Semantic Web technology a computer efficiently collects information by adding information (metadata) representing what it means to a Web page and the contents described in it, in accordance with certain rules. It is a technology that makes it possible to interpret. In this case, it is possible that the product related information automatically extracted from the product sales page is incorrect. Therefore, in this case, the processing device of the product integrated site 100 causes the product interface information extracted by the Semantic Web technology to be displayed on the user interface of the terminal that has transmitted the aforementioned product addition instruction, and the product is confirmed from the terminal user who confirmed this display. It is preferable to have a review function of accepting the correction instruction of the related information and registering the product related information corrected in accordance with the received correction instruction in the product integrated DB 13.
  • [Personal information provision function] After browsing the product search result display web page, the user of the purchaser interface 600 clicks the affiliate part or product posting part of the product posted on the page, and transits to the sale page of the product. Furthermore, when the user of the purchaser interface 600 decides to purchase the item, the purchase procedure of the item is advanced from the sale page of the item. In the purchase procedure, it is necessary to input an address and a name as a delivery destination of the purchased product. In addition, when using electronic payment, it is necessary to input payment information.
  • the product integrated site 100 provides the purchaser interface 600 with personal information such as the address of the product delivery destination, name and payment information, and an automatic input program for automatically entering the personal information into the order form on the sales site. Do. Software for automatically inputting information in a web form is known, for example, for entering a prize application form. The personal information providing function will be described below.
  • FIG. 7 is a block diagram of the personal information providing function.
  • the online malls 200, 300 and the EC sites 400, 500 for proceeding with the purchase procedure are collectively referred to as "sales sites".
  • the purchaser interface 600 includes a browsing processing unit 41 and an automatic input processing unit 42.
  • the operations of the browsing processing unit 41 and the automatic input processing unit 42 are realized by the processing device of the purchaser interface 600 executing a program provided from the commodity integrated site 100.
  • the auto-input program may be pre-installed on the purchaser interface 600.
  • the product integrated site 100 includes a personal information providing unit 43 and a personal information DB 44.
  • the operation of the personal information providing unit 43 is realized by the processing device of the product integrated site 100 executing a program.
  • the personal information DB 44 is stored in the storage device.
  • the personal information DB associates and stores an identifier of an individual and personal information that is required to be input at the time of purchase of a product such as the address, name, telephone number, and settlement information of the individual.
  • the personal information may be information of a person in charge of the group when the group purchases a product.
  • the browsing processing unit 41 displays a search result display web page on the display device.
  • the browse processing unit 41 detects an event in which the affiliate part or the product listing part displayed on the search result display web page is clicked by the input device, the browse processing unit 41 acquires the sale page of the product from the link destination attached to the part Display the sales page in a frame different from the display area in which the result display web page is opened.
  • the user of the buyer interface 600 changes the sales page to the order page (personal information input page) and the payment page (settlement information input) in the frame where the sales page of the online mall 200, 300 or the EC site 400, 500 is opened. Page transition to page).
  • the browsing process part 41 detects the event which requests
  • the event that requires automatic input is, for example, an operation that represents the consent that the user has made from the input device in response to the “automatic input?” Question displayed on the user interface.
  • the requested personal information may be only part of the registered personal information, such as address only, name only, etc.
  • the browsing processing unit 41 may make a specification for requesting provision of the personal information to the product integrated site 10 regardless of whether or not an event requiring automatic input is detected.
  • the personal information provider 43 of the product integrated site 100 reads personal information associated with the identifier of the user of the purchaser interface 600 from the personal information DB 44 and transmits the personal information to the purchaser interface 600.
  • the browse processing unit 41 of the purchaser interface 600 acquires the personal information transmitted from the product integrated site 100 and passes it to the automatic input processing unit 42.
  • the automatic input processing unit 42 having acquired the personal information automatically inputs personal information corresponding to the form of the order page or the payment page displayed in the frame.
  • the user confirms the automatically input personal information, corrects it as necessary, and proceeds with the purchase procedure.
  • personal information providing function personal information centrally managed outside the sales site can be provided to the sales site, and the user of the purchaser interface 600 inputs personal information when purchasing a product. Can save time and effort.
  • FIG. 8 is a block diagram of the ranking function.
  • the product integrated site 100 includes a count processing unit 51 in addition to the search unit 11 and the product integrated DB 13 described above.
  • the operation of the count processing unit 51 is realized by the processing device of the product integrated site 100 executing a program.
  • the count processing unit 51 updates the product integrated DB 13 by adding one to the value of the number of searches in the product related information for each product searched by the search unit 11 by the above-described cross search function.
  • the browsing processing unit 41 detects the click event, and the identifier of the clicked affiliate part or product listing part is the product integrated site 100.
  • the count processing unit 51 acquires the identifier of the clicked part, updates the product integrated DB 13 by adding 1 to the value of the number of clicks among the product related information corresponding to the identifier of the part.
  • an identifier of the part is associated in advance with each item-related information in the integrated product DB 13, and an identifier of the part is associated in advance with each affiliate part or item listing part in the search result display web page of the cross search.
  • the search result generation unit 14 sorts the affiliate parts and the product listing parts to be listed in the order of price, the number of searches, or the number of clicks. At this time, for the number of searches and the number of clicks, the number of searches or the number of clicks added by the above process is referred to.
  • the integrated product site 100 ranks keywords or categories having a large number of searches or clicks on each item-related information , And may be provided to the buyer interface 600. According to this, the purchaser of the product is a ranking of keywords or categories, which cross-tabulates the site of the online mall 200, 300 that offers the affiliate service and the EC site 400, 500 that does not offer the affiliate service. Can be provided.
  • the inventor of the present invention invented a transaction management system disclosed in Japanese Patent Application Laid-Open No. 2012-178147. It is good to manage the transaction in sales sites, such as EC site 400, 500, by this transaction management system.
  • the product integrated site 100 may be equipped with a function as an affiliate service provider according to the following configuration.
  • a storage unit storing the IDs of a plurality of partners and the affiliate reward corresponding to each partner, a link code linking product-related information requested by the partner and the ID of the partner is generated, and When a product corresponding to the link code is purchased by accessing the link code, the affiliate result reward is registered in the storage unit in association with the partner ID linked to the link code. And a unit.
  • the product integrated site 100 can improve sales using the affiliate service, in particular, for products of the EC site that has not introduced the affiliate service.
  • the vending machine can make the product integrated site of the present invention a purchaser (in this case, the vending machine is in the plane). Sell goods not in stock). In this way, the vending machine can cross-sell the products sold by the local site and the products sold by the chamber of commerce site.
  • the data linkage system 700 includes an acquisition unit 71, a storage unit 72, a conversion unit 73, and an output unit 74.
  • the acquisition unit 71, the conversion unit 73, and the output unit 74 are realized by the processor executing a program.
  • the storage unit 72 is provided in a storage area of a storage device such as a hard disk drive.
  • the data collaboration system 700 may be realized by cooperation of a plurality of processors.
  • the systems A and B process data of different specifications. Data of different specifications handled by each of the systems A and B is referred to as "specification" data. Further, a unified specification of data managed by the data linkage system 700 is referred to as a "standard specification".
  • the acquisition unit 71 receives data of the first individual specification from the system A, the system identifier A of the system A that is the acquisition source of the data, and the data from the system A through the communication device (not shown) and the Internet (I-NET).
  • the system identifier B of the system B which is the output destination after the conversion is acquired, and these are linked and stored in the storage unit 72.
  • the system identifier is an identifier unique to each system to be the system A or B.
  • the acquisition unit 71 may automatically extract and acquire individual specification data from the web page of the system A by an optimized artificial intelligence (AI) process.
  • AI artificial intelligence
  • a plurality of system identifiers B may be linked.
  • the output destination is always limited to one system, the output unit 74 may always transmit data to a specific system B, and thus the system identifier B need not necessarily be associated with each data.
  • the combination of system identifiers A and B is registered in advance in the storage unit 72, and it is necessary to associate the combination necessarily for each data. There is no.
  • the storage unit 72 associates and stores the system identifier and the data conversion rule.
  • the data conversion rules include forward conversion rules and inverse conversion rules.
  • the forward conversion rule is a rule for converting individual specification data into standard specification data.
  • the reverse conversion rule is a rule for converting standard specification data into individual specification data.
  • a forward conversion rule for converting the specification data of system A into standard specification data is linked to the system identifier of system A.
  • An inverse conversion rule for converting standard specification data into system B specification data is linked to system B's system identifier.
  • the conversion unit 73 reads the first individual specification data linked to the system identifiers A and B from the storage unit 72, refers to the order conversion rule linked to the system A, and outputs the first individual specification data.
  • the data is converted into standard specification data, linked to the system identifier B of the system B as an output destination, and stored in the storage unit 72.
  • the conversion unit 73 reads out the standard specification data and the system identifier B linked thereto from the storage unit 72, and refers to the reverse conversion rule linked to the system identifier B to obtain the second standard specification data. It is converted into individual specification data, linked to the system identifier B, and stored in the storage unit 72.
  • Conversion means changing the type of data, the number of digits of data, the representation of data, etc. without changing the meaning of data.
  • the system identifier of the system B and the timing (output timing) of outputting data to the system B are linked and registered.
  • the output timing is real time, a fixed cycle, or the like.
  • the real time means that the output unit 74 outputs the second individual specification data to the system B as soon as it is stored in the storage unit 72.
  • the constant cycle means that the second individual specification data linked to the system identifier B is output from the output unit 74 to the system B regularly at a predetermined time every week, a predetermined day of the week, etc. every day.
  • the output unit 74 monitors the output timing, and when the timing to output data to the system B arrives, the second individual specification data linked to the system identifier B is read from the storage unit 72 and is output to the system B.
  • the output unit 74 transmits the second customized data to the system B through the communication device and the Internet.
  • the process of the output unit 74 passes the second customized data to the process of the system B.
  • the output unit 74 transmits the second customized data to the system B through the communication device and the local area network.
  • the data of the individual specification in the system A is converted into the data of the individual specification that can be handled by the system B without changing the meaning of the data and transmitted.
  • medical record data of a medical institution can not be shared due to differences in data specifications between the system of one medical institution and the system of the other medical institution.
  • In order to share data it was necessary to change the existing system of either medical institution and match the data specifications.
  • changing the existing system was expensive. Also, even if a data sharing system is built between multiple systems, systems newly participating in it can not participate in existing systems with different data specifications, and systems in which data specifications conform It was not possible to participate without preparing a new system to cooperate with it.
  • the data linkage system of the present invention when used, a plurality of existing systems can share data via the data linkage system as long as the data linkage system is linked. If this system is used, it is not necessary to establish cooperation for each other party, and if cooperation to a standard system is established, it becomes possible to freely cooperate with any system through the cooperation system. Since data can be shared as it is in the existing system, it can be newly added to the already constructed data sharing system as it is, and a large-scale data sharing system can be realized relatively easily.
  • the output unit 74 may read standard specification data from the storage unit 72 and output the read data to the system B.
  • conversion from standard specification data to second individual specification data is not necessarily required.
  • the individual specification data acquired from the affiliate service as system A may be converted into data of standard specification compatible with the product integrated DB 13. And you may convert the individual specification data acquired from EC site 400,500 as the system A into the data of the standard specification which adapts to goods integrated DB13.
  • affiliate tag obtaining unit 21 corresponds to obtaining unit 71.
  • the affiliate tag structure dictionary 23 corresponds to the storage unit 72 storing the forward conversion rule.
  • the tag analysis unit 22 corresponds to the conversion unit 73 that converts the individual specification data into standard specification data with reference to the forward conversion rule.
  • the product related information acquisition unit 31 corresponds to the acquisition unit 71.
  • the page structure dictionary 33 corresponds to the storage unit 72 storing the forward conversion rule.
  • the page analysis unit 32 corresponds to the conversion unit 73 that converts the individual specification data into standard specification data with reference to the forward conversion rule.
  • the data linkage system 700 is connected to the shop system 710, the sales agency system 720, the content distribution system 730, and the viewing terminal 740 in a wired or wireless manner via a data communication path.
  • the shop system 710 is a system of a store that sells products on the Internet or at a real store, and provides product information of products to be sold to the sales agency system 720 through the Internet and the data linkage system 700.
  • the sales agent system 720 includes a product information storage unit 721, a processor 722, and a communication unit 723.
  • the product information storage unit 721 is a storage area of a storage device such as a hard disk drive, and stores the product identifier, the product information, the product introducer identifier, the sales shop identifier, and the distribution ratio of the sales price in association with one another.
  • the item identifier is an identifier that can uniquely identify an item.
  • the product information is product information acquired from the shop system 710 through the data linkage system 700 and the Internet, and includes a product name, a product image, a product description, a product price, and the like.
  • the product introducer identifier is an identifier of a vendor who introduces this product to the consumer.
  • the identifier of the sales shop is an identifier of the shop system 710 that sells the item or its system operator.
  • the distribution ratio indicates a ratio P: Q: R of distributing the product price when the product is sold to the product introducer P, the operator Q of the shop system 710, and the operator R of the sales agency system 720.
  • the processor 722 executes a program to execute various processes, and realizes the operations of the product information providing unit, the purchase processing unit, and the payment processing unit.
  • the processor 722 may be realized by cooperation of a plurality of processors.
  • the product information providing unit causes the content distribution system 730 or the viewing terminal 740 to acquire the product information stored in the product information storage unit 721 for the product introducer through the Internet and the data collaboration system 700.
  • the purchase processing unit completes the purchase processing of the product in response to the product purchase request made from the viewing terminal 740.
  • the payment processing unit distributes the product price to the product introducer, the operator of the shop system 710, and the operator of the sales agency system 720 according to the distribution ratio. Perform processing to pay
  • the communication unit 723 is a communication device for communicating with the data collaboration system 700 through a computer network such as the Internet, and the shop system 710, the content distribution system 730, and the viewing terminal 740 as needed, through the data collaboration system 700. Send and receive data.
  • the sales agency system 720 may be installed in the system of the commodity integrated site 100 described above.
  • the product related information of the product integrated site 100 described above may be used as the product information.
  • the content distribution system 730 may be made to acquire the product information searched based on the search condition given from the content distribution system 730 to the inspection condition acquisition unit 11.
  • the content distribution system 730 distributes viewing content to the viewing terminal 740 directly or via the data collaboration system 700.
  • the content distribution system 730 is, for example, a television set as the viewing device 740, a set top box, a taxi signage, or the like. Communication between the content distribution system 730 and the viewing terminal 740 is performed by a transmission path and a protocol according to the characteristics of both devices.
  • the viewing terminal 740 is a television receiver compatible with terrestrial digital broadcasting
  • the content distribution system 730 includes a content server for data broadcasting.
  • the content distribution system 730 receives the product information from the sales agency system 720 via the Internet and the data linkage system 700, and transmits the product information to the viewing terminal 740 by data broadcasting.
  • the viewing terminal 740 receives the product information of the product related to the program from the content distribution system 730 by data broadcasting during the broadcast of the program selected by the viewer, and displays it on the data broadcast content display column. Furthermore, the viewing terminal 740 is configured to receive a purchase operation of the displayed product from the remote control.
  • the sales agent system 720 links product information of a product related to a program to be broadcast to a product identifier and provides the content distribution system 730 in advance.
  • the content distribution system 730 associates the product information received from the sales agent system 720 with the product identifier and stores the product information in the storage device. Also, the content distribution system 730 associates the received product identifier in advance with the broadcast program and stores it in the storage device.
  • the content distribution system 730 links product information corresponding to a program being broadcast to a product identifier and transmits the product information to the viewing terminal 740 by data broadcasting.
  • the viewing terminal 740 displays the product information of the product related to the program in the data broadcast section while the program is being broadcasted, and accepts the purchase operation of the product from the remote control.
  • Hakone goods are sold by data broadcasting.
  • the viewing terminal 740 does not direct the viewer to the Internet search in order to sell the product, but confirms the purchase of the product by data broadcast communication.
  • the content distribution system 730 acquires, from the viewing terminal 740, a product identifier of a product for which purchase has been determined by the operation of the viewing terminal 740.
  • a plurality of computers may exist in the content distribution system 730, and a computer for data broadcasting may be different from a computer for receiving a purchase, and the computer for receiving a purchase and the viewing terminal 740 and Communication between the parties may be via the Internet.
  • the transmission of the product information to the viewing terminal 740 may be directly performed from the sales agent system 720 through the Internet and the data linkage system 700 by a method such as hybrid cast, and the identifier of the purchased product is similarly It may be directly transmitted from the viewing terminal 740 to the sales agency system 720.
  • the content distribution system 730 transmits the product identifier to the sales agency system 720 via the data linkage system 700.
  • the sales agency system 720 receives the identifier of the purchased item from the viewing device 740 or the content distribution system 730.
  • the purchase processing unit notifies the viewing terminal 740 of a notification that the purchase of the product has been accepted, directly or through the content distribution system 730 to the viewing terminal 740.
  • the purchase processing unit notifies the shop system 710 corresponding to the purchased product of the purchase details of the product.
  • the purchase processing unit acquires the identifier of the viewing terminal 740 via the viewing terminal 740 or the content distribution system 730, and acquires the address and name of the delivery destination previously linked to the terminal identifier from the database. It may be displayed on the purchase details.
  • the payment processing unit When the payment processing unit detects a predetermined payment made by the viewer of the viewing terminal 740, the payment processing unit sends the product introducer (the operator of the content distribution system 730, the broadcast station) according to the distribution ratio corresponding to the purchased product.
  • a process for distributing and paying the product price for the introduction fee, the sales of the operator of the shop system 710, and the fee of the operator of the sales agency system 720 is executed.
  • the sales agency system 720 and the data linkage system 700 are integrally operated, the fee of the operator of the sales agency system 720 may be regarded as the fee of the administrator of the data linkage system.
  • the settlement performed by the viewer may be performed by a procedure of transferring the product price to the transfer destination displayed on the television screen.
  • the data linkage system 700 converts communication between the above systems in real time, and links the systems.
  • the above system it is possible to immediately purchase a product related to the content being watched such as a broadcast program on the spot, so it is possible to purchase the product as compared to the case where the viewer is induced to search the Internet and then sold. You can raise the rate.
  • an IoT terminal such as a television, a refrigerator, and a vending machine and each sales site by this mechanism
  • the products and services of each site can be widely and easily sold by others. Others include television stations, vending machine vendors, taxi companies, stations, airports, and other companies and individuals.
  • the profit can be distributed between the site operator, the seller, and the linkage system operator.
  • the cooperation system and the profit sharing system may be integrated, may be operated in cooperation with another system, and two companies may be operated by different companies.
  • the invention of the product purchase support system is not limited to this, but at least products between sales sites that do not provide affiliate services are integrated into an integrated site, and cross search of products between the respective sales sites is realized.
  • the data linkage system may be a mechanism that converts data of system A into standard data as a single linkage system and converts it into individual specification data of system B as a single linkage system.
  • search condition acquisition unit 12 search unit 13 product integrated DB 14 Search Result Generation Unit 15 Sort Condition Acquisition Unit 21 affiliate Tag Acquisition Unit 22 Tag Analysis Unit 23 affiliate Tag Structure Dictionary 31 Merchandise Related Information Acquisition Unit 31 32 page analysis unit 33 page structure dictionary 41 reading processing unit 42 automatic input processing unit 43 personal information providing unit 44 personal information DB 71 Acquisition Unit 72 Storage Unit 73 Conversion Unit 74 Output Unit 100 Product Integrated Site System 200, 300 Online Mall System 400, 500 EC Site System 600 Buyer Interface System 700 Data Linkage System 710 Shop System 720 Sales Agent System 721 Product Information Storage Unit 722 processor 723 communication unit 730 content distribution system 740 viewing terminal

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Finance (AREA)
  • Accounting & Taxation (AREA)
  • General Engineering & Computer Science (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • General Business, Economics & Management (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

【課題】一のシステムが扱うデータを他のシステムで扱えるデータに変換し、システム間でのデータの連携を実現すること 【解決手段】一のシステムAが扱うデータを他のシステムBで扱えるようにするデータ連携システムであって、一のシステムAから第1の個別仕様のデータを取得する取得部71と、個別仕様のデータを標準仕様のデータに変換する順変換規則を記憶する記憶部72とを備える。また、当該順変換規則を参照し第1の個別仕様のデータを標準仕様のデータに変換する変換部73を備え、記憶部72が、変換した標準仕様のデータを記憶する、という構成をとる。

Description

データ連携システム、方法及びプログラム
 本発明は、データ連携システムに係り、特に、仕様の異なるデータを扱う複数のシステム間でデータを連携させるデータ連携システム等に関する。異なる販売サイトで販売されている商品を統合して需要者に提示し、需要者が統合された複数の販売サイトの商品を比較して選択できるようにする商品購入支援システムにも好適である。
 インターネット上で商品を販売する販売サイトの形態には、複数のオンラインショップが軒を連ねるオンラインモールの形態と、主に自社の商品を独自運営のウェブサイトで販売するECサイトとがある。ECサイトが販売する商品には、地場産品など魅力的な商品もある。しかし、ECサイトの商品は、大手のオンラインモール(例えば、非特許文献1)に比べると、需要者の目に止まる機会が少なく、売上が伸びないという課題がある。一方、ECサイトの運営者が、売上機会を増やそうと大手のオンラインモールに出展すると、逆に手数料等の負担が増え、赤字になってしまう場合もある。
 また、需要者は、ある商品を購入するために複数のオンラインモールやECサイトを見比べる場合がある。しかし、目的の商品を見つけるためのインターフェースは、各オンラインモールやECサイトによって異なる。このため、需要者は、複数のショップから目的の商品を見つけて比べるまでに、大変な手間を要する。
 例えば、本願発明者は、出張先のホテルを予約するために10もの予約サイトを見比べたことがあり、とても大変な思いをした。特に中小規模のホテルの多くは大手の予約サイトなどには含まれておらず、中小規模のホテルの予約サイトに辿り着くこと自体難しい。また、大手の商品販売サイトの商品をまとめた販売サイトも存在しない。
 また、一のサイトAのデータをデータ仕様が異なる他のサイトBで扱えるようにするためには、従来は、ABサイト間のデータを連携させる一つの連携システムが必要である。更にサイトを増やし、データ仕様が異なる3つのサイトABCを連携させるためには、ABサイト間の連携システムと、BCサイト間の連携システムと、ACサイト間の連携システムとの3つが必要になる。仕様が異なるX個のサイトをそれぞれ連携させるためには、X・(X-1)/2個の連携システムが必要となり、多数のサイトを連携させることは困難である。
 なお、オンラインモールの多くは、アフィリエイトサービスを提供している。アフィリエイトサービスは、自社運営により提供される場合と、ASP(アフィリエイト・サービス・プロバイダ)により提供される場合とがある。
 ここで、本願において「商品」の語には、サービスを含むものとする。
楽天株式会社、"楽天市場"、[online]、[平成27年2月21日検索]、インターネット〈URL:http://www.rakuten.co.jp〉
 本発明は、かかる従来例の有する不都合を改善し、特に、一のシステムが扱うデータを他のシステムで扱えるデータに変換し、システム間でのデータの連携を実現することを課題とする。
 上記課題を解決するため、本発明は、一のシステムが扱うデータを他のシステムで扱えるようにするデータ連携システムであって、一のシステムから第1の個別仕様のデータを取得する取得部と、個別仕様のデータを標準仕様のデータに変換する順変換規則を記憶する記憶部とを備える。また、当該順変換規則を参照し第1の個別仕様のデータを標準仕様のデータに変換する変換部を備え、記憶部が、変換した標準仕様のデータを記憶する、という構成をとっている。
 これによると、個々のシステムから取得する様々な個別仕様のデータが標準仕様のデータに統一的に変換される。。
 よって、本発明によれば、一のシステムが扱うデータを他のシステムで扱えるデータに変換し、システム間でのデータの連携を実現することが可能となる。
図1は、本発明の一実施形態を示す全体構成図。 図2は、横断検索機能の構成図。 図3は、アフィリエイトサービスの対象である商品の商品関連情報のデータ構造図。 図4は、アフィリエイトサービスの対象ではない商品の商品関連情報のデータ構造図。 図5は、アフィリエイトサービスの対象である商品を追加する商品追加機能の構成図。 図6は、アフィリエイトサービスの対象ではない商品を追加する商品追加機能の構成図。 図7は、個人情報提供機能の構成図。 図8は、ランク付け機能の構成図。 図9は、データ連携システムの発明の実施形態を示すブロック構成図。 図10は、データ連携システムを利用した商品購入システムのブロック図。
 本発明のデータ連携システムは、以下に説明する商品購入支援システムにも組み込まれている。ただし、本発明のデータ連携システムは、以下に説明する商品購入支援システムだけに適用されるものではなく、様々なシステム間のデータ連携を実現するものである。以下では先ず商品購入支援システムを説明し、その後に、そこに組み込まれているデータ連携システムの構成について説明する。
[商品購入支援システム]
 以下、商品購入支援システムの実施形態について図面を参照して説明する。図1に示すように、インターネット上に、複数のオンラインモールシステム200,300と、複数のECサイトシステム400,500とが接続されている。また、インターネット上に、商品統合サイトシステム100と、購入者インターフェースシステム600とが接続されている。以下の説明では「システム」の語を省略する。
 オンラインモール200,300、ECサイト400,500及び商品統合サイト100は、それぞれウェブサーバを備えている。購入者インターフェース600は、ウェブブラウザを実行し、商品統合サイト100のウェブサーバから受信したプログラムに応じて表示装置にウェブページを表示する。また、購入者インターフェース600は、必要に応じて、オンラインモール200,300又はECサイト400,500のウェブサーバから受信したプログラムに応じて表示装置にウェブページを表示する。また、購入者インターフェース600は、利用者による入力操作に基づいて所定の情報を所定のウェブサーバに送信する。
 オンラインモール200,300は、アフィリエイトサービスを提供している。商品統合サイト100は、オンラインモール200,300が提供するアフィリエイトサービスを利用し、各オンラインモール200,300で販売されている商品をウェブページに掲載する。また、商品統合サイト100は、ECサイト400,500が販売する商品の情報を記憶し、ECサイトが販売する商品をウェブページに掲載する。
 購入者インターフェース600は、商品統合サイト100のウェブサーバから取得したウェブページを表示することにより、オンラインモール200,300で販売されている商品と、ECサイト400,500が販売する商品とを単一のウェブページに統合して表示する。これにより、購入者インターフェース600の利用者は、販売元の異なる商品を容易に見比べることができる。商品統合サイト100は、購入者インターフェース600から送られた条件に応じて、オンラインモール200,300の商品とECサイト400,500の商品とを横断的に検索し、各オンラインモールの商品と各ECサイトの商品との中から選択した複数の商品を単一のウェブページに統合する機能を備えている。
 ここで、アフィリエイトサービスを伴わない複数のECサイトの商品を単一のウェブページに統合しようということは通常行われない。複数のサイトの商品を単一のウェブページ(以下、統合ページという)に統合しようとするのは、統合ページの提供者に、アフィリエイトサービスによって報酬を得ようとするインセンティブが働くからである。一方、アフィリエイトサービスを伴わない複数のECサイトの商品を統合してもアフィリエイト報酬を期待できないため、上記の通り、アフィリエイトサービスを伴わない複数のECサイトの商品を単一のウェブページに統合し検索させるサービスは、通常行われない。
[各システムのハードウェア]
 各システム100-600は、それぞれ処理装置、記憶装置、入力装置、表示装置及び通信装置を備えている。各システムの動作及び機能は、処理装置がプログラムを実行することにより実現される。処理装置が処理に用いる情報は、記憶装置から読み出される。処理装置が処理した情報は、記憶装置に格納される。システム利用者による情報の入力は、入力装置を介して行われる。システム利用者への情報の提示は、表示装置を介して行われる。各システム間の情報の送受は、通信装置を介して行われる。処理装置、記憶装置、入力装置及び表示装置は、ネットワーク環境下に分散された状態で協働してもよい。処理装置及び記憶装置は、複数設けられていてもよい。複数の処理装置又は複数の記憶装置が、ネットワーク環境下に分散された状態で協働してもよい。
[横断検索機能]
 商品統合サイト100は、横断検索機能を実行する。図2は、横断検索機能の構成図である。検索条件取得部11は、購入者インターフェース600から検索条件を取得し、検索部12に渡す。検索部12は、検索条件取得部11から渡された検索条件に適合する商品関連情報を商品統合DB(データベース)13から検索し、検索した商品関連情報を検索結果生成部14に渡す。
 図3及び図4は、商品統合DB13に格納されている商品関連情報のデータ構造図である。図3は、アフィリエイトサービスを実施しているサイトで販売されている商品の商品関連情報のデータ構造を示している。本実施形態では、オンラインモール200,300が販売する商品が該当し、商品ごとに、図3に示すデータの関連付けが記憶されている。即ち、商品ごとに、商品に関するキーワード、カテゴリ、商品名、価格、商品説明、アフィリエイトタグ、商品の検索回数、クリック回数及び選別フラグが関連付けられている。選別フラグとは、共通のフラグが立っている商品だけを単一のウェブページに統合するための目印となるフラグである。
 図4は、アフィリエイトサービスを実施していないサイトが販売する商品の商品関連情報のデータ構造を示している。本実施形態では、ECサイト400,500が販売する商品が該当し、商品ごとに、図4のデータの関連付けが記憶されている。即ち、商品ごとに、商品URL(商品販売ページのURL)、商品名、価格、店舗名、商品説明、キーワード、カテゴリ、商品画像URL、店舗URL、販売サイト名、販売サイトURL、産地(都道府県)、産地(市町村)、商品に関する歴史情報、商品に関するお祭り情報、商品に関する観光情報、商品の検索回数、クリック回数及び選別フラグが関連付けられている。
 検索部12は、検索条件取得部11から検索条件として検索ワード又は検索画像を受け取った場合、当該検索ワードに一致するワード又は検索画像に一致する画像を含む商品関連情報を商品統合DB13から検索する。即ち、図3及び図4のデータ構造をとる各商品の商品関連情報から検索ワードに一致するワードまたは検索画像に一致する画像を含む商品関連情報を検索する。画像は、図3のアフィリエイトタグに含まれる画像URL又は図4の商品画像URLから取得する。
 また、検索部12は、検索条件取得部11から検索条件として選別フラグの指定を受けた場合、当該選別フラグに一致する選別フラグを関連付けられた商品関連情報を商品統合DB13から検索する。即ち、図3及び図4のデータ構造をとる各商品の商品関連情報から選別フラグが一致する商品関連情報を検索する。選別フラグは、例えば、「おすすめ品」、「キャンペーン品」等のグループを表す。
 また、検索部12は、検索条件取得部11から検索条件として価格範囲の指定を受けた場合、当該価格の範囲に価格が含まれる商品関連情報だけに検索結果を絞り込む。
 検索部12は、検索の結果としてヒットした商品関連情報がアフィリエイトサービスに対応する図3の商品関連情報である場合、当該商品関連情報からアフィリエイトタグを抽出し、検索結果生成部14に渡す。
 また、検索部12は、ヒットした商品関連情報がアフィリエイトサービスに対応していない図4の商品関連情報である場合、当該商品関連情報から、商品URL、商品名、価格、商品説明及び商品画像URLを読み出して検索結果生成部14に渡す。
 検索結果生成部14は、検索部12からアフィリエイトタグを取得した場合、当該アフィリエイトタグ(アフィリエイトパーツ)を検索結果表示ウェブページに挿入する。検索部12から複数のアフィリエイトタグを取得した場合、各アフィリエイトタグを検索結果表示ウェブページに挿入し、複数の商品をリスト化する。
 また、検索結果生成部14は、検索部12から商品URL、商品名、価格、商品説明及び商品画像URL(以下「商品掲載素材」という)を取得した場合、これらの商品掲載素材を用いてアフィリエイトタグ相当の商品掲載タグ(商品掲載パーツ)を生成し、上記の検索結果表示ウェブページに挿入する。商品掲載パーツの一例としては、商品名、価格及び商品説明を表示すると共に、商品画像URLから読み込んだ商品画像を表示し、商品掲載パーツがクリックされると、ブラウザの別フレームに商品URLに対応する商品販売ページを表示するように構成したものである。検索結果生成部14は、検索部12から複数の商品に対応する商品掲載素材を取得した場合、商品ごとに複数の商品掲載パーツを生成して上記の検索結果表示ウェブページに挿入し、複数の商品をリスト化する。
 ソート条件取得部15は、購入者インターフェース600から検索結果をソートする条件を受け付け、検索結果生成部14に渡す。検索結果生成部14は、ソート条件取得部15から受けたソート条件に基づき、上記のリスト化するアフィリエイトパーツ及び商品掲載パーツを価格順、検索回数順又はクリック回数順にソートする。
 以上により、検索結果生成部14は、アフィリエイトサービスを実施しているオンラインモール200,300の商品と、アフィリエイトサービスを実施していないECサイト400,500の商品とを単一のウェブページ上に混在させた検索結果表示ウェブページを生成する。検索結果表示ウェブページは、複数のページに亘ってもよい。
 そして、検索結果生成部14は、生成した検索結果表示ウェブページをウェブサーバを通じて購入者インターフェース600に送信する。これにより、購入者インターフェース600の利用者は、アフィリエイトサービスを実施しているオンラインモール200,300の商品と、アフィリエイトサービスを実施していないECサイト400,500の商品とを単一のウェブページに混在させた検索結果表示ウェブページを閲覧することができ、そこに表示された複数の商品を容易に比較することができる。更に、表示されているアフィリエイトパーツ又は商品掲載パーツに貼られたリンクから商品販売ページに遷移して、商品を購入することができる。
 検索条件取得部11、検索部12、検索結果生成部14及びソート条件取得部15の動作は、商品統合サイト100の処理装置がプログラムを実行することにより実現される。商品統合DB13は、商品統合サイト100の記憶装置に格納される。
[オンラインモール商品追加機能]
 次に、アフィリエイトサービスを実施しているオンラインモール200,300の商品を商品統合DB13に登録する機能を説明する。図5は、当該商品追加機能の構成図である。
(第1の動作)
 商品統合サイト100のアフィリエイトタグ取得部21は、商品を追加する権限を有する任意のシステムから商品追加指示を受ける。商品追加指示には、予め取得されたアフィリエイトタグが付加される。アフィリエイトタグ取得部21は、商品追加指示に付加されたアフィリエイトタグを取得し、タグ解析部22に渡す。タグ解析部22は、アフィリエイトタグの記述からアフィリエイトサービスの識別子(例えばドメイン)を取得する。このために、複数のアフィリエイトサービスの識別子を予め辞書に登録しておき、タグ解析部22が辞書に登録されている識別子と一致する識別子をアフィリエイトタグ内に発見した場合、その識別子をアフィリエイトサービスの識別子として取得することが考えられる。
 タグ解析部22は、アフィリエイトタグ構造辞書23を参照し、アフィリエイトタグから、商品名と、価格と、商品説明とを抽出する。このために、アフィリエイトタグ構造辞書23には、アフィリエイトサービスの識別子と、アフィリエイトタグの構造(商品名、価格及び商品説明がタグ内のどこに記述されているかという情報)とを関連付けて、アフィリエイトサービスごとに予め登録しておく。
 タグ解析部22は、商品追加指示に付加されたアフィリエイトタグと、当該アフィリエイトタグから抽出した商品名、価格及び商品説明とを関連付けて、商品統合DB13に登録する。これにより、図3に示した商品関連情報のレコードが商品統合DB13に追加される。追加した商品関連情報のうち検索回数及びクリック回数の初期値は0とする。商品追加指示にキーワード、カテゴリや選別フラグが付加されている場合、当該キーワード、カテゴリや選別フラグをアフィリエイトタグに関連付けて商品統合DB13に登録してもよい。
 以上のアフィリエイトタグ取得部21及びタグ解析部22の動作は、商品統合サイト100の処理装置がプログラムを実行することにより実現される。また、各辞書は記憶装置に格納される。
(第2の動作)
 商品統合サイト100のアフィリエイトタグ取得部21は、商品を追加する権限を有する任意のシステムから商品追加指示を受ける。商品追加指示には、アフィリエイトサービスから商品を検索するための検索ワードが付加される。アフィリエイトタグ取得部21は、商品追加指示に付加された検索ワードに該当する商品のアフィリエイトタグをアフィリエイトサービスからクローラやオートパイロット等の自動取得プロセスにより取得する。アフィリエイトタグ取得部21は、自動取得プロセスにより取得したアフィリエイトタグと当該タグを生成したアフィリエイトサービスの識別子とをタグ解析部22に渡す。
 タグ解析部22は、アフィリエイトタグ構造辞書23を参照し、アフィリエイトタグから、商品名と、価格と、商品説明とを抽出する。アフィリエイトタグ構造辞書23には、アフィリエイトサービスの識別子と、アフィリエイトタグの構造(商品名、価格及び商品説明がタグ内のどこに記述されているかという情報)とを関連付けて、アフィリエイトサービスごとに予め登録しておく。
 タグ解析部22は、アフィリエイトサービスから取得したアフィリエイトタグと、当該アフィリエイトタグから抽出した商品名、価格及び商品説明とを関連付けて、商品統合DB13に登録する。これにより、図3に示した商品関連情報のレコードが商品統合DB13に自動的に追加される。追加した商品関連情報のうち検索回数及びクリック回数の初期値は0とする。商品追加指示にキーワードや選別フラグが付加されている場合、当該キーワードや選別フラグをアフィリエイトタグに関連付けて商品統合DB13に登録してもよい。
 以上のアフィリエイトタグ取得部21及びタグ解析部22の動作は、商品統合サイト100の処理装置がプログラムを実行することにより実現される。また、辞書は記憶装置に格納される。また、商品追加指示に付加された検索ワードを記憶装置に記憶しておき、処理装置が、この検索ワードに基づく上記第2の動作を定期的に繰り返すことにより、商品関連情報のレコードを定期的に最新のデータに更新することが可能である。このレコード更新の際は、検索回数、クリック回数の値をリセットせず、更新前の値を維持する。
(第3の動作)
 オンラインモール200,300は、WebAPIを提供する場合がある。この場合、商品統合サイトシステム100の処理装置は、商品を追加する権限を有する任意のシステムから商品追加指示を受ける。商品追加指示には、WebAPIの識別子と当該WebAPIに渡すべき入力パラメータとが付加される。当該処理装置は、WebAPIの識別子に対応するWebAPIに対して入力パラメータを送信し、その応答としてWebAPIからアフィリエイトデータを含む出力パラメータを受信する。本実施形態では、WebAPIの仕様により図3に示す各データを関連付けた商品関連情報を出力パラメータとして受信できるものとする。当該処理装置は、WebAPIから取得した商品関連情報を商品統合DB13に登録する。
 これにより、図3に示した商品関連情報のレコードが商品統合DB13に自動的に追加される。追加した商品関連情報のうち検索回数及びクリック回数の初期値は0とする。商品追加指示にキーワードや選別フラグが付加されている場合、当該キーワードや選別フラグをアフィリエイトタグ(アフィリエイトデータ)に関連付けて商品統合DB13に登録してもよい。
 以上の動作は、商品統合サイト100の処理装置がプログラムを実行することにより実現される。また、商品追加指示に付加されたWebAPIの識別子と当該WebAPIに与える入力パラメータとの関連付けを記憶装置に記憶しておき、処理装置が、このWebAPIの識別子及びWebAPIに与える入力パラメータに基づいて上記第3の動作を定期的に繰り返すことにより、商品関連情報のレコードを定期的に最新のデータに更新することが可能である。このレコード更新の際は、検索回数、クリック回数の値をリセットせず、更新前の値を維持する。
[ECサイト商品追加機能]
 次に、アフィリエイトサービスを実施していないECサイト400,500の商品を商品統合DB13に登録する機能を説明する。図6は、当該商品追加機能の構成図である。
(第1の動作)
 商品統合サイト100の商品関連情報取得部31は、商品を追加する権限を有する任意のシステムから商品追加指示を受ける。商品追加指示には、図4で説明した商品関連情報が付加される。商品関連情報取得部31は、商品追加指示に付加された商品関連情報を取得し、商品統合DB13に登録する。これにより、図4に示した商品関連情報のレコードが商品統合DB13に追加される。追加した商品関連情報のうち検索回数及びクリック回数の初期値は0とする。ここで、商品追加指示を出すシステムはECサイトの運営者が操作するコンピュータでもよい。商品関連情報取得部31の機能は、統合サイト100が提供する「取り込みWebAPI」により提供されてもよい。即ち、「取り込みWebAPI」とは、商品を追加する権限を有する任意のシステムから商品関連情報を取得し、当該取得した商品関連情報を商品統合DB13に登録するWebAPI(Web Application Programming Interface)をいう。今までは技術的にも中小サイトの内容を取り込む仕組みが無く、取り込むことが難しかったが、こうした新たな仕組みを用いることによりアフィリエイトを実施していない中小サイト(ECサイト)などの情報を取り込むことが可能になる。商品追加指示を送出するコンピュータは、当該コンピュータのユーザがGUIを介して画面に入力した情報を取り込むことにより商品関連情報を取得してもよい。
 以上の商品関連情報取得部31の動作は、商品統合サイト100の処理装置がプログラムを実行することにより実現される。
(第2の動作)
 商品統合サイト100の商品関連情報取得部31は、商品を追加する権限を有する任意のシステムから商品追加指示を受ける。商品追加指示には、追加対象のECサイトのURLが付加される。商品関連情報取得部31は、クローラやオートパイロット等の自動取得プロセスにより、追加対象のECサイトで販売されている各商品の販売ページを取得し、ページ解析部32に渡す。ここで、商品追加指示を出すシステムはECサイトの運営者が操作するコンピュータでもよい。商品関連情報取得部31の機能は、統合サイト100が提供する「取り込みWebAPI」により提供されてもよい。ページ解析部32は、各商品の販売ページのソースコードを解析し、当該ページから図4に示した商品関連情報を抽出する。
 ページ解析部32は、販売ページのソースコードから商品関連情報を抽出する際、ページ構造辞書33を参照する。ページ構造辞書33には、ECサイトの識別子と、そのECサイトの販売ページの構造(図4の各商品関連情報がページ内のどこに記述されているかという情報)とを関連付けて、ECサイトごとに予め登録しておく。ページ解析部32は、追加対象のECサイトの識別子に関連付けられた販売ページの構造をページ構造辞書33から読み出して参照する。ページ解析部32は、販売ページ内に商品関連情報ごとに記述されているメタデータ、タグ又はタグ内の識別子を参照することにより、各商品関連情報を抽出してもよい。また、販売ページが、セマンティックウェブ技術を使用している場合、即ち、RDF等を用いて記述された販売ページや、データの意味を記述したタグ(バックデータ)を伴う販売ページから商品関連情報を抽出する場合、ページ構造辞書33は無くてもよい。この場合、ページ解析部は、セマンティックウェブ技術によりデータの意味を解釈して商品関連情報を抽出することが可能となる。
 ページ解析部32は、抽出した商品関連情報を商品ごとに商品統合DB13に登録する。これにより、図4に示した商品関連情報のレコードが自動的に追加される。追加した商品関連情報のうち検索回数及びクリック回数の初期値は0とする。
 以上の商品関連情報取得部31及びページ解析部32の動作は、商品統合サイト100の処理装置がプログラムを実行することにより実現される。また、ページ構造辞書33は、記憶装置に格納される。また、商品追加指示に付加されたECサイトのURL(識別子)を記憶装置に記憶しておき、処理装置が、このECサイトのURLに基づく上記第2の動作を定期的に繰り返すことにより、商品関連情報のレコードを定期的に最新のデータに更新することが可能である。このレコード更新の際は、検索回数、クリック回数の値をリセットせず、更新前の値を維持する。
 ここで、上述した第2の動作において、各商品の販売ページから図4に示した商品関連情報を抽出する際、商品統合サイト100の処理装置は、セマンティックWeb技術を利用してもよい。セマンティックWeb技術とは、Webページおよびその中に記述された内容について、それが何を意味するかを表す情報(メタデータ)を一定の規則に従って付加することで、コンピュータが効率よく情報を収集・解釈できるようにする技術である。この場合、商品の販売ページから自動的に抽出した商品関連情報が誤っていることも考えられる。そこで、この場合、商品統合サイト100の処理装置は、セマンティックWeb技術により抽出した商品関連情報を、前述の商品追加指示を送信した端末のユーザインターフェースに表示させ、この表示を確認した端末ユーザから商品関連情報の修正指示を受け付け、受け付けた修正指示に応じて修正した商品関連情報を商品統合DB13に登録する校閲機能を備えるとよい。
[個人情報提供機能]
 購入者インターフェース600の利用者は、商品の検索結果表示ウェブページを閲覧した後、当該ページに掲載された商品のアフィリエイトパーツ又は商品掲載パーツをクリックし、当該商品の販売ページに遷移する。更に、購入者インターフェース600の利用者は、当該商品の購入を決めた場合、当該商品の販売ページから当該商品の購入手続を進める。購入手続では、購入した商品の配送先となる住所及び氏名の入力が必要である。また、電子決済を利用する場合、決済情報の入力が必要となる。商品統合サイト100は、購入者インターフェース600に対し、商品配送先の住所、氏名及び決済情報等の個人情報と、当該個人情報を販売サイトの注文フォームに自動的に入力させる自動入力プログラムとを提供する。ウェブフォームに情報を自動入力するソフトウェアは、例えば懸賞応募フォームへの入力用等が知られている。この個人情報提供機能について、以下に説明する。
 図7は、個人情報提供機能の構成図である。以下では購入手続を進めるオンラインモール200,300及びECサイト400,500を「販売サイト」と総称する。図7において、購入者インターフェース600は、閲覧処理部41と、自動入力処理部42とを備えている。閲覧処理部41及び自動入力処理部42の動作は、購入者インターフェース600の処理装置が、商品統合サイト100から提供されたプログラムを実行することにより実現する。自動入力プログラムは、購入者インターフェース600に予めインストールされていてもよい。
 商品統合サイト100は、個人情報提供部43と、個人情報DB44とを備えている。個人情報提供部43の動作は、商品統合サイト100の処理装置がプログラムを実行することにより実現する。個人情報DB44は記憶装置に格納される。個人情報DBは、個人の識別子と、当該個人の住所、氏名、電話番号及び決済情報等の商品の購入時に入力を求められる個人情報とを関連付けて記憶する。個人情報は、団体が商品を購入する場合の当該団体の担当者の情報でもよい。
 ここで、商品統合サイト100を利用する購入者インターフェース600の利用者は、個人の識別子により予め商品統合サイト100にログインしているものとし、これにより、商品統合サイト100は、購入者インターフェース600の利用者である個人の識別子を特定しているものとする。
 購入者インターフェース600において、閲覧処理部41は、検索結果表示ウェブページを表示装置に表示する。閲覧処理部41は、検索結果表示ウェブページに表示したアフィリエイトパーツ又は商品掲載パーツが入力装置によりクリックされるイベントを検知すると、当該パーツに貼られたリンク先から商品の販売ページを取得し、検索結果表示ウェブページを開いている表示領域とは別のフレームに販売ページを表示する。
 購入者インターフェース600の利用者は、オンラインモール200,300又はECサイト400,500の販売ページが開かれたフレーム内で販売ページから注文ページ(個人情報入力ページ)へ、そして決済ページ(決済情報入力ページ)へとページを遷移する。この際、閲覧処理部41は、入力装置から自動入力を要求するイベントを検知すると、商品統合サイト100に対し、購入者インターフェース600の利用者の個人情報の提供を要求する。自動入力を要求するイベントとは、例えば、ユーザインターフェースに表示した「自動入力しますか?」の問いに対してユーザが入力装置から行った同意を表す操作である。要求する個人情報は、住所だけ、氏名だけ、のように登録されている個人情報の一部だけでもよい。ここで、閲覧処理部41は、自動入力を要求するイベントを検知するか否かに関わらず、商品統合サイト10に対し上記個人情報の提供を要求する仕様にしてもよい。
 商品統合サイト100の個人情報提供部43は、この要求を受けて、購入者インターフェース600の利用者の識別子に関連付けられた個人情報を個人情報DB44から読み出し、購入者インターフェース600に送信する。購入者インターフェース600の閲覧処理部41は、商品統合サイト100から送信された個人情報を取得し、自動入力処理部42に渡す。
 個人情報を取得した自動入力処理部42は、フレーム内に表示されている注文ページ又は決済ページのフォームに該当する個人情報を自動入力する。利用者は、自動入力された個人情報を確認し、必要に応じて加筆修正し、購入手続を進める。この個人情報提供機能によれば、販売サイトの外部で一元管理されている個人情報を販売サイトに提供することができ、購入者インターフェース600の利用者は、商品を購入する際に個人情報を入力する手間を省くことができる。
[ランク付け機能]
 次に、ランク付け機能について説明する。上述した横断検索機能の説明において、検索結果を検索回数又はクリック回数によりソートできることを説明した。ここでは、商品統合DB13に格納された各商品関連情報の検索回数及びクリック回数のパラメータを更新する機能について説明する。
 図8は、ランク付け機能の構成図である。商品統合サイト100は、上述の検索部11及び商品統合DB13に加え、カウント処理部51を備えている。カウント処理部51の動作は、商品統合サイト100の処理装置がプログラムを実行することにより実現する。
 商品統合サイト100において、カウント処理部51は、上述した横断検索機能により検索部11が検索した各商品について、商品関連情報のうちの検索回数の値を1加算し、商品統合DB13に更新する。
 また、購入者インターフェース600において、利用者がアフィリエイトパーツ又は商品掲載パーツをクリックすると、閲覧処理部41は、当該クリックイベントを検知し、クリックされたアフィリエイトパーツ又は商品掲載パーツの識別子を商品統合サイト100に送信する。商品統合サイト100では、当該クリックされたパーツの識別子をカウント処理部51が取得し、パーツの識別子に対応する商品関連情報のうち、クリック回数の値を1加算し、商品統合DB13に更新する。このために、商品統合DB13内の各商品関連情報にパーツの識別子を予め関連付けると共に、横断検索の検索結果表示ウェブページ内で各アフィリエイトパーツ又は商品掲載パーツにパーツの識別子を予め関連付けておく。
 前述のとおり、検索結果生成部14は、ソート条件取得部15から受けたソート条件に基づき、リスト化するアフィリエイトパーツ及び商品掲載パーツを価格順、検索回数順又はクリック回数順にソートする。この際、検索回数及びクリック回数は、上記処理により加算された検索回数又はクリック回数が参照される。
 また、アフィリエイトパーツおよび商品掲載パーツの各商品関連情報には、それぞれキーワード及びカテゴリを紐付けているので、商品統合サイト100は、検索回数又はクリック回数が多いキーワード又はカテゴリのランキングを各商品関連情報に基づいて集計し、購入者インターフェース600に提供してもよい。これによると、アフィリエイトサービスを実施しているオンラインモール200,300のサイトと、アフィリエイトサービスを実施していないECサイト400,500とを横断的に集計したキーワード又はカテゴリのランキングを、商品の購入者に提供することができる。
[取引管理システムとの連携]
 本願発明者は、特開2012-178147号公報に開示する取引管理システムを発明した。ECサイト400,500等の販売サイトにおける取引を、この取引管理システムによって管理するとよい。
[ASP機能の搭載]
 商品統合サイト100は、以下の構成によるアフィリエイト・サービス・プロバイダとしての機能を搭載してもよい。
 即ち、複数のパートナーのIDと各パートナーのIDに対応するアフィリエイト報酬とを記憶する記憶部と、パートナーが要求した商品関連情報と当該パートナーのIDとを紐づけたリンクコードを生成し当該パートナーに送信する送信部と、当該リンクコードへのアクセスにより当該リンクコードに対応する商品が購入された場合に当該リンクコードに紐づけられたパートナーIDに関連付けてアフィリエイト成果報酬を前記記憶部に登録する実行部とを備える。
 商品統合サイト100が、アフィリエイト・サービス・プロバイダの機能を備えることにより、特に、アフィリエイトサービスを導入していないECサイトの商品について、アフィリエイトサービスを利用した売り上げの向上を図ることができる。
[IoT(Internet of Things)との親和性]
 インターネットに接続された装置(例えば冷蔵庫)が、消費者に代わって商品の購入を行う場合、商品の購入先は、その装置の仕様と、購入先の販売サイトの仕様との適否により、購入先が限られてしまう。通常は、冷蔵庫メーカーと有名な販売サイト(例えば楽天市場やAmazonなど)との提携により、特定の大手ショッピングモールが購入先となり、その他の中小サイトが購入先になることは考えにくい。一方、本発明の商品統合サイトが購入先になると、商品統合サイトには、大手ショッピングモールで販売されている商品も、中小サイトの商品も含まれており、かつ、新規の中小サイトが商品統合サイトに商品を登録することも容易であるため、インターネットに接続された装置は、中小サイトを含む幅広い購入先の選択肢の中から商品を自動購入することが可能となる。
 同様に、駅などに設置される自動販売機をインターネットに接続することにより、当該自動販売機は、本発明の商品統合サイトを購入先にすることができる(この場合の自動販売機は、機内に在庫していない商品を販売する)。このようにすると、自動販売機は、地元のサイトが販売する商品や、商工会議所のサイトが販売する商品などを横断的に販売することが可能になる。
[データ連携システム]
 次に、上記の商品購入支援システムにも利用されているデータ連携システムの実施形態を説明する。図9において、データ連携システム700は、取得部71、記憶部72、変換部73及び出力部74を備えている。取得部71、変換部73及び出力部74は、プロセッサがプログラムを実行することにより実現される。記憶部72は、ハードディスクドライブ等の記憶装置の記憶領域に設けられる。データ連携システム700は、複数のプロセッサの共働により実現されてもよい。システムA,Bは、それぞれ仕様が異なるデータを処理している。各システムA,Bが扱う仕様の異なるデータを「個別仕様」のデータという。また、データ連携システム700が管理するデータの統一的な仕様を「標準仕様」という。システムA,Bとなるシステムは、インターネット上に複数存在する。あるシステムは、システムAになる場合もあれば、システムBになる場合もある。
 取得部71は、通信装置(図示略)及びインターネット(I-NET)を通じて、システムAから、第1の個別仕様のデータと、当該データの取得元であるシステムAのシステム識別子Aと、当該データの変換後の出力先となるシステムBのシステム識別子Bとを取得し、これらを紐付けて記憶部72に格納する。システム識別子とは、システムA又はBとなる各システムに固有の識別子である。取得部71は、最適化された人工知能(AI)のプロセスにより、システムAのウェブページから個別仕様データを自動的に抽出し取得してもよい。
 出力先となるシステムが複数ある場合、システム識別子Bは複数を紐付けてもよい。出力先が常に1つのシステムに限られる場合、出力部74は常に特定のシステムBにデータを送出すればよいので、必ずしもデータごとにシステム識別子Bを紐付ける必要はない。また、取得元と出力先のシステムのペアが予め決まっている場合、システム識別子AとBの組み合わせが予め記憶部72に登録されていれば足り、この組み合わせを必ずしもデータごとに紐付けておく必要はない。
 また、記憶部72は、システム識別子とデータ変換規則を紐付けて記憶している。データ変換規則は、順変換規則と逆変換規則とを含む。順変換規則は、個別仕様データを標準仕様データに変換する規則である。逆変換規則は、標準仕様データを個別仕様データに変換する規則である。システムAの個別仕様データを標準仕様データに変換する順変換規則はシステムAのシステム識別子に紐付けられている。標準仕様データをシステムBの個別仕様データに変換する逆変換規則はシステムBのシステム識別子に紐付けられている。
 変換部73は、記憶部72からシステム識別子A及びBに紐付けられた第1の個別仕様データを読み出し、システムAに紐付けられた順変換規則を参照して、第1の個別仕様データを標準仕様データに変換し、出力先となるシステムBのシステム識別子Bに紐付けて、記憶部72に格納する。
 また、変換部73は、記憶部72から標準仕様データ及びこれに紐付けられたシステム識別子Bを読み出し、システム識別子Bに紐付けられた逆変換規則を参照して、標準仕様データを第2の個別仕様データに変換し、システム識別子Bに紐付けて記憶部72に格納する。
 変換とは、データの意味内容を変えずに、データの型、データの桁数やデータの表現等を変更することをいう。
 また、記憶部72には、システムBのシステム識別子とシステムBにデータを出力するタイミング(出力タイミング)とが紐付けて登録されている。出力タイミングは、リアルタイムや一定周期等である。リアルタイムとは、第2の個別仕様データが記憶部72に格納されたら直ちに出力部74からシステムBに出力することを意味する。一定周期とは、毎日所定時刻や毎週所定曜日等に定期的にシステム識別子Bに紐付けられた第2の個別仕様データを出力部74からシステムBに出力することを意味する。
 出力部74は、出力タイミングを監視し、システムBにデータを出力するタイミングが到来すると、システム識別子Bに紐付けられた第2の個別仕様データを記憶部72から読み出し、システムBに出力する。システムBがインターネット上の遠隔にある場合、出力部74は、通信装置及びインターネットを通じて第2の個別仕様データをシステムBに送信する。一方、システムBがデータ連携システム700を実行するコンピュータと同じコンピュータ内にある場合、出力部74のプロセスは、システムBのプロセスに第2の個別仕様データを渡す。また、システムBがデータ連携システム700を実行するコンピュータと同じローカルエリアネットワークにある場合、出力部74は、通信装置及びローカルエリアネットワークを通じてシステムBに第2の個別仕様データを送信する。
 これにより、システムAにおける個別仕様のデータがデータの意味内容を変えずにシステムBで扱える個別仕様のデータに変換されて伝達されるので、システムA,B間でデータを連携して処理を進めることができる。従来例えば、医療機関のカルテデータは一方の医療機関のシステムと他方の医療機関のシステムとでデータの仕様が異なるために共用できない場合があった。データを共用するためには、どちらかの医療機関の既存システムを変更し、データの仕様を合せる必要があった。しかし、既存システムの変更には高額のコストを要した。また、複数のシステム間でデータの共用システムを構築しても、そこに新たに参加するシステムは、データの仕様が異なる既存システムのままでは参加することができず、データの仕様が適合するシステムやそこと連携するシステムを新たに用意しなければ参加することができなかった。一方、本発明のデータ連携システムを利用すると、このデータ連携システムとさえ連携すれば、複数の既存のシステムがデータ連携システムを介してデータを共用できるようになる。この仕組みを用いれば、相手ごとに連携を構築する必要が無く、標準システムへの連携さえ構築すれば、連携システムを通じてあらゆるシステムと自由に連携することが可能となる。既存システムのままデータを共用できるので、構築済みのデータ共用システムに対し既存システムのまま新たに加わることができ、規模の大きなデータ共用システムも比較的容易に実現することができる。
 出力部74は、標準仕様データを記憶部72から読み出して、システムBに出力してもよい。この場合、標準仕様データから第2の個別仕様データへの変換は必ずしも必要ではない。例えば、前述した商品購入支援システムにおいて、システムAとしてのアフィリエイトサービスから取得した個別仕様データを商品統合DB13に適合する標準仕様のデータに変換してもよい。かつ、システムAとしてのECサイト400,500から取得した個別仕様データを商品統合DB13に適合する標準仕様のデータに変換してもよい。図5において、アフィリエイトタグ取得部21は、取得部71に相当する。アフィリエイトタグ構造辞書23は、順変換規則を記憶した記憶部72に相当する。タグ解析部22は、順変換規則を参照し個別仕様データを標準仕様データに変換する変換部73に相当する。また、図6において、商品関連情報取得部31は、取得部71に相当する。ページ構造辞書33は、順変換規則を記憶した記憶部72に相当する。ページ解析部32は、順変換規則を参照し個別仕様データを標準仕様データに変換する変換部73に相当する。
[データ連携システムの応用]
 図10において、データ連携システム700は、ショップシステム710、販売代行システム720、コンテンツ配信システム730及び視聴端末740とデータ通信路を介して有線又は無線により接続されている。
 ショップシステム710は、インターネット上で又は実店舗で商品を販売する店舗のシステムであって、販売する商品の商品情報をインターネット及びデータ連携システム700を通じて、販売代行システム720に提供する。
 販売代行システム720は、商品情報記憶部721、プロセッサ722及び通信部723を備えている。
 商品情報記憶部721は、ハードディスクドライブ等の記憶装置の記憶領域であり、商品識別子、商品情報、商品紹介者の識別子、販売ショップの識別子及び販売代金の分配比を紐付けて記憶する。
 商品識別子は、商品を一意に特定可能な識別子である。商品情報は、データ連携システム700及びインターネットを通じてショップシステム710から取得した商品情報であり、商品名、商品画像、商品説明及び商品価格等を含む。商品紹介者の識別子は、この商品を需要者に紹介する業者の識別子である。販売ショップの識別子は、この商品を販売するショップシステム710又はそのシステム運営者の識別子である。分配比は、この商品が売れた場合の商品代金を商品紹介者Pと、ショップシステム710の運営者Qと、販売代行システム720の運営者Rとに分配する比率P:Q:Rを示す。
 プロセッサ722は、プログラムを実行することにより、各種の処理を実行し、商品情報提供部、購入処理部及び代金処理部の動作を実現する。プロセッサ722は複数のプロセッサの共働により実現されてもよい。
 商品情報提供部は、商品情報記憶部721に格納されている商品情報を商品紹介者のためにインターネット及びデータ連携システム700を通じてコンテンツ配信システム730又は視聴端末740に取得させる。購入処理部は、視聴端末740から行われた商品購入要求に応じて当該商品の購入処理を完了する。代金処理部は、購入された商品の代金が決済されたことを検知すると、その商品代金を分配比に応じて商品紹介者、ショップシステム710の運営者及び販売代行システム720の運営者に分配して支払うための処理を実行する。
 通信部723は、インターネット等のコンピュータネットワークを通じてデータ連携システム700と通信するための通信装置であり、このデータ連携システム700を介してショップシステム710、コンテンツ配信システム730及び必要に応じて視聴端末740とデータ送受信を行う。ここで、販売代行システム720は、前述した商品統合サイト100のシステムに搭載されていてもよい。この場合、商品情報として、前述した商品統合サイト100の商品関連情報を用いてもよい。また、コンテンツ配信システム730から検査条件取得部11に与えられた検索条件に基づいて検索された商品情報を当該コンテンツ配信システム730に取得させてもよい。
 コンテンツ配信システム730は、視聴端末740に直接に又はデータ連携システム700を介して視聴コンテンツを配信する。コンテンツ配信システム730は、例えば、視聴装置740としてのテレビ受像機、セットトップボックス又はタクシーサイネージ等である。コンテンツ配信システム730と視聴端末740との間の通信は、両者の装置の特質に応じた伝送路とプロトコルにより行われる。以下の説明では視聴端末740は地上デジタル放送に対応したテレビ受像機とし、コンテンツ配信システム730は、データ放送用のコンテンツサーバを含むものとする。
 コンテンツ配信システム730は、インターネット及びデータ連携システム700を介して販売代行システム720から商品情報を受信し、当該商品情報をデータ放送により視聴端末740に送信する。
 視聴端末740は、視聴者が選択した番組の放送中にその番組に関連する商品の商品情報をコンテンツ配信システム730からデータ放送により受信し、データ放送コンテンツの表示欄に表示する。更に、視聴端末740は、表示した商品の購入操作をリモコンから受け付けるようになっている。
 これを更に詳述すると、本実施形態において、販売代行システム720は、放送される番組に関連する商品の商品情報を商品識別子に紐付けて予めコンテンツ配信システム730に提供する。コンテンツ配信システム730は、販売代行システム720から受信した商品情報をその商品識別子に紐付けて記憶装置に記憶する。また、コンテンツ配信システム730は、受信した商品識別子を放送番組に予め紐付けて記憶装置に記憶する。コンテンツ配信システム730は、放送中の番組に対応する商品情報を商品識別子に紐付けてデータ放送により視聴端末740に送信する。視聴端末740は、番組の放送中にその番組に関係する商品の商品情報をデータ放送欄に表示すると共に、その商品の購入操作をリモコンから受け付ける。
 例えば、箱根を紹介する番組中に箱根のグッズをデータ放送で販売する。視聴端末740は、その商品を販売するために視聴者をインターネット検索に誘導するのではなく、データ放送の通信により商品の購入を確定する。
 コンテンツ配信システム730は、視聴端末740の操作により購入が確定した商品の商品識別子を視聴端末740から取得する。ここで、コンテンツ配信システム730の中には複数のコンピュータが存在してもよく、データ放送用のコンピュータと、購入を受け付けるコンピュータとが異なっていてもよいし、購入を受け付けるコンピュータと視聴端末740との間の通信はインターネット経由でもよい。また、視聴端末740への商品情報の送信はハイブリッドキャスト等の方法により販売代行システム720からインターネット及びデータ連携システム700を介して直接行われてもよいし、購入された商品の識別子は、同様に視聴端末740から販売代行システム720に直接送信されてもよい。購入された商品の識別子がコンテンツ配信システム730に通知される場合、コンテンツ配信システム730は、その商品識別子をデータ連携システム700を介して販売代行システム720に送信する。
 販売代行システム720は、視聴装置740又はコンテンツ配信システム730から購入された商品の識別子を受信する。購入処理部は、商品の購入を受け付けた旨の通知を視聴端末740に直接に又はコンテンツ配信システム730を通じて視聴端末740に通知する。また、購入処理部は、購入された商品に対応するショップシステム710に商品の購入明細を通知する。ここで、購入処理部は、視聴端末740又はコンテンツ配信システム730を経由して視聴端末740の識別子を取得し、当該端末識別子に予め紐付けられた納品先の住所及び氏名をデータベースから取得して購入明細に表示してもよい。
 代金処理部は、視聴端末740の視聴者が行った所定の決済を検知すると、購入された商品に対応する分配比に応じて、商品紹介者(コンテンツ配信システム730の運営者、放送局)への紹介料と、ショップシステム710の運営者の売上と、販売代行システム720の運営者の手数料とに商品代金を分配して支払うための処理を実行する。ただし、販売代行システム720とデータ連携システム700とが一体的に運営されている場合、販売代行システム720の運営者の手数料は、データ連携システムの運営者の手数料と捉えてもよい。ここで、視聴者が行う決済は、テレビ画面に表示された振込先に商品代金を振り込む手続により行われてもよい。データ連携システム700は、以上のシステム間の通信をリアルタイムにデータ変換し、システム間を連携させる。
 以上の本システムによれば、放送番組等の視聴中のコンテンツに関連する商品をその場で直ぐに購入することができるので、視聴者をインターネット検索に誘導してから販売する場合に比べ商品の購入率を上げることができる。また、この仕組みにより、テレビ、冷蔵庫、自動販売機等IoT端末と各販売サイトとをデータ連携すれば、各サイトの商品、サービスを広く容易に他者が販売することができる。他者とは、テレビ局や自販機ベンダー、タクシー会社、駅、空港、その他の企業や個人などである。さらにサイト運営者と販売者、連携システム運営者それぞれの利益の分配を行なうことができる。ただし、連携システムと利益分配システムとは一体であっても良いし、別システムで連携して動いてもよく、2つのシステムを別の業者が運営していてもよい。
[むすび]
 本発明の範囲は、上記実施形態に限られず、特許請求の範囲に記載した発明の範囲である。各システム上での具体的な情報処理技術及び各システム間における情報通信技術は、当業者に知られた技術によって代替することができる。例えば、システムは、サーバレスアーキテクチャにより構成されていてもよい。また、プロセスの処理順序を一部変更しても同じ処理結果を得られる場合がある。また、前述の商品購入支援システムでは、アフィリエイトサービスを提供している複数の販売サイトの商品と、アフィリエイトサービスを提供していない複数の販売サイトの商品とを統合サイトに統合し、各販売サイト間の商品の横断検索を実現し、検索した商品の購入をできるようにした。しかし、商品購入支援システムの発明については、これに限らず、少なくとも、アフィリエイトサービスを提供していない各販売サイト間の商品を統合サイトに統合し、当該各販売サイト間の商品の横断検索を実現するものであればよい。また、データ連携システムは、統合サイトという形を取らず、単独の連携システムとしてシステムAのデータを標準データに変換し、それをシステムBの個別仕様データに変換する仕組みとしてもよい。
11 検索条件取得部
12 検索部
13 商品統合DB
14 検索結果生成部
15 ソート条件取得部
21 アフィリエイトタグ取得部
22 タグ解析部
23 アフィリエイトタグ構造辞書
31 商品関連情報取得部31
32 ページ解析部
33 ページ構造辞書
41 閲覧処理部
42 自動入力処理部
43 個人情報提供部
44 個人情報DB
71 取得部
72 記憶部
73 変換部
74 出力部
100 商品統合サイトシステム
200,300 オンラインモールシステム
400,500 ECサイトシステム
600 購入者インターフェースシステム
700 データ連携システム
710 ショップシステム
720 販売代行システム
721 商品情報記憶部
722 プロセッサ
723 通信部
730 コンテンツ配信システム
740 視聴端末

Claims (6)

  1. 一のシステムが扱うデータを他のシステムで扱えるようにするデータ連携システムであって、
    前記一のシステムから第1の個別仕様のデータを取得する取得部と、
    個別仕様のデータを標準仕様のデータに変換する順変換規則を記憶する記憶部と、
    当該規則を参照し前記第1の個別仕様のデータを前記標準仕様のデータに変換する変換部とを備え、
    前記記憶部は、前記変換した標準仕様のデータを記憶する、データ連携システム。
  2. 請求項1に記載のデータ連携システムにおいて、
    前記記憶部は、前記標準仕様のデータを個別仕様のデータに変換する逆変換規則を記憶し、
    前記変換部は、当該規則を参照し、前記変換した標準仕様のデータを第2の個別仕様のデータに変換すると共に、
    当該変換した第2の個別仕様のデータを前記他のシステムに出力する出力部を備えた、データ連携システム。
  3. 請求項2に記載のデータ連携システムにおいて、
    前記記憶部は、前記順変換規則及び前記逆変換規則をシステム識別子に紐付けてシステム識別子ごとに記憶し、
    前記取得部は、前記一のシステムから当該一のシステムのシステム識別子と、前記他のシステムのシステム識別子とを取得し、
    前記変換部は、当該一のシステム識別子に紐付けられた前記順変換規則に基づいて前記第1の個別仕様のデータを前記標準仕様のデータに変換すると共に、前記他のシステム識別子に紐付けられた前記逆変換規則に基づいて前記標準仕様のデータを前記第2の個別仕様のデータに変換する、データ連携システム。
  4. 前記出力部は、前記記憶部に記憶された前記第2の個別仕様のデータを直ちに前記他のシステムに出力するリアルタイム処理と、前記記憶部に記憶された前記第2の個別仕様のデータをスケジュールに従って前記他のシステムに出力するスケジュール処理とを予め設定された出力タイミングに応じて実行する、請求項1,2又は3に記載のデータ連携システム。
  5. 一のシステムが扱うデータを他のシステムで扱えるようにするデータ連携方法であって、
    前記一のシステムから第1の個別仕様のデータを取得する取得ステップと、
    個別仕様のデータを標準仕様のデータに変換する順変換規則を記憶する記憶部の当該規則を参照し前記第1の個別仕様のデータを前記標準仕様のデータに変換する変換ステップと、
    前記変換した標準仕様のデータを記憶部に記憶するステップとを含む、データ連携方法。
  6. 一のシステムが扱うデータを他のシステムで扱えるようにするデータ連携プログラムであって、
    前記一のシステムから第1の個別仕様のデータを取得する取得処理と、
    個別仕様のデータを標準仕様のデータに変換する順変換規則を記憶する記憶部の当該規則を参照し前記第1の個別仕様のデータを前記標準仕様のデータに変換する変換処理と、
    前記変換した標準仕様のデータを記憶部に記憶する処理とをプロセッサに実行させる、データ連携プログラム。
PCT/JP2018/027580 2017-07-23 2018-07-23 データ連携システム、方法及びプログラム WO2019022036A1 (ja)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP2019532617A JPWO2019022036A1 (ja) 2017-07-23 2018-07-23 データ連携システム、方法及びプログラム
US16/632,874 US11593859B2 (en) 2017-07-23 2018-07-23 Data linkage system, method and program
US18/162,242 US20230169563A1 (en) 2017-07-23 2023-01-31 Data linkage system, method and program
JP2023098703A JP2023113953A (ja) 2017-07-23 2023-06-15 データ連携システム、方法及びプログラム

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2017-142359 2017-07-23
JP2017142359 2017-07-23

Related Child Applications (2)

Application Number Title Priority Date Filing Date
US16/632,874 A-371-Of-International US11593859B2 (en) 2017-07-23 2018-07-23 Data linkage system, method and program
US18/162,242 Continuation US20230169563A1 (en) 2017-07-23 2023-01-31 Data linkage system, method and program

Publications (1)

Publication Number Publication Date
WO2019022036A1 true WO2019022036A1 (ja) 2019-01-31

Family

ID=65041214

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2018/027580 WO2019022036A1 (ja) 2017-07-23 2018-07-23 データ連携システム、方法及びプログラム

Country Status (3)

Country Link
US (2) US11593859B2 (ja)
JP (2) JPWO2019022036A1 (ja)
WO (1) WO2019022036A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2023507694A (ja) * 2020-11-30 2023-02-27 ベイジン バイドゥ ネットコム サイエンス テクノロジー カンパニー リミテッド 商品処理方法およびコンポーネント、電子機器、コンピュータ可読媒体

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2021135981A (ja) * 2020-02-28 2021-09-13 京セラドキュメントソリューションズ株式会社 データ連携システムおよび処理監視システム

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010039955A (ja) * 2008-08-07 2010-02-18 Hitachi Information Systems Ltd データ交換システム及びデータ交換プログラム
JP2011159053A (ja) * 2010-01-29 2011-08-18 Japan Research Institute Ltd 取引中継方法および取引中継システム

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US1126681A (en) * 1914-03-04 1915-02-02 John J Aylward Signaling and indicating device.
JP6117483B2 (ja) * 2012-06-18 2017-04-19 マクロコム株式会社 医用データ変換送信装置及び医用データ変換送信方法
JP6591147B2 (ja) * 2014-08-04 2019-10-16 キヤノンメディカルシステムズ株式会社 医用画像管理システム及び医用画像観察装置

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010039955A (ja) * 2008-08-07 2010-02-18 Hitachi Information Systems Ltd データ交換システム及びデータ交換プログラム
JP2011159053A (ja) * 2010-01-29 2011-08-18 Japan Research Institute Ltd 取引中継方法および取引中継システム

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2023507694A (ja) * 2020-11-30 2023-02-27 ベイジン バイドゥ ネットコム サイエンス テクノロジー カンパニー リミテッド 商品処理方法およびコンポーネント、電子機器、コンピュータ可読媒体

Also Published As

Publication number Publication date
US20200286148A1 (en) 2020-09-10
US20230169563A1 (en) 2023-06-01
US11593859B2 (en) 2023-02-28
JPWO2019022036A1 (ja) 2020-07-02
JP2023113953A (ja) 2023-08-16

Similar Documents

Publication Publication Date Title
KR100460008B1 (ko) 온라인 쇼핑 검색 서비스 제공 방법 및 시스템
US9129329B2 (en) System and method for providing electronic multi-merchant gift registry services over a distributed network
US7013290B2 (en) Personalized interactive digital catalog profiling
US20130054404A1 (en) System and method for website synchronization
US7617131B2 (en) Web-based marketing system
US20090248537A1 (en) Commercial transaction facilitation system
US20230169563A1 (en) Data linkage system, method and program
US10147123B2 (en) Electronic marketplace for hosted service images
JP2017162377A (ja) 広告動画管理装置、広告動画管理システム、広告動画管理プログラム、および広告動画管理方法
KR20030076147A (ko) 차등 포인트 누적 방식에 따른 상품 공동 구매 방법
WO2017033264A1 (ja) 情報処理装置、情報処理方法及び情報処理プログラム
KR20010088125A (ko) 인터넷 상에서의 매스미디어의 광고필드 판매방법
US20180336618A1 (en) Merchandise purchase assist system
US20160267575A1 (en) System for Distributing Item Listing Notifications
TWI775687B (zh) 資訊通訊系統、及資訊通訊方法
KR20190107835A (ko) 멀티채널 쇼핑몰 시스템
JP2001283096A (ja) 通信回線ショッピングシステム、サーバ装置、クライアント装置及び情報管理装置
KR101242522B1 (ko) 1인 블로그형 소셜오픈마켓 마켓블로그 시스템 및 그 운영방법
KR101153518B1 (ko) 온라인 쇼핑 검색 서비스 제공 방법 및 시스템
JP2002073688A (ja) 情報収集/提供方法及びシステム
US20140337192A1 (en) Method and apparatus for facilitating an ipr market
AU2009271469B2 (en) Need-driven advertising
JP2004086548A (ja) 販売支援マッチングシステム
JP2002149960A (ja) ゲートウェイサービスシステム、機器サービスシステム、データ管理サーバ、ホームゲートウェイシステム
CA2781648A1 (en) Scalable and timely network intermediary for time or quantity limited goods and services

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18837817

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2019532617

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18837817

Country of ref document: EP

Kind code of ref document: A1