WO2009051225A4 - 情報提供方法及び広告提供方法 - Google Patents

情報提供方法及び広告提供方法 Download PDF

Info

Publication number
WO2009051225A4
WO2009051225A4 PCT/JP2008/068855 JP2008068855W WO2009051225A4 WO 2009051225 A4 WO2009051225 A4 WO 2009051225A4 JP 2008068855 W JP2008068855 W JP 2008068855W WO 2009051225 A4 WO2009051225 A4 WO 2009051225A4
Authority
WO
WIPO (PCT)
Prior art keywords
web
advertisement
web api
api
session
Prior art date
Application number
PCT/JP2008/068855
Other languages
English (en)
French (fr)
Other versions
WO2009051225A1 (ja
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 US12/675,045 priority Critical patent/US8862502B2/en
Publication of WO2009051225A1 publication Critical patent/WO2009051225A1/ja
Publication of WO2009051225A4 publication Critical patent/WO2009051225A4/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/02Marketing; Price estimation or determination; Fundraising
    • 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/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0241Advertisements
    • G06Q30/0251Targeted advertisements
    • G06Q30/0255Targeted advertisements based on user history
    • G06Q30/0256User search
    • 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/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0241Advertisements
    • G06Q30/0272Period of advertisement exposure
    • 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/02Marketing; Price estimation or determination; Fundraising
    • G06Q30/0241Advertisements
    • G06Q30/0273Determination of fees for advertising

Definitions

  • the present invention relates to an information providing method and an advertisement providing method, and in particular, provides an advertisement-added Web page generated using a Web API that provides software functions on the Internet, and generates an advertisement-added Web page.
  • the technology to clarify the contributed Web API and make it possible to distribute the advertisement introduction fee.
  • a method is widely used to provide a web site operator with an introduction fee according to the number of purchases and the purchase amount of a product.
  • Google registered trademark
  • AdSense non-patent document 1
  • Google invites web operators to post advertisements. Google will have the ad posted on the web page of the web operator, and when the viewer of the web page clicks on the ad link, it pays the web operator a referral fee.
  • FIG. 11 shows a conceptual diagram of a system for posting an advertisement on a conventional web site.
  • a web page request 211 is issued from the web browser 102 to the web site 201
  • the web site 201 provides a web page with advertisement 212.
  • the advertisement information request 213 is made to request the resource for the URL of the advertisement information resource.
  • the advertisement information 214 is returned, the web browser displays the advertisement information.
  • Advertising information is usually expressed using images and animations to attract attention. This image or animation is a link so that a page (usually a web page of a business provider who is advertising) can be returned when more detailed information is selected when the viewer selects it.
  • Introducer identification information is embedded in this link.
  • a notification of advertisement selection 215 is sent to the advertisement mediation service 202.
  • the advertisement intermediation service 202 receives the request, it redirects to the web site 106 of the company corresponding to the advertisement, and displays the page corresponding to the advertisement on the web browser 102.
  • the advertisement mediation service 202 counts the number of times of selection for each introducer identification information and the like by using the introducer information embedded in the link of the advertisement. Based on the result of this aggregation, the advertisement intermediary determines the amount to be given as the introduction fee.
  • Patent Document 1 describes a method in which a purchaser of a product selects a party to whom an introduction fee is to be given when the product is purchased through an affiliate advertisement.
  • Patent Document 2 describes a method of embedding a web browser in a part of an application having a GUI and displaying an advertisement there. By doing this, for example, control is realized such that the function of the application is made available only while displaying the advertisement.
  • JP 2007-18200 A JP 2003-323571 A Google AdSense https: // www. google. com / adsense / login / ja / index. html
  • a Web API which is a form of providing software functions on the Internet, has attracted attention. Web application developers can realize high-performance Web applications inexpensively by combining Web APIs provided by others.
  • Web APIs there are various types of Web APIs, such as those that perform user authentication, those that parse given sentences, those that process given images, and those that provide map information.
  • the information returned by the Web API can be processed by the Web application developer and displayed in the Web page embedded in the Web page. Since processing is possible, it is possible for the developer of the web application to exclude it even if the advertisement information is returned together as the return value of the Web API, and it is difficult for the Web API provider to obtain the introduction fee by the advertisement. There is a problem.
  • Patent Document 1 the product purchaser can select the party to whom the introduction fee is to be given, but it depends on the idea of the product purchaser, so it is difficult to obtain the introduction fee fairly.
  • Patent Document 2 gives an opportunity to obtain advertising revenue through an application program operating on a computer instead of a Web page, the application needs to provide a GUI, and application to a Web API without a GUI is also possible. Can not.
  • the present invention provides an advertisement-added Web page generated using a Web API that provides software functions on the Internet, and clearly identifies the Web API contributed to generate an advertisement-added Web page. It is an object of the present invention to provide an advertisement providing system and an advertisement providing method capable of distributing advertisement introduction fees.
  • the information providing method of the present invention comprises a Web API program providing software functions on the Internet, a Web API using program using the Web API program, and a Web API call control program controlling the calling of the Web API program. And, when the Web API using program calls the Web API program, acquires key information issued by the Web API call control program, and calls the Web API program using the key information.
  • the Web API program confirms that key information received from the Web API using program is correct, and returns the execution result of the Web API program only when it is correct. And performing an API call control.
  • the information provision method of the present invention acquires a session ID from the Web API call control program each time the Web API using program calls the Web API program, and calls the Web API program using the session ID as key information. I do.
  • the Web API using program acquires a key capable of calling the Web API program multiple times from the Web API call control program in advance, and calls the Web API program using the key. I do.
  • the Web API program sends key information received from the Web API calling program to the Web API call control program, and the Web API call control program receives the key information received by the Web API call control program. It verifies whether it is the correct one issued, and performs Web API call control to send out the verified result to the Web API program.
  • the Web API program writes key information sent by the Web API using program, a Web API using program of a calling source, and information that can be determined by a Web API program of a calling destination in a log.
  • a log is sent to the Web API call control program, and the Web API call control program performs Web API call control that analyzes the log and verifies whether key information is correct.
  • the Web API program or the Web API using program is the Web API program. Measures the usage of the Web API program by sending the call status of to the Web API call control program.
  • the WebAPI using program calls the WebAPI program using key information uniquely determined for each of the WebAPI using programs, and the WebAPI program causes the key information to the WebAPI calling control program.
  • the Web API call control program measures the usage of the called Web API program.
  • the Web API program used by the Web API using program is left in the log, or the Web API using program in which the Web API program is called is left in the log, and the Web API call control is periodically performed on the log.
  • the program is sent to a program, and the Web API call control program analyzes the log to specify the called Web API program.
  • the information providing method of the present invention sends both the log of the Web API using program and the log of the Web API program to the Web API call control program, compares the logs of both, and detects a mismatch between the two regarding the Web API call. Find bad logs.
  • the Web API using program acquires a session ID issued by the Web API call control program before calling the Web API program, and the Web API call control program issues the session ID.
  • the Web API program After recording the use program and the Web API calling program calls the Web API program using the session ID, the Web API program sends the session ID to the Web API call control program so that the Web API call control program calls the caller Identify the WebAPI using program that is and the WebAPI program that is the call destination.
  • the advertisement providing method of the present invention is an advertisement providing method using a website that provides a web page on the Internet, wherein the website is a web page using one or more web APIs, and the web is a web page. Specify the Web API used by the Web site to construct the Web page when the advertisement posted on the Web page is selected by the Web browser when the advertisement provided by the advertising intermediary service is posted on the page And pay for the Web API provider.
  • a Web browser processing apparatus for operating the Web browser
  • a Web site processing apparatus for operating the Web site
  • a Web API processing apparatus for operating the Web API, each connected by a network.
  • An advertisement mediation service processing device for operating an advertisement mediation service and the website processing device receiving a request for the web page from the web browser identifies the introducer of the website operator to the advertisement mediation service processing device The information is sent, the session ID and the advertisement identification information are acquired from the advertisement mediation service processing device, the session ID is included in the argument and the Web API is called, and the Web API processing device introduces the session ID and the Web API provider.
  • the advertisement intermediation service processing device confirms that the session ID is correct, records the session ID and the introducer identification information of the Web API provider, and the advertisement intermediation service processing device If the session ID is found to be correct, the Web API processing device executes the Web API and returns the processing result to the website processing device, and in the website, the processing result and the advertisement information held by the advertisement mediation service
  • the Web page including the session ID as a parameter in the URL for acquiring the resource of the advertisement information is generated using the URL and the session ID and is returned to the Web browser, and the Web browser transmits the resource of the advertisement information to the advertisement mediation.
  • the advertisement mediation service processing apparatus In After recording in association with the session ID that has been requested of the advertisement information, it returns the resources of advertisement information to the Web browser displays Web pages generated by the Web site in the Web browser.
  • a web browser processing apparatus for operating the web browser, each connected on a network, the web site processing apparatus for operating the web site, and a web API processing apparatus for operating the web API And an advertisement intermediary service processing device for operating an advertisement intermediary service, the website processing device receiving a request for the web page from the web browser, a session ID request program for the web browser processing device, a web API call program And a page including a page generation program to the Web browser, and the Web browser sends the introducer identification information of the Web API provider to the advertisement intermediation service processing apparatus by executing the program included in the returned page.
  • the advertisement intermediation service processing apparatus When the advertisement intermediation service processing apparatus receives a request, it executes session ID generation and contributor recording, and returns a session ID to the web browser, and the web browser returns the session ID and introducer identification information of the web API provider.
  • the advertisement intermediation service processing device transmits the advertisement intermediation service processing device, confirms that the session ID is correct, records the session ID and introducer identification information of the Web API provider, and the advertisement
  • the intermediary service processing device confirms that the session ID is correct
  • the Web API processing device executes the Web API and sends the processing result to the Web browser, and the Web browser generates the Web page.
  • An advertisement mediation service processing device for resources of advertisement information When requested, the advertisement intermediation service processing device records that there is a request for advertisement information in association with the session ID, and then returns the resource of the advertisement information to the Web browser, and the generated Web page is displayed on the Web browser. Do.
  • a Web browser processing apparatus for operating the Web browser, a Web site processing apparatus for operating the Web site, and a Web API processing apparatus for operating the Web API, each connected by a network.
  • An advertisement mediation service processing device for operating an advertisement mediation service and the website processing device receiving a request for the web page from the web browser identifies the introducer of the website operator to the advertisement mediation service processing device Information is sent out, a session ID and advertisement identification information are acquired from the advertisement intermediation service processing device, and the session ID is included in an argument to make a Web API call to the advertisement intermediation service processing device, and the advertisement intermediation service processing device Is the session ID is correct To confirm the session ID and the introducer identification information of the Web API provider, and execute the Web API call, and the Web API processing device executes the Web API to process the processing to the advertisement intermediary service processing device.
  • the advertisement mediation service processing device sends out the processing result to the website processing device, and the website uses the processing result and the URL of the advertisement information held by the advertisement mediation service and the session ID to execute the advertisement information.
  • the advertisement mediation In the service processing device the request for advertisement information is After recording in association with the cushion ID, it returns the resources of the advertisement information to the Web browser, and in the Web browser to display a Web page that the Web site has generated.
  • a Web browser processing apparatus for operating the Web browser
  • a Web site processing apparatus for operating the Web site
  • a Web API processing apparatus for operating the Web API, each connected by a network.
  • An advertisement mediation service processing device for operating an advertisement mediation service
  • the website processing device receiving a request for the web page from the web browser executes a web API call to the advertisement mediation service processing device, and the advertisement
  • the intermediary service processing device generates a session ID, records introducer identification information of the Web API provider, records introducer identification information of the Web API of the call destination as a contributor along with the session ID, and uses the session ID as an argument.
  • the process is performed on the ebAPI processing apparatus, and the Web API processing apparatus that has received the call executes the Web API and sends the processing result to the advertisement mediation service processing apparatus, and the advertisement mediation service processing apparatus has the processing result and the session ID.
  • the website uses the processing result and the URL of the advertisement information held by the advertisement mediation service and the session ID to use the session ID as a parameter in the URL for acquiring the resource of the advertisement information.
  • the advertisement mediation service processing apparatus requests that the advertisement information is requested. After recording in association with the ID, It returns the source in the Web browser, to view the Web pages generated by the Web site in the Web browser.
  • the advertisement providing method of the present invention when the browser selects the advertisement displayed on the generated Web browser, the advertisement identification information and the session ID reach the advertisement mediation service processing device.
  • the advertisement intermediation service processing apparatus records the selection and the session ID at that time, and the advertisement intermediation service redirects to the web site of the business entity related to the advertisement identification information, and thereby the web page corresponding to the advertisement Display
  • the advertisement providing method uses the session ID for which the advertisement information request is recorded in the advertisement intermediation service processing device, and extracts the advertisement identification information by extracting introducer identification information associated with the session ID. Identify the web site operator and web API provider who contributed to the generation of the displayed web page.
  • the advertisement is extracted by using the session ID when the advertisement recorded in the advertisement intermediation service processing apparatus is selected, and extracting introducer identification information associated with the session ID. Identify web site operators and web API providers who contributed to the generation of the selected web page.
  • the web site when the web API used by the web site is specified using the key capable of uniquely specifying the web site instead of the session ID, the web site uniquely identifies the web site in advance.
  • the Web API When the Web API is called, the key is sent out together, the Web API sends the key to the advertisement intermediation service, and the advertisement intermediation service sends the key and the Web API that has sent the key.
  • the Web site transmits the Web page in which the processing result of the Web API and the advertisement are embedded to a Web browser, and the Web site uses the URL used when acquiring the image etc. of the advertisement information embedded from the Web browser. When acquiring the image etc.
  • a key is added as a parameter so that the key passes to the service, and a key is added as a parameter to the URL transitioning when the advertisement is clicked, and the advertisement is displayed on the Web browser or browsed.
  • one or both of the Web site and the Web API holds a call log of the Web API together with a session ID or key, and periodically sends the log to an advertisement mediation service.
  • the advertisement mediation service analyzes the log to specify the Web API used by the Web site.
  • the advertisement intermediation service collects logs from both the Web site and the Web API, compares the contents of the both logs, and calls or calls the Web API for both. It is judged that the call is certain when there is an incorrect description.
  • the present invention is a value distribution method for distributing to a Web API provider the value generated when an advertisement is displayed on a Web browser or when an advertisement is clicked, and the Web page displays the advertisement.
  • identify one or more Web APIs used by the Web site that received the request and distribute the generated fee to the Web API provider.
  • the present invention is a method for distributing the value generated when an advertisement is displayed on a web browser or when an advertisement is clicked to a Web API provider for each specific period, and it contributes to the collected advertisement
  • the total amount of consideration generated on the website within the specific period and the number of times of one or more web APIs used by the website are obtained from the website and the web API records used by the website, and The total amount of consideration is distributed to the Web API provider according to the number of times of use.
  • the advertisement providing method of the present invention is a method of selecting an advertisement to be displayed according to the type of Web API being used, and the advertisement mediation service manages the Web API and one or more keywords related to the Web API.
  • Manage the advertisement information and the keywords related to the advertisement and when the advertisement mediation service receives a request for advertisement information from the web browser, use the session ID to specify the web API used, or use the key to use the web Identify a Web API frequently used by the site, acquire a keyword related to the Web API, and select advertisement information that includes the same keyword as the keyword to display an advertisement according to the type of Web API being used.
  • the advertisement mediation service manages the Web API and one or more keywords related to the Web API.
  • manage the advertisement information and the keywords related to the advertisement and when the advertisement mediation service receives a request for advertisement information from the web browser, use the session ID to specify the web API used, or use the key to use the web Identify a Web API frequently used by the site, acquire a keyword related to the Web API, and select advertisement information that includes the same keyword as
  • the advertisement providing method measures the usage of the Web API for the request from the web browser generated during a specific period, instead of measuring the usage of the web API for all the requests from the web browser. Based on the measurement result, the consideration for advertisement contribution distributed to the Web API is determined.
  • a Web page with an advertisement generated using a Web API providing software functions on the Internet is provided, a Web API contributed for generating a Web page with advertisement is clarified, and an advertisement
  • the referral fee can be made distributable.
  • FIG. 1 shows a conceptual diagram of the first embodiment.
  • FIG. 2 shows a system configuration of the first embodiment.
  • FIG. 3 shows a sequence diagram of the first embodiment.
  • FIG. 4 shows an example image of a web page provided by the web site.
  • FIG. 5 shows a flowchart which is one embodiment of the introduction fee calculation.
  • FIG. 6 shows a sequence diagram of the second embodiment.
  • FIG. 7 shows a conceptual diagram of the third embodiment.
  • FIG. 8 shows a system configuration of the third embodiment.
  • FIG. 9 shows a sequence diagram of the third embodiment.
  • FIG. 10 shows a sequence diagram of the fourth embodiment.
  • FIG. 11 shows a conceptual diagram in the prior art.
  • FIG. 12 shows a flowchart of the introduction fee calculation of the fifth embodiment.
  • FIG. 13 shows a conceptual diagram of the sixth embodiment.
  • FIG. 12 shows a flowchart of the introduction fee calculation of the fifth embodiment.
  • FIG. 13 shows a conceptual diagram of the sixth embodiment.
  • FIG. 12 shows a
  • FIG. 14 shows a system configuration of the sixth embodiment.
  • FIG. 15 shows a flowchart of the introduction fee calculation of the sixth embodiment.
  • FIG. 16 shows a conceptual diagram in the seventh embodiment.
  • FIG. 17 shows a system configuration of the seventh embodiment.
  • FIG. 18 shows an example of the log of the seventh embodiment.
  • FIG. 19 is a flowchart of the log aggregation unit of the seventh embodiment.
  • FIG. 20 shows a system configuration of the eighth embodiment.
  • FIG. 1 A conceptual diagram of a mechanism for a Web API provider to obtain advertisement income using an advertisement intermediation service is shown in FIG.
  • the web browser 102 is a web browser processing apparatus
  • the web site 103 is a web site processing apparatus
  • the web API 104 is a web API processing apparatus
  • the advertisement mediation service 105 is an advertisement mediation service processing apparatus
  • the web site 106 of the business operator And are operated by the web site processing device of the enterprise, and these are connected by a network.
  • Each processing device is a computer.
  • a web site operator who wants to use the web API 104 contracts with an advertisement agent and acquires introducer identification information.
  • a Web API provider who wants to obtain a referral fee also contracts with an advertising agent to acquire introducer identification information.
  • the web browser 102 makes a web page request 111 to the web site 103.
  • the website implements the session ID request 112 to the advertisement intermediation service 105.
  • the introducer identification information of the website operator is sent out.
  • the advertisement intermediation service 105 receives the session ID request, it generates and returns a session ID 113 which is an ID for specifying a request from the Web browser.
  • the advertisement mediation service 105 records a combination of the generated session ID and introducer identification information in a database or the like.
  • an API call is performed 114 and the Web API 104 is called.
  • the session ID received from the advertisement intermediation service 105 is sent out.
  • data necessary for execution of the Web API is also sent from the Web site 103 to the Web API 104 as necessary.
  • the session ID confirmation 115 is performed on the advertisement mediation service 105, and the introducer identification information of the Web API 104 and the session ID are transmitted.
  • the session ID is confirmed, and whether it is valid based on information such as whether it was issued by the advertisement mediation service 105, when it was issued (due to expiration date), etc. Confirm. If it is valid, the combination of the session ID and the introducer identification information of the Web API provider is recorded in a database or the like. The session ID confirmation result 116 is returned to the Web API 104.
  • the function of the Web API 104 is executed and the call result 117 is returned to the Web site 103.
  • the web site 103 constructs the HTML that is the origin of the web page using the calling result 117 of the web API 104. Also, in order to display an advertisement, the URL of the advertisement information resource is embedded. In this URL, a session ID and an advertisement ID used to specify an advertisement are embedded. In addition, when the advertisement is selected by the Web browser 102, transition is made to a page providing more detailed information, but the session ID is also embedded in the link used at this time.
  • the web browser 102 When the HTML of the constructed web page with advertisement 118 is sent to the web browser 102, the web browser 102 acquires a resource to be embedded in the HTML from the location indicated by the URL. Advertisement information is also one of resources, and is acquired by issuing an advertisement information request 119 to a URL.
  • the resource of advertisement information is managed by the advertisement mediation service 105, and the URL of the resource used at this time includes the session ID. By recording the session ID and the fact that the advertisement information has been requested, the advertisement mediation service 105 can know which session ID has the advertisement information requested by extension.
  • the advertisement intermediary service 105 returns the requested advertisement information 120 to the Web browser 102.
  • the advertisement information 120 When the advertisement information 120 is received by the web browser 102, it is displayed on the web browser 102.
  • the introduction fee is calculated by totaling the number of times of display and the website operator and the Web API provider involved in the display.
  • the link of the advertisement is a link to the advertisement mediation service 105, and the session ID and advertisement ID as parameters in the URL so as to send out the session ID and the advertisement ID used to identify the advertisement at the same time when the advertisement is selected.
  • a request for advertisement selection 121 is sent to the URL.
  • the advertisement mediation service 105 records the session ID included in the URL and the fact that the advertisement is selected in a database etc., refers to the advertisement ID, and redirects to a more detailed page (company Web site 106) regarding the corresponding advertisement. Do. As a result, the web page 123 of the business is returned and displayed on the web browser.
  • Web site operators and Web API providers associated with the presence / absence of ad selection recorded in the ad mediation service 105 and the session ID when selected are counted, and the introduction fee obtained by ad selection is specified rules It is possible to distribute to contributors on the basis of
  • a web site operator wants to use this web API to add a function to display the names of celebrity names of today on his web site.
  • FIG. 3 A system configuration diagram for realizing this is shown in FIG.
  • the web browser processing device 360 in which the web browser 102 operates, the web site processing device 370 which returns web pages, the web API processing device 380 providing software functions, and the advertisement intermediation service processing device 300 have a communication unit 303. It connects to the network 304 via 303.
  • Each processing device is a computer.
  • the web browser processing device 360 is a processing device in which a general web browser 102 operates, and there is no special device according to the present invention, and thus detailed description will be omitted.
  • the website processing device 370 is a processing device that receives a request from the web browser 102 and returns information. It has a control unit 301 b and a storage unit 302 b.
  • the control unit 301 b has a transmission / reception unit 374 (corresponding to a Web server), a page generation unit 373, a Web API call unit 372, and a session ID request unit 371.
  • the storage unit 302b of the Web site has HTML 375, an image 376, and the like.
  • the Web API processing device 380 When a function possessed by the Web API is requested, the Web API processing device 380 performs processing according to the request and returns the result requested by the requester. In this embodiment, for each date, the name of the celebrity whose date is the birthday is returned.
  • the Web API processing device 380 has a control unit 301 c and a storage unit 302 c.
  • the control unit 301 c has a transmission / reception unit 381, a Web API function unit 382, and a session ID confirmation request unit 383.
  • the Web API function unit 382 returns the name of the celebrity whose date is the birthday from the date.
  • the storage unit 302 c has a celebrity birthday table 384.
  • the celebrity birthday table 384 associates and stores a date and the name of a celebrity whose date is the birthday.
  • the advertisement intermediation service processing apparatus 300 includes a control unit 301a and a storage unit 302a.
  • the control unit 301a includes a session ID generation unit 311, a session ID confirmation unit 312, a contributor recording unit 313, an advertisement request source IP acquisition unit 314, an advertisement acquisition unit 315, a selection recording unit 316, an introduction fee calculation unit 317, and a transmission / reception unit 318.
  • the storage unit 302 a has a website management table 321, a Web API management table 322, a session management table 323, a contributor recording table 324, and an advertisement information storage table 325.
  • the website management table 321 stores introducer identification information 331, a website URL 332, an account number 333 and the like.
  • the Web API management table 322 stores introducer identification information 335, a URL 336 of the Web API, an account number 337, and the like.
  • the session management table 323 stores a session ID 341, a generation time 342, an advertisement request source IP 343, and selection / non-selection 344.
  • the contributor record table stores session ID 345 and introducer identification information 346.
  • the advertisement information storage table stores an advertisement ID 351, a classification 352, an advertisement image 353, and a provider URL 354.
  • the Web API provider contracts with the advertisement mediation service, registers the URL of the Web API, the account number to which the introduction fee is transferred, etc., and receives the issue of introducer identification information.
  • the introducer identification information and the information registered by the Web API provider are stored in the Web API management table 322.
  • a web site operator who wants to use the web API similarly contracts with the advertisement intermediation service, registers the web site URL and the account number etc. to which the introduction fee is transferred, and receives the issue of introducer identification information.
  • the introducer identification information and the information registered by the website operator are stored in the website management table 321.
  • the web browser 102 When the viewer 101 operates the web browser 102 and makes a web page request 402 of the web site, the web browser 102 transmits the web page request 403 to the web site.
  • the website processing device 370 uses the session ID request unit 371 to execute the session ID request 404.
  • introducer identification information (here, taken as shoukaisha_site_0978) is given as a parameter.
  • the session management table 323 when the session ID request 404 is received, a session ID is generated using the session ID generation unit 311, and the session management table 323 generates the session ID generated as the session ID 341 as the generation time. Record.
  • the session ID generates a unique ID for each web page request 403 from the web browser 102.
  • the session ID generated in the session ID column 345 of the contributor recording table 324 is recorded using the contributor recording unit 313, and the introducer identification information passed as a parameter is recorded in the introducer identification information column 346.
  • the generated session ID is returned to the website processing device 370.
  • the advertisement classification may be passed to the argument, and the advertisement mediation service processing device may randomly select the advertisement ID 351 of the advertisement whose classification 352 matches the classification of the argument from the advertisement information storage table 325.
  • the Web API call unit 372 is used to make a Web API call 408.
  • today's date that is, data necessary for execution of the API and a session ID are given as parameters.
  • the Web API processor 380 sends out a session ID confirmation 409 through the session ID confirmation request unit 383 and confirms with the advertisement intermediation service processor 300 whether the session ID is valid.
  • the introducer identification information (here, shoukaisha_api_0888) acquired in advance is also sent together.
  • the advertisement mediation service processing device 300 Upon receiving the above request, the advertisement mediation service processing device 300 checks whether the session ID passed in the session_id parameter is valid. Specifically, session ID confirmation 410 is performed using session ID confirmation unit 312. It is determined based on whether or not the session ID is present in the session management table 323, whether a specified time (for example, 5 minutes) has elapsed from the generation time 342 of the session ID, or the like.
  • the contributor record 411 is implemented.
  • the session ID and the introducer identification information of the Web API provider passed as the shoukaisha_id parameter are recorded in the contributor recording table 324.
  • the session ID confirmation result 412 is returned to the Web API processor 380.
  • the result tag includes the confirmation result, and returns valid (as an example) if it is valid, and invalid (as an example) if it is invalid.
  • the Web API function unit 382 executes the function of the Web API 413. Specifically, a celebrity whose date received in the date parameter is a birthday is retrieved from the celebrity birthday table 384 and acquired.
  • the list of acquired celebrities is returned as the call result 414.
  • the Web API processor 380 finds that the session ID is invalid, it informs the caller of the Web API that it is invalid.
  • page generation 415 is performed using the execution result and the advertisement.
  • FIG. A celebrity display area 502 and an advertisement display area 501 of today's birthday are arranged at the top of the page.
  • the value (0123456789abcdefg) of the session_id parameter of the URL included in the a tag or the img tag is the value of the session ID 407 acquired as a result of the session ID request 404 being sent to the advertisement intermediation service processing apparatus 300.
  • the advertisement ID to be embedded as the koukoku_id parameter may use the advertisement ID of the advertisement selected by the website operator in advance, or the advertisement mediation service processing device 300 when the advertisement ID is returned together with the session ID 407 as described above. There is also a conceivable way of returning the ad ID. Also, a method is conceivable in which the advertisement intermediation service processing device 300 returns the entire link of the advertisement together with the session ID 407. In this case, a web page with an advertisement can be realized by transcribing the character string of the link returned by the advertisement mediation service processing apparatus 300 directly to the advertisement display area 501 in the HTML.
  • the website processing device 370 returns the web page with advertisement 416 to the web browser 102.
  • the web browser 102 analyzes the returned web page, and if there is insufficient information, further requests the information.
  • an img tag exists in the link of the advertisement in the HTML returned as the Web page, and the URL, which is the location of this image, is described as the src attribute.
  • the Web browser 102 accesses the URL described in the src attribute and implements the advertisement information request 417.
  • the advertisement request source IP of the session management table 323 is used as the advertisement information request source IP record 418, that is, the IP address of the advertisement information request source.
  • the advertisement image 353 is acquired from the advertisement information storage table 325 and returned to the Web browser 102 of the request source.
  • an image is returned as advertisement information in this embodiment
  • a method of using Flash, Java Applet, or a moving image as a link is also conceivable.
  • a method may be considered in which an advertisement to be embedded is obtained and displayed as HTML by using an iframe tag or the like in which another HTML is embedded in HTML.
  • the web browser 102 constructs and displays a web page using the acquired advertisement information 420.
  • the viewer 101 browses the web page displayed on the web browser 102. If an advertisement of interest is displayed in the web page, the advertisement selection 421 is implemented by clicking the advertisement or the like.
  • the web browser 102 transmits a request for advertisement selection 422 to the URL of the advertisement link.
  • the fact that the advertisement is selected is recorded by describing presence in the column 344 of selection / non-selection of the row corresponding to the session ID of the session management table 323. It is assumed that the initial value of the column 344 for selection of the session management table 323 is null.
  • the web browser 102 instructs the web site 102 of the web browser 102 to redirect the web site 102, and the web browser 102 sends the web page request 425 of the web site to the web site processing apparatus 401 of the web site, thereby acquiring the web page 426 of the web site.
  • the response is returned to the Web browser 102, and the request is automatically sent to the URL of the redirect destination (URL of the website of the business operator) to redirect (the browser 101 is not involved).
  • the redirect destination URL of the website of the business operator
  • the status code of redirect (301 or 302) and URL of redirect destination (http://jigyousha_page.com) are returned as a response to the Web browser, and automatically using the functions provided by the Web browser.
  • Using a function that the Web browser 102 has by sending a request to the URL of the redirect destination and acquiring the page of the website processing device 401 of the business operator or returning the HTML including the following tag: http: // jigyousha_page.
  • the introduction fee paid by the advertisement agent each time an advertisement is selected once is a constant 30 yen. If there is a Web API involved when constructing a Web page displaying an advertisement, the Web API provider and the website operator will be paid the same introduction fee. For example, assuming that two Web APIs are used to construct a Web page selected as an advertisement, a total of 30 yen, 10 yen each, is paid to the Web site operator and the two Web API providers.
  • the rows in which the generation time of the session management table is the period for which the introduction fee is desired to be calculated are sequentially acquired one by one (data of the acquired rows will be hereinafter referred to as SC) 603. For example, if it is desired to perform the aggregation for August of 2007, the lines whose generation time is less than 2007/08/01 00:00:00 and 2007/03/01 00:00:00 are acquired one by one.
  • the contributor record table is referred to, and all rows having the same session ID as the session ID of SC are acquired 605.
  • Referral fee per choice ⁇ ⁇ Calculate the number of rows acquired and ask for referral fee to pay each introducer 606.
  • the acquired lines are acquired one by one in order (data of the acquired line is hereinafter referred to as CC) 607.
  • the introduction fee paid to each introducer is added to the value in the introduction fee column of the row corresponding to the CC's introducer identification information in the introduction fee calculation table 608.
  • the introduction fee for each introducer identification information is stored in the introduction fee calculation table, this amount is paid to the person corresponding to each introducer identification information.
  • a method may be considered in which the account numbers are transferred to the account using the account numbers stored in the column (333, 337) of the account numbers in the website management table 321 and the Web API management table 322.
  • the advertisement agent pays the introduction fee when the advertisement is selected by the reader, but the introduction fee may be paid each time the advertisement is displayed on the browser of the reader.
  • the step 604 of checking whether the SC selection / non-selection column is present may be a step of checking that the advertisement request source IP of the SC is recorded.
  • the advertisement mediation service issues and manages a session ID each time a Web browser requests a page from a Web site.
  • a method of notifying an advertisement intermediar of the contribution by notifying the advertisement intermediation service of the introducer identification information of the web site operator or the Web API provider may be considered.
  • the introducer identification information can be notified to the advertisement mediation service even if the Web API is not actually used, it is possible to work with fraud.
  • the session ID of the present invention it is determined whether the session ID notified from the Web API by performing the session ID confirmation to the advertisement mediation service is the one issued by the advertisement mediation service or the time has elapsed since the issuance. Because it is possible to check if there are any, it is possible to make fraud difficult.
  • the introducer identification information of the Web API provider can be recorded multiple times in the contributor recording table, and fraud can be raised to increase the degree of contribution. It can be assumed. In this case, there is a rule that charging for one session ID is only once, and the same session ID and introducer identification information line already exists when the contributor is written to the contributor record table by the advertisement mediation service. It can be prevented by checking if it does not exist and recording it in the contributor record table only if it does not exist. Alternatively, multiple rows can be written in the contributor record table, and even if the same row as the session ID and introducer identification information pair appears multiple times when calculating the introduction fee, it can be prevented by counting it once and processing it. is there.
  • the website operator needs to place an advertisement on a web page in order to use the web API.
  • the advertisement information request is not transmitted from the web browser to the advertisement mediation service.
  • the advertisement request source IP is recorded in the session management table. Therefore, when providing a web page in which the advertisement link is not embedded, the advertisement request source IP address is not recorded.
  • the advertisement request request IP address is sent to the advertisement mediation service from the website processing apparatus not from the Web browser, so that the IP address is set in the advertisement request source IP column of the session management table. It is possible to record. However, in this case, the same IP address is always stored, or only a few specific IP addresses are stored in the ad request source IP column, so by analyzing the ad request source IP column of the session management table It is possible to identify a website operator who is suspected of fraud.
  • JavaScript or CSS is used, even if it acquires advertisement information with a Web browser, it is possible to make it invisible on a Web browser. In this case, it can be expected that the advertisement selection rate becomes extremely low. Examine the website management table, the session management table, and the contributor record table, and if you find such a website, you can directly browse the website and check whether the advertisement is posted visually.
  • the number of session IDs is the number of times displayed on the Web page
  • All the rows corresponding to the session ID acquired from the session management table and having selection presence or absence are acquired (the number of rows is the number of selections)
  • the number of selections ⁇ Web page display frequency is a threshold (for example, 0.01 ) If it is the following, check visually or check whether the advertisement is displayed correctly.
  • the effects of the first embodiment will be described. It is possible to provide a web API provider with an opportunity to earn advertising revenue. By routing the session ID at the time of interaction between the advertisement intermediary service, the Web API, and the website, it is possible to make it difficult for the fraud to work.
  • the Web API is assumed to be a Web API that notifies the birthday of a celebrity, but in the Web API, those performing user authentication, those parsing given sentences, those processing given images, map information There are various things, such as what provides. Then, there are cases where data is required for execution of the Web API, and in this case, data necessary for execution of each Web API is applied instead of the date of this embodiment. The same applies to the following embodiments.
  • the session ID request 404, the Web API call 408, and the page generation 415 are performed by the Web site processing apparatus 370. However, these processes are performed on the Web browser 102 using a programming language operating in the Web browser 102 such as JavaScript. May be realized.
  • the session ID request unit 371, the Web API calling unit 372, and the page generation unit 373 disposed in the website processing apparatus 370 in the first embodiment are disposed in the web browser 102.
  • the website processing apparatus 370 sends a web page including a session ID request unit, a web API calling unit, and a page generation unit to the web browser 102 using JavaScript or the like. These units are executed by the web browser 102.
  • the web site processing apparatus 370 receives the request from the transmission / reception unit 374 and returns the page 701 including the session ID request unit, the web API call unit, and the page generation unit to the web browser 102.
  • the web browser 102 executes a program included in the returned page.
  • a session ID request 702 is issued to the advertisement intermediation service processing apparatus 300 using the session ID request unit. Send introducer identification information as a parameter.
  • the domains of the acquisition source (website processing apparatus 370) of the web page displayed on the web browser 102 and the request destination of the session ID (advertisement mediation service processing apparatus 300) are different.
  • a session ID request process using a method called JSONP that allows access to other domains will be described.
  • the Web page describes tags for acquiring JavaScript from the advertisement intermediation service processing apparatus as described below.
  • the Web browser 102 sends an HTTP GET request to the advertisement intermediation service processing apparatus 300.
  • the advertisement intermediation service processing apparatus 300 When the advertisement intermediation service processing apparatus 300 receives a request, the session ID generation 405 and the contributor record 406 are performed as in the first embodiment, and a response (session ID 703) is returned.
  • the response is as follows. receiveSessionID ( ⁇ “session_id”: “0123456789abcdef” ⁇ );
  • the web browser 102 When the web browser 102 receives this response, it calls receiveSessionID contained in the web page shown above. By performing the processing as described above, it is possible to access a domain different from the domain from which the Web page was acquired.
  • the advertisement intermediation service processing apparatus 300 may return not only the session ID but also the advertisement ID and the link of the advertisement.
  • the web browser 102 implements the web API call 704 using the web API call unit. Pass date and session ID as parameters. Similar to the session ID request 702, this call is also made using JSONP, but the description is omitted.
  • the processing of the Web API processing device 380 after calling the Web API is the same as that of the first embodiment.
  • the call result 705 is returned to the Web browser 102.
  • the web browser 102 uses the page generation unit to execute page generation 706 such as pasting of the advertisement and display of the result of calling the Web API.
  • the advertisement information request 417 is performed to acquire the image information included in the advertisement link.
  • the processes after this process are the same as in the first embodiment, so the description will be omitted.
  • a session ID request is made, a web page including the acquired session ID, web API calling unit, and page generation unit is created and returned to the web browser.
  • Web API calls and page generation may be performed using a session ID.
  • This method is effective when you want to call the Web API dynamically according to the state change when the state change occurs in the input form in the Web browser 102 by the text string input etc. or when you want to change only a part of the Web page instead of the whole. It is. For example, a date input form is provided, and when the viewer 101 inputs a date into the form, a web API call is immediately made, and a celebrity whose date is the birthday is acquired today in the screen of the web page. This is effective when only the celebrity column 502 of the birthday is to be rewritten. These become possible in the present embodiment because the Web browser constructs a screen using the result of calling the Web API.
  • FIG. 1 A conceptual diagram is shown in FIG. The bold lines indicate the changes from FIG.
  • the API call 114 is directly implemented to the Web API, but in this embodiment, it is implemented via the advertisement mediation service 803.
  • the advertisement mediation service 803 implements the specified Web API call 815 to obtain a call result 816. After obtaining the call result 816, the call result 816 is returned to the Web site 801.
  • the system configuration is shown in FIG.
  • the advertisement intermediation service processing apparatus 900 is newly provided with a Web API intermediation unit 902, and the session ID confirmation request unit is deleted from the Web API processing apparatus 980.
  • the website processing device 980 makes a web API call 1001 to the advertisement intermediation service processing device 900. Pass the calling method, call destination URL, parameters, and session ID as arguments.
  • the calling method is HTTP GET, POST or the like.
  • % xx is a character string after encoding performed when sending parameters by HTTP.
  • the advertisement intermediation service processing apparatus 900 When the advertisement intermediation service processing apparatus 900 receives this request, it performs session ID confirmation 410 on the session ID received by the session_id parameter. Specifically, the session ID confirmation unit 312 confirms that the session ID 0123456789abcdef is correct. If it is incorrect, the Web site processing device 370 is notified that the session ID is incorrect.
  • the Web API introducer identification information acquisition 1002 is performed. From the Web API management table 322, acquire the line whose URL of the Web API matches the call destination URL (or the host name (webapi_yuumeijin_birthday.com) included in the URL matches), and acquire the introducer identification information of that line Can be realized by
  • the pair of the acquired introducer identification information of the Web API and the session ID is recorded in the contributor record table 324 using the contributor recording unit 313.
  • Web API call 1003 is performed.
  • the Web API function unit is executed 413 to acquire a list of celebrities whose dates received in the date parameter are birthdays, and are returned to the advertisement intermediation service processing unit 900 as a call result 1004.
  • the advertisement intermediation service processing device 900 returns the acquired celebrity list to the website processing device 321.
  • the session ID request 404 and the Web API call 1001 are separately implemented from the website processing apparatus 370. In this embodiment, the case where the session ID request and the Web API call are integrated will be described.
  • FIG. 10 shows the sequence of processing. The portions having differences from FIG. 9 are indicated by thick lines. The explanation will focus on the differences.
  • the system configuration is a configuration in which the session ID confirmation unit 312 is deleted from the advertisement intermediation service processing device 900 of FIG.
  • the website processing apparatus 370 that has received the web page request 403 first executes the web API call 1101. Takes the call method, call destination URL, parameter, introducer identification information as arguments. In FIG. 9, not the introducer identification information but the session ID is passed as an argument.
  • the advertisement intermediation service processing apparatus 300 When the advertisement intermediation service processing apparatus 300 receives the Web API call 1101, it generates a session ID and performs a contributor record 406.
  • the contributor record 406 stores the combination of the introducer identification information and the session ID passed in the argument in the contributor record table 324.
  • the Web API introducer identification information acquisition 1002 is performed, and the acquired Web API introducer identification information is recorded in the contributor record 411.
  • the Web API processing device acquires a list of celebrities whose dates passed in the argument are the birthdays, and returns them as a call result 1004.
  • the call result and the session ID 1102 are returned to the Web site.
  • the advertisement ID and the link string for displaying the advertisement may be returned together.
  • the first to third embodiments it is possible to first acquire a session ID and call a plurality of Web APIs using the same session ID. In this case, it was necessary to implement processing for routing session IDs.
  • the fourth embodiment as a result of calling a plurality of Web APIs, if it is determined to return the link of the processing result of the Web API and the advertisement, it is not necessary to perform the process of routing session IDs.
  • it is desired to call a plurality of Web APIs it is possible to respond by placing an advertisement for each call. In this case, since the Web API and the advertisement have a one-to-one relationship, it is possible to limit the type of advertisement to be output for each Web API and display it on the Web site.
  • the Web API used to construct the page on which the advertisement was clicked is specified, and the generated advertisement is distributed.
  • each usage amount of one or more Web APIs called by a Web site is obtained for each month, and the total value of introduction fees acquired via the Web site is determined according to the difference in Web API usage amount. Describe how to distribute to Web API providers.
  • the income from the advertisement pasted on the website A is 5,000 yen this month.
  • the Web site A uses WebAPI ⁇ and WebAPI ⁇ , and it is assumed that the number of times of use of each is 6000 times and 4000 times. This corresponds to 60% and 40% of the total number of calls of the Web API, so 3000 yen for the Web API ⁇ and 2000 yen for the Web API ⁇ are distributed out of 5,000 yen.
  • This example is an example, and a method of distributing a part of 5,000 yen to the web site A may be considered.
  • FIG. 12 shows a flowchart of the introduction fee calculation. It is applicable to the system configuration of FIG. 2, FIG. Although this introduction fee calculation processing is assumed to be performed by the advertisement providing service, the number of Web API calls is counted by the website processing device, and the advertisement fee received by the website from the advertisement intermediary is calculated as the introduction fee calculation processing. An embodiment is also conceivable using
  • the introduction fee calculation table is a pair of introducer identification information and introduction fee of each Web API, and the initial value of the introduction fee is 0.
  • the rows of the website management table are sequentially acquired one by one (this acquired row is called WC) 1203.
  • a call number storage table (introducer identification information and call number) is created and initialized 1204.
  • the initial value of the number of calls is 0.
  • the initial value of the introduction fee total value is 0.
  • the total introduction fee value stores the total value of introduction fees generated via the web site acquired in step 1203.
  • Initialize the total number of Web API calls 1206. The initial value is 0.
  • the total number of Web API calls stores the number of calls of all the Web APIs called by the Web site acquired in step 1203.
  • the rows in which the generation time of the session management table is the period for which the introduction fee is desired to be calculated are sequentially acquired one by one (data of the acquired rows are called SC) 1208.
  • the contributor record table is referred to, and all rows having the session ID of SC are acquired 1208. It is checked whether there is a line 1209 in which the introducer identification information coincides with the introducer identification information of WC among the lines acquired from the contributor record table, and if no, the process returns to step 1208. If it is, check if the SC selection column is 1210, and if it is, add an introduction fee for each selection to the total introduction fee value 1211. Next, the lines acquired from the contributor record table are acquired one by one in order (the data of the acquired line is called CC) 1212.
  • the rows of the number-of-calls storage table are sequentially acquired one by one (this acquired row is called YC) 1217.
  • YC this acquired row is called YC
  • the row of YC's contributor identification information of the introduction fee calculation table calculate and store the total number of introduction fee total value ⁇ number of YC calls / the total number of Web API calls 1218. It is confirmed whether all lines in the call number storage table have been processed 1219, and if not completed, the process returns to step 1217. If completed, it is confirmed whether all lines in the website management table have been processed 1220. If not completed, the process returns to step 1203 and the same process is performed on the next website.
  • the fifth embodiment shows a method of distributing the introduction fee obtained via a specific web site to the web API used by the web site according to the usage rate of the web API.
  • the fifth embodiment shows the method of distributing the introduction fee applicable to the systems shown in the first to fourth embodiments.
  • the distribution according to the usage rate is performed, it can be realized without using the session ID.
  • an implementation method that does not use a session ID will be described. A conceptual diagram is shown in FIG.
  • the Web site 1301 using the Web API 1302 is specified using a key determined in advance for each Web site, not the session ID.
  • introducer identification information issued by an advertisement agent may be used.
  • the system configuration is shown in FIG. The points different from FIG. 2 are shown by thick lines.
  • the advertisement selection management table 1414 is added, and the advertisement selection time 1405, the key 1406, and the advertisement selection source IP 1407 can be managed.
  • the session management table 323 has been deleted.
  • the web site 1301 makes an API call (key) 1311 to the web API 1302.
  • the Web API 1302 performs key confirmation (sending introducer identification information and key) 1312 in order to confirm that the key sent by the Web site 1301 is valid.
  • the advertisement mediation service 1303 checks whether the key is correct (whether it is the key stored in the website management table 1411), and if the key is valid, the time 1408, the key 1404, and the introducer identification of the Web API 1302 Information 346 is stored in contributor record table 1413. Then, the key confirmation result 1313 is returned to the Web API 1302.
  • the Web API 1302 executes Web API processing if the key is valid, and returns the call result 117 to the Web site 1301.
  • the web site 1301 constructs a web page with advertisement (HTML) 118 embedded with HTML and the like for calling result and advertisement display, and returns it to the web browser 102.
  • the web browser 102 sends an advertisement information request (send key) 1314 to the advertisement mediation service 1303 in order to obtain advertisement information.
  • the advertisement mediation service 1303 adds an advertisement request time 1402, a key 1403, and an advertisement request source IP 134 to the session management table 1412. Then, appropriate advertisement information 120 is acquired from the advertisement information management table 325 and returned.
  • the web browser 102 displays the acquired advertisement information.
  • the viewer 101 When the viewer 101 selects an advertisement, it sends an advertisement selection (send key) 121 to the advertisement mediation service 1303.
  • the advertisement mediation service 1303 adds an advertisement selection time 1405, a key 1406, and an advertisement selection source IP 1407 to the advertisement selection management table 1414. Then, redirect 122 to the web site 106 of the business operator.
  • the web site 106 of the business returns the web page 123 of the business, and the web browser 102 displays the web page.
  • FIG. 15 shows a flowchart of the introduction fee calculation in the present embodiment. The difference from FIG. 12 will be mainly described.
  • Steps 1201-1206 are the same as in FIG.
  • a total introduction fee value is obtained for each Web site corresponding to the WC acquired in step 1203.
  • the rows in which the advertisement selection time of the advertisement selection management table is the period for which the introduction fee is to be calculated are sequentially acquired one by one (this acquired row is called KC) 1501. If the KC key matches 1502 with the WC key 1211 add a referral fee per selection to the referral fee total. It is confirmed whether the advertisement selection time of the advertisement selection management table has finished 1503 processing of all the rows for which it is desired to calculate the introduction fee. If finished, the calculation of the introduction fee total value of the Web site corresponding to WC ends.
  • the number of calls of one or more Web APIs used by the Web site corresponding to WC is calculated.
  • Rows in which the time of the contributor record table is a period for which it is desired to calculate the introduction fee are sequentially acquired row by row (this acquired row is called CC) 1504. If the key of CC matches 1505 with the key of WC, 1 is added to the value of the row corresponding to the introducer identification information of CC in the number-of-calls storage table 1213. Add 1 to the total number of Web API calls 1214. It is confirmed whether the time of the contributor record table has finished 1506 processing of all the lines for which the introduction fee is to be calculated, and if it has not been completed, the process returns to step 1504. If completed, steps 1217 to 1221, which are the same as in FIG. 12, are executed to calculate the introduction fee.
  • processing for acquiring a session ID from the advertisement mediation service 105 is not necessary, and the number of times of communication is reduced, so that an effect of shortening the request processing time from the Web browser can be expected.
  • the existing key is used for each Web site, but in the first to fifth embodiments, since the session ID generated for each request is used, the Web API is used. Even if it is not called, it has the advantage of making it difficult to act fraudulently, in which key confirmation is performed fraudulently and the Web API is made to appear to be frequently called.
  • the advertisement intermediation service does not notify the usage status of the Web API each time a request is made, but sends the usage status regularly, such as once a month.
  • FIG. 16 A conceptual diagram is shown in FIG. In FIG. 1, the session ID confirmation 115 and the session ID confirmation result 116 are acquired to the advertisement mediation service each time the request is made, but in FIG. 16 the log is periodically transmitted from the Web site 103 and Web API 104 1610 In 105, clarify the Web API that contributed by aggregating this.
  • FIG. 17 shows the system configuration.
  • the bold frame is the newly added part.
  • a log management unit 1701 is disposed in the website processing apparatus and the web API processing apparatus.
  • the log management unit 1701b of the website processing apparatus leaves the fact that the Web API has been called as a log 1702b.
  • the log management unit 1701 c of the Web API processing device leaves a log 1702 c that the Web API has been called.
  • the log 1801 of the Web site and the log 1802 of the Web API respectively record the session ID, the call time, the caller introducer identification information, and the call destination introducer identification information as a log.
  • This log 1702 is sent to the advertisement intermediation service processing device regularly (for example, once a month).
  • a program such as a web server for receiving the logs is operated in the advertisement intermediation service processing device, and a method for the website processing device and the web API processing device to periodically send the logs to the server
  • a server program such as a web server is operated on the site processing apparatus and the web API processing apparatus, the advertisement providing service periodically sends a log transmission request to the website processing apparatus and the web API processing apparatus, and the website processing apparatus and the web API processing apparatus
  • a method such as sending a log may be considered.
  • the log totaling unit 1703 is used to count.
  • FIG. 19 shows a flowchart of the log aggregation unit 1703.
  • the content of the log is extracted and stored in the contributor record table 324.
  • all the lines of the Web API log are acquired sequentially line by line (the acquired line is L) 1902. If there is a log whose L session ID and callee introducer identification information match exists in the log of the Web site corresponding to the caller introducer identification information of L, and if the difference between the call times of the two is not 1903 within 15 seconds Therefore, it does not record in the contributor record table 324 because there is a possibility of returning to step 1902.
  • record the introducer identification information that may be illegal, and issue a warning to the Web API provider or the website operator corresponding to the introducer identification information, or stop using the Web API. You may use it to
  • the 15 seconds in step 1903 is an indication of the time required for the request to reach from the caller to the callee, and if this value is exceeded, there is a possibility that fraud has occurred, and this is invalidated. Of course, a value other than 15 seconds may be used, or this check may not be performed.
  • step 1903 If step 1903 is correct, store L's session ID and callee introducer identification information in the contributor record table 1904.
  • the web site and the web API are to act as fraudulent, for example, to declare a lie if the web API is not used. It is necessary to make a consortium, and the effect of making it hard to work fraud can be expected.
  • logs may be collected only from the website processing apparatus or the web API processing apparatus and aggregated.
  • the session ID is used in the present embodiment, a method using a key as in the sixth embodiment is also conceivable.
  • the session ID not the session ID but the Web API key is recorded in the log.
  • the key may be the same as the Web API introducer identification information.
  • a process 1903 is a process of recording the call time as the L key, introducer identification information, and time.
  • Using the method of aggregating logs collected periodically in the present embodiment improves the performance as compared with the method of confirming the session ID for each request.
  • the fraud can be detected only at the timing of tabulating the logs.
  • FIG. 20 shows a system configuration. The portion surrounded by a bold frame is the newly added part.
  • a field of keyword 2001 is added to the Web API management table 2010, and a field of keyword 2002 is also added to the advertisement information storage table 2020.
  • a plurality of keywords can be registered in each keyword column.
  • keywords related to the Web API are registered for each Web API. For example, in the case of a Web API that notifies a birthday of a celebrity, it is conceivable to register "celebrity" and "birthday” as keywords.
  • a keyword related to the advertisement is registered for each advertisement. For example, when it matches with the advertisement of a flower shop, it is possible to register "flower", “present”, “birthday” as a keyword.
  • the advertisement intermediation service 106 when the advertisement intermediation service 106 receives the advertisement information request (send session ID) 119 in FIG. 1, it searches for a line including a session ID that matches the session ID received from the contributor recording table 323, and the introduction included in the line Person identification information 346 is obtained, and keywords 2001 (plurality) of a row including the introducer identification information are extracted from the Web API management table 2010. Next, an advertisement including any of the keywords acquired from the advertisement information storage table 2020 is searched, and the found line is returned as advertisement information 120 to the Web browser. If you find more than one line, select the one that matches the most keywords, or make a random selection.
  • the Web site management table is provided with the Web API field or Web API keyword field to use in advance. It is also conceivable to register Web API keywords. This method is also applicable to an embodiment using a key and an embodiment using a log.
  • the Web API is often published free of charge, but by using the present invention, it is possible to obtain an introduction fee by advertisement from a site using the Web API.
  • Web site operator It is possible to easily build a high-performance site using the Web API.
  • a part of Web API is a web site operator who wants to use the Web API and, for example, a month? Yen, 1 request?
  • the web site operator can use the web site because the web API provider receives an introduction fee according to the amount of viewing the advertisement posted on the web site using the present invention.
  • the following two ideas can be considered as a method of distributing the introduction fee.
  • a web site operator who wants to use the web API needs to post an advertisement by a method specified by the web API provider, and the introduction fee for the advertisement is only for the web API provider.
  • a website operator who wants to use the web API needs to post an advertisement in a method specified by the web API provider, and the introduction fee for the advertisement falls into both the web API provider and the website operator. In the latter case, if the browsing of the site using the Web API increases and the ad browsing also increases accordingly, it is possible to obtain a large referral fee.
  • An advertising intermediator is a person who mediates between a company who wants to develop advertisements and a website operator who wants to earn advertising revenue by placing advertisements on websites.
  • the difference between the fee paid by the business operator who wants to deploy the advertisement and the referral fee paid to the website operator or the web API provider is the benefit of the advertisement intermediaries.
  • the fee paid by a business operator who wants to deploy advertisements often sets a fee for each browsing.
  • the Web API can increase the opportunities for viewing advertisements by increasing the number of websites that display sophisticated and attractive advertisements. As a result, it is expected that the number of businesses wishing to deploy advertising can increase, and the profit of advertising intermediaries can be increased.

Landscapes

  • Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Engineering & Computer Science (AREA)
  • Accounting & Taxation (AREA)
  • Development Economics (AREA)
  • Finance (AREA)
  • Economics (AREA)
  • Game Theory and Decision Science (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Marketing (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

広告付きのWebページを生成するために貢献したWebAPIを明確にし、広告の紹介料を分配可能にする広告提供システム等を提供することを目的とする。 広告仲介サービス105が生成したセッションIDをWebサイト103、WebAPI104、広告仲介サービス105の間で引き回しながら処理を行うシステムであって、Webサイト103ではWebAPI104の処理結果及び広告情報のリソースを取得するためのリンク及び広告を選択したときに呼ばれるセッションIDをパラメータに持つリンクを含めたWebページを生成してWebブラウザ102に返し、Webブラウザ102が広告情報のリソースを広告仲介サービス105に要求すると、広告仲介サービス105では広告情報の要求があったことをセッションIDと関連付けて記録した後、広告情報のリソースをWebブラウザ102に返すことにより上記課題を解決する。

Description

情報提供方法及び広告提供方法
 本発明は、情報提供方法及び広告提供方法に関し、特に、インターネット上でソフトウェア機能を提供するWebAPIを利用して生成された広告付きのWebページを提供し、広告付きのWebページを生成するために貢献したWebAPIを明確にし、広告の紹介料を分配可能にする技術に関する。
 インターネット上に公開したWebサイトの運営者が広告仲介サービスを運営する広告仲介者と契約し、広告仲介サービスが配布する事業者の広告をWebページ内に掲載し、閲覧者のWebブラウザに広告を表示した回数や、閲覧者がその広告のリンクを選択して広告に対応する事業者のWebページに遷移した回数や、その広告を選択して広告に対応する事業者の商品販売ページに遷移し商品を購入した回数や購入額等に応じてWebサイト運営者に紹介料を与える方法が広く利用されている。
 例えば、Google(登録商標)のAdSense(非特許文献1)では、広告を掲載するWeb運営者を募っている。Googleは、Web運営者のWebページに広告を掲載してもらい、そのWebページの閲覧者が広告のリンクをクリックすると、Web運営者に紹介料を支払う。
 従来のWebサイトに対して広告を掲載する仕組みの概念図を図11に示す。Webブラウザ102からWebサイト201に対してWebページ要求211を行うとWebサイト201は広告付Webページ212を提供する。このとき、通常、広告情報リソースの格納元を示すURLを含んだHTMLを送信しWebブラウザではこのHTMLを受け取ると、広告情報要求213を行い広告情報リソースのURLに対してリソースを要求する。広告情報214が返ると、Webブラウザでは広告情報を表示する。広告情報は、通常、人目を引くように画像やアニメーションを用いて表現する。この画像やアニメーションは、閲覧者が選択したときにより詳しい情報を記載したページ(通常は広告を出している事業者のWebページ)を返すことができるようにリンクとする。
 このリンクには紹介者識別情報を埋め込む。Webページの閲覧者がWebブラウザ上で広告を選択すると、広告選択215の通知を広告仲介サービス202に送出する。広告仲介サービス202がリクエストを受けると、広告に対応する事業者のWebサイト106にリダイレクトし、Webブラウザ102に広告に対応するページを表示する。このとき、広告仲介サービス202では、広告のリンクに埋め込まれた紹介者情報を利用して紹介者識別情報毎に選択された回数等を集計する。この集計結果に基づき、広告仲介者は紹介料として与える額を決定する。
 特許文献1に記載の発明は、アフィリエイト広告を通して商品を購入するなどした場合に、その商品の購入者が紹介料を与える相手を選択する方法について記述している。
 特許文献2に記載の発明は、GUIを持つアプリケーションの一部にWebブラウザを埋め込み、そこに広告を表示する方法について記述している。このようにすることで、例えば広告を表示している間だけ、アプリケーションの機能を利用可能にするといった制御を実現している。
特開2007-18200号公報 特開2003-323571号公報 Google AdSense https://www.google.com/adsense/login/ja/index.html
 インターネット上でソフトウェア機能を提供する形態であるWebAPIが注目されている。Webアプリケーション開発者は、他者が提供するWebAPIを組み合わせることで高機能なWebアプリケーションを安価に実現することが可能となる。
 WebAPIには、ユーザ認証を行うもの、与えられた文章を構文解析するもの、与えられた画像を加工するもの、地図情報を提供するものなど様々なものがある。WebAPIが返す情報は、Webアプリケーション開発者が加工してWebページに埋め込みWebブラウザに表示することができる。加工が可能であるため、WebAPIの戻り値として広告の情報を一緒に返したとしてもWebアプリケーションの開発者が排除することが可能であり、WebAPI提供者が広告による紹介料を得ることが難しいという課題がある。
 特許文献1では、商品購入者が紹介料を与える相手を選択可能であるが、商品購入者の考えに依存してしまうため、公平に紹介料を得ることが難しい。
 また、特許文献2を用いればWebページではなくコンピュータ上で動作するアプリケーションプログラムを通して広告収入を得る機会を得られるが、アプリケーションはGUIを提供する必要があり、GUIを持たないWebAPIに適用することはできない。
 上記課題に鑑みて、本発明は、インターネット上でソフトウェア機能を提供するWebAPIを利用して生成された広告付きのWebページを提供し、広告付きのWebページを生成するために貢献したWebAPIを明確にし、広告の紹介料を分配可能にする広告提供システム及び広告提供方法を提供することを目的とする。
 上記目的を達成するため、本発明の情報提供方法は、インターネット上でソフトウェア機能を提供するWebAPIプログラムと、前記WebAPIプログラムを利用するWebAPI利用プログラムと、前記WebAPIプログラムの呼び出しを制御するWebAPI呼び出し制御プログラムとを用いた情報提供方法であって、前記WebAPI利用プログラムが前記WebAPIプログラムを呼び出すときに、前記WebAPI呼び出し制御プログラムが発行するキー情報を取得し、前記キー情報を用いて前記WebAPIプログラムを呼び出し、前記WebAPIプログラムは前記WebAPI利用プログラムから受け取ったキー情報が正しいことを確認し、正しい場合のみ前記WebAPIプログラムの実行結果を返すようにWebAPI呼び出し制御を行うことを特徴とする。
 さらに、本発明の情報提供方法は、前記WebAPI利用プログラムが前記WebAPIプログラムを呼び出すたびに、前記WebAPI呼び出し制御プログラムからセッションIDを取得し、前記セッションIDをキー情報として前記WebAPIプログラムを呼び出すWebAPI呼び出し制御を行う。
 さらに、本発明の情報提供方法は、前記WebAPI利用プログラムは事前に前記WebAPI呼び出し制御プログラムから前記WebAPIプログラムを複数回呼び出し可能なキーを取得し、前記キーを用いて前記WebAPIプログラムを呼び出すWebAPI呼び出し制御を行う。
 さらに、本発明の情報提供方法は、前記WebAPIプログラムが前記WebAPI呼び出しプログラムから受け取ったキー情報を、前記WebAPI呼び出し制御プログラムに送出し、前記WebAPI呼び出し制御プログラムは受け取ったキー情報が前記WebAPI呼び出し制御プログラムが発行した正しいものであるかどうかを検証し、検証した結果を前記WebAPIプログラムに送出するWebAPI呼び出し制御を行う。
 さらに、本発明の情報提供方法は、前記WebAPIプログラムは、前記WebAPI利用プログラムが送出したキー情報、呼び出し元のWebAPI利用プログラム及び呼び出し先のWebAPIプログラムが判断できる情報を、ログに書き出し、定期的にログを前記WebAPI呼び出し制御プログラムに送出し、前記WebAPI呼び出し制御プログラムは前記ログを解析してキー情報が正しいかどうかを検証するWebAPI呼び出し制御を行う。
 また、本発明の情報提供方法は、インターネット上でソフトウェア機能を提供するWebAPIプログラムが一つ又は複数のWebAPI利用プログラムから利用されている場合に、前記WebAPIプログラム又は前記WebAPI利用プログラムが、前記WebAPIプログラムの呼び出し状況をWebAPI呼び出し制御プログラムに送ることで、WebAPIプログラムの使用量を計測する。
 さらに、本発明の情報提供方法は、前記WebAPI利用プログラム毎に一意に決めたキー情報を用いて前記WebAPI利用プログラムが前記WebAPIプログラムを呼び出し、前記WebAPIプログラムは前記キー情報を前記WebAPI呼び出し制御プログラムに送ることでWebAPI呼び出し制御プログラムが、呼び出されたWebAPIプログラムの使用量を計測する。
 さらに、本発明の情報提供方法は、前記WebAPI利用プログラムが利用したWebAPIプログラムをログに残し、又は前記WebAPIプログラムが呼び出されたWebAPI利用プログラムをログに残し、前記ログを定期的に前記WebAPI呼び出し制御プログラムに送付し、前記WebAPI呼び出し制御プログラムでは前記ログを解析することで呼び出されたWebAPIプログラムを特定する。
 さらに、本発明の情報提供方法は、前記WebAPI利用プログラムのログと前記WebAPIプログラムのログの両方を前記WebAPI呼び出し制御プログラムに送り、両方のログを比較し、WebAPI呼び出しに関する両者の不一致を検出し、不正なログを見つける。
 さらに、本発明の情報提供方法は、前記WebAPI利用プログラムは前記WebAPIプログラムを呼び出す前に前記WebAPI呼び出し制御プログラムが発行するセッションIDを取得し、前記WebAPI呼び出し制御プログラムは、前記セッションIDを発行したWebAPI利用プログラムを記録し、前記WebAPI呼び出しプログラムが前記セッションIDを用いて前記WebAPIプログラムを呼び出した後、前記WebAPIプログラムは前記セッションIDを前記WebAPI呼び出し制御プログラムに送ることで、WebAPI呼び出し制御プログラムが呼び出し元であるWebAPI利用プログラムと呼び出し先であるWebAPIプログラムを特定する。
 また、本発明の広告提供方法は、インターネット上でWebページを提供するWebサイトを用いた広告提供方法であって、前記Webサイトは一つ又は複数のWebAPIを用いたWebページであり、前記Webページに広告仲介サービスが提供する広告が掲載されている場合に、Webブラウザで前記Webページに掲載した広告が選択されたときに、前記Webページを構築するためにWebサイトが利用したWebAPIを特定し、前記WebAPI提供者に対価を支払う。
 さらに、本発明の広告提供方法は、ネットワークで各々接続された、前記Webブラウザを稼動させるWebブラウザ処理装置と、前記Webサイトを稼動させるWebサイト処理装置と、前記WebAPIを稼動させるWebAPI処理装置と、広告仲介サービスを稼動させる広告仲介サービス処理装置とを有し、前記Webブラウザから前記Webページの要求を受けたWebサイト処理装置が、前記広告仲介サービス処理装置にWebサイト運営者の紹介者識別情報を送出し、前記広告仲介サービス処理装置からセッションIDと広告識別情報を取得し、当該セッションIDを引数に含めてWebAPIを呼び出し、前記WebAPI処理装置が、前記セッションIDと前記WebAPI提供者の紹介者識別情報を広告仲介サービス処理装置に送出し、前記広告仲介サービス処理装置は、前記セッションIDが正しいものであることを確認し、セッションIDとWebAPI提供者の紹介者識別情報を記録し、前記広告仲介サービス処理装置で前記セッションIDが正しいことが判明した場合には、前記WebAPI処理装置は、前記WebAPIを実行して処理結果をWebサイト処理装置に返し、前記Webサイトでは、処理結果及び広告仲介サービスが保持する広告情報のURLとセッションIDを用いて、広告情報のリソースを取得するためのURLにパラメータとしてセッションIDを含めたWebページを生成して前記Webブラウザに返し、前記Webブラウザが広告情報のリソースを広告仲介サービス処理装置に要求すると、前記広告仲介サービス処理装置では広告情報の要求があったことをセッションIDと関連付けて記録した後、広告情報のリソースを前記Webブラウザに返し、前記WebブラウザではWebサイトが生成したWebページを表示する。
 さらに、本発明の広告提供方法は、ネットワークで各々接続された、前記Webブラウザを稼動させるWebブラウザ処理装置と、前記Webサイトを稼動させる前記Webサイト処理装置と、前記WebAPIを稼動させるWebAPI処理装置と、広告仲介サービスを稼動させる広告仲介サービス処理装置とを有し、前記Webブラウザから前記Webページの要求を受けたWebサイト処理装置が、前記Webブラウザ処理装置にセッションID要求プログラム、WebAPI呼び出しプログラム及びページ生成プログラムを含むページをWebブラウザに返し、前記Webブラウザは、返されたページに含まれるプログラムを実行することにより、前記WebAPI提供者の紹介者識別情報を広告仲介サービス処理装置に送出し、前記広告仲介サービス処理装置がリクエストを受けると、セッションID生成、貢献者記録を実施してセッションIDをWebブラウザに返し、前記Webブラウザは、前記セッションIDと前記WebAPI提供者の紹介者識別情報を前記広告仲介サービス処理装置に送出し、前記広告仲介サービス処理装置は、前記セッションIDが正しいものであることを確認し、前記セッションIDと前記WebAPI提供者の紹介者識別情報を記録し、前記広告仲介サービス処理装置で前記セッションIDが正しいことを確認した場合には前記WebAPI処理装置は、前記WebAPIを実行して処理結果を前記Webブラウザに送出し、前記Webブラウザは、前記Webページを生成し、広告情報のリソースを前記広告仲介サービス処理装置に要求すると、前記広告仲介サービス処理装置では広告情報の要求があったことを前記セッションIDと関連付けて記録した後、前記広告情報のリソースをWebブラウザに返し、前記Webブラウザでは生成したWebページを表示する。
 さらに、本発明の広告提供方法は、ネットワークで各々接続された、前記Webブラウザを稼動させるWebブラウザ処理装置と、前記Webサイトを稼動させるWebサイト処理装置と、前記WebAPIを稼動させるWebAPI処理装置と、広告仲介サービスを稼動させる広告仲介サービス処理装置とを有し、前記Webブラウザから前記Webページの要求を受けたWebサイト処理装置が、前記広告仲介サービス処理装置にWebサイト運営者の紹介者識別情報を送出し、前記広告仲介サービス処理装置からセッションIDと広告識別情報を取得し、当該セッションIDを引数に含めてWebAPI呼び出しを前記広告仲介サービス処理装置に対して行い、前記広告仲介サービス処理装置は、前記セッションIDが正しいものであることを確認し、前記セッションIDと前記WebAPI提供者の紹介者識別情報を記録し、WebAPI呼び出しを実施し、前記WebAPI処理装置は、前記WebAPIを実行して処理結果を広告仲介サービス処理装置に送出し、前記広告仲介サービス処理装置は、処理結果をWebサイト処理装置へ送出し、前記Webサイトでは、処理結果及び広告仲介サービスが保持する広告情報のURLとセッションIDを用いて、前記広告情報のリソースを取得するためのURLにパラメータとしてセッションIDを含めたWebページを生成して前記Webブラウザに返し、前記Webブラウザが広告情報のリソースを前記広告仲介サービス処理装置に要求すると、前記広告仲介サービス処理装置では広告情報の要求があったことを前記セッションIDと関連付けて記録した後、前記広告情報のリソースをWebブラウザに返し、前記Webブラウザでは前記Webサイトが生成したWebページを表示する。
 さらに、本発明の広告提供方法は、ネットワークで各々接続された、前記Webブラウザを稼動させるWebブラウザ処理装置と、前記Webサイトを稼動させるWebサイト処理装置と、前記WebAPIを稼動させるWebAPI処理装置と、広告仲介サービスを稼動させる広告仲介サービス処理装置とを有し、前記Webブラウザから前記Webページの要求を受けたWebサイト処理装置が、前記広告仲介サービス処理装置にWebAPI呼び出しを実施し、前記広告仲介サービス処理装置は、セッションIDを生成し、前記WebAPI提供者の紹介者識別情報を記録し、呼び出し先のWebAPIの紹介者識別情報を貢献者としてセッションIDと共に記録し、当該セッションIDを引数に含めてWebAPI呼び出しを前記WebAPI処理装置に対して行い、当該呼び出しを受けたWebAPI処理装置は、前記WebAPIを実行し、処理結果を前記広告仲介サービス処理装置に送出し、前記広告仲介サービス処理装置は、処理結果及びセッションIDをWebサイト処理装置へ送出し、前記Webサイトでは、処理結果及び広告仲介サービスが保持する広告情報のURLとセッションIDを用いて、前記広告情報のリソースを取得するためのURLにパラメータとしてセッションIDを含めたWebページを生成してWebブラウザに返し、前記Webブラウザが広告情報のリソースを広告仲介サービス処理装置に要求すると、前記広告仲介サービス処理装置では広告情報の要求があったことを前記セッションIDと関連付けて記録した後、前記広告情報のリソースを前記Webブラウザに返し、前記WebブラウザではWebサイトが生成したWebページを表示する。
 さらに、本発明の広告提供方法は、上記生成されたWebブラウザに表示した広告を、閲覧者が選択したときに、前記広告仲介サービス処理装置には、前記広告識別情報と前記セッションIDが到達し、前記広告仲介サービス処理装置では選択されたこととそのときのセッションIDを記録しておき、広告仲介サービスでは広告識別情報に関連する事業者のWebサイトにリダイレクトすることで広告に対応するWebページを表示する。
 さらに、本発明の広告提供方法は、前記広告仲介サービス処理装置に記録した広告情報の要求があったセッションIDを利用し、前記セッションIDに関連付いた紹介者識別情報を抽出することで広告を表示したWebページの生成に貢献したWebサイト運営者及びWebAPI提供者を特定する。
 さらに、本発明の広告提供方法は、前記広告仲介サービス処理装置に記録した広告が選択されたときのセッションIDを利用し、前記セッションIDに関連付いた紹介者識別情報を抽出することで広告が選択されたWebページの生成に貢献したWebサイト運営者及びWebAPI提供者を特定する。
 さらに、本発明の広告提供方法は、セッションIDではなく、Webサイトを一意に特定できるキーを用いて、Webサイトが利用したWebAPIを特定する場合には、前記Webサイトは、予めWebサイトを一意に識別できるキーを取得し、前記WebAPIを呼び出すときは前記キーを一緒に送出し、前記WebAPIは前記キーを広告仲介サービスに送出し、前記広告仲介サービスでは前記キーと前記キーを送出したWebAPIを関連付けて保持し、前記Webサイトは、前記WebAPIの処理結果と広告を埋め込んだWebページをWebブラウザに送出し、前記Webブラウザから埋め込んだ広告情報の画像等を取得するときに用いるURLには、前記広告情報の画像等を広告仲介サービスから取得するときに、広告仲介サービスにキーが渡るように、パラメータとしてキーを付加しておき、広告がクリックされたときに遷移するURLにも、パラメータとしてキーを付加しておき、前記Webブラウザに広告を表示したときや閲覧者が広告をクリックしたときに、広告仲介サービスにキーが送られるようにしておくことで広告の閲覧状況を把握可能とし、その回数に応じてWebサイト毎の広告への貢献度及び、キーとWebAPIを関連付けて保持している情報に基づいてWebサイト毎に利用したWebAPIとその回数を特定する。
 さらに、本発明の広告提供方法は、前記Webサイト、前記WebAPIの何れか又は両方が前記WebAPIの呼び出しログをセッションID又はキーと共に保持し、前記ログを定期的に広告仲介サービスに送出し、前記広告仲介サービスでは、前記ログを解析することでWebサイトが利用したWebAPIを特定する。
 さらに、本発明の広告提供方法は、前記広告仲介サービスは、前記Webサイトと前記WebAPIの両方からログを収集し、前記両方のログの内容を比較し、両者に前記WebAPIを呼び出した、又は呼び出された記述があったときにその呼び出しが確かであると判断する。
 さらに、本発明は、Webブラウザに広告が表示された、又は広告がクリックされたときに発生する対価をWebAPI提供者に分配する対価分配方法であって、Webブラウザが広告を表示したWebページを要求したときに、その要求を受け取ったWebサイトが利用した一つ又は複数のWebAPIを特定し、発生した対価をWebAPI提供者に分配する。
 さらに、本発明は、Webブラウザに広告が表示された、又は広告がクリックされたときに発生する対価を特定期間毎にWebAPI提供者に分配する対価分配方法であって、収集した広告に貢献したWebサイトと前記Webサイトが利用したWebAPIの記録から、前記特定期間内に前記Webサイトに発生した対価の総量と、前記Webサイトが利用した一つ又は複数のWebAPIの回数を求め、各WebAPIの利用回数に応じて対価の総量をWebAPI提供者に分配する。
 さらに、本発明の広告提供方法は、利用しているWebAPIの種類に応じて表示する広告を選択する方法であり、広告仲介サービスは、WebAPIとそのWebAPIに関連する一つ又は複数のキーワードを管理し、広告情報とその広告に関連するキーワードを管理し、広告仲介サービスがWebブラウザから広告情報の要求を受け取ったときに、セッションIDを用いて利用したWebAPIを特定し、又はキーを用いてWebサイトが良く利用しているWebAPIを特定し、そのWebAPIに関連するキーワードを取得し、そのキーワードを同じキーワードを含む広告情報を選択することで、利用しているWebAPIの種類に応じた広告をWebブラウザに提供する。
 さらに、本発明の広告提供方法は、前記Webブラウザからの全リクエストに対するWebAPIの使用量を計測するのではなく、特定期間に発生した前記Webブラウザからのリクエストに対するWebAPIの使用量を計測し、その計測結果に従って、前記WebAPIに分配する広告貢献の対価を決定する。
 本発明によれば、インターネット上でソフトウェア機能を提供するWebAPIを利用して生成された広告付きのWebページを提供し、広告付きのWebページを生成するために貢献したWebAPIを明確にし、広告の紹介料を分配可能にすることができる。
図1は実施例1の概念図を示す。 図2は実施例1のシステム構成図を示す。 図3は実施例1のシーケンス図を示す。 図4はWebサイトの提供するWebページのイメージ例を示す。 図5は紹介料算出の一実施形態であるフローチャートを示す。 図6は実施例2のシーケンス図を示す。 図7は実施例3の概念図を示す。 図8は実施例3のシステム構成図を示す。 図9は実施例3のシーケンス図を示す。 図10は実施例4のシーケンス図を示す。 図11は従来技術における概念図を示す。 図12は実施例5の紹介料算出のフローチャートを示す。 図13は実施例6の概念図を示す。 図14は実施例6のシステム構成図を示す。 図15は実施例6の紹介料算出のフローチャートを示す。 図16は実施例7における概念図を示す。 図17は実施例7のシステム構成図を示す。 図18は実施例7のログの例を示す。 図19は実施例7のログ集計部のフローチャートを示す。 図20は実施例8のシステム構成を示す。
符号の説明
101 閲覧者
102 Webブラウザ
103 Webサイト
104 WebAPI
105 広告仲介サービス
106 事業者のWebサイト
201 Webサイト
202 広告仲介サービス
300 広告仲介サービス処理装置
301 制御部
302 記憶部
303 通信部
304 ネットワーク
311 セッションID生成部
312 セッションID確認部
313 貢献者記録部
314 広告要求元IP取得部
315 広告取得部
316 選択記録部
317 紹介料算出部
318 送受信部
321 Webサイト管理テーブル
322 WebAPI管理テーブル
323 セッション管理テーブル
324 貢献者記録テーブル
325 広告情報格納テーブル
331 紹介者識別情報の欄
332 WebサイトURLの欄
333 口座番号の欄
335 紹介者識別情報の欄
336 WebAPIのURLの欄
337 口座番号の欄
341 セッションIDの欄
342 生成時刻の欄
343 広告要求元IPの欄
344 選択有無の欄
345 セッションIDの欄
346 紹介者識別情報の欄
351 広告IDの欄
352 分類の欄
353 広告画像の欄
354 事業者URLの欄
360 Webブラウザ
370 Webサイト処理装置
371 セッションID要求部
372 WebAPI呼び出し部
373 ページ生成部
374 送受信部
375 HTML
376 画像
380 WebAPI処理装置
381 送受信部
382 WebAPI機能部
383 セッションID確認要求部
384 有名人誕生日テーブル
401 事業者のWebサイト処理装置
500 Webブラウザ画面
501 広告表示領域
502 今日誕生日の有名人表示領域
801 Webサイト
802 WebAPI
803 広告仲介サービス
900 広告仲介サービス処理装置
901 制御部
902 WebAPI仲介部
1401 キーの欄
1402 広告要求時刻の欄
1403 キーの欄
1404 キーの欄
1405 広告選択時刻の欄
1406 キーの欄
1407 広告選択元IPの欄
1408 時刻の欄
1701 ログ管理部
1702 ログ
1703 ログ集計部
2001 キーワードの欄
2002 キーワードの欄
 本発明を実施するための最良の形態を説明する。
 WebAPI提供者が広告仲介サービスを利用して広告収入を得るための仕組みの概念図を図1に示す。
 Webブラウザ102は、Webブラウザ処理装置によって、Webサイト103は、Webサイト処理装置によって、WebAPI104は、WebAPI処理装置によって、広告仲介サービス105は、広告仲介サービス処理装置によって、事業者のWebサイト106は、事業者のWebサイト処理装置によって、それぞれ稼動し、これらはネットワークで接続されている。各処理装置は、コンピュータである。
 WebAPI104を利用したいWebサイト運営者は広告仲介者と契約し、紹介者識別情報を取得する。また、紹介料を得たいWebAPI提供者も広告仲介者と契約し、紹介者識別情報を取得する。
 まず、Webブラウザ102からWebサイト103にWebページ要求111を実施する。
 Webサイトでは、広告仲介サービス105に対してセッションID要求112を実施する。このとき、Webサイト運営者の紹介者識別情報を送出する。広告仲介サービス105がセッションID要求を受け取ると、Webブラウザからのリクエストを特定するためのIDであるセッションID113を生成して返す。広告仲介サービス105では、生成したセッションIDと紹介者識別情報の組み合わせをデータベース等に記録する。
 次に、Webサイト103ではAPI呼び出しを実施114しWebAPI104を呼び出す。このとき、広告仲介サービス105から受け取ったセッションIDを送出する。また、必要に応じて、WebAPIの実行に必要なデータもWebサイト103から、WebAPI104へ送る。
 WebAPI104では、受け取ったセッションIDが正しいものであるかどうかを確認するために、広告仲介サービス105にセッションID確認115を実施し、WebAPI104の紹介者識別情報及びセッションIDを送出する。
 広告仲介サービス105では、セッションIDを確認し、広告仲介サービス105が発行したものであるかどうか、いつ発行したものか(有効期限内であるか)、などの情報に基づき、有効であるかどうかを確認する。有効であった場合、そのセッションIDとWebAPI提供者の紹介者識別情報の組み合わせをデータベース等に記録する。WebAPI104に、セッションID確認結果116として返す。
 WebAPI104では、セッションID確認結果が正しいものであればWebAPI104の機能を実行して呼び出し結果117をWebサイト103に返す。
 Webサイト103では、WebAPI104の呼び出し結果117を用いてWebページの元となるHTMLを構築する。また、広告を表示するために、広告情報リソースのURLを埋め込む。このURLには、セッションIDや広告を特定するために用いる広告IDを埋め込む。また、その広告をWebブラウザ102で選択するときにより詳細な情報を提供するページに遷移させるが、このときに用いるリンクにもセッションIDを埋め込む。
 構築した広告付Webページ118のHTMLをWebブラウザ102に送出すると、Webブラウザ102ではHTML内に埋め込むリソースをURLで示される箇所から取得する。広告情報もリソースの一つであり、広告情報要求119をURLに出すことにより取得する。広告情報のリソースは広告仲介サービス105が管理しており、このとき利用するリソースのURLはセッションIDを含める。広告仲介サービス105ではそのセッションIDと広告情報が要求された事実を記録しておくことでどのセッションIDの延長で広告情報が要求されたのかを知ることができる。
 次に、広告仲介サービス105は要求された広告情報120をWebブラウザ102に返す。
 Webブラウザ102では広告情報120を受け取ると、それをWebブラウザ102上に表示する。
 広告が表示されたら課金する広告仲介サービス105であった場合、この表示した回数と表示に関与したWebサイト運営者、WebAPI提供者を集計することで紹介料を算出する。
 Webブラウザ102に表示された広告が、閲覧者101にクリックされる等して選択された場合に課金する場合は、次の処理も行う。
 広告のリンクは、広告仲介サービス105へのリンクであり、その広告が選択されたときに同時にセッションIDや広告を識別するために用いる広告IDも送出するようにURLにパラメータとしてセッションIDと広告IDを含める。
 閲覧者101が、広告を選択すると、URLに広告選択121のリクエストを送出する。
 広告仲介サービス105では、URLに含まれるセッションIDと広告が選択された事実をデータベース等に記録し、広告IDを参照して対応する広告に関するより詳しいページ(事業者のWebサイト106)にリダイレクト122する。その結果、Webブラウザには事業者のWebページ123が返され、表示される。
 広告仲介サービス105に記録した広告選択の有無と選択された場合のセッションIDに関連付いたWebサイト運営者、WebAPI提供者を集計し、広告が選択されたことにより得られる紹介料を特定のルールに基づいて貢献者に分配することが可能となる。
 さらに具体的な例として、有名人の誕生日を通知するWebAPIを想定する。WebAPIが要求を受信すると、パラメータとして渡された日付が誕生日である有名人の名前を返す。
 Webサイトの運営者は、このWebAPIを利用して、自分のWebサイトに今日誕生日の有名人の名前を表示する機能を付加したいとする。
 これを実現するためのシステム構成図を図2に示す。Webブラウザ102が動作するWebブラウザ処理装置360、Webページを返すWebサイト処理装置370、ソフトウェア機能を提供するWebAPI処理装置380、広告仲介サービス処理装置300は通信部303を備えており、この通信部303を介してネットワーク304に接続する。
 各処理装置は、コンピュータである。
 Webブラウザ処理装置360は、一般的なWebブラウザ102が稼動する処理装置であり本発明による特段の工夫はないため、詳しい説明は省略する。
 Webサイト処理装置370は、Webブラウザ102からの要求を受けて情報を返す処理装置である。制御部301bと記憶部302bを持つ。制御部301bは送受信部374(Webサーバ相当)と、ページ生成部373、WebAPI呼び出し部372とセッションID要求部371を持つ。本発明とは直接関係ないが一般的にはWebサイトの記憶部302bはHTML375や画像376等を持つ。
 WebAPI処理装置380は、WebAPIが持つ機能を要求されたときに、要求に応じた処理を行い要求者が求める結果を返す。本実施例では、日付毎にその日付が誕生日である有名人の名前を返す。WebAPI処理装置380は、制御部301cと記憶部302cを持つ。制御部301cは、送受信部381、WebAPI機能部382、セッションID確認要求部383を持つ。WebAPI機能部382では、日付からその日付が誕生日である有名人の名前を返す。記憶部302cは、有名人誕生日テーブル384を持つ。有名人誕生日テーブル384は、日付とその日付が誕生日である有名人の名前を対応付けて格納する。
 広告仲介サービス処理装置300は、制御部301a、記憶部302aを備える。制御部301aは、セッションID生成部311、セッションID確認部312、貢献者記録部313、広告要求元IP取得部314、広告取得部315、選択記録部316、紹介料算出部317、送受信部318を持つ。記憶部302aは、Webサイト管理テーブル321、WebAPI管理テーブル322、セッション管理テーブル323、貢献者記録テーブル324、広告情報格納テーブル325を持つ。
 Webサイト管理テーブル321は、紹介者識別情報331、WebサイトURL332、口座番号333等を格納する。
 WebAPI管理テーブル322は、紹介者識別情報335、WebAPIのURL336、口座番号337等を格納する。
 セッション管理テーブル323は、セッションID341、生成時刻342、広告要求元IP343、選択有無344を格納する。
 貢献者記録テーブルは、セッションID345、紹介者識別情報346を格納する。
 広告情報格納テーブルは、広告ID351、分類352、広告画像353、事業者URL354を格納する。
 まず、準備としてWebAPI提供者は広告仲介サービスと契約し、WebAPIのURLや紹介料の振込先である口座番号等を登録し、紹介者識別情報の発行を受ける。紹介者識別情報とWebAPI提供者が登録した情報は、WebAPI管理テーブル322に格納する。
 WebAPIを利用したいWebサイト運営者は同様に広告仲介サービスと契約し、WebサイトURLや紹介料の振込先である口座番号等を登録し、紹介者識別情報の発行を受ける。紹介者識別情報とWebサイト運営者が登録した情報は、Webサイト管理テーブル321に格納する。
 Webブラウザ102からWebサイトのページを要求したときの処理の流れを図3に示す。処理の流れを通して各部で実施することを説明する。
 閲覧者101がWebブラウザ102を操作し、WebサイトのWebページ要求402を行うとWebブラウザ102はWebサイトにWebページ要求403を送信する。
 Webサイト処理装置370では、セッションID要求部371を用いてセッションID要求404を実施する。このとき、パラメータとして紹介者識別情報(ここではshoukaisha_site_0978とする)を与える。例えば以下のように広告仲介サービス処理装置300にHTTPアクセスすることでセッションIDを取得する。
 http://koukoku_chuukai_service.com/get_session_id?shoukaisha_id=shoukaisha_site_0978
 本実施例では、HTTPのGETリクエストで各種処理を要求するが、POSTやCookieを用いたパラメータの受け渡しを行っても良い。
 広告仲介サービス処理装置300では、セッションID要求404を受信すると、セッションID生成部311を用いてセッションIDを生成し、セッション管理テーブル323にセッションID341として生成したセッションIDを、生成時刻として現在時刻を記録する。
 セッションIDはWebブラウザ102からのWebページ要求403毎に固有のIDを生成する。
 次に、貢献者記録部313を用いて貢献者記録テーブル324のセッションID欄345に生成したセッションIDを、紹介者識別情報欄346にパラメータで渡された紹介者識別情報を記録する。
 生成したセッションIDは、Webサイト処理装置370に返す。
 返されたセッションID407の例を以下に示す。これはXML形式でセッションID407を返した場合の例である。
 <?xml version=“1.0” encoding=“UTF-8”?>
<item>
    <session_id>0123456789abcdef</session_id>
</item>
 セッションIDだけでなく、広告IDや広告として用いるリンク文字列を返す方法も考えられる。
 セッションIDと広告IDを返す例:
<?xml version=“1.0” encoding=“UTF-8”?>
<item>
    <session_id>0123456789abcdef</session_id>
    <koukoku_id>0255</koukoku_id>
</item>
 セッションIDとリンク文字列を返す例:
<?xml version=“1.0” encoding=“UTF-8”?>
<item>
    <session_id>0123456789abcdef</session_id>
    <link><a
 href=“http://koukoku_chuukai_service.com/jump?koukoku_id=0255&session_id=0123456789abcdef” ><img src=“http://koukoku_chuukai_service.com/koukoku_gazou?koukoku_id=0255&session_id=0123456789abcdef” ></a></link>
  </item>
 その他、引数に広告の分類を渡し、広告仲介サービス処理装置では、広告情報格納テーブル325の中から分類352が引数の分類と一致する広告の広告ID351をランダムに選択しても良い。
 次にWebAPI呼び出し部372を用いてWebAPI呼び出し408を行う。このとき、パラメータとして本日の日付すなわちAPIの実行に必要なデータとセッションIDを与える。以下にHTTPアクセスにおける呼び出しの例を示す。
 http://webapi_yuumeijin_birthday.com/get_names?date=0811&session_id=0123456789abcdef
 WebAPI処理装置380では、上記の要求が到達するとセッションID確認要求部383を通してセッションID確認409を送出し、セッションIDが有効であるかどうかを広告仲介サービス処理装置300に確認する。このとき、事前に取得した紹介者識別情報(ここではshoukaisha_api_0888とする)も一緒に送信する。例えば以下のHTTPアクセスを行うことで実施する。
 http://koukoku_chuukai_service.com/check?session_id=0123456789abcdef&shoukaisha_id=shoukaisha_api_0888
 広告仲介サービス処理装置300では、上記の要求を受け取るとsession_idパラメータで渡されたセッションIDが有効であるかどうかを調べる。具体的には、セッションID確認部312を用いてセッションID確認410を実施する。セッションIDが、セッション管理テーブル323に存在しているかどうか、セッションIDの生成時刻342から特定時間(例えば5分)以上経過していないか、等に基づいて有効であるかどうかを判定する。
 確認した結果、有効であった場合、貢献者記録411を実施する。貢献者記録部313を用いて貢献者記録テーブル324にセッションID及びshoukaisha_idパラメータで渡されたWebAPI提供者の紹介者識別情報を記録する。
 セッションID確認結果412をWebAPI処理装置380に返信する。例えば、以下のようにXMLを用いて返信する方法が考えられる。
<?xml version=“1.0” encoding=“UTF-8”?>
<check>
   <session_id>0123456789abcdef</session_id>
   <result>valid</result>
</check>
 上記では、resultタグに確認結果を含み、有効である場合は(例として)valid、無効である場合は(例として)invalidを返す。
 WebAPI処理装置380でセッションIDが有効であることが分かったならば、WebAPI機能部382でWebAPIの機能を実行413する。具体的には、dateパラメータで受け取った日付が誕生日である有名人を有名人誕生日テーブル384から検索して取得する。
 取得した有名人のリストは呼び出し結果414として返す。例えば、以下のようにXMLを用いて返信する方法が考えられる。
 <?xml version=“1.0” encoding=“UTF-8”?>
 <response>
     <date>0811</date>
     <list>
        <name>鈴木さん</name>
        <name>高野さん</name>
   </list>
</response>
 WebAPI処理装置380でセッションIDが無効であることが分かったならば、無効であることをWebAPIの呼び出し元に通知する。以下に例を示す。
<?xml version=“1.0” encoding=“UTF-8”?>
<response>invalid</response>
 Webサイト処理装置380でWebAPIの実行結果を受け取ると、その実行結果と広告を用いてページ生成415する。
 生成したページのイメージを図4に示す。ページの上部に今日誕生日の有名人表示領域502と広告表示領域501を配する。
 今日誕生日の有名人表示領域502には、WebAPIが返した値をHTML化して書き込む。
 広告は、以下のようにリンクの形で広告表示領域501に埋め込む。
 <a href=“http://koukoku_chuukai_service.com/jump?koukoku_id=0255&session_id=0123456789abcdefg”><img src=“http://koukoku_chuukai_service.com/koukoku_gazou?koukoku_id=0255&session_id=0123456789abcdefg”></a>
 上記のaタグやimgタグに持つURLのsession_idパラメータの値(0123456789abcdefg)は、広告仲介サービス処理装置300にセッションID要求404を行った結果取得したセッションID407の値である。
 koukoku_idパラメータとして埋め込む広告IDは事前にWebサイト運営者が選択した広告の広告IDを利用しても良いし、上記に示すようにセッションID407と一緒に広告IDを返す場合、広告仲介サービス処理装置300がその広告IDを返す方法も考えられる。また、セッションID407と一緒に広告のリンク全体を広告仲介サービス処理装置300が返す方法も考えられる。この場合は、広告仲介サービス処理装置300が返したリンクの文字列をそのままHTML内の広告表示領域501に転記することで広告付Webページを実現できる。
 Webサイト処理装置370では、広告付Webページ416をWebブラウザ102に返す。Webブラウザ102では返されたWebページを解析し、足りない情報があればその情報をさらに要求する。
 本実施例の場合、Webページとして返したHTMLの中の広告のリンクには、imgタグが存在し、この画像の存在場所であるURLがsrc属性として記述してある。Webブラウザ102では、src属性に記述されたURLにアクセスして広告情報要求417を実施する。
 広告情報要求417を受けた広告仲介サービス処理装置300では、広告情報要求元IP記録418として、セッション管理テーブル323の広告要求元IPに広告情報要求元のIPアドレス、つまりWebブラウザ処理装置360のIPアドレスを記録した後、広告情報格納テーブル325から広告画像353を取得し、要求元のWebブラウザ102に返す。
 本実施例では、画像を広告情報として返しているが、FlashやJavaAppletや動画をリンクとして利用する方法も考えられる。また、HTML内に別のHTMLを埋め込むiframeタグ等を用いることで埋め込む広告をHTMLとして取得、表示する方法も考えられる。
 Webブラウザ102は取得した広告情報420を用いてWebページを構築して表示する。
 閲覧者101は、Webブラウザ102に表示されたWebページを閲覧する。Webページ内に興味のある広告が表示されていた場合、その広告をクリックする等して広告選択421を実施する。
 広告選択421を行うと、Webブラウザ102では広告のリンクのURLに広告選択422のリクエストを送信する。本実施例におけるURLは下記である。
 http://koukoku_chuukai_service.com/jump?koukoku_id=0255&session_id=0123456789abcdefg
 広告仲介サービス処理装置300では、広告が選択されたことをセッション管理テーブル323のセッションIDに対応する行の選択有無の欄344に有を記述することで記録する。セッション管理テーブル323の選択有無の欄344の初期値は無とする。
 次に、事業者のWebサイト(http://jigyousha_page.com)にリダイレクトする。Webブラウザ102に事業者のWebサイトにリダイレクト424を指示し、Webブラウザ102は事業者のWebページ要求425を事業者のWebサイト処理装置401に送出することで、事業者のWebページ426を取得する。
 リダイレクトとは、上記で示すようにWebブラウザ102にレスポンスを戻し、自動的(閲覧者101が関与せず)に、リダイレクト先のURL(事業者のWebサイトのURL)にリクエストを送信してリダイレクト先のWebページを取得して表示する処理を指す。
 実現方法として、Webブラウザにリダイレクト(301もしくは302)のステータスコード及びリダイレクト先のURL(http://jigyousha_page.com)をレスポンスとして返すことで、Webブラウザが備えている機能を用いて自動的にリダイレクト先のURLにリクエストを送出し、事業者のWebサイト処理装置401のページを取得する方法や、次のようなタグを含むHTMLを返すことで、Webブラウザ102が備えている機能を用いてhttp://jigyousha_page.comにリクエストを送出し、事業者のWebページ426を取得する方法が考えられる。
<META HTTP-EQUIV=“refresh” content=“0;URL=http://jigyousha_page.com “>
 [紹介料の算出方法]
 紹介料の算出方法は様々な方針に基づいて決定される。ここでは、その一例について説明する。ここでの処理は、紹介料算出部317で行われる。
 本実施例では、広告が一回選択されるたびに広告仲介者が支払う紹介料は30円の一定であるとする。広告を表示したWebページの構築時に関与したWebAPIがあれば、そのWebAPI提供者とWebサイト運営者に同額の紹介料を支払うとする。例えば、広告を選択されたWebページを構築するのに二つのWebAPIを利用したとすると、Webサイトの運営者及び二つのWebAPIの提供者各々に10円ずつ、計30円を支払う。
 処理の流れを図5に示す。まず、紹介料算出テーブルを作成する602。これは、紹介者識別情報と紹介料のペアであり、全ての紹介者識別情報の行を持ち、各行の紹介料の初期値として0を格納したものである。
 次に、セッション管理テーブルの生成時刻が紹介料を算出したい期間である行を一行ずつ順に取得する(この取得した行のデータを以下SCと呼ぶ)603。例えば、2007年の8月分の集計をしたい場合、生成時刻が2007/08/01 00:00:00から2007/09/01 00:00:00未満の間の行を一行ずつ取得する。
 SCの選択有無の欄が有であるかどうかを調べ604、有でなければ次の行を取得する。
 有であれば、紹介料を計算する。貢献者記録テーブルを参照し、SCのセッションIDと同じセッションIDを持つ行を全て取得605する。
 選択毎の紹介料÷取得した行数を計算し、各紹介者に支払う紹介料を求める606。
 次に、取得した行を一行ずつ順に取得する(この取得した行のデータを以下CCと呼ぶ)607。
 紹介料算出テーブル内のCCの紹介者識別情報に対応する行の紹介料欄の値に各紹介者に支払う紹介料を加算する608。
 貢献者テーブルから取得した全ての行の処理を終えたかどうかを調べ609、終えていなければ次の行について繰り返す。
 全ての行の処理を終えていれば、次に、セッション管理テーブルの生成時刻が紹介料を算出したい期間である全ての行の処理を終えたかどうかを調べ610、終えていなければ次の行について繰り返す。終えていれば紹介料の算出処理を終了する。
 紹介料算出テーブルに紹介者識別情報毎の紹介料が格納されるので、この額を各紹介者識別情報に対応する者に支払う。具体的には、Webサイト管理テーブル321やWebAPI管理テーブル322の口座番号の欄(333、337)に格納された口座番号を利用してその口座に振り込む方法が考えられる。
 本実施例では、閲覧者により広告が選択されると広告仲介者は紹介料を支払うことにしたが、閲覧者のWebブラウザに広告が表示される毎に紹介料を支払っても良い。その場合は、SCの選択有無の欄が有かどうかを調べるステップ604は、SCの広告要求元IPが記録されていることを調べるステップとすれば良い。
[不正の発見方法]
 本アイデアが含む、広告仲介サービスが不正に紹介料を支払うリスクを減らす施策について説明する。
(1)
 本発明では、WebブラウザからWebサイトへのページを要求する毎に広告仲介サービスがセッションIDを発行してこれを管理する。これ以外の方法として、Webサイト運営者又はWebAPI提供者の紹介者識別情報を広告仲介サービスに通知することで貢献したことを広告仲介者に知らしめる方法も考えられる。しかし、この方法では実際にWebAPIが利用されていなくても紹介者識別情報を広告仲介サービスに通知することができるため、不正を働くことができてしまう。本発明のセッションIDを用いれば、WebAPIから広告仲介サービスにセッションID確認を行うことで通知されたセッションIDが広告仲介サービスにより発行した物であるかどうか、発行してから時間が経過し過ぎていないか等を確認することができるため、不正を困難にすることができる。
(2)
 特定のセッションIDでWebAPIが呼び出されたときに複数回、セッションID確認を行うことで貢献者記録テーブルにWebAPI提供者の紹介者識別情報を複数回記録し、貢献度を上げる不正を行うことも想定できる。この場合は、1つのセッションIDにつき課金するのは1度だけというルールを設け、広告仲介サービスで貢献者記録テーブルに貢献者を書き込むときに、既に同じセッションIDと紹介者識別情報の行が存在しているかどうかを調べ、存在していない場合にのみ貢献者記録テーブルに記録することで防ぐことが可能である。もしくは、貢献者記録テーブルには複数行書き込み、紹介料算出時にセッションIDと紹介者識別情報のペアと同じ行が複数回出現しても一回とカウントして処理することで防ぐことが可能である。
(3)
 Webサイトの運営者は、WebAPIを利用するためにWebページに広告を掲載する必要がある。しかし、デザイン性を損なう等の理由からWebAPIは利用したいが広告は掲載したくないWebサイト運営者もいるかもしれない。本発明を用いれば、広告のリンクをWebページに記述しなかった場合、Webブラウザから広告情報要求が広告仲介サービスに送信されない。本発明では、広告情報要求を広告仲介サービスが受信すると広告要求元IPをセッション管理テーブルに記録する。そのため、広告のリンクを埋め込んでいないWebページを提供した場合、広告要求元IPアドレスが記録されない。セッション管理テーブルの広告要求元IPが記録されていない行のセッションIDを、貢献者記録テーブルから探し、見つけた最初の行に含まれる紹介者識別情報から広告を表示していないWebサイト運営者を特定することができる。Webサイト運営者を特定したら、そのWebサイト運営者に注意を与えたり、利用を停止したりするなどの対処をすることが可能である。
 また、広告要求元IPを記録するだけで良いなら、WebブラウザからではなくWebサイト処理装置から広告仲介サービスに広告情報要求を送出することで、セッション管理テーブルの広告要求元IP欄にIPアドレスを記録することが可能である。しかし、この場合、常に同じIPアドレスが格納されるか、もしくはいくつかの特定のIPアドレスばかりが広告要求元IP欄に格納されるため、セッション管理テーブルの広告要求元IP欄を分析することで不正が疑われるWebサイト運営者を特定することが可能である。
 JavaScriptやCSSを用いればWebブラウザで広告情報を取得してもWebブラウザ上では見えないようにすることも可能である。この場合、広告選択率が極端に少なくなることが予想できる。Webサイト管理テーブルやセッション管理テーブル、貢献者記録テーブルを調べ、そのようなWebサイトを発見したら、直接Webサイトを閲覧し、目視で広告が掲載されているかどうかを確認すれば良い。
 具体的には、紹介者管理テーブル内の各紹介者について、貢献者記録テーブルから紹介者に対応する紹介者識別情報のセッションIDを全て取得(セッションID数をWebページ表示回数とする)し、セッション管理テーブルから取得したセッションIDに対応する行で、かつ選択有無が有である行を全て取得(行数を選択回数とする)し、選択回数 ÷ Webページ表示回数が閾値(例えば0.01)以下であれば目視で確認したりして広告の表示が正しく行われているかどうかを確認する。
 実施例1の効果について説明する。WebAPI提供者に広告収入を得る機会を提供することが可能となる。セッションIDを広告仲介サービス、WebAPI、Webサイトの3者のやり取り時に引き回すことにより、不正を働くことが困難な仕組みにすることができる。
 ここでは、WebAPIについて、有名人の誕生日を通知するWebAPIを想定したが、WebAPIには、ユーザ認証を行うもの、与えられた文章を構文解析するもの、与えられた画像を加工するもの、地図情報を提供するものなど様々なものがある。そして、WebAPIの実行にデータが必要な場合もあり、この場合、本実施例の日付の代わりに、各WebAPIの実行に必要なデータが適用される。以下の実施例でも同様である。
 実施例1では、セッションID要求404、WebAPI呼び出し408、ページ生成415をWebサイト処理装置370で実施したが、JavaScript等のWebブラウザ102で動作するプログラミング言語を用い、Webブラウザ102上でこれらの処理を実現しても良い。
 この場合、実施例1でWebサイト処理装置370に配していたセッションID要求部371、WebAPI呼び出し部372、ページ生成部373をWebブラウザ102に配する。
 具体的には、Webサイト処理装置370では、JavaScript等を用いてセッションID要求部、WebAPI呼び出し部、ページ生成部を含めたWebページをWebブラウザ102に送出する。これらの各部は、Webブラウザ102で実行する。
 処理の流れを図6に示す。
 実施例1との変更点を太線で示す。変更点を中心に説明する。Webブラウザ102からWebページ要求403を実施すると、Webサイト処理装置370は、送受信部374で要求を受け付け、セッションID要求部、WebAPI呼び出し部、ページ生成部を含むページ701をWebブラウザ102に返す。
 Webブラウザ102では、返されたページに含まれるプログラムを実行する。
 まず、セッションID要求部を用い広告仲介サービス処理装置300にセッションID要求702を行う。パラメータとして紹介者識別情報を送信する。
 実施例2では、Webブラウザ102に表示したWebページの取得元(Webサイト処理装置370)とセッションIDの要求先(広告仲介サービス処理装置300)のドメインが異なる。現在のWebブラウザ102では、セキュリティ対策のため、Webページの取得元以外のドメインにJavaScriptから直接アクセスすることは通常できない。他ドメインに対してもアクセス可能とするJSONPという方法を用いたセッションID要求処理について説明する。
 Webページには、下記に示すように広告仲介サービス処理装置からJavaScriptを取得するタグを記述する。
<script src=“http://koukoku_chuukai_service.com/get_session_id_json?callback=receiveSessionID&shoukaisha_id=shoukaisha_site_0978”></script>
 callbackパラメータには、セッションIDが取得されたときにWebブラウザ102によって呼び出してもらいたいメソッド名を記述する。また、Webページには下記のように呼び出し先のメソッドを定義しておく必要がある。
<script>
function receiveSessionID( data){   // セッションIDを取得した後の処理    ・・・ }
</script>
 上記のように広告仲介サービス処理装置300からJavaScriptを取得するタグを含むWebページを表示するとWebブラウザ102は広告仲介サービス処理装置300にHTTPのGETリクエストを送出する。
 広告仲介サービス処理装置300がリクエストを受けると、実施例1と同様のセッションID生成405、貢献者記録406を実施してレスポンス(セッションID703)を返す。レスポンスは下記のようになる。
 receiveSessionID( { “session_id” : “0123456789abcdef” } );
 Webブラウザ102がこのレスポンスを受け取ると、上で示したWebページに含まれるreceiveSessionIDを呼び出す。以上のような処理を実施することにより、Webページを取得したドメインとは違うドメインにアクセスすることを可能とする。
 実施例1と同様、広告仲介サービス処理装置300はセッションIDだけではなく、広告IDや広告のリンクを返しても良い。
 セッションIDと広告IDを返す例:
 receiveSessionID( { “session_id” : “0123456789abcdef”、 “koukoku_id” : “0255”} );
 セッションIDとリンク文字列を返す例:
 receiveSessionID( { “session_id” : “0123456789abcdef”、 “link” : “<a href=http://koukoku_chuukai_service.com/jump?koukoku_id=0255&session_id=0123456789abcdef><img src=“http://koukoku_chuukai_service.com/koukoku_gazou?koukoku_id=0255&session_id=0123456789abcdef”></a>“} );
 次に、Webブラウザ102ではWebAPI呼び出し部を用いて、WebAPI呼び出し704を実施する。パラメータとして、日付とセッションIDを渡す。この呼び出しもセッションID要求702と同様、JSONPを用いて行うが、説明は省略する。WebAPIを呼び出した後のWebAPI処理装置380の処理は実施例1と同じである。
 処理を終えると、呼び出し結果705をWebブラウザ102に返す。
 Webブラウザ102では、ページ生成部を用い、広告の貼り付け及びWebAPIの呼び出し結果の表示などのページ生成706を実施する。
 Webブラウザ102では、生成したWebページに外部から取得すべきリソースがあった場合、そのリソースを取得する処理を行う。本実施例の場合、広告のリンクが含む画像情報を、広告情報要求417を実施して取得する。本処理以降は、実施例1と同様なので説明を省略する。
 本実施例では、セッションID要求、WebAPI呼び出し、ページ生成の処理をWebブラウザで実施する例を示したが、この中の一部の処理のみをWebブラウザで実施するようにしても良い。
 例えば、Webページ要求を受けたWebサイト処理装置では、セッションID要求を行い、取得したセッションID及びWebAPI呼び出し部、ページ生成部を含むWebページを作成してWebブラウザに返すと、WebブラウザではそのセッションIDを利用してWebAPI呼び出し、ページ生成を実施するようにしても良い。
 実施例2の効果について説明する。Webブラウザ102で入力フォームにテキスト文字列入力等による状態変更が発生したときにその状態変更に応じて動的にWebAPIを呼び出したい場合やWebページ全体ではなく一部のみ変更したい場合に有効な方式である。例えば、日付の入力フォームを設け、閲覧者101がそのフォームに日付を入力したときに即座にWebAPIの呼び出しを実施し、その日付が誕生日である有名人を取得してWebページの画面中の今日誕生日の有名人欄502のみを書き換えたい場合に有効である。これらは、本実施例では、WebブラウザがWebAPIの呼び出し結果を利用して画面構築を行うから可能となる。
 WebサイトからWebAPIを呼び出すときに、直接WebAPI処理装置380を呼ぶのではなく、広告仲介サービス処理装置300を介してWebAPIを呼ぶ実施例について説明する。
 図7に概念図を示す。太線で図1からの変更点を示す。
 図1では、API呼び出し114を直接WebAPIに対して実施していたが、本実施例では広告仲介サービス803を介して実施する。広告仲介サービス803では、API呼び出し814を受けると、指定されたWebAPI呼び出し815を実施して呼び出し結果816を取得する。呼び出し結果816を取得したら、その呼び出し結果816をWebサイト801に返す。
 システム構成を図8に示す。広告仲介サービス処理装置900に新たにWebAPI仲介部902を設け、WebAPI処理装置980からセッションID確認要求部を削除した構成となる。
 シーケンス図を図9に示す。実施例1と差異がある箇所を太線で示した。差異のある箇所を中心に説明する。Webサイト処理装置980は、WebAPI呼び出し1001を広告仲介サービス処理装置900に対して行う。引数として呼び出し方法、呼び出し先URL、パラメータ、セッションIDを渡す。ここで、呼び出し方法とは、 HTTPのGET、POST等である。
 例えば、引数が各々(get、http://webapi_yuumeijin_birthday.com/get_names、date=0811、0123456789abcdef)であった場合、広告仲介サービスには次のようなリクエストを送出する。
 http://koukoku_chuukai_service.com/call_webapi?method=get&url=http%3A%2F%2Fwebapi_yuumeijin_birthday.com%2Fget_names&param=date%3D0811&session_id=0123456789abcdef
 上記で”%xx”はHTTPでパラメータを送付するときに実施するエンコード後の文字列である。
 広告仲介サービス処理装置900では、このリクエストを受けるとsession_idパラメータで受け取ったセッションIDに対してセッションID確認410を行う。具体的には、セッションIDである0123456789abcdefが正しいことを、セッションID確認部312を用いて確認する。不正であれば、セッションIDが不正であったことをWebサイト処理装置370に通知する。
 セッションIDが正しければWebAPIの紹介者識別情報取得1002を実施する。WebAPI管理テーブル322の中からWebAPIのURLが、呼び出し先URLと一致する(又はURLが含むホスト名(webapi_yuumeijin_birthday.com)が一致する)行を取得し、その行の紹介者識別情報を取得することで実現できる。
 貢献者記録411では、取得したWebAPIの紹介者識別情報とセッションIDのペアを、貢献者記録部313を用いて貢献者記録テーブル324に記録する。
 次に、WebAPI呼び出し1003を実施する。本実施例のリクエストを受け取った場合、WebAPI仲介部902では次に示すURLにHTTPのGETリクエストを送出する。実施例1とは違い、ここでセッションIDを送出する必要はない。
 http://webapi_yuumeijin_birthday.com/get_names?date=0811
 WebAPI処理装置980でリクエストを受けると、dateパラメータで受け取った日付が誕生日である有名人の一覧をWebAPI機能部を実行413して取得し、広告仲介サービス処理装置900に呼び出し結果1004として返す。
 広告仲介サービス処理装置900は、取得した有名人の一覧をWebサイト処理装置321に返す。
 以降の処理は実施例1と同じであるため、説明を省略する。
 実施例3の効果について説明する。実施例1では、WebAPIにセッションIDを受け付けたり、そのセッションIDを確認したりする処理を作り込む必要があったが、実施例3ではそのような処理は必要ないため既存のWebAPI処理装置を本アイデアの枠組みに組み込む際のコストが少なくて済む。
 実施例3では、Webサイト処理装置370からセッションID要求404及びWebAPI呼び出し1001を別々に実施した。本実施例では、セッションID要求とWebAPI呼び出しを統合した場合について説明する。
 図10に処理のシーケンスを示す。図9と差異がある箇所を太線で示した。差異のある箇所を中心に説明する。
 システム構成は、図8の広告仲介サービス処理装置900からセッションID確認部312を削除した構成となる。
 Webページ要求403を受けたWebサイト処理装置370は、まず、WebAPI呼び出し1101を実施する。引数として、呼び出し方法、呼び出し先URL、パラメータ、紹介者識別情報を取る。図9では、紹介者識別情報ではなく、セッションIDを引数として渡していた。
 広告仲介サービス処理装置300が、WebAPI呼び出し1101を受けると、セッションIDを生成し、貢献者記録406を行う。貢献者記録406では引数で渡された紹介者識別情報とセッションIDの組み合わせを貢献者記録テーブル324に格納する。
 次に、WebAPIの紹介者識別情報取得1002を行い、取得したWebAPIの紹介者識別情報を貢献者記録411にて記録する。
 WebAPI呼び出し1003を実施すと、WebAPI処理装置で引数で渡された日付が誕生日である有名人のリストを取得し、呼び出し結果1004として返す。
 WebAPIの結果を得たら、呼び出し結果及びセッションID1102をWebサイトに返す。このとき、呼び出し結果1004とセッションIDに加え、広告IDや広告を表示するためのリンクの文字列を一緒に返しても良い。
 実施例4の効果について説明する。図10の処理では、Webサイト処理装置から広告仲介サービスへの一度のアクセスでセッションIDとWebAPIの呼び出し結果を取得することが可能である。そのため、ネットワークを跨る通信回数を減らすことが可能である。
 また、実施例1~3では、セッションIDをまず取得し、同じセッションIDを用いて複数のWebAPIを呼び出すことが可能であった。この場合、セッションIDを引き回す処理を実装する必要があった。実施例4では、複数のWebAPIを呼び出した結果、WebAPIの処理結果と、広告のリンクを返すことにすればセッションIDを引き回す処理を行わなくても良い。複数のWebAPIを呼び出したい場合は呼び出し毎に広告を載せることで対応することが可能である。この場合、WebAPIと広告が一対一の関係になるため、WebAPI毎に出力したい広告の種類を限定してWebサイトに表示する
ことが可能となる。
 実施例1では、広告がクリックされるなどして広告収入が発生するたびに広告がクリックされたページを構築するのに利用したWebAPIを特定し、発生した広告収入を分配していた。
 本実施例では、Webサイトが呼び出した一つ又は複数のWebAPIの各使用量を月毎に求め、Webサイトを経由して獲得した紹介料の合計値を、WebAPIの使用量の差に応じてWebAPI提供者に分配する方法について記述する。
 例えば、WebサイトAに貼り付けた広告による今月の収入が5000円だったとする。WebサイトAではWebAPIα、WebAPIβを利用しており、各々の利用回数が6000回、4000回であったとする。これはWebAPIの全呼び出し回数の60%と40%にあたるため、5000円のうちWebAPIαには3000円、WebAPIβには2000円を分配する。本例は一例であり、5000円のうちの一部をWebサイトAに分配したりする方法も考えられる。
 図12に紹介料算出のフローチャートを示す。図2、図8のシステム構成に適用可能である。この紹介料算出処理は広告提供サービスで実施することを想定しているが、Webサイト処理装置でWebAPIの呼び出し回数をカウントし、Webサイトが広告仲介者から受け取る広告収入を、この紹介料算出処理を用いて行う実施形態も考えられる。
 まず、紹介料算出テーブルを作成し、初期化する1202。紹介料算出テーブルには、各WebAPIの紹介者識別情報と紹介料のペアであり、紹介料の初期値は0である。
 次に、Webサイト管理テーブルの行を一行ずつ順に取得する(この取得した行をWCと呼ぶ)1203。
 呼び出し回数格納テーブル(紹介者識別情報と呼び出し回数)を作成し、初期化する1204。呼び出し回数の初期値は0である。紹介料合計値を初期化する1205。紹介料合計値の初期値は0である。紹介料合計値はステップ1203で取得したWebサイトを経由して発生した紹介料の合計値を格納する。WebAPI呼び出し合計回数を初期化する1206。初期値は0である。WebAPI呼び出し合計回数は、ステップ1203で取得したWebサイトが呼び出した全WebAPIの呼び出し回数を格納する。
 セッション管理テーブルの生成時刻が紹介料を算出したい期間である行を一行ずつ順に取得する(この取得した行のデータをSCと呼ぶ)1208。貢献者記録テーブルを参照し、SCのセッションIDを持つ行を全て取得1208する。貢献者記録テーブルから取得した行の中に紹介者識別情報がWCの紹介者識別情報と一致する行がある1209かを調べ、なければステップ1208に戻る。あれば、SCの選択有無の欄が有1210であるかを調べ、有であれば紹介料合計値に選択毎の紹介料を加える1211。次に、貢献者記録テーブルから取得した行を一行ずつ順に取得する(この取得した行のデータをCCと呼ぶ)1212。呼び出し回数格納テーブル内のCCの紹介者識別情報に対応する行の値に1を加算する1213。WebAPI呼び出し合計回数に1を加算する1214。貢献者記録テーブルから取得した全ての行の処理を終えた1215かを確認し、終えていなければステップ1212に戻る。終えていれば、セッション管理テーブルの生成時刻が紹介料を算出したい期間である全ての行の処理を終えた1216かを確認し、終えていなければステップ1207に戻る。終えていれば、WebAPI毎の紹介料の分配を決める。
 呼び出し回数格納テーブルの行を一行ずつ順に取得する(この取得した行をYCと呼ぶ)1217。紹介料算出テーブルのYCの貢献者識別情報の行に、紹介料合計値×YCの呼び出し回数÷WebAPI呼び出し合計回数を計算して格納する1218。呼び出し回数格納テーブルの全ての行の処理を終えた1219かを確認し、終えていなければステップ1217に戻る。終えていれば、Webサイト管理テーブルの全ての行の処理を終えた1220かを確認し、終えていなければステップ1203に戻り、次のWebサイトについても同様の処理を実施する。
 実施例5では、特定のWebサイトを経由して得た紹介料を、そのWebサイトが利用したWebAPIに、WebAPIの利用率に応じて分配する方法について示した。実施例5では、実施例1~4で示したシステムに適用可能な紹介料の振り分け方法を示したが、利用率に応じた分配を実施する場合、セッションIDを利用せずに実現できる。本実施例ではセッションIDを利用しない実現方法について説明する。図13に概念図を示す。
 セッションIDではなく、Webサイト毎に事前に決められたキーを用いてWebAPI1302を利用したWebサイト1301を特定する。キーとして広告仲介者が発行した紹介者識別情報を用いても良い。
 システム構成を図14に示す。図2と異なる点を太線で示す。Webサイト管理テーブル1411にキー1401を追加し、貢献者記録テーブル1413に時刻1408、キー1404を追加し、広告要求管理テーブル1412を追加して広告要求時刻1402、キー1403、広告要求元IP1409を管理可能とし、広告選択管理テーブル1414を追加して、広告選択時刻1405、キー1406、広告選択元IP1407を管理可能とした。セッション管理テーブル323は削除した。
 図13を用いて流れを説明する。Webブラウザ102がWebページ要求111をWebサイト1301に送ると、Webサイト1301はAPI呼び出し(キー)1311をWebAPI1302に対して行う。WebAPI1302はWebサイト1301が送出したキーが正当なものであることを確認するために、キー確認(紹介者識別情報及びキーを送出)1312を実施する。広告仲介サービス1303はキーが正しいかどうか(Webサイト管理テーブル1411に格納されたキーであるかどうか)を確認し、キーが正当なものであれば、時刻1408とキー1404とWebAPI1302の紹介者識別情報346を貢献者記録テーブル1413に格納する。そして、キー確認結果1313をWebAPI1302に返す。
 WebAPI1302はキーが正当なものであればWebAPIの処理を実行し、呼び出し結果117をWebサイト1301に返す。Webサイト1301では、呼び出し結果及び広告表示のためのHTML等を埋め込んだ広告付Webページ(HTML)118を構築してWebブラウザ102に返す。Webブラウザ102では、広告情報を取得するために、広告情報要求(キーを送出)1314を広告仲介サービス1303に送付する。広告仲介サービス1303では、セッション管理テーブル1412に、広告要求時刻1402、キー1403、広告要求元IP134を追加する。そして、広告情報管理テーブル325から適切な広告情報120を取得し返す。Webブラウザ102では取得した広告情報を表示する。
 閲覧者101が広告を選択すると、広告選択(キーを送出)121を広告仲介サービス1303に送出する。広告仲介サービス1303では、広告選択管理テーブル1414に広告選択時刻1405、キー1406、広告選択元IP1407を追加する。そして、事業者のWebサイト106にリダイレクト122する。事業者のWebサイト106では事業者のWebページ123を返し、Webブラウザ102はそのWebページを表示する。
 図15に本実施例における紹介料算出のフローチャートを示す。図12との差分を中心に説明する。
 ステップ1201~1206までは図12と同様である。
 次に、ステップ1203で取得したWCに対応するWebサイト毎に紹介料合計値を求める。広告選択管理テーブルの広告選択時刻が紹介料を算出したい期間である行を一行ずつ順に取得する(この取得した行をKCと呼ぶ)1501。KCのキーがWCのキーと一致1502するなら紹介料合計値に選択毎の紹介料を加える1211。広告選択管理テーブルの広告選択時刻が紹介料を算出したい期間である全ての行の処理を終えた1503かを確認し、終えていなければステップ1501に戻る。終えていればWCに対応するWebサイトの紹介料合計値の算出を終わる。
 次に、WCに対応するWebサイトが利用した一つ又は複数のWebAPIの呼び出し回数を算出する。貢献者記録テーブルの時刻が紹介料を算出したい期間である行を一行ずつ順位取得する(この取得した行をCCと呼ぶ)1504。CCのキーがWCのキーと一致1505するなら呼び出し回数格納テーブル内のCCの紹介者識別情報に対応する行の値に1を加算する1213。WebAPI呼び出し合計回数に1を加算する1214。貢献者記録テーブルの時刻が紹介料を算出したい期間である全ての行の処理を終えた1506かを確認し、終えていなければステップ1504に戻る。終えていれば図12と同じである、ステップ1217からステップ1221までを実行し、紹介料を算出する。
 本実施例を用いれば、広告仲介サービス105からセッションIDを取得する処理が必要なくなり通信回数が減るためWebブラウザからのリクエスト処理時間が短縮できる効果が期待できる。
 なお、本実施例の方式では、Webサイト毎に既存となるキーを利用しているが、これに対して、実施例1~5では、リクエスト毎に生成するセッションIDを用いていたため、WebAPIが呼ばれていないにも関わらず不正にキー確認を行い、WebAPIが多く呼ばれていると見せかける、という不正を働くことを困難とする利点を有する。
 広告仲介サービスにリクエストの都度WebAPIの利用状況を通知するのではなく、一ヶ月に一回など定期的に利用状況を送出する実施例を示す。
 図16に概念図を示す。図1ではリクエストの都度、広告仲介サービスにセッションID確認115及びセッションID確認結果116の取得を行っていたが、図16ではWebサイト103、WebAPI104から定期的にログを送出1610し、広告仲介サービス105ではこれを集計することで貢献したWebAPIを明確にする。
 図17にシステム構成を示す。太枠で囲んだのが新規に追加した箇所である。
 Webサイト処理装置、WebAPI処理装置には、ログ管理部1701を配置する。Webサイト処理装置のログ管理部1701bでは、WebAPIを呼び出したことをログ1702bとして残す。WebAPI処理装置のログ管理部1701cでは、WebAPIが呼び出されたことをログ1702cに残す。
 ログ1702の例を図18に示す。Webサイトのログ1801、WebAPIのログ1802が各々セッションIDと呼出時刻、呼出元紹介者識別情報、呼出先紹介者識別情報をログとして記録する。
 このログ1702は定期的(例えば一ヶ月に一回等)に広告仲介サービス処理装置に送出する。
 ログの送出方法として、広告仲介サービス処理装置にログを受け取るためのWebサーバのようなプログラムを稼動させ、Webサイト処理装置、WebAPI処理装置が定期的にそのサーバにログを送付する方法や、Webサイト処理装置、WebAPI処理装置にWebサーバのようなサーバプログラムを稼動させ、広告提供サービスは定期的にWebサイト処理装置、WebAPI処理装置にログ送出要求を行い、Webサイト処理装置、WebAPI処理装置はその要求を受け取ると、ログを送付する、等の方法が考えられる。
 広告仲介サービス処理装置では、ログ1702を受け取るとログ集計部1703を用いて集計する。
 図19にログ集計部1703のフローチャートを示す。ここでは、ログの内容を抽出して、貢献者記録テーブル324に格納する作業を行う。まず、WebAPIのログの全行について一行ずつ順に取得する(取得した行をLとする)1902。Lの呼出元紹介者識別情報に対応するWebサイトのログに、LのセッションID、呼出先紹介者識別情報が一致するログが存在し、お互いの呼出時刻の差が15秒以内1903でないなら不正である可能性があるため貢献者記録テーブル324には記録せず、ステップ1902に戻る。ステップ1902に戻る前に、不正である可能性がある紹介者識別情報を記録しておき、紹介者識別情報に対応するWebAPI提供者又はWebサイト運営者に警告を出したり、WebAPIの利用を停止したりするために利用しても良い。
 ステップ1903における15秒とは呼出元から呼出先までリクエストが到達する時間の目安であり、この値を超えると不正が発生した可能性があるため無効とする。もちろん15秒ではない値を利用する、又はこのチェックを実施しなくても良い。
 ステップ1903が正しいなら、LのセッションIDと呼出先紹介者識別情報を貢献者記録テーブルに格納する1904。
 WebAPIのログの全行についての処理を終えた1905かを確認し、終えていないならばステップ1902に戻る。終えていれば、処理を終了する。
 本実施例では、Webサイト処理装置とWebAPI処理装置の両方からログを収集するため、WebAPIが利用されていないのに利用されたと嘘の申告をする等の不正を働くにはWebサイトとWebAPIが結託する必要があり、不正を働きづらいという効果が期待できる。もちろん、Webサイト処理装置、又はWebAPI処理装置のみからログを収集し、集計しても良い。
 また、本実施例ではセッションIDを用いたが、実施例6と同じくキーを用いる方法も考えられる。この場合、ログにはセッションIDではなく、WebAPIのキーを記録する。キーはWebAPIの紹介者識別情報と同じであっても良い。
 キーを用いる場合、図17における広告仲介サービスの記憶部は、図14と同様となり、図19のログ集計部の処理における、LのセッションIDと呼出先紹介者識別情報を貢献者記録テーブルに格納する処理1903を、Lのキーと紹介者識別情報、時刻として呼出時刻を記録する処理とする。
 本実施例の定期的に集めたログを集計する方法を用いると、各リクエスト毎にセッションIDを確認する方法に比べ、性能が向上する。しかし、ログを集計したタイミングでしか不正を見つけられないという欠点もある。
 WebAPIの種類に応じて広告を変更する方法について記述する。
 図20にシステム構成を示す。太枠で囲んだ部分が新規に追加した箇所である。WebAPI管理テーブル2010にキーワード2001の欄を追加し、広告情報格納テーブル2020にもキーワード2002の欄を追加した。各キーワードの欄には複数のキーワードを登録可能とする。
 WebAPI管理テーブル2010のキーワード2001の欄にはWebAPI毎にそのWebAPIに関連するキーワードを登録しておく。例えば、有名人の誕生日を通知するWebAPIであった場合、キーワードとして「有名人」、「誕生日」を登録することが考えられる。
 広告情報格納テーブル2020のキーワード2002の欄には広告毎にその広告に関連するキーワードを登録しておく。例えば、花屋の広告で合った場合、キーワードとして「花」、「プレゼント」、「誕生日」を登録することが考えられる。
 例えば、図1における広告情報要求(セッションIDを送出)119を広告仲介サービス106が受け取ると貢献者記録テーブル323から受け取ったセッションIDと一致するセッションIDを含む行を探し、その行に含まれる紹介者識別情報346を求め、WebAPI管理テーブル2010からその紹介者識別情報を含む行のキーワード2001(複数)を抽出する。次に、広告情報格納テーブル2020から取得したキーワードの何れかを含む広告を探し、見つけた行を広告情報120としてWebブラウザに返す。複数の行を見つけた場合は最も多くのキーワードがマッチするものを採用したり、ランダムで選択したりする。
 上記では、セッションIDに基づいてリクエストのたびに広告を探す処理を実施したが、Webサイト管理テーブルに利用するWebAPIの欄又はWebAPIのキーワードの欄を設け、予めWebサイトが利用するWebAPI又は利用するWebAPIのキーワードを登録しておく方法も考えられる。この方法は、キーを利用する実施形態やログを利用する実施形態でも適用可能である。
 これまでの実施例ではWebAPIの利用状況の全てを広告仲介サービスで集計していた。全ての利用状況を集計するのではなく、特定の期間(毎月の最初の週だけ、毎週水曜日だけ、毎日10時-12時の間だけ、または不定期等)だけ利用状況を集計することで集計の負荷を軽減する方法も考えられる。
 これまで、広告収入を得ることが難しかったWebAPIの提供者に、本アイデアを用いることにより広告収入を得る機会を提供することが可能となる。また、Webサイト運営者は、有料のWebAPIを利用したい場合、その料金を支払うだけの効果があるかどうかを慎重に判断する必要があるが、本アイデアにより提供されたWebAPIを利用する場合は広告を載せるだけで良いため導入し易い。以上のように本アイデアはWebAPIの利用促進やWebAPI提供者の裾野を広げる効果があると考える。
 以上、本発明には、WebAPI提供者、Webサイト運営者、広告仲介者の3者が登場する。本発明が、各々にもたらす効果について下記に示す。
 ・WebAPI提供者
 現状、無料で公開されることが多いWebAPIであるが、本発明を用いることによりWebAPIを利用したサイトから広告による紹介料を取得することができる。
 ・Webサイト運営者
 WebAPIを利用して高機能なサイトを容易に構築することができる。現状、WebAPIの一部は、そのWebAPIを利用したいWebサイト運営者と例えば月?円、1リクエスト?円などの契約をして利用されるが、本発明を用いればWebサイトに掲載した広告を閲覧した量に応じてWebAPI提供者に紹介料が入る仕組みであるため、Webサイト運営者はWebサイトに広告を掲載するだけでWebAPIを利用することができる。
 紹介料の分配方法として以下二案が考えられる。
 WebAPIを利用したいWebサイト運営者は、WebAPI提供者が指定する方法で広告を掲載する必要があり、その広告の紹介料はWebAPI提供者のみに入る。
 WebAPIを利用したいWebサイト運営者は、WebAPI提供者が指定する方法で広告を掲載する必要があり、その広告の紹介料はWebAPI提供者とWebサイト運営者の双方に入る。
後者の場合、WebAPIを利用したサイトの閲覧が増加し、広告閲覧もこれに伴って増加すれば紹介料を多く得ることができる。
 ・広告仲介者
 広告仲介者は、広告を展開したい事業者と、Webサイトに広告を掲載することで広告収入を得たいWebサイト運営者の仲介を行う者である。広告を展開したい事業者が支払う料金と、Webサイト運営者やWebAPI提供者に支払う紹介料の差分が広告仲介者の利益となる。広告を展開したい事業者が支払う料金は、一回閲覧される毎の料金を設定することが多い。WebAPIにより、高機能で魅力的な広告を掲載したWebサイトが増加することにより、広告が閲覧される機会を増やすことができる。その結果、広告を展開したい事業者の増加が見込め、広告仲介者の利益増加を狙うことができる。

Claims (25)

  1.  インターネット上でソフトウェア機能を提供するWebAPIプログラムと、前記WebAPIプログラムを利用するWebAPI利用プログラムと、前記WebAPIプログラムの呼び出しを制御するWebAPI呼び出し制御プログラムとを用いた情報提供方法であって、前記WebAPI利用プログラムが前記WebAPIプログラムを呼び出すときに、前記WebAPI呼び出し制御プログラムが発行するキー情報を取得し、前記キー情報を用いて前記WebAPIプログラムを呼び出し、前記WebAPIプログラムは前記WebAPI利用プログラムから受け取ったキー情報が正しいことを確認し、正しい場合のみ前記WebAPIプログラムの実行結果を返すようにWebAPI呼び出し制御を行うことを特徴とする情報提供方法。
  2.  請求項1において、前記WebAPI利用プログラムが前記WebAPIプログラムを呼び出すたびに、前記WebAPI呼び出し制御プログラムからセッションIDを取得し、前記セッションIDをキー情報として前記WebAPIプログラムを呼び出すWebAPI呼び出し制御を行う情報提供方法。
  3.  請求項1において、前記WebAPI利用プログラムは事前に前記WebAPI呼び出し制御プログラムから前記WebAPIプログラムを複数回呼び出し可能なキーを取得し、前記キーを用いて前記WebAPIプログラムを呼び出すWebAPI呼び出し制御を行う情報提供方法。
  4.  請求項1において、前記WebAPIプログラムが前記WebAPI呼び出しプログラムから受け取ったキー情報を、前記WebAPI呼び出し制御プログラムに送出し、前記WebAPI呼び出し制御プログラムは受け取ったキー情報が前記WebAPI呼び出し制御プログラムが発行した正しいものであるかどうかを検証し、検証した結果を前記WebAPIプログラムに送出するWebAPI呼び出し制御を行う情報提供方法。
  5.  請求項1において、前記WebAPIプログラムは、前記WebAPI利用プログラムが送出したキー情報、呼び出し元のWebAPI利用プログラム及び呼び出し先のWebAPIプログラムが判断できる情報を、ログに書き出し、定期的にログを前記WebAPI呼び出し制御プログラムに送出し、前記WebAPI呼び出し制御プログラムは前記ログを解析してキー情報が正しいかどうかを検証するWebAPI呼び出し制御を行う情報提供方法。
  6.  インターネット上でソフトウェア機能を提供するWebAPIプログラムが一つ又は複数のWebAPI利用プログラムから利用されている場合に、前記WebAPIプログラム又は前記WebAPI利用プログラムが、前記WebAPIプログラムの呼び出し状況をWebAPI呼び出し制御プログラムに送ることで、WebAPIプログラムの使用量を計測する情報提供方法。
  7.  請求項6において、前記WebAPI利用プログラム毎に一意に決めたキー情報を用いて前記WebAPI利用プログラムが前記WebAPIプログラムを呼び出し、前記WebAPIプログラムは前記キー情報を前記WebAPI呼び出し制御プログラムに送ることでWebAPI呼び出し制御プログラムが、呼び出されたWebAPIプログラムの使用量を計測する情報提供方法。
  8.  請求項7において、前記WebAPI利用プログラムが利用したWebAPIプログラムをログに残し、又は前記WebAPIプログラムが呼び出されたWebAPI利用プログラムをログに残し、前記ログを定期的に前記WebAPI呼び出し制御プログラムに送付し、前記WebAPI呼び出し制御プログラムでは前記ログを解析することで呼び出されたWebAPIプログラムを特定する情報提供方法。
  9.  請求項8において、前記WebAPI利用プログラムのログと前記WebAPIプログラムのログの両方を前記WebAPI呼び出し制御プログラムに送り、両方のログを比較し、WebAPI呼び出しに関する両者の不一致を検出し、不正なログを見つける情報提供方法。
  10.  請求項6において、前記WebAPI利用プログラムは前記WebAPIプログラムを呼び出す前に前記WebAPI呼び出し制御プログラムが発行するセッションIDを取得し、前記WebAPI呼び出し制御プログラムは、前記セッションIDを発行したWebAPI利用プログラムを記録し、前記WebAPI呼び出しプログラムが前記セッションIDを用いて前記WebAPIプログラムを呼び出した後、前記WebAPIプログラムは前記セッションIDを前記WebAPI呼び出し制御プログラムに送ることで、WebAPI呼び出し制御プログラムが呼び出し元であるWebAPI利用プログラムと呼び出し先であるWebAPIプログラムを特定する情報提供方法。
  11.  インターネット上でWebページを提供するWebサイトを用いた広告提供方法であって、前記Webサイトは一つ又は複数のWebAPIを用いたWebページであり、前記Webページに広告仲介サービスが提供する広告が掲載されている場合に、Webブラウザで前記Webページに掲載した広告が選択されたときに、前記Webページを構築するためにWebサイトが利用したWebAPIを特定し、前記WebAPI提供者に対価を支払う広告提供方法。
  12.  請求項11において、ネットワークで各々接続された、前記Webブラウザを稼動させるWebブラウザ処理装置と、前記Webサイトを稼動させるWebサイト処理装置と、前記WebAPIを稼動させるWebAPI処理装置と、広告仲介サービスを稼動させる広告仲介サービス処理装置とを有し、前記Webブラウザから前記Webページの要求を受けたWebサイト処理装置が、前記広告仲介サービス処理装置にWebサイト運営者の紹介者識別情報を送出し、前記広告仲介サービス処理装置からセッションIDと広告識別情報を取得し、当該セッションIDを引数に含めてWebAPIを呼び出し、前記WebAPI処理装置が、前記セッションIDと前記WebAPI提供者の紹介者識別情報を広告仲介サービス処理装置に送出し、前記広告仲介サービス処理装置は、前記セッションIDが正しいものであることを確認し、セッションIDとWebAPI提供者の紹介者識別情報を記録し、前記広告仲介サービス処理装置で前記セッションIDが正しいことが判明した場合には、前記WebAPI処理装置は、前記WebAPIを実行して処理結果をWebサイト処理装置に返し、前記Webサイトでは、処理結果及び広告仲介サービスが保持する広告情報のURLとセッションIDを用いて、広告情報のリソースを取得するためのURLにパラメータとしてセッションIDを含めたWebページを生成して前記Webブラウザに返し、前記Webブラウザが広告情報のリソースを広告仲介サービス処理装置に要求すると、前記広告仲介サービス処理装置では広告情報の要求があったことをセッションIDと関連付けて記録した後、広告情報のリソースを前記Webブラウザに返し、前記WebブラウザではWebサイトが生成したWebページを表示する広告提供方法。
  13.  請求項11において、ネットワークで各々接続された、前記Webブラウザを稼動させるWebブラウザ処理装置と、前記Webサイトを稼動させる前記Webサイト処理装置と、前記WebAPIを稼動させるWebAPI処理装置と、広告仲介サービスを稼動させる広告仲介サービス処理装置とを有し、前記Webブラウザから前記Webページの要求を受けたWebサイト処理装置が、前記Webブラウザ処理装置にセッションID要求プログラム、WebAPI呼び出しプログラム及びページ生成プログラムを含むページをWebブラウザに返し、前記Webブラウザは、返されたページに含まれるプログラムを実行することにより、前記WebAPI提供者の紹介者識別情報を広告仲介サービス処理装置に送出し、前記広告仲介サービス処理装置がリクエストを受けると、セッションID生成、貢献者記録を実施してセッションIDをWebブラウザに返し、前記Webブラウザは、前記セッションIDと前記WebAPI提供者の紹介者識別情報を前記広告仲介サービス処理装置に送出し、前記広告仲介サービス処理装置は、前記セッションIDが正しいものであることを確認し、前記セッションIDと前記WebAPI提供者の紹介者識別情報を記録し、前記広告仲介サービス処理装置で前記セッションIDが正しいことを確認した場合には前記WebAPI処理装置は、前記WebAPIを実行して処理結果を前記Webブラウザに送出し、前記Webブラウザは、前記Webページを生成し、広告情報のリソースを前記広告仲介サービス処理装置に要求すると、前記広告仲介サービス処理装置では広告情報の要求があったことを前記セッションIDと関連付けて記録した後、前記広告情報のリソースをWebブラウザに返し、前記Webブラウザでは生成したWebページを表示する広告提供方法。
  14.  請求項11において、ネットワークで各々接続された、前記Webブラウザを稼動させるWebブラウザ処理装置と、前記Webサイトを稼動させるWebサイト処理装置と、前記WebAPIを稼動させるWebAPI処理装置と、広告仲介サービスを稼動させる広告仲介サービス処理装置とを有し、前記Webブラウザから前記Webページの要求を受けたWebサイト処理装置が、前記広告仲介サービス処理装置にWebサイト運営者の紹介者識別情報を送出し、前記広告仲介サービス処理装置からセッションIDと広告識別情報を取得し、当該セッションIDを引数に含めてWebAPI呼び出しを前記広告仲介サービス処理装置に対して行い、前記広告仲介サービス処理装置は、前記セッションIDが正しいものであることを確認し、前記セッションIDと前記WebAPI提供者の紹介者識別情報を記録し、WebAPI呼び出しを実施し、前記WebAPI処理装置は、前記WebAPIを実行して処理結果を広告仲介サービス処理装置に送出し、前記広告仲介サービス処理装置は、処理結果をWebサイト処理装置へ送出し、前記Webサイトでは、処理結果及び広告仲介サービスが保持する広告情報のURLとセッションIDを用いて、前記広告情報のリソースを取得するためのURLにパラメータとしてセッションIDを含めたWebページを生成して前記Webブラウザに返し、前記Webブラウザが広告情報のリソースを前記広告仲介サービス処理装置に要求すると、前記広告仲介サービス処理装置では広告情報の要求があったことを前記セッションIDと関連付けて記録した後、前記広告情報のリソースをWebブラウザに返し、前記Webブラウザでは前記Webサイトが生成したWebページを表示する広告提供方法。
  15.  請求項11において、ネットワークで各々接続された、前記Webブラウザを稼動させるWebブラウザ処理装置と、前記Webサイトを稼動させるWebサイト処理装置と、前記WebAPIを稼動させるWebAPI処理装置と、広告仲介サービスを稼動させる広告仲介サービス処理装置とを有し、前記Webブラウザから前記Webページの要求を受けたWebサイト処理装置が、前記広告仲介サービス処理装置にWebAPI呼び出しを実施し、前記広告仲介サービス処理装置は、セッションIDを生成し、前記WebAPI提供者の紹介者識別情報を記録し、呼び出し先のWebAPIの紹介者識別情報を貢献者としてセッションIDと共に記録し、当該セッションIDを引数に含めてWebAPI呼び出しを前記WebAPI処理装置に対して行い、当該呼び出しを受けたWebAPI処理装置は、前記WebAPIを実行し、処理結果を前記広告仲介サービス処理装置に送出し、前記広告仲介サービス処理装置は、処理結果及びセッションIDをWebサイト処理装置へ送出し、前記Webサイトでは、処理結果及び広告仲介サービスが保持する広告情報のURLとセッションIDを用いて、前記広告情報のリソースを取得するためのURLにパラメータとしてセッションIDを含めたWebページを生成してWebブラウザに返し、前記Webブラウザが広告情報のリソースを広告仲介サービス処理装置に要求すると、前記広告仲介サービス処理装置では広告情報の要求があったことを前記セッションIDと関連付けて記録した後、前記広告情報のリソースを前記Webブラウザに返し、前記WebブラウザではWebサイトが生成したWebページを表示する広告提供方法。
  16.  請求項12に記載の広告提供方法において、上記生成されたWebブラウザに表示した広告を、閲覧者が選択したときに、前記広告仲介サービス処理装置には、前記広告識別情報と前記セッションIDが到達し、前記広告仲介サービス処理装置では選択されたこととそのときのセッションIDを記録しておき、広告仲介サービスでは広告識別情報に関連する事業者のWebサイトにリダイレクトすることで広告に対応するWebページを表示する広告提供方法。
  17.  請求項12に記載の広告提供方法において、前記広告仲介サービス処理装置に記録した広告情報の要求があったセッションIDを利用し、前記セッションIDに関連付いた紹介者識別情報を抽出することで広告を表示したWebページの生成に貢献したWebサイト運営者及びWebAPI提供者を特定する広告提供方法。
  18.  請求項12に記載の広告提供方法において、前記広告仲介サービス処理装置に記録した広告が選択されたときのセッションIDを利用し、前記セッションIDに関連付いた紹介者識別情報を抽出することで広告が選択されたWebページの生成に貢献したWebサイト運営者及びWebAPI提供者を特定する広告提供方法。
  19.  請求項12に記載の広告提供方法において、セッションIDではなく、Webサイトを一意に特定できるキーを用いて、Webサイトが利用したWebAPIを特定する場合には、前記Webサイトは、予めWebサイトを一意に識別できるキーを取得し、前記WebAPIを呼び出すときは前記キーを一緒に送出し、前記WebAPIは前記キーを広告仲介サービスに送出し、前記広告仲介サービスでは前記キーと前記キーを送出したWebAPIを関連付けて保持し、前記Webサイトは、前記WebAPIの処理結果と広告を埋め込んだWebページをWebブラウザに送出し、前記Webブラウザから埋め込んだ広告情報の画像等を取得するときに用いるURLには、前記広告情報の画像等を広告仲介サービスから取得するときに、広告仲介サービスにキーが渡るように、パラメータとしてキーを付加しておき、広告がクリックされたときに遷移するURLにも、パラメータとしてキーを付加しておき、前記Webブラウザに広告を表示したときや閲覧者が広告をクリックしたときに、広告仲介サービスにキーが送られるようにしておくことで広告の閲覧状況を把握可能とし、その回数に応じてWebサイト毎の広告への貢献度及び、キーとWebAPIを関連付けて保持している情報に基づいてWebサイト毎に利用したWebAPIとその回数を特定する広告提供方法。
  20.  請求項12に記載の広告提供方法において、前記Webサイト、前記WebAPIの何れか又は両方が前記WebAPIの呼び出しログをセッションID又はキーと共に保持し、前記ログを定期的に広告仲介サービスに送出し、前記広告仲介サービスでは、前記ログを解析することでWebサイトが利用したWebAPIを特定する広告提供方法。
  21.  請求項20に記載の広告提供方法において、前記広告仲介サービスは、前記Webサイトと前記WebAPIの両方からログを収集し、前記両方のログの内容を比較し、両者に前記WebAPIを呼び出した、又は呼び出された記述があったときにその呼び出しが確かであると判断する広告提供方法。
  22.  Webブラウザに広告が表示された、又は広告がクリックされたときに発生する対価をWebAPI提供者に分配する対価分配方法であって、Webブラウザが広告を表示したWebページを要求したときに、その要求を受け取ったWebサイトが利用した一つ又は複数のWebAPIを請求項12の方法で特定し、発生した対価をWebAPI提供者に分配する対価分配方法。
  23.  Webブラウザに広告が表示された、又は広告がクリックされたときに発生する対価を特定期間毎にWebAPI提供者に分配する対価分配方法であって、請求項12の方法で収集した広告に貢献したWebサイトと前記Webサイトが利用したWebAPIの記録から、前記特定期間内に前記Webサイトに発生した対価の総量と、前記Webサイトが利用した一つ又は複数のWebAPIの回数を求め、各WebAPIの利用回数に応じて対価の総量をWebAPI提供者に分配する対価分配方法。
  24.  請求項11において、利用しているWebAPIの種類に応じて表示する広告を選択する方法であり、広告仲介サービスは、WebAPIとそのWebAPIに関連する一つ又は複数のキーワードを管理し、広告情報とその広告に関連するキーワードを管理し、広告仲介サービスがWebブラウザから広告情報の要求を受け取ったときに、セッションIDを用いて利用したWebAPIを特定し、又はキーを用いてWebサイトが良く利用しているWebAPIを特定し、そのWebAPIに関連するキーワードを取得し、そのキーワードを同じキーワードを含む広告情報を選択することで、利用しているWebAPIの種類に応じた広告をWebブラウザに提供する広告提供方法。
  25.  請求項11において、前記Webブラウザからの全リクエストに対するWebAPIの使用量を計測するのではなく、特定期間に発生した前記Webブラウザからのリクエストに対するWebAPIの使用量を計測し、その計測結果に従って、前記WebAPIに分配する広告貢献の対価を決定する広告提供方法。
PCT/JP2008/068855 2007-10-18 2008-10-17 情報提供方法及び広告提供方法 WO2009051225A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/675,045 US8862502B2 (en) 2007-10-18 2008-10-17 Information providing method and advertisement providing method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2007-270896 2007-10-18
JP2007270896 2007-10-18

Publications (2)

Publication Number Publication Date
WO2009051225A1 WO2009051225A1 (ja) 2009-04-23
WO2009051225A4 true WO2009051225A4 (ja) 2010-03-04

Family

ID=40567486

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2008/068855 WO2009051225A1 (ja) 2007-10-18 2008-10-17 情報提供方法及び広告提供方法

Country Status (3)

Country Link
US (1) US8862502B2 (ja)
JP (1) JP5497282B2 (ja)
WO (1) WO2009051225A1 (ja)

Families Citing this family (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011055075A (ja) * 2009-08-31 2011-03-17 Kyocera Mita Corp 画像形成システムおよび画像形成装置
JP4575991B1 (ja) * 2009-12-29 2010-11-04 隆照 今泉 Webサイトの管理用サーバ、管理方法及び管理プログラム
JP4536156B1 (ja) * 2010-01-25 2010-09-01 隆照 今泉 Webサイトの管理用サーバ、管理方法及び管理プログラム
KR101520295B1 (ko) * 2010-04-15 2015-05-15 엔에이치엔엔터테인먼트 주식회사 사용자 채널 제공 시스템 및 방법, 그리고 서비스 제공 시스템 및 방법
CA2738289C (en) * 2011-04-28 2018-05-29 Ibm Canada Limited - Ibm Canada Limitee Identifying session identification information
JP5667024B2 (ja) * 2011-09-28 2015-02-12 株式会社東芝 プログラム生成装置、プログラム生成方法及びプログラム
US20130091038A1 (en) * 2011-10-11 2013-04-11 Neelakantan Sundaresan Associating electronic commerce listings with content
US20130198266A1 (en) * 2012-01-30 2013-08-01 5O9, Inc. Facilitating communication between web-enabled devices
US9262593B2 (en) 2012-06-25 2016-02-16 Microsoft Technology Licensing, Llc Client services for web-based applications
CN105940403B (zh) * 2014-02-06 2019-09-06 索尼公司 信息处理设备、信息处理方法、程序和服务器
JP6424499B2 (ja) * 2014-07-10 2018-11-21 株式会社リコー 画像形成装置、情報処理方法、及びプログラム
JP2016043537A (ja) * 2014-08-21 2016-04-04 株式会社アシストシステム研究所 新聞紙面印刷装置および新聞紙面印刷方法
US10657556B1 (en) * 2015-06-09 2020-05-19 Twitter, Inc. Click-through prediction for targeted content
US10581989B2 (en) * 2015-07-30 2020-03-03 Nasdaq, Inc. Application logging framework
US20170221109A1 (en) * 2016-01-29 2017-08-03 Qualcomm Incorporated Ads management in a browser application
US10528976B1 (en) * 2016-02-22 2020-01-07 Openmail Llc Email compliance systems and methods
US10310850B2 (en) * 2016-10-19 2019-06-04 Facebook, Inc. Methods and systems for determining relevant changes in an API
JP2018128830A (ja) 2017-02-08 2018-08-16 グローリー株式会社 現金処理システム
US10810099B2 (en) * 2017-09-11 2020-10-20 Internatinal Business Machines Corporation Cognitive in-memory API logging
JP6522718B1 (ja) 2017-11-22 2019-05-29 ソフトバンク株式会社 Api課金システム、api課金管理方法、及び、api課金プログラム
US20220276917A1 (en) * 2021-03-01 2022-09-01 Jpmorgan Chase Bank, N.A. Method and system for distributed application programming interface management
JP7288931B2 (ja) * 2021-07-07 2023-06-08 Gmoメディア株式会社 ギフト管理装置、ギフト管理システム、ギフト管理方法およびギフト管理プログラム

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001352403A (ja) 2000-06-06 2001-12-21 Nec Planning Research Ltd 移動電話を利用した広告方法及び広告システム
JP2003295966A (ja) 2002-04-02 2003-10-17 Imagereality Co Ltd 高圧縮ソフト付きweb課金エンコーダプログラムを記憶した記憶媒体
JP2003323571A (ja) 2002-05-01 2003-11-14 Aki Nishiyama ウェブページ表示機能付プログラム
JP2005128919A (ja) 2003-10-27 2005-05-19 Nec Fielding Ltd ネットワークセキュリティーシステム
JP2007010887A (ja) 2005-06-29 2007-01-18 Ixi Co Ltd 情報処理システム、情報送信サーバ装置、情報端末装置、携帯端末装置、およびプログラム
JP2007018200A (ja) 2005-07-07 2007-01-25 Flatz:Kk アフィリエイトシステム
JP2007025779A (ja) 2005-07-12 2007-02-01 Fujitsu Ltd サービス料金管理装置、サービス料金管理方法およびプログラム
JP2007122677A (ja) * 2005-10-28 2007-05-17 Ibix Corp 広告報酬還元型ネットワーク検索エンジンシステム
JP4762693B2 (ja) 2005-11-22 2011-08-31 株式会社日立製作所 ファイルサーバ、ファイルサーバのログ管理システム及びファイルサーバのログ管理方法
JP2007179319A (ja) 2005-12-28 2007-07-12 Takeshi Shibata 電子書籍情報処理装置、方法、及びコンピュータプログラム
US8364782B2 (en) * 2007-05-25 2013-01-29 Microsoft Corporation Ad-funded web services

Also Published As

Publication number Publication date
WO2009051225A1 (ja) 2009-04-23
JP5497282B2 (ja) 2014-05-21
US8862502B2 (en) 2014-10-14
JP2009116865A (ja) 2009-05-28
US20110099068A1 (en) 2011-04-28

Similar Documents

Publication Publication Date Title
WO2009051225A4 (ja) 情報提供方法及び広告提供方法
US8244578B2 (en) Methods and systems to facilitate keyword bid arbitrage with multiple advertisement placement providers
JP4224116B1 (ja) アフィリエイト販売システム
US20100281008A1 (en) Universal Tracking Agent System and Method
US20110125593A1 (en) Online marketing payment monitoring method and system
US20100042487A1 (en) Apparatus and Method of Monetizing Hyperlinks
JP5572629B2 (ja) コンテンツを要求するメディアアイテムの分析
US20120290405A1 (en) Monetizing social and content networks and ebooks through reference link driven advertising and reference pretargeting
US20140052587A1 (en) Social commerce agent store replication
US20110270670A1 (en) Method and system for facilitating online advertising
JP2009265833A (ja) 広告システム及び広告方法
US20100274864A1 (en) System and Method for Distribution and Redistribution of Electronic Content
JP2010020585A (ja) アフィリエイトシステム及びそのシステムにおけるデータ継承方法
JP5240903B2 (ja) アフィリエイト広告監視システム及び方法
EP1236145A1 (en) Method for brokering internet advertisements on the internet and host therefor
US9558333B2 (en) Systems and methods for facilitating the sharing of digital bundles of services between users
US20140122217A1 (en) Systems and methods for providing digital bundles of services
US20170070570A1 (en) System and method for improving the distribution and redistribution of electronic content
WO2017166280A1 (en) Technologies for propagating advertisements
JP5479539B2 (ja) 広告の説明と積立条件とを同期化する広告提供システム及び方法
JP2002149546A (ja) バナー広告システムおよびバナー広告の管理方法
KR20200042713A (ko) 쇼핑몰 운영 방법 및 이를 실행하는 시스템
Amarasekara et al. Improving the robustness of the cross-domain tracking process
JP7341276B1 (ja) 報酬管理システム、報酬管理方法及び報酬管理プログラム
JP7366171B2 (ja) トラッキングシステム、トラッキング方法及びトラッキングプログラム

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: 08838860

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase in:

Ref country code: DE

122 Ep: pct app. not ent. europ. phase

Ref document number: 08838860

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 12675045

Country of ref document: US