JP2018084992A - Information processing apparatus, information processing method and information processing program - Google Patents

Information processing apparatus, information processing method and information processing program Download PDF

Info

Publication number
JP2018084992A
JP2018084992A JP2016228217A JP2016228217A JP2018084992A JP 2018084992 A JP2018084992 A JP 2018084992A JP 2016228217 A JP2016228217 A JP 2016228217A JP 2016228217 A JP2016228217 A JP 2016228217A JP 2018084992 A JP2018084992 A JP 2018084992A
Authority
JP
Japan
Prior art keywords
content
bid price
information processing
processing apparatus
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2016228217A
Other languages
Japanese (ja)
Other versions
JP6800713B2 (en
Inventor
龍希 村上
Tatsuki Murakami
龍希 村上
康行 佐々木
Yasuyuki Sasaki
康行 佐々木
征良 中村
Yukiyoshi Nakamura
征良 中村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yahoo Japan Corp
Original Assignee
Yahoo Japan Corp
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 Yahoo Japan Corp filed Critical Yahoo Japan Corp
Priority to JP2016228217A priority Critical patent/JP6800713B2/en
Publication of JP2018084992A publication Critical patent/JP2018084992A/en
Application granted granted Critical
Publication of JP6800713B2 publication Critical patent/JP6800713B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PROBLEM TO BE SOLVED: To determine content subject to distribution more fairly than before.SOLUTION: An information processing apparatus of the present invention includes an acquisition unit and a determination unit. The acquiring unit acquires achievement information on a charge amount to a content input source. The determining unit determines content subject to distribution based on the achievement information acquired by the acquiring unit.SELECTED DRAWING: Figure 2

Description

本発明は、情報処理装置、情報処理方法および情報処理プログラムに関する。   The present invention relates to an information processing apparatus, an information processing method, and an information processing program.

近年、インターネットの飛躍的な普及に伴い、インターネットを介した広告配信が盛んに行われている。例えば、広告媒体に設定された広告枠に、企業や商品等の広告コンテンツを表示し、かかる広告コンテンツがクリックされた場合に、広告主のウェブページへ遷移させる広告配信が行われている。   In recent years, with the rapid spread of the Internet, advertisement distribution via the Internet has been actively performed. For example, advertisement distribution is performed in which advertisement contents such as companies and products are displayed in an advertisement frame set in an advertisement medium, and when such advertisement contents are clicked, a transition is made to an advertiser's web page.

ここで、特許文献1には、広告主により設定された入札価格に基づいて、広告コンテンツの露出順位および課金額を決定する技術が開示されている。   Here, Patent Document 1 discloses a technique for determining the exposure order and charge amount of advertisement content based on a bid price set by an advertiser.

特開2013−4086号公報JP 2013-4086 A

しかしながら、上記の従来技術では、配信対象のコンテンツ(例えば、広告コンテンツ)をより公平に決定することができるとは限らない。例えば、上記の従来示術では、予め設定された広告領域に空きスペースが発生する場合、その空きスペースに広告を表示させるために追加入札を行った広告主、および、これまでに既に入札を行っている既存広告主の広告に対して、それぞれの入札価格に基づいて広告露出順位を決定している。この一例として、上記の従来示術では、図1A〜図1C等に示されているように、入札価格が高いほど、高い広告露出順位を決定しているが、このような手法では、必ずしも、配信対象のコンテンツ(例えば、広告コンテンツ)をより公平に決定することができるとは限らない。   However, with the above-described conventional technology, it is not always possible to determine content to be distributed (for example, advertising content) more fairly. For example, in the above-described conventional technique, when an empty space is generated in a preset advertisement area, an advertiser who has made an additional bid to display an advertisement in the empty space, and a bid has already been made so far. The advertisement exposure rank is determined based on the bid price of each existing advertiser's advertisement. As an example of this, in the conventional technique described above, as shown in FIGS. 1A to 1C and the like, the higher the bid price is, the higher the advertisement exposure ranking is determined. Content to be distributed (for example, advertising content) cannot always be determined more fairly.

本願は、上記に鑑みてなされたものであって、配信対象のコンテンツをより公平に決定することができる情報処理装置を提供することを目的とする。   The present application has been made in view of the above, and an object thereof is to provide an information processing apparatus that can determine content to be distributed more fairly.

本願にかかる情報処理装置は、コンテンツの入稿元への課金額に関する実績情報を取得する取得部と、前記取得部により取得された実績情報に基づいて、配信対象のコンテンツを決定する決定部とを有することを特徴とする。   An information processing apparatus according to the present application includes: an acquisition unit that acquires performance information related to a charge amount to a content submission source; a determination unit that determines content to be distributed based on the performance information acquired by the acquisition unit; It is characterized by having.

実施形態の一態様によれば、配信対象のコンテンツをより公平に決定することができる。   According to one aspect of the embodiment, content to be distributed can be determined more fairly.

図1は、実施形態にかかる入札価格調整処理の一例を示す図である。FIG. 1 is a diagram illustrating an example of a bid price adjustment process according to the embodiment. 図2は、実施形態にかかる情報処理装置の構成例を示す図である。FIG. 2 is a diagram illustrating a configuration example of the information processing apparatus according to the embodiment. 図3は、実施形態にかかる広告情報記憶部の一例を示す図である。FIG. 3 is a diagram illustrating an example of the advertisement information storage unit according to the embodiment. 図4は、実施形態にかかる配信ログ情報記憶部の一例を示す図である。FIG. 4 is a diagram illustrating an example of a distribution log information storage unit according to the embodiment. 図5は、入札価格調整処理を説明するための概念図である。FIG. 5 is a conceptual diagram for explaining bid price adjustment processing. 図6は、実施形態にかかる入札価格調整処理を含む配信処理の一例を示すフローチャートである。FIG. 6 is a flowchart illustrating an example of distribution processing including bid price adjustment processing according to the embodiment. 図7は、情報処理装置の機能を実現するコンピュータの一例を示すハードウェア構成図である。FIG. 7 is a hardware configuration diagram illustrating an example of a computer that realizes the functions of the information processing apparatus.

以下に、本願にかかる情報処理装置、情報処理方法および情報処理プログラムを実施するための形態(以下、「実施形態」と呼ぶ)について図面を参照しつつ説明する。なお、この実施形態により本願にかかる情報処理装置、情報処理方法および情報処理プログラムが限定されるものではない。また、以下の実施形態において、同一の部位には同一の符号を付し、重複する説明は省略される。   Hereinafter, an information processing apparatus, an information processing method, and an information processing program (hereinafter, referred to as “embodiment”) according to the present application will be described with reference to the drawings. Note that the information processing apparatus, the information processing method, and the information processing program according to the present application are not limited by this embodiment. Moreover, in the following embodiment, the same code | symbol is attached | subjected to the same site | part and the overlapping description is abbreviate | omitted.

〔1.入札価格調整処理〕
以下では、図1を用いて、実施形態にかかる入札価格調整処理の一例について説明する。図1は、実施形態にかかる入札価格調整処理の一例を示す図である。図1では、情報処理装置200によって入札価格調整処理が行われる例を示す。
[1. (Bid price adjustment processing)
Hereinafter, an example of the bid price adjustment process according to the embodiment will be described with reference to FIG. FIG. 1 is a diagram illustrating an example of a bid price adjustment process according to the embodiment. FIG. 1 shows an example in which a bid price adjustment process is performed by the information processing apparatus 200.

まず、図1に示すシステム1は、端末装置10と、コンテンツサーバ100と、情報処理装置200とを含む。端末装置10、コンテンツサーバ100、情報処理装置200は、ネットワークを介して有線または無線により通信可能に接続される。なお、図1に示すシステム1には、複数台の端末装置10や、複数台のコンテンツサーバ100や、複数台の情報処理装置200が含まれてもよい。   First, the system 1 illustrated in FIG. 1 includes a terminal device 10, a content server 100, and an information processing device 200. The terminal device 10, the content server 100, and the information processing device 200 are communicably connected via a network by wire or wireless. The system 1 illustrated in FIG. 1 may include a plurality of terminal devices 10, a plurality of content servers 100, and a plurality of information processing devices 200.

端末装置10は、ユーザによって利用される情報処理装置である。また、端末装置10は、例えば、スマートフォン等の携帯電話機や、タブレット端末や、PDA(Personal Digital Assistant)や、デスクトップ型PC(Personal Computer)や、ノート型PC等である。   The terminal device 10 is an information processing device used by a user. The terminal device 10 is, for example, a mobile phone such as a smartphone, a tablet terminal, a PDA (Personal Digital Assistant), a desktop PC (Personal Computer), a notebook PC, or the like.

ここで、実施形態にかかる広告コンテンツ(コンテンツの一例)は、検索連動型広告(リスティング広告とも呼ばれる)であるものとする。このような場合、端末装置10は、ユーザに入力された検索クエリに対応する検索結果が一覧表示される検索結果ページの配信要求をコンテンツサーバ100に送信する。   Here, it is assumed that the advertisement content (an example of content) according to the embodiment is a search-linked advertisement (also referred to as a listing advertisement). In such a case, the terminal device 10 transmits to the content server 100 a distribution request for a search result page in which search results corresponding to the search query input by the user are displayed as a list.

そして、端末装置10は、コンテンツサーバ100により配信された検索結果ページに広告コンテンツが表示される領域である広告枠が含まれている場合には、かかる広告枠に表示させる広告コンテンツを取得するための配信要求(以下、「広告配信要求」と表記する場合がある)を情報処理装置200に送信する。例えば、端末装置10は、ユーザに入力された検索クエリに対応する広告コンテンツを表示するために、かかる検索クエリを含む広告配信要求を情報処理装置200に送信する。そして、端末装置10は、情報処理装置200から受け付けた広告コンテンツが広告枠に表示されるように検索結果ページを表示する。   When the search result page distributed by the content server 100 includes an advertising space that is an area where the advertising content is displayed, the terminal device 10 acquires the advertising content to be displayed in the advertising space. Is transmitted to the information processing apparatus 200 (hereinafter may be referred to as “advertisement distribution request”). For example, the terminal apparatus 10 transmits an advertisement distribution request including the search query to the information processing apparatus 200 in order to display advertisement content corresponding to the search query input by the user. Then, the terminal device 10 displays the search result page so that the advertising content received from the information processing device 200 is displayed in the advertising space.

なお、広告コンテンツの形態は、検索連動型広告に限定されるものではなく、例えば、バナー広告等であってもよい。また、以下で詳細に説明するが、実施形態にかかる情報処理装置200は、広告コンテンツが1回選択された際に、かかる広告コンテンツの入稿元である広告主へ請求する課金額の単価である課金額単価(CPC:Cost Per Click)を算定する。したがって、実施形態にかかる広告コンテンツは、クリック課金型広告でもある。   Note that the form of the advertisement content is not limited to the search-linked advertisement, and may be a banner advertisement, for example. Further, as will be described in detail below, the information processing apparatus 200 according to the embodiment is a unit price of a charge amount charged to an advertiser who is a source of the advertisement content when the advertisement content is selected once. A certain charge unit price (CPC: Cost Per Click) is calculated. Therefore, the advertising content according to the embodiment is also a click-billing advertisement.

コンテンツサーバ100は、ユーザによって入力された検索クエリに対応する検索結果が一覧表示される検索結果ページを端末装置10に配信するサーバ装置である。検索結果ページには、例えば、検索クエリに対応する広告コンテンツが表示される広告枠が設けられている。   The content server 100 is a server device that distributes to the terminal device 10 a search result page on which search results corresponding to a search query input by a user are displayed. In the search result page, for example, an advertisement frame in which advertisement content corresponding to the search query is displayed is provided.

情報処理装置200は、広告コンテンツの配信に関する処理およびコンテンツに設定される入札価格を調整する入札価格調整処理を行うサーバ装置である。例えば、情報処理装置200は、端末装置10から検索クエリを含む広告配信要求を受信すると、広告主に対して請求する課金額の単価である課金額単価を算定する。このとき、情報処理装置200は、セカンドプライスオークション(GSP:Generalized Second-Price auction)方式を用いて、広告主への課金額単価を算定する。   The information processing device 200 is a server device that performs processing related to distribution of advertising content and bid price adjustment processing for adjusting a bid price set for the content. For example, when the information processing apparatus 200 receives an advertisement distribution request including a search query from the terminal device 10, the information processing apparatus 200 calculates a charging unit price that is a unit price of a charging amount charged to the advertiser. At this time, the information processing apparatus 200 calculates a billing unit price for the advertiser using a second price auction (GSP) method.

また、情報処理装置200は、後述する入札価格調整処理により、コンテンツに設定される入札価格を調整し、調整後の入札価格に基づいて、配信対象のコンテンツを決定する。   In addition, the information processing apparatus 200 adjusts the bid price set for the content by a bid price adjustment process described later, and determines the content to be distributed based on the adjusted bid price.

ここで、GSP方式で課金額単価を算出する際に起こり得る問題について一例を用いて説明する。GSP方式とは、各広告主により設定された入札価格(bid価格とも呼ばれる)に基づいて、各広告主に対して順位付けを行い、付与された順位に基づいて、各広告主への課金額単価を算定するといったものである。より具体的に説明すると、GSP方式とは、順位iが付された広告コンテンツ広告主に対して、順位i+1が付された広告コンテンツ広告主により設定された入札価格を課金額単価として算定するものである。   Here, a problem that may occur when the billing unit price is calculated by the GSP method will be described using an example. The GSP method ranks each advertiser based on a bid price (also called a bid price) set by each advertiser, and charges each advertiser based on the given rank. For example, the unit price is calculated. More specifically, the GSP method calculates the bid price set by the advertising content advertiser assigned ranking i + 1 as the billing unit price for the advertising content advertiser assigned ranking i. It is.

ここで、GSP方式では、例えば、広告主による意図的な操作が行われることで、広告配信における公平性が失われてしまうといった問題が生じる場合がある。この点について、情報処理装置200が有する広告情報記憶部221の例を用いて説明する。   Here, in the GSP method, for example, there may be a problem that fairness in advertisement distribution is lost due to an intentional operation by an advertiser. This point will be described using an example of the advertisement information storage unit 221 included in the information processing apparatus 200.

まず、広告情報記憶部221について簡単に説明する。広告情報記憶部221は、広告コンテンツおよび広告主による設定に関する各種情報を記憶する記憶部である。図1の例では、広告情報記憶部221は、「広告主」、「広告コンテンツ」、「入札価格」、「ターゲティング情報」、「CTR」、「eCPM」といった項目を有する。   First, the advertisement information storage unit 221 will be briefly described. The advertisement information storage unit 221 is a storage unit that stores various types of information regarding advertisement content and settings by the advertiser. In the example of FIG. 1, the advertisement information storage unit 221 includes items such as “advertiser”, “advertisement content”, “bid price”, “targeting information”, “CTR”, and “eCPM”.

「広告主」は、対応する「広告コンテンツ」を入稿した入稿元を示す。「広告コンテンツ」は、対応する「広告主」によって入稿された広告コンテンツを示す。「入札価格」は、広告主が広告コンテンツを入稿する際に指定する広告料金を示す。例えば、「入札価格」は、広告コンテンツがユーザに1回クリックされた際に、情報処理装置200が広告主に対して請求する課金額の単価である課金額単価(CPC)を算定する際に用いられる。また、実施形態にかかる「入札価格」は、広告主が支払い可能な課金額単価の上限を示す。   “Advertiser” indicates the trafficking source who submitted the corresponding “advertising content”. “Advertising content” indicates the advertising content submitted by the corresponding “advertiser”. “Bid price” indicates an advertising fee designated when an advertiser submits advertising content. For example, the “bid price” is used when calculating a billing unit price (CPC) that is a unit price of a billing amount charged to the advertiser by the information processing apparatus 200 when the advertisement content is clicked once by the user. Used. Further, the “bid price” according to the embodiment indicates the upper limit of the billing unit price that the advertiser can pay.

「ターゲティング情報」は、どのような検索クエリに対して広告コンテンツを配信させるかといった条件情報を示す。一例を示すと、広告配信要求に含まれる検索クエリに一致するターゲティング情報が指定されている広告コンテンツが、かかる広告配信要求に応じて配信される。なお、検索クエリとターゲティング情報とのマッチングは、完全一致であってもよいし部分一致であってもよい。   “Targeting information” indicates condition information such as to which search query the advertising content is distributed. As an example, advertisement content in which targeting information that matches a search query included in the advertisement distribution request is specified is distributed in response to the advertisement distribution request. Note that the search query and the targeting information may be matched completely or partially.

CTR(Click Through Rate)は、広告コンテンツがクリックされた回数を広告コンテンツの表示回数によって除算した値を示す。eCPM(effective Cost Per Mille)は、広告コンテンツが表示されることにより期待される収益期待値であり、広告コンテンツの評価値として用いられる。例えば、eCPMは、入札価格とCTRとを乗じることにより算出される。   CTR (Click Through Rate) indicates a value obtained by dividing the number of times the advertisement content is clicked by the number of times the advertisement content is displayed. The eCPM (effective cost per mille) is an expected profit value expected when the advertising content is displayed, and is used as an evaluation value of the advertising content. For example, eCPM is calculated by multiplying a bid price and CTR.

ここで、eCPMが高い広告コンテンツほど高い順位が付与され、付与された順位が高い広告コンテンツほどより閲覧され易い位置に表示される場合、および、広告主への課金方式としてGSPが採用される場合を想定する。   Here, a higher ranking is assigned to advertising content with a higher eCPM, and an advertising content with a higher ranking is displayed at a position that is more easily viewed, and a case where GSP is adopted as a billing method for the advertiser Is assumed.

このような場合、図1の例では、広告コンテンツAD11に対してeCPM「2.0」」、広告コンテンツAD21に対してeCPM「5.0」、広告コンテンツAD31に対してeCPM「3.5」、広告コンテンツAD41に対してeCPM「0.5」がそれぞれ算出される。   In such a case, in the example of FIG. 1, eCPM “2.0” for the advertising content AD11, eCPM “5.0” for the advertising content AD21, and eCPM “3.5” for the advertising content AD31. ECPM “0.5” is calculated for each of the advertisement contents AD41.

そして、eCPMの高さに応じて広告コンテンツAD21に「1位」、広告コンテンツAD31に「2位」、広告コンテンツAD11に「3位」、広告コンテンツAD41に「4位」がそれぞれ付与される。   Then, “1st” is assigned to the advertising content AD21, “2nd” to the advertising content AD31, “3rd” to the advertising content AD11, and “4th” to the advertising content AD41 according to the height of the eCPM.

また「1位」が付与された広告コンテンツAD21の広告主C2を例に挙げると、GSP方式により広告主C2への課金額単価として、広告コンテンツAD21の次順位(2位)の広告コンテンツAD31の広告主C3により設定された「50円」が算定される。つまり、GSP方式では、広告主C2が設定している入札価格「500円」より圧倒的に安い課金額単価が算定される。   For example, the advertiser C2 of the advertising content AD21 to which “1st place” is given is taken as an example. The advertising content AD31 of the next rank (second place) of the advertising content AD21 is used as the billing unit price to the advertiser C2 by the GSP method. “50 yen” set by the advertiser C3 is calculated. That is, in the GSP method, a billing unit price that is overwhelmingly lower than the bid price “500 yen” set by the advertiser C2 is calculated.

以上説明してきた例では、広告主C2が、GSP方式により次順位の広告主によって設定された課金額単価が自身への課金額単価として算定されることを見越して、支払いを自身が設定した入札価格よりも圧倒的に安く済むようにさせることに加えて、より良い位置に自身の広告コンテンツが表示されるように、他の広告主との入札価格競争が成立しないほどに高い入札価格をあえて設定していることが伺える。つまり、広告主C2は、GSP方式の特性を悪用しようとしている可能性がある。   In the example described above, the advertiser C2 bids for which he / she has set the payment in anticipation that the billing unit price set by the advertiser of the next rank is calculated as the billing unit price for himself / herself by the GSP method. In addition to making it overwhelmingly cheaper than the price, I dare to bid so high that there is no bid price competition with other advertisers so that my advertising content is displayed in a better position You can see that it is set. In other words, the advertiser C2 may be trying to abuse the characteristics of the GSP method.

このように、GSP方式により算定された課金額単価に基づいて、課金が行われる場合、上記のように、GSPの特性を逆手に取って他の広告主に圧力をかけるとともに、低価格でより良い広告掲載位置を獲得できるような入札価格設定が行われるといった問題が起こる場合がある。また、このような問題では、正当に入札価格を設定している広告主から見れば、不満や不公平感が生じる。したがって、GSP方式では、必ずしも公平な広告配信を行うことができるとは限らない。   In this way, when billing is performed based on the billing unit price calculated by the GSP method, as described above, the characteristics of the GSP are taken over to put pressure on other advertisers, and at a lower price, There may be a problem that a bid is set so that a good advertising position can be obtained. Moreover, in such a problem, dissatisfaction and unfairness arise from the viewpoint of an advertiser who has set a proper bid price. Therefore, in the GSP method, fair advertisement distribution is not always possible.

そこで、実施形態にかかる情報処理装置200は、広告コンテンツの入稿元である広告主への課金額であって当該広告コンテンツとは異なる他のコンテンツに設定された入札価格に基づいて定まる課金額に関する実績情報に基づいて、当該広告コンテンツに設定される入札価格を調整する。なお、他のコンテンツに設定された入札価格に基づいて定まる課金額とは、例えば、GSP方式により算定される課金額である。また、情報処理装置200は、調整した入札価格に基づいて、配信対象の広告コンテンツを決定する。以下では、このような入札価格調整処理の一例について説明する。   Therefore, the information processing apparatus 200 according to the embodiment is a billing amount for an advertiser who is a source of advertising content and is determined based on a bid price set for other content different from the advertising content. The bid price set for the advertisement content is adjusted on the basis of the performance information regarding the advertisement content. Note that the charge amount determined based on the bid price set for the other content is, for example, a charge amount calculated by the GSP method. Further, the information processing apparatus 200 determines advertisement content to be distributed based on the adjusted bid price. Hereinafter, an example of such bid price adjustment processing will be described.

まず、ユーザU1が、端末装置10を用いて、所定の検索エンジンに検索クエリ「サッカー」を入力したとする。かかる場合、端末装置10は、検索クエリ「サッカー」に対応する検索結果ページの配信要求をコンテンツサーバ100に送信する。例えば、端末装置10は、検索クエリ「サッカー」を含む検索結果ページ配信要求をコンテンツサーバ100に送信する(ステップS1)。   First, it is assumed that the user U1 uses the terminal device 10 to input a search query “soccer” to a predetermined search engine. In this case, the terminal apparatus 10 transmits a search result page distribution request corresponding to the search query “soccer” to the content server 100. For example, the terminal device 10 transmits a search result page distribution request including the search query “soccer” to the content server 100 (step S1).

そして、図示しないがコンテンツサーバ100は、検索クエリ「サッカー」に対応するコンテンツを自装置内の記憶部や、連携する他の外部サーバから検索する。そして、コンテンツサーバ100は、検索したコンテンツ毎のタイトルやURLが検索結果として一覧表示される検索結果ページP1を生成する。   Then, although not shown, the content server 100 searches the content corresponding to the search query “soccer” from the storage unit in its own device or another external server that cooperates. Then, the content server 100 generates a search result page P1 in which titles and URLs for each searched content are displayed as a list of search results.

ここで、検索結果ページP1について説明する。検索結果ページP1には、検索連動型広告が表示される広告枠F1と、検索結果が一覧表示される検索結果領域R1とが含まれる。図1の例では、1つ広告枠F1は、スペースSP11〜SP13に分けられ、この3つのスペースそれぞれに配信対象の広告コンテンツが表示される。   Here, the search result page P1 will be described. The search result page P1 includes an advertising space F1 in which search-linked advertisements are displayed, and a search result region R1 in which search results are displayed in a list. In the example of FIG. 1, one advertising space F1 is divided into spaces SP11 to SP13, and advertising content to be distributed is displayed in each of these three spaces.

一般に、ユーザは、上から下へと目を通してゆく特性があるため、スペースSP11〜SP13のうち、最も上のスペースSP11に表示される広告コンテンツがユーザに閲覧されたりクリックされる可能性が高く、スペースSP12、SP13と下へ行くほどその可能性は低くなるといえる。したがって、広告主は、自身が入稿した広告コンテンツに入札価格を設定することにより、入札価格競争に参加し、より良い広告掲載位置(図1の例では、スペースSP11)を勝ち取ろうとする。   In general, since the user has a characteristic of looking through from the top to the bottom, the advertisement content displayed in the top space SP11 among the spaces SP11 to SP13 is highly likely to be viewed or clicked by the user, It can be said that the possibility decreases as the space SP12, SP13 goes down. Therefore, the advertiser sets a bid price for the advertisement content submitted by himself, thereby participating in the bid price competition and trying to win a better advertisement placement position (space SP11 in the example of FIG. 1).

入札価格調整処理の説明に戻り、コンテンツサーバ100は、生成した検索結果ページP1を端末装置10に配信する(ステップS2)。   Returning to the description of the bid price adjustment process, the content server 100 distributes the generated search result page P1 to the terminal device 10 (step S2).

端末装置10は、検索結果ページP1を受け付けると、検索結果ページP1に広告枠F1が含まれていることにより、広告配信要求を情報処理装置200に送信する(ステップS3)。例えば、端末装置10は、検索クエリ「サッカー」を含む広告配信要求を情報処理装置200に送信する。   Upon receiving the search result page P1, the terminal device 10 transmits an advertisement distribution request to the information processing apparatus 200 because the search result page P1 includes the advertising space F1 (step S3). For example, the terminal device 10 transmits an advertisement distribution request including the search query “soccer” to the information processing device 200.

情報処理装置200は、端末装置10から広告配信要求を受信すると、広告情報記憶部221を参照し、広告配信要求に含まれる検索クエリ「サッカー」と、ターゲティング情報とのマッチングを行い、検索クエリ「サッカー」に一致する広告コンテンツを特定する(ステップS4)。図1の例では、情報処理装置200は、検索クエリ「サッカー」に一致するターゲティング情報が設定されている広告コンテンツAD11〜AD51を特定する。また、このようにマッチングで特定した広告コンテンツを配信候補の広告コンテンツとする。   When receiving the advertisement distribution request from the terminal device 10, the information processing apparatus 200 refers to the advertisement information storage unit 221, matches the search query “soccer” included in the advertisement distribution request with the targeting information, and searches the search query “ The advertising content matching “soccer” is identified (step S4). In the example of FIG. 1, the information processing apparatus 200 identifies advertising content AD11 to AD51 in which targeting information that matches the search query “soccer” is set. In addition, the advertisement content specified by the matching is set as a delivery candidate advertisement content.

次に、情報処理装置200は、ステップS4で特定した配信候補の広告コンテンツに対して順位付け(ランキング)を行う(ステップS5)。本実施形態では、情報処理装置200は、各広告コンテンツのeCPMに基づいて、各広告コンテンツに順位付けを行う。例えば、情報処理装置200は、eCPMが高い広告コンテンツほど高い順位を付与する。図1の例では、情報処理装置200は、ステップS4で特定した広告コンテンツAD11〜AD51においてeCPMが高い順に応じて、広告コンテンツAD21「1位」、広告コンテンツAD31「2位」、広告コンテンツAD11「3位」、広告コンテンツAD41「4位」、広告コンテンツAD51「5位」を付与する。   Next, the information processing apparatus 200 ranks (ranks) the advertising content of the distribution candidates specified in step S4 (step S5). In the present embodiment, the information processing apparatus 200 ranks each advertisement content based on the eCPM of each advertisement content. For example, the information processing apparatus 200 gives higher rankings to advertising content with higher eCPM. In the example of FIG. 1, the information processing apparatus 200 corresponds to the advertising content AD21 “first”, the advertising content AD31 “second”, and the advertising content AD11 “in order of increasing eCPM in the advertising content AD11 to AD51 specified in step S4. “3rd”, advertising content AD41 “4th”, and advertising content AD51 “5th” are assigned.

次に、情報処理装置200は、GSP方式を採用した場合における課金額単価を、配信候補の広告コンテンツに対応する広告主に対してに算定する(ステップS6)。GSP方式を採用した場合、情報処理装置200は、広告コンテンツAD21の広告主C2に対して課金額単価「50円」、広告コンテンツAD31の広告主C3に対して課金額単価「40円」、広告コンテンツAD11の広告主C1に対して課金額単価「10円」、広告コンテンツAD41の広告主C4に対して課金額単価「5円」を算定する。なお、以下では、GSP方式により算出される課金額単価を「GSP課金額単価」と表記する場合がある。   Next, the information processing apparatus 200 calculates the billing unit price when the GSP method is adopted for the advertiser corresponding to the distribution candidate advertisement content (step S6). When the GSP method is adopted, the information processing apparatus 200 sets the billing unit price “50 yen” for the advertiser C2 of the advertising content AD21 and the billing unit price “40 yen” for the advertiser C3 of the advertising content AD31. The billing unit price “10 yen” is calculated for the advertiser C1 of the content AD11, and the billing unit price “5 yen” is calculated for the advertiser C4 of the advertisement content AD41. Hereinafter, the billing unit price calculated by the GSP method may be referred to as “GSP billing unit price”.

ここで、上記GSP方式における問題点として説明したように、順位「1位」の広告コンテンツAD21の広告主C2の入札価格が「500円」であり、他の広告主の入札価格と比較して圧倒的に高い。したがって、広告主C2が、正当な入札価格を設定しているとは言い難い。にも拘らず、広告コンテンツAD21は、順位「1位」であることから、最も良い広告掲載位置といえるスペースSP11に表示される配信対象となり得るうえに、広告主C2への課金額単価は「50円」となり、当初の入札価格「500円」と比較して非常に安い課金額単価となってしまっている。   Here, as described above as a problem in the GSP method, the bid price of the advertiser C2 of the advertisement content AD21 of the rank “1st place” is “500 yen”, compared with the bid prices of other advertisers. Overwhelmingly high. Therefore, it is difficult to say that the advertiser C2 has set a valid bid price. Nevertheless, since the advertising content AD21 is ranked “1st”, the advertising content AD21 can be a distribution target displayed in the space SP11 that can be said to be the best advertising placement position, and the billing unit price for the advertiser C2 is “ 50 yen ", which is a much lower charge unit price than the original bid price" 500 yen ".

したがって、情報処理装置200は、このようにGSP方式の特性を逆手にとって高額入札価格設定が行われることにより、より良い広告掲載位置が当初の入札価格と比較して非常に安い課金額単価(例えば、他の広告主(次順位の広告主)により設定されている正当な入札価格)で獲得されてしまうといった問題を回避するために、続けて、以下の入札価格調整処理を行う。   Therefore, the information processing apparatus 200 performs a high bid price setting by using the characteristics of the GSP method in the opposite way, so that a better advertisement placement position is much cheaper than the original bid price (for example, In order to avoid the problem of being obtained at another advertiser (a legitimate bid price set by the next-ranking advertiser), the following bid price adjustment process is performed.

具体的には、情報処理装置200は、入札価格を調整する調整対象となる広告コンテンツの広告主への課金額であって当該広告コンテンツとは異なる他の広告コンテンツに設定された入札価格に基づいて定まる課金額に関する実績情報に基づいて、当該コンテンツに設定される入札価格を調整する(ステップS7)。さらに具体的には、情報処理装置200は、調整対象となる広告コンテンツが表示される媒体において、過去に当該広告コンテンツが表示されることにより当該広告コンテンツの広告主に対して算定された課金額に関する実績情報に基づいて、当該広告コンテンツに設定される入札価格を調整する。   Specifically, the information processing apparatus 200 is based on a bid price set for another advertising content different from the advertising content, which is an amount charged to the advertiser of the advertising content to be adjusted for adjusting the bid price. The bid price set for the content is adjusted on the basis of the performance information related to the determined charge amount (step S7). More specifically, the information processing apparatus 200 determines the billing amount calculated for the advertiser of the advertising content by displaying the advertising content in the past on the medium on which the advertising content to be adjusted is displayed. The bid price set for the advertisement content is adjusted on the basis of the performance information regarding the advertisement content.

なお、他の広告コンテンツに設定された入札価格に基づいて定まる課金額とは、例えば、GSP方式で定まる課金額単価である。したがって、本実施形態では、情報処理装置200は、課金額に関する実績情報として、調整対象となる広告コンテンツの広告主に対して過去にGSP方式で算定された課金額単価の平均値である平均課金額を用いる。また、調整対象となる広告コンテンツとは、図1の例では、ステップS6においてGSP課金額単価が算定された広告コンテンツAD11〜AD41である。また、調整対象となる広告コンテンツが表示される媒体とは、図1の例では、検索クエリ「サッカー」に対応する検索結果ページP1である。   Note that the charge amount determined based on the bid price set for other advertisement content is, for example, the charge amount unit price determined by the GSP method. Therefore, in the present embodiment, the information processing apparatus 200 uses the average section, which is the average value of the billing unit price calculated in the past by the GSP method for the advertiser of the advertising content to be adjusted, as performance information about the billing amount. Use the amount. Further, in the example of FIG. 1, the advertising content to be adjusted is the advertising content AD11 to AD41 for which the GSP billing unit price is calculated in step S6. Further, in the example of FIG. 1, the medium on which the advertising content to be adjusted is displayed is the search result page P1 corresponding to the search query “soccer”.

さて、入札価格調整処理について、広告コンテンツAD21を例に説明する。例えば、情報処理装置200は、検索クエリ「サッカー」に対応する検索結果ページP1において、過去に広告コンテンツAD21が表示されることにより(配信対象となることにより)、広告コンテンツAD21の広告主C2に対して算定された課金額に関する実績情報を、後述する配信ログ情報記憶部222から取得する。このとき、過去の期間をどのように設定するかは、任意であってよい。   Now, the bid price adjustment process will be described using the advertisement content AD21 as an example. For example, the information processing apparatus 200 displays the advertisement content AD21 in the past (by becoming a distribution target) on the search result page P1 corresponding to the search query “soccer”, thereby causing the advertiser C2 of the advertisement content AD21 to The performance information related to the billing amount calculated for the information is acquired from a distribution log information storage unit 222 described later. At this time, how to set the past period may be arbitrary.

そして、情報処理装置200は、取得した実績情報に含まれる課金額であってGSP方式で広告主C2に対して算定された課金額単価を平均することにより平均課金額を算出する。ここでは、情報処理装置200は、平均課金額「50円」を算定したものとする。続いて、情報処理装置200は、算定した平均課金額「50円」、および、現在広告コンテンツAD21に対して設定されている入札価格「500円」に対して、所定の重み付けを行う。   Then, the information processing apparatus 200 calculates the average billing amount by averaging the billing amount included in the acquired performance information and calculated for the advertiser C2 by the GSP method. Here, it is assumed that the information processing apparatus 200 calculates the average billing amount “50 yen”. Subsequently, the information processing apparatus 200 performs predetermined weighting on the calculated average billing amount “50 yen” and the bid price “500 yen” currently set for the advertising content AD21.

例えば、情報処理装置200は、調整後の入札価格が、平均課金額「50円」、および、入札価格「500円」の影響を所定の割合で受けたものとなるように、平均課金額「50円」、および、入札価格「500円」それぞれに所定の重み付けを行う。例えば、情報処理装置200は、平均課金額「50円」、および、入札価格「500円」それぞれに重み係数「0.5」を乗じるといった重み付けを行う。このような重み付けにより、情報処理装置200は、平均課金額「25円」、および、入札価格「250円」を算出する。   For example, the information processing apparatus 200 uses the average charge amount “50 yen” and the average charge amount “50 yen” and the average charge amount “500 yen” so as to be affected by a predetermined ratio. A predetermined weight is applied to each of “50 yen” and the bid price “500 yen”. For example, the information processing apparatus 200 performs weighting by multiplying each of the average billing amount “50 yen” and the bid price “500 yen” by a weighting factor “0.5”. By such weighting, the information processing apparatus 200 calculates the average billing amount “25 yen” and the bid price “250 yen”.

そして、情報処理装置200は、広告コンテンツAD21の広告主C2に対する過去の平均課金額「25円」、および、入札価格「250円」を足し合わせることにより「275円」を算定する。   Then, the information processing apparatus 200 calculates “275 yen” by adding the past average charge amount “25 yen” to the advertiser C2 of the advertisement content AD21 and the bid price “250 yen”.

すなわち、情報処理装置200は、広告コンテンツAD21の広告主C2に対する過去の課金額の平均値「50円」、および、現在広告コンテンツAD21に対して設定されている入札価格「500円」それぞれに対して、バランス調整の重み付けを行う。そして、情報処理装置200は、重み付けした値を足し合わせることで、入札価格「275円」を算定するする。言い換えれば、情報処理装置200は、広告コンテンツAD21に対応する課金額の実績情報と、広告主C2により広告コンテンツAD21に対して設定される入札価格とを用いて、広告コンテンツAD21に対して設定される入札価格を「275円」へと調整する。また、情報処理装置200は、調整対象の広告コンテンツAD11、AD31、AD41についても同様にして、それぞれの広告主に設定されている入札価格を調整する。なお、上記のように調整された調整後の入札価格を「nBid価格」と表記する場合がある。   That is, the information processing apparatus 200 performs the past charge amount average value “50 yen” for the advertiser C2 of the advertisement content AD21 and the bid price “500 yen” currently set for the advertisement content AD21. The balance adjustment is weighted. The information processing apparatus 200 calculates the bid price “275 yen” by adding the weighted values. In other words, the information processing apparatus 200 is set for the advertising content AD21 using the actual amount information of the billing amount corresponding to the advertising content AD21 and the bid price set for the advertising content AD21 by the advertiser C2. Adjust the bid price to “275 yen”. The information processing apparatus 200 also adjusts the bid price set for each advertiser in the same manner for the advertisement contents AD11, AD31, and AD41 to be adjusted. Note that the adjusted bid price adjusted as described above may be referred to as “nBid price”.

次に、情報処理装置200は、nBid価格に基づいて、調整対象となった広告コンテンツAD11〜AD41それぞれに順位付けを行う(ステップS8)。例えば、情報処理装置200は、広告コンテンツAD11〜AD41それぞれについて、nBid価格とCTRとを乗じることによりeCPMを算出する。そして、情報処理装置200は、算出したeCPMの大きさに応じた順位付けを行う。例えば、情報処理装置200は、eCPMが大きい広告コンテンツほど、高い順位を付与する。   Next, the information processing apparatus 200 ranks each of the advertisement contents AD11 to AD41 that have been adjusted based on the nBid price (step S8). For example, the information processing apparatus 200 calculates eCPM by multiplying the nBid price and the CTR for each of the advertising contents AD11 to AD41. Then, the information processing apparatus 200 performs ranking according to the calculated size of eCPM. For example, the information processing apparatus 200 gives higher rankings to advertising content with a larger eCPM.

図1の例では、情報処理装置200は、広告コンテンツAD21の広告主C2について調整したnBid価格「275円」と、広告コンテンツAD21のCTR「0.01」とを乗じることにより、広告コンテンツAD21に対してeCPM「2.75」を算出する。また、情報処理装置200は、同様にして、広告コンテンツAD11に対してeCPM「1.25」を算出する。また、情報処理装置200は、広告コンテンツAD31に対してeCPM「3.15」を算出する。また、情報処理装置200は、広告コンテンツAD41に対してeCPM「0.38」を算出する。   In the example of FIG. 1, the information processing apparatus 200 multiplies the nBid price “275 yen” adjusted for the advertiser C2 of the advertising content AD21 by the CTR “0.01” of the advertising content AD21, thereby giving the advertising content AD21 On the other hand, eCPM “2.75” is calculated. Similarly, the information processing apparatus 200 calculates eCPM “1.25” for the advertising content AD11. Further, the information processing apparatus 200 calculates eCPM “3.15” for the advertisement content AD31. In addition, the information processing apparatus 200 calculates eCPM “0.38” for the advertisement content AD41.

上記のようにeCPMを算出したことで、情報処理装置200は、図1に示すように、広告コンテンツAD31に「1位」、広告コンテンツAD21に「2位」、広告コンテンツAD11に「3位」、広告コンテンツAD41に「4位」、を付与する。また、このように付与した順位を最終順位として、情報処理装置200は、最終順位に基づいて、配信対象の広告コンテンツを決定する(ステップS9)。図1の例では、情報処理装置200は、検索結果ページP1のスペースSP11〜SP13それぞれに表示される広告コンテンツを決定する。   By calculating eCPM as described above, the information processing apparatus 200 is “1st” in the advertising content AD31, “2nd” in the advertising content AD21, and “3rd” in the advertising content AD11 as shown in FIG. , “4th place” is assigned to the advertising content AD41. The information processing apparatus 200 determines the advertisement content to be distributed based on the final ranking, with the ranking given in this way (step S9). In the example of FIG. 1, the information processing apparatus 200 determines advertisement content displayed in each of the spaces SP11 to SP13 of the search result page P1.

例えば、情報処理装置200は、最終順位が高い広告コンテンツほど、スペースSP11〜SP13のうち、よりユーザにより閲覧され易いスペースに表示されるように、配信対象の広告コンテンツを決定する。したがって、情報処理装置200は、最終順位「1位」の広告コンテンツAD31を、スペースSP11に表示される配信対象の広告コンテンツとして決定する。また、情報処理装置200は、最終順位「2位」の広告コンテンツAD21を、スペースSP12に表示される配信対象の広告コンテンツとして決定する。また、情報処理装置200は、最終順位「3位」の広告コンテンツAD11を、スペースSP13に表示される配信対象の広告コンテンツとして決定する。   For example, the information processing apparatus 200 determines the advertising content to be distributed so that the advertising content with the higher final ranking is displayed in the space SP11 to SP13 that is more easily viewed by the user. Therefore, the information processing apparatus 200 determines the advertising content AD31 of the final ranking “1st” as the advertising content to be distributed displayed in the space SP11. Further, the information processing apparatus 200 determines the advertising content AD21 having the final ranking “second” as the advertising content to be distributed that is displayed in the space SP12. Further, the information processing apparatus 200 determines the advertising content AD11 having the final ranking “third” as the advertising content to be distributed displayed in the space SP13.

次に、情報処理装置200は、GSP方式を用いて、ステップS9で決定した配信対象の広告コンテンツそれぞれの広告主へのGSP課金額単価を再計算する(ステップS10)。図1の例では、情報処理装置200は、広告コンテンツAD31の広告主C3へのGSP課金額単価「50円」を算定する。また、情報処理装置200は、広告コンテンツAD21の広告主C2へのGSP課金額単価「40円」、広告コンテンツAD11の広告主C1へのGSP課金額単価「10円」を算定する。   Next, the information processing apparatus 200 recalculates the GSP billing unit price for each advertiser of the advertisement content to be distributed determined in step S9 using the GSP method (step S10). In the example of FIG. 1, the information processing apparatus 200 calculates the GSP billing unit price “50 yen” for the advertiser C3 of the advertising content AD31. In addition, the information processing apparatus 200 calculates the GSP charge unit price “40 yen” for the advertiser C2 of the advertisement content AD21 and the GSP charge unit price “10 yen” for the advertiser C1 of the advertisement content AD11.

なお、広告コンテンツAD31の広告主C3へのGSP課金額単価が「500円」でないのは、GSP方式では、広告主により設定された入札価格より高い課金額単価を請求することができないといった制限があるためである。   The GSP billing unit price for the advertiser C3 of the advertising content AD31 is not “500 yen” because the GSP method cannot charge a billing unit price higher than the bid price set by the advertiser. Because there is.

最後に、情報処理装置200は、配信対象の広告コンテンツAD31、AD21、AD11を端末装置10に配信する(ステップS11)。例えば、情報処理装置200は、順位「1位」の広告コンテンツAD31をスペースSP11に、順位「2位」の広告コンテンツAD21をスペースSP12に、順位「3位」の広告コンテンツAD11をスペースSP13に表示させるように、これら配信対象の広告コンテンツを端末装置10に配信する。   Finally, the information processing apparatus 200 distributes the advertisement content AD31, AD21, AD11 to be distributed to the terminal device 10 (step S11). For example, the information processing apparatus 200 displays the advertisement content AD31 ranked “1st” in the space SP11, the advertisement content AD21 ranked “2nd” in the space SP12, and the advertisement content AD11 ranked “3rd” in the space SP13. As described above, the advertisement content to be distributed is distributed to the terminal device 10.

以上説明してきたように、実施形態にかかる情報処理装置200は、GSP方式で定まる課金額単価の実績情報から、平均課金額を算定する。そして、情報処理装置200は、算定した平均課金額を用いて、現時点で広告主に設定されている入札価格を調整し、調整後の入札価格を用いて算出したeCPMに基づいて、入札価格調整対象となった広告コンテンツに順位付けを行う。そして、情報処理装置200は、付与した順位に基づいて、配信対象の広告コンテンツを決定する。   As described above, the information processing apparatus 200 according to the embodiment calculates the average billing amount from the record information of the billing unit price determined by the GSP method. Then, the information processing apparatus 200 adjusts the bid price currently set for the advertiser using the calculated average billing amount, and adjusts the bid price based on the eCPM calculated using the adjusted bid price. Rank the targeted advertising content. Then, the information processing apparatus 200 determines the advertisement content to be distributed based on the assigned rank.

このような課金額調整処理により、情報処理装置200は、正当な入札価格を設定せず意図的に高額な入札価格を設定している広告主の広告コンテンツばかりに高順位が付与されてしまうことで、より良い広告掲載位置に表示されてしまうことを防止することができる。例えば、図1で説明したように、情報処理装置200は、課金額調整処理により、GSP方式だけでは、順位「1位」が付与されてしまう広告主C2の広告コンテンツAD21の順位よりも、正当な入札価格を設定している広告主(例えば、広告主C3)の広告コンテンツの順位を高めることができる。したがって、情報処理装置200は、配信対象のコンテンツをより公平に決定することができる。   By such charge amount adjustment processing, the information processing apparatus 200 is given high rank only to the advertising content of the advertiser who has intentionally set a high bid price without setting a valid bid price. Therefore, it can be prevented that the advertisement is displayed at a better advertisement placement position. For example, as described with reference to FIG. 1, the information processing apparatus 200 is more legitimate than the ranking of the advertising content AD21 of the advertiser C2 who is given the ranking “first place” by the GSP method alone by the charge amount adjustment process. It is possible to increase the ranking of the advertising content of the advertiser (for example, the advertiser C3) who has set a simple bid price. Therefore, the information processing apparatus 200 can determine the distribution target content more fairly.

また、情報処理装置200は、GSP課金額単価における実績情報から求めた平均課金額、および、現在設定されている入札価格の両方を用いて、現在設定されている入札価格を調整するため、GSP方式のみを採用して付与した順位と比較して、極端に順位が入れ替わってしまうことを防止することができる。また、情報処理装置200は、広告主による入札戦略にも対応することができる。   Further, the information processing apparatus 200 adjusts the currently set bid price by using both the average charged amount obtained from the actual information on the GSP charged amount unit price and the currently set bid price. Compared with the ranking given by adopting only the method, it is possible to prevent the ranking from being changed extremely. In addition, the information processing apparatus 200 can cope with a bid strategy by an advertiser.

〔2.情報処理装置の構成〕
次に、図2を用いて、実施形態にかかる情報処理装置200の構成について説明する。図2は、実施形態にかかる情報処理装置200の構成例を示す図である。図2に示すように、情報処理装置200は、通信部210と、記憶部220と、制御部230とを有する。
[2. Configuration of information processing apparatus]
Next, the configuration of the information processing apparatus 200 according to the embodiment will be described with reference to FIG. FIG. 2 is a diagram illustrating a configuration example of the information processing apparatus 200 according to the embodiment. As illustrated in FIG. 2, the information processing apparatus 200 includes a communication unit 210, a storage unit 220, and a control unit 230.

通信部210は、例えば、NIC(Network Interface Card)等によって実現される。そして、通信部210は、ネットワークと有線または無線で接続され、端末装置10、コンテンツサーバ100との間で情報の送受信を行う。   The communication unit 210 is realized by, for example, a NIC (Network Interface Card). The communication unit 210 is connected to the network by wire or wireless, and transmits / receives information to / from the terminal device 10 and the content server 100.

記憶部220は、例えば、RAM(Random Access Memory)、フラッシュメモリ(Flash Memory)等の半導体メモリ素子、または、ハードディスク、光ディスク等の記憶装置によって実現される。図2に示すように、記憶部220は、広告情報記憶部221と、配信ログ情報記憶部222とを有する。   The storage unit 220 is realized by, for example, a semiconductor memory device such as a RAM (Random Access Memory) or a flash memory, or a storage device such as a hard disk or an optical disk. As illustrated in FIG. 2, the storage unit 220 includes an advertisement information storage unit 221 and a distribution log information storage unit 222.

(広告情報記憶部221について)
広告情報記憶部221は、広告コンテンツおよび広告主による設定に関する各種情報、さらに、広告コンテンツが配信やクリックされたことによる実績情報等を記憶する。ここで、図3は、実施形態にかかる広告情報記憶部221の一例を示す図である。図3の例では、広告情報記憶部221は、「広告主ID」、「広告ID」、「広告コンテンツ」、「入札価格」、「ターゲティング情報」、「CTR」、「eCPM」といった項目を有する。
(About the advertisement information storage unit 221)
The advertisement information storage unit 221 stores various information related to the advertisement content and the setting by the advertiser, as well as performance information resulting from the distribution or clicking of the advertisement content. Here, FIG. 3 is a diagram illustrating an example of the advertisement information storage unit 221 according to the embodiment. In the example of FIG. 3, the advertisement information storage unit 221 includes items such as “advertiser ID”, “advertisement ID”, “advertisement content”, “bid price”, “targeting information”, “CTR”, and “eCPM”. .

「広告主ID」は、広告主または広告主によって広告コンテンツ入稿等に利用される広告主端末を識別するための識別情報を示す。図1では、図示していないが、実施形態にかかるシステム1には、この広告主端末も含まれてよい。「広告ID」は、広告コンテンツを識別するための識別情報を示す。なお、既に図1の説明でも示しているが、本実施形態では、広告主および広告コンテンツを区別して表記する場合、「広告主ID」および「広告ID」を用いる場合がある。例えば、広告主ID「C1」によって識別される広告主を広告主C1と表記する。また、例えば、広告ID「AD11」によって識別される広告コンテンツを広告コンテンツAD11と表記する。   “Advertiser ID” indicates identification information for identifying an advertiser terminal used by the advertiser or the advertiser to submit advertisement content. Although not shown in FIG. 1, the advertiser terminal may also be included in the system 1 according to the embodiment. “Advertisement ID” indicates identification information for identifying advertisement content. As already shown in FIG. 1, in the present embodiment, when the advertiser and the advertising content are distinguished from each other, “advertiser ID” and “advertisement ID” may be used. For example, an advertiser identified by an advertiser ID “C1” is represented as an advertiser C1. Further, for example, the advertisement content identified by the advertisement ID “AD11” is referred to as advertisement content AD11.

「広告コンテンツ」は、入稿された広告コンテンツ、すなわち広告コンテンツのデータを示す。図3の例では、「広告コンテンツ」として、例えば、「DA11」といった概念的な記号を用いているが、実際には、テキスト、画像、動画、URLまたはこれらの格納場所を示すファイルパス名等である。   “Advertising content” indicates the submitted advertising content, that is, the data of the advertising content. In the example of FIG. 3, for example, a conceptual symbol such as “DA11” is used as “advertising content”, but actually, a text, an image, a moving image, a URL, a file path name indicating the storage location thereof, or the like It is.

「入札価格」は、広告主が広告コンテンツを入稿する際に指定する広告料金を示す。例えば、「入札価格」は、広告コンテンツがユーザに1回選択(例えば、タップ操作、クリック操作等)された際に、情報処理装置200が広告主に対して請求する課金額の単価である課金額単価を算定する際に用いられる。また、「入札価格」は、広告主が支払い可能な課金額単価の上限を示す。   “Bid price” indicates an advertising fee designated when an advertiser submits advertising content. For example, the “bid price” is a unit price that is charged by the information processing apparatus 200 to the advertiser when the advertisement content is selected by the user once (for example, tap operation, click operation, etc.). Used when calculating unit price. The “bid price” indicates the upper limit of the billing unit price that the advertiser can pay.

「ターゲティング情報」は、所定の情報とマッチする広告コンテンツを特定するための条件情報を示す。本実施形態では、「ターゲティング情報」は、ユーザによって入力された検索クエリとマッチ(完全一致、部分一致)する広告コンテンツを特定するために用いられる条件情報であるものとする。しかし、これに限らず、「ターゲティング情報」は、ユーザの属性情報とマッチする広告コンテンツを特定するために用いられる条件情報であってもよい。かかる場合、「ターゲティング情報」として、ユーザの属性情報を示す情報(例えば、20代女性等)が指定される。なお、「ターゲティング情報」は、広告主が広告コンテンツを入稿する際に指定する。   “Targeting information” indicates condition information for identifying advertising content that matches predetermined information. In the present embodiment, the “targeting information” is condition information used for specifying advertisement content that matches (completely matches, partially matches) a search query input by the user. However, the present invention is not limited to this, and the “targeting information” may be condition information used to identify advertising content that matches user attribute information. In such a case, information indicating user attribute information (for example, a woman in her 20s) is designated as “targeting information”. The “targeting information” is specified when the advertiser submits the advertising content.

「CTR」は、広告コンテンツがクリックされた回数を広告コンテンツの表示回数によって除算した値を示す。なお、端末装置10に配信されたことがない広告コンテンツのCTRには、予め決められている固定値や、広告情報記憶部221に格納されている全ての広告コンテンツにおけるCTRの平均値や、同一の広告カテゴリ(例えば、車、旅行)に属する全ての広告コンテンツにおけるCTRの平均値等が記憶される。また、「CTR」には、CTR予測モデル等から予測される予測CTRが記憶されてもよい。このような予測CTRは、例えば、広告コンテンツの種別や、広告コンテンツが表示されるウェブページの種別等によって予測される。   “CTR” indicates a value obtained by dividing the number of times the advertising content is clicked by the number of times the advertising content is displayed. The CTR of the advertising content that has not been distributed to the terminal device 10 is the same as the fixed value determined in advance, the average value of the CTR of all the advertising content stored in the advertising information storage unit 221, or the same The average value of CTR and the like in all advertisement contents belonging to the advertisement category (for example, car, travel) are stored. In addition, in “CTR”, a predicted CTR predicted from a CTR prediction model or the like may be stored. Such a predicted CTR is predicted based on, for example, the type of advertising content, the type of web page on which the advertising content is displayed, and the like.

eCPMは、広告コンテンツが表示されることにより期待される収益期待値であり、広告コンテンツの評価値として用いられる。例えば、eCPMは、入札価格とCTRとを乗じることにより算出される。   The eCPM is an expected profit value expected when the advertising content is displayed, and is used as an evaluation value of the advertising content. For example, eCPM is calculated by multiplying a bid price and CTR.

すなわち、図3の例では、広告主ID「C1」によって識別される広告主が、広告ID「AD11」によって識別される広告コンテンツのデータとして、広告コンテンツ「DA11」を入稿するとともに、かかる広告コンテンツに対して入札価格「40円」、ターゲティング情報「サッカー」を指定している例を示す。また、広告コンテンツAD11のCTRが「0.05」、eCPMが「2.0」である例を示す。   That is, in the example of FIG. 3, the advertiser identified by the advertiser ID “C1” submits the advertisement content “DA11” as the advertisement content data identified by the advertisement ID “AD11”, and the advertisement An example is shown in which a bid price “40 yen” and targeting information “soccer” are designated for the content. Further, an example is shown in which the CTR of the advertisement content AD11 is “0.05” and the eCPM is “2.0”.

(配信ログ情報記憶部222について)
配信ログ情報記憶部222は、広告配信における履歴情報を記憶する記憶部である。ここで、図4は、実施形態にかかる配信ログ情報記憶部222の一例を示す図である。図4の例では、配信ログ情報記憶部222は、「端末ID」、「配信日時」、「表示媒体」、「広告主ID」、「広告ID」、「表示位置」、「GSP課金額単価」といった項目を有する。
(About distribution log information storage unit 222)
The distribution log information storage unit 222 is a storage unit that stores history information in advertisement distribution. Here, FIG. 4 is a diagram illustrating an example of the distribution log information storage unit 222 according to the embodiment. In the example of FIG. 4, the distribution log information storage unit 222 includes “terminal ID”, “distribution date / time”, “display medium”, “advertiser ID”, “advertisement ID”, “display position”, “GSP charge unit price”. ”.

「端末ID」は、ユーザまたはユーザによって利用される端末装置10を識別するための識別情報を示す。「配信日時」は、対応する「広告ID」によって識別される広告コンテンツが端末装置10に配信された日時を示す。   The “terminal ID” indicates identification information for identifying the user or the terminal device 10 used by the user. “Distribution date and time” indicates the date and time when the advertisement content identified by the corresponding “advertisement ID” is distributed to the terminal device 10.

「表示媒体」は、、対応する「広告ID」によって識別される広告コンテンツが表示されたコンテンツ(例えば、検索結果ページ)がどのようなコンテンツであるかを示す。例えば、図4に示すように、「サッカー」が登録されている「表示媒体」は、検索クエリ「サッカー」に対応する検索結果が一覧表示される検索結果ページを示す。   The “display medium” indicates what kind of content is the content (for example, the search result page) on which the advertising content identified by the corresponding “advertisement ID” is displayed. For example, as shown in FIG. 4, “display medium” in which “soccer” is registered indicates a search result page in which search results corresponding to the search query “soccer” are displayed in a list.

「広告主ID」は、広告主または広告主によって広告コンテンツ入稿等に利用される広告主端末を識別するための識別情報を示す。「広告ID」は、広告コンテンツを識別するための識別情報を示す。   “Advertiser ID” indicates identification information for identifying an advertiser terminal used by the advertiser or the advertiser to submit advertisement content. “Advertisement ID” indicates identification information for identifying advertisement content.

「表示位置」は、対応する「広告ID」によって識別される広告コンテンツがコンテンツ(例えば、検索結果ページ)において、どのような位置に表示されたかを示す。「GSP課金額単価」は、GSP方式を用いて算定された課金額単価を示す。   “Display position” indicates in what position the advertisement content identified by the corresponding “advertisement ID” is displayed in the content (for example, the search result page). “GSP billing unit price” indicates a billing unit price calculated using the GSP method.

すなわち、図4の例では、端末ID「U1」によって識別される端末装置10から送信された広告配信要求に応じて、検索クエリ「サッカー」に対応する検索結果ページに表示される対象の広告コンテンツAD21、AD31、AD11が、「2016年10月12日」に配信された例を示す。また、このとき、例えば、広告コンテンツAD21は、かかる検索結果ページに含まれる広告表示位置であるスペースSP11に表示されるものと決定されるとともに、広告コンテンツAD21の広告主C2へのGSP課金額単価「50円」が算定された例を示す。   That is, in the example of FIG. 4, the target advertisement content displayed on the search result page corresponding to the search query “soccer” in response to the advertisement distribution request transmitted from the terminal device 10 identified by the terminal ID “U1”. An example in which AD21, AD31, and AD11 are distributed on “October 12, 2016” is shown. At this time, for example, the advertisement content AD21 is determined to be displayed in the space SP11 that is the advertisement display position included in the search result page, and the GSP billing unit price of the advertisement content AD21 to the advertiser C2 is determined. An example in which “50 yen” is calculated is shown.

図2に戻り、制御部230は、例えば、CPU(Central Processing Unit)やMPU(Micro Processing Unit)等によって、情報処理装置200内部の記憶装置に記憶されている各種プログラムがRAMを作業領域として実行されることにより実現される。また、制御部230は、例えば、ASIC(Application Specific Integrated Circuit)やFPGA(Field Programmable Gate Array)等の集積回路により実現される。   Returning to FIG. 2, the control unit 230 executes various programs stored in the storage device inside the information processing apparatus 200 using the RAM as a work area, for example, by a CPU (Central Processing Unit), an MPU (Micro Processing Unit), or the like. Is realized. Further, the control unit 230 is realized by an integrated circuit such as an application specific integrated circuit (ASIC) or a field programmable gate array (FPGA).

図2に示すように、制御部230は、入稿受付部231と、受信部232と、特定部233と、算定部234と、調整部235と、決定部236と、配信部237とを有し、以下に説明する情報処理の機能や作用を実現または実行する。制御部230の内部構成は、図2に示した情報に限られず、後述する情報処理を行う構成であれば他の構成であってもよい。また、制御部230が有する各処理部の接続関係は、図2に示した接続関係に限られず、他の接続関係であってもよい。   As shown in FIG. 2, the control unit 230 includes an input reception unit 231, a reception unit 232, a specification unit 233, a calculation unit 234, an adjustment unit 235, a determination unit 236, and a distribution unit 237. Then, the functions and operations of information processing described below are realized or executed. The internal configuration of the control unit 230 is not limited to the information illustrated in FIG. 2, and may be another configuration as long as the configuration performs information processing described later. In addition, the connection relationship between the processing units included in the control unit 230 is not limited to the connection relationship illustrated in FIG. 2, and may be another connection relationship.

(入稿受付部231について)
入稿受付部231は、広告主から広告コンテンツの入稿を受け付け、受け付けた広告コンテンツを広告情報記憶部221に格納する。具体的には、入稿受付部231は、広告主による入札価格の指定とともに広告コンテンツの入稿を受け付けると、広告主IDと広告IDとを払い出す。そして、入稿受付部231は、広告主IDおよび広告IDに対応付けて、入札価格、広告コンテンツを広告情報記憶部221に格納する。
(About the submission reception part 231)
The submission acceptance unit 231 accepts submission of advertisement content from the advertiser, and stores the accepted advertisement content in the advertisement information storage unit 221. Specifically, the submission receiving unit 231 pays out the advertiser ID and the advertisement ID when receiving the submission of the advertising content together with the bid price specified by the advertiser. Then, the submission receiving unit 231 stores the bid price and the advertisement content in the advertisement information storage unit 221 in association with the advertiser ID and the advertisement ID.

(受信部232について)
受信部232は、端末装置10から広告コンテンツの配信要求を受信する。例えば、受信部232は、ユーザによって指定された検索クエリを含む配信要求を受信する。また、受信部232は、受信した配信要求に含まれる検索クエリを特定部233へ出力する。
(Receiver 232)
The receiving unit 232 receives the advertisement content distribution request from the terminal device 10. For example, the receiving unit 232 receives a distribution request including a search query specified by the user. In addition, the receiving unit 232 outputs the search query included in the received distribution request to the specifying unit 233.

(特定部233について)
特定部233は、受信部232によって広告配信要求が受信されたことに応じて、所定の広告コンテンツを特定する。例えば、特定部233は、広告配信要求に含まれる検索クエリに対応する広告コンテンツである配信候補の広告コンテンツを特定する。具体的には、特定部233は、受信部232によって広告配信要求が受信されると、広告情報記憶部221を参照し、検索クエリとターゲティング情報とのマッチングを行い、検索クエリに一致するターゲティング情報が対応付けられている広告コンテンツを特定する。なお、特定部233は、ターゲティング情報としてユーザの属性情報が指定されている場合、検索クエリを入力したユーザの属性情報と、指定されている属性情報とのマッチングをさらに行ってもよい。
(About the specific part 233)
The identification unit 233 identifies predetermined advertisement content in response to the reception of the advertisement distribution request by the reception unit 232. For example, the specifying unit 233 specifies the advertisement content of the distribution candidate that is the advertisement content corresponding to the search query included in the advertisement distribution request. Specifically, when the receiving unit 232 receives the advertisement distribution request, the specifying unit 233 refers to the advertisement information storage unit 221, matches the search query with the targeting information, and targets the matching information that matches the search query. The advertising content with which is associated is specified. Note that when the user attribute information is specified as the targeting information, the specifying unit 233 may further perform matching between the attribute information of the user who has input the search query and the specified attribute information.

特定部233による特定処理について図1の例を用いて説明する。まず、受信部232によって検索クエリ「サッカー」を含む広告配信要求が受信されたものとする。かかる場合、特定部233は、広告情報記憶部221を参照し、検索クエリ「サッカー」と、ターゲティング情報とのマッチングを行う。これにより、特定部233は、検索クエリ「サッカー」に一致するターゲティング情報が設定されている広告コンテンツAD11〜AD51を配信候補の広告コンテンツとして特定する。   The specifying process by the specifying unit 233 will be described with reference to the example of FIG. First, it is assumed that an advertisement distribution request including the search query “soccer” is received by the receiving unit 232. In such a case, the specifying unit 233 refers to the advertisement information storage unit 221 and matches the search query “soccer” with the targeting information. Thereby, the specifying unit 233 specifies the advertisement contents AD11 to AD51 in which the targeting information matching the search query “soccer” is set as the distribution candidate advertisement contents.

(算定部234について)
算定部234は、広告主への課金額単価を算定する。具体的には、算定部234は、対象とする広告コンテンツの入稿元への課金額を算定する場合、当該広告コンテンツとは異なる他の広告コンテンツに設定された入札価格に基づいて定まる課金額を算定する。例えば、算定部234は、GSP方式を用いて、特定部233により特定された配信候補の広告コンテンツの入稿元である広告主へのGSP課金額単価を算定する。この点について、図1の例を用いて説明する。
(About the calculation unit 234)
The calculation unit 234 calculates a unit price charged to the advertiser. Specifically, when calculating the billing amount to the submission source of the target advertising content, the calculating unit 234 determines the billing amount determined based on the bid price set for other advertising content different from the advertising content. Is calculated. For example, the calculation unit 234 calculates the GSP billing unit price for the advertiser who is the source of the advertisement content of the distribution candidate specified by the specifying unit 233 using the GSP method. This point will be described with reference to the example of FIG.

まず、算定部234は、特定部233により特定された配信候補の広告コンテンツAD11〜AD51それぞれについてeCPMを算出する。図1の例では、広告コンテンツAD21には、入札価格「500円」が設定されているとともに、CTR「0.01」であることから、算定部234は、入札価格「500円」と、CTR「0.01」とを乗じて、eCPM「5.0」を算出する。また、算定部234は、他の配信候補の広告コンテンツについても同様にしてeCPMを算出する。   First, the calculation unit 234 calculates the eCPM for each of the distribution candidate advertisement contents AD11 to AD51 specified by the specifying unit 233. In the example of FIG. 1, since the bid price “500 yen” is set for the advertising content AD21 and the price is CTR “0.01”, the calculation unit 234 determines that the bid price “500 yen” Multiply by “0.01” to calculate eCPM “5.0”. In addition, the calculation unit 234 calculates the eCPM in the same manner for other distribution candidate advertisement contents.

次に、算定部234は、算出したeCPMに基づいて、配信候補の広告コンテンツに対して順位付けを行う。例えば、算定部234は、eCPMが高い広告コンテンツほど高い順位を付与する。したがって、算定部234は、eCPMが高い順に応じて、広告コンテンツAD21「1位」、広告コンテンツAD31「2位」、広告コンテンツAD11「3位」、広告コンテンツAD41「4位」、広告コンテンツAD51「5位」を付与する。   Next, the calculation unit 234 ranks the advertisement content as distribution candidates based on the calculated eCPM. For example, the calculation unit 234 assigns a higher rank to an advertisement content having a higher eCPM. Accordingly, the calculation unit 234 determines the advertising content AD21 “1st”, the advertising content AD31 “2nd”, the advertising content AD11 “3rd”, the advertising content AD41 “4th”, the advertising content AD51 “ "5th place".

そして、算定部234は、付与した順位に従って、配信候補の広告コンテンツへのGSP課金額単価を算定する。例えば、算定部234は、順位「1位」を付与した広告コンテンツAD21の広告主C2に対しては、順位「2位」を付与した広告コンテンツAD31の広告主C3により設定されている入札価格「50」をGSP課金額単価として算定する。また、算定部234は、順位「2位」を付与した広告コンテンツAD31の広告主C3に対しては、順位「3位」を付与した広告コンテンツAD11の広告主C1により設定されている入札価格「40」をGSP課金額単価として算定する。   Then, the calculation unit 234 calculates the GSP billing unit price for the distribution candidate advertisement content in accordance with the assigned rank. For example, for the advertiser C2 of the advertising content AD21 assigned the ranking “first place”, the calculating unit 234 sets the bid price “set by the advertiser C3 of the advertising content AD31 assigned the ranking“ second place ”. 50 ”is calculated as the GSP billing unit price. Further, the calculation unit 234 gives the bid price “set by the advertiser C1 of the advertisement content AD11 given the ranking“ third ”to the advertiser C3 of the advertising content AD31 given the ranking“ second ”. 40 "is calculated as the GSP billing unit price.

なお、算定部234は、このような調整前の入札価格に基づく順位付け、および、GSP課金額単価の算定を必ずしも行う必要はない。つまり、算定部234は、調整部235により入札価格が調整された後に、調整された入札価格に基き付与した順位を用いて、GSP課金額単価を算定するだけでもよい。   Note that the calculation unit 234 does not necessarily need to perform ranking based on the bid price before adjustment and calculation of the GSP billing unit price. In other words, the calculation unit 234 may only calculate the GSP billing unit price using the ranks assigned based on the adjusted bid price after the adjustment unit 235 has adjusted the bid price.

また、算定部234は、対象とする広告コンテンツとは異なる他の広告コンテンツに設定された入札価格に基づいて定まる課金額が、対象とする広告コンテンツの入稿元によって指定される入札価格よりも高い場合には、この入稿元によって指定される入札価格をこの入稿元への課金額として算定する。この点について、図1のステップS9の例を用いて説明す。   In addition, the calculation unit 234 determines that the charge amount determined based on the bid price set for other advertising content different from the target advertising content is higher than the bid price specified by the submission source of the target advertising content. If it is higher, the bid price specified by this submission source is calculated as the amount charged to this submission source. This point will be described using an example of step S9 in FIG.

本来であれば、算定部234は、調整後の入札価格に基づき付与した順位を用いて、GSP方式により、例えば、広告コンテンツAD31の広告主C3へのGSP課金額単価として「500円」を算定する。しかし、広告主C3は、入札価格「50円」を設定しており、これは、広告主C3が支払い可能な課金額単価の上限が「50円」であることを示す。したがって、算定部234は、広告主C3に対して課金額単価「500円」を算定するのではなく、「50円」を算定する。   Originally, the calculation unit 234 calculates, for example, “500 yen” as the unit price of the GSP charge to the advertiser C3 of the advertising content AD31 by using the ranking given based on the adjusted bid price. To do. However, the advertiser C3 has set a bid price “50 yen”, which indicates that the upper limit of the chargeable unit price that the advertiser C3 can pay is “50 yen”. Therefore, the calculation unit 234 calculates “50 yen” instead of calculating the charged unit price “500 yen” for the advertiser C3.

(調整部235について)
調整部235は、入札価格を調整する調整対象となる広告コンテンツの広告主への課金額に関する実績情報を取得する。具体的には、調整部235は、入札価格を調整する調整対象となる広告コンテンツの広告主への課金額であって当該広告コンテンツとは異なる他の広告コンテンツに設定された入札価格に基づいて定まる課金額に関する実績情報を取得する。そして、調整部235は、取得した実績情報に基づいて、当該コンテンツに設定される入札価格を調整する。さらに具体的には、調整部235は、調整対象となる広告コンテンツが表示される媒体において、過去に当該広告コンテンツが表示されることにより広告主に対して算出された課金額に関する実績情報を取得する。そして、調整部235は、取得した実績情報に基づいて、当該広告コンテンツに設定される入札価格を調整する。したがって、調整部235は、取得部に相当する処理部でもある。
(Regarding the adjustment unit 235)
The adjustment unit 235 acquires performance information regarding the amount charged to the advertiser of the advertising content to be adjusted for adjusting the bid price. Specifically, the adjustment unit 235 is a charge amount to the advertiser of the advertising content to be adjusted for adjusting the bid price, and is based on a bid price set for other advertising content different from the advertising content. Acquire performance information on the fixed charge amount. And the adjustment part 235 adjusts the bid price set to the said content based on the acquired performance information. More specifically, the adjustment unit 235 obtains performance information related to the billing amount calculated for the advertiser by displaying the advertisement content in the past on the medium on which the advertisement content to be adjusted is displayed. To do. And the adjustment part 235 adjusts the bid price set to the said advertising content based on the acquired performance information. Therefore, the adjustment unit 235 is also a processing unit corresponding to the acquisition unit.

ここで、他の広告コンテンツに設定された入札価格に基づいて定まる課金額とは、例えば、GSP方式で定まる課金額単価である。したがって、調整部235は、課金額に関する実績情報として、調整対象となる広告コンテンツの広告主に対して過去にGSP方式で算定された課金額単価の平均値である平均課金額を用いる。なお、GSP方式で定まる課金額単価とは、入札価格に基づいて定まる順位であって広告配信の優先度を示す順位のうち、調整対象となる広告コンテンツの順位より低い順位(例えば、次順位)の広告コンテンツに設定された入札価格に基づいて定まる課金額であって調整対象となっている広告コンテンツの広告主に対する課金額である。   Here, the charge amount determined based on the bid price set for the other advertisement content is, for example, the charge amount unit price determined by the GSP method. Therefore, the adjustment unit 235 uses the average charge amount that is the average value of the charge amount unit price calculated in the past by the GSP method for the advertiser of the advertisement content to be adjusted as the performance information regarding the charge amount. The billing unit price determined by the GSP method is a rank determined based on the bid price and a rank lower than the rank of the advertisement content to be adjusted (for example, the next rank) among the ranks indicating the priority of advertisement distribution. This is a charge amount determined based on a bid price set for the advertisement content, and is a charge amount for the advertiser of the advertisement content to be adjusted.

また、調整対象となる広告コンテンツとは、特定部233によって特定された配信候補の広告コンテンツである。また、調整対象となる広告コンテンツが表示される媒体とは、例えば、検索クエリに対応する検索結果ページである。   The advertising content to be adjusted is the advertising content of the distribution candidate specified by the specifying unit 233. Further, the medium on which the advertisement content to be adjusted is displayed is, for example, a search result page corresponding to the search query.

ここで、調整部235による上記のような入札価格調整処理は、以下の式(1)で表すことができる。つまり、調整部235は、以下の式(1)を用いて、広告配信要求が受信された現時点において、配信候補の広告コンテンツの広告主により設定されている入札価格を調整する。   Here, the bid price adjustment process as described above by the adjustment unit 235 can be expressed by the following equation (1). That is, the adjustment unit 235 uses the following formula (1) to adjust the bid price set by the advertiser of the distribution candidate advertisement content at the time when the advertisement distribution request is received.

Figure 2018084992
ここで、式(1)のうち、「nBid」は、調整後の入札価格を示す。「src」は、所定の検索クエリに対応する検索結果ページを示す。「ad」は、検索結果ページ「src」に対する配信候補の広告コンテンツを示す。「i」は、検索結果ページ「src」に対する配信候補の広告コンテンツ「ad」に含まれる各配信候補の広告コンテンツであって、入札価格を調整する対象となっている特定の1つの広告コンテンツを示す。また、「CPC」は、広告コンテンツ「i」の広告主に対して、過去に算定された課金額を示す。「Bid」は、現在、広告コンテンツ「i」に対して設定されている入札価格を示す。
Figure 2018084992
Here, in Expression (1), “nBid” indicates the bid price after adjustment. “Src” indicates a search result page corresponding to a predetermined search query. “Ad” indicates advertisement content as a distribution candidate for the search result page “src”. “I” is the advertisement content of each delivery candidate included in the advertisement content “ad” of the delivery candidate for the search result page “src”, and represents one specific advertisement content for which the bid price is to be adjusted. Show. “CPC i ” indicates a billing amount calculated in the past for the advertiser of the advertisement content “i”. “Bid” indicates a bid price currently set for the advertisement content “i”.

「N」は、検索結果ページ「src」において、過去に広告コンテンツ「i」が表示されることにより、広告コンテンツ「i」の広告主に対して算出された課金額から平均課金額を算定する際に用いられる課金額の数(実績数)を示す。「α」は、調整後の入札価格が、平均課金額および現在設定されている入札価格それぞれをどのようなバランスで影響を受けた値とするかといったバランス調整を行うための重み係数を示す。本実施形態では、「α=0.5」とするが、「1」より小さい値であれば、いずれの値が重み係数として設定されてもよい。なお、式(1)の右辺における第1項が、重み付けされた平均課金額を示す。   “N” calculates the average billing amount from the billing amount calculated for the advertiser of the advertising content “i” by displaying the advertising content “i” in the past on the search result page “src”. The number of billing amounts (number of achievements) used at the time is shown. “Α” indicates a weighting factor for performing balance adjustment such as how the adjusted bid price is affected by the average charge amount and the currently set bid price. In the present embodiment, “α = 0.5” is set, but any value may be set as the weighting factor as long as the value is smaller than “1”. The first term on the right side of equation (1) represents the weighted average billing amount.

このように、調整部235は、第1の重み係数である「α」を付与された平均課金額と、第2の重み係数である「1−α」が付与された入札価格であって広告コンテンツ「i」の広告主により現在設定されている入札価格とを値を足し合わせることで、広告コンテンツ「i」に設定される入札価格を調整する。   As described above, the adjustment unit 235 has an average billing amount to which “α” as the first weighting factor is assigned and a bid price to which “1-α” as the second weighting factor is assigned. The bid price set for the advertisement content “i” is adjusted by adding the bid price currently set by the advertiser of the content “i”.

さて、ここからは図5を用いて、調整部235による入札価格調整処理の一例を示す。図5は、入札価格調整処理を説明するための概念図である。なお、図5に示す概念図は、図1で示したものと同様である。つまり、図5(a)は、配信候補の広告コンテンツAD11〜AD51が順位付けされることにより、GSP課金額単価が算定されている例を示す。   Now, an example of bid price adjustment processing by the adjustment unit 235 will be described with reference to FIG. FIG. 5 is a conceptual diagram for explaining bid price adjustment processing. The conceptual diagram shown in FIG. 5 is the same as that shown in FIG. That is, FIG. 5A shows an example in which the GSP billing unit price is calculated by ranking the distribution candidate advertisement contents AD11 to AD51.

ここでは、広告コンテンツAD21を例に用いて、入札価格調整処理について説明する。かかる例では、検索結果ページP1が、上記式(1)の検索結果ページ「src」に相当する。また、配信候補の広告コンテンツAD11〜AD51が、広告コンテンツ「ad」に相当する。また、広告コンテンツAD21が、広告コンテンツ「i」に相当する。   Here, the bid price adjustment process will be described using the advertisement content AD21 as an example. In such an example, the search result page P1 corresponds to the search result page “src” of the above formula (1). Further, the distribution candidate advertisement contents AD11 to AD51 correspond to the advertisement content “ad”. Further, the advertising content AD21 corresponds to the advertising content “i”.

まず、調整部235は、検索クエリ「サッカー」に対応する検索結果ページP1において、過去に広告コンテンツAD21が表示されることにより(配信対象となることにより)、広告コンテンツAD21の広告主C2に対して算出された課金額を配信ログ情報記憶部222から「N個」取得する。この取得された「N個」の課金額のうち、1つの課金額が、上記式(1)における「CPC」に相当する。 First, the adjusting unit 235 displays the advertisement content AD21 in the past (by becoming a distribution target) on the search result page P1 corresponding to the search query “soccer”, thereby causing the advertiser C2 of the advertisement content AD21 to “N” is obtained from the distribution log information storage unit 222. Of the obtained “N” billing amounts, one billing amount corresponds to “CPC i ” in the above equation (1).

そして、調整部235は、広告コンテンツAD21に対応する課金額の実績情報から、平均課金額を算定する。ここでは、調整部235は、平均課金額「50円」を算定したものとする。続いて、調整部235は、算定した平均課金額「50円」、および、現在広告コンテンツAD21に対して設定されている入札価格「500円」に対して、所定の重み付けを行う。すなわち、調整部235は、上記式(1)に従い、重み係数「0.5」を、平均課金額「50円」、および、入札価格「500円」それぞれに乗じるといった重み付けを行う。このような重み付けにより、調整部235は、重み付け後の平均課金額「25円」、および、重み付け後の入札価格「250円」を算出する。   Then, the adjustment unit 235 calculates the average charge amount from the charge amount result information corresponding to the advertisement content AD21. Here, it is assumed that the adjustment unit 235 calculates the average billing amount “50 yen”. Subsequently, the adjustment unit 235 performs predetermined weighting on the calculated average billing amount “50 yen” and the bid price “500 yen” currently set for the advertisement content AD21. That is, the adjustment unit 235 performs weighting by multiplying the weighting coefficient “0.5” by the average charge amount “50 yen” and the bid price “500 yen” according to the above equation (1). By such weighting, the adjustment unit 235 calculates the weighted average billing amount “25 yen” and the weighted bid price “250 yen”.

そして、調整部235は、上記式(1)に従い、重み付けした平均課金額「25円」、および、重み付けした入札価格「250円」を足し合わせることにより「275円」を算定する。このように、調整部235は、広告コンテンツAD21の広告主C2に対する過去の課金額の平均値「50円」、および、現在広告コンテンツAD21に対して設定されている入札価格「500円」それぞれに対して、バランス調整の重み付けを行う。そして、調整部235は、重み付けした値を足し合わせることで、入札価格「275円」を算定する。つまり、調整部235は、図5(b)に示すように、nBid価格「275円」を算定する。言い換えれば、調整部235は、広告コンテンツAD21に対応する課金額の実績情報と、広告主C2により広告コンテンツAD21に対して設定される入札価格とを用いて、広告コンテンツAD21に対して設定される入札価格を「275円」として調整する。また、調整部235は、調整対象の広告コンテンツAD11、AD31、AD41についても同様にして、それぞれの広告主に設定されている入札価格を調整する。   Then, the adjusting unit 235 calculates “275 yen” by adding the weighted average billing amount “25 yen” and the weighted bid price “250 yen” according to the above formula (1). As described above, the adjustment unit 235 applies the average value “50 yen” of the past billing amount for the advertiser C2 of the advertising content AD21 and the bid price “500 yen” currently set for the advertising content AD21. On the other hand, balance adjustment is weighted. Then, the adjusting unit 235 calculates the bid price “275 yen” by adding the weighted values. That is, the adjustment unit 235 calculates the nBid price “275 yen” as shown in FIG. In other words, the adjustment unit 235 is set for the advertising content AD21 using the actual amount information of the billing amount corresponding to the advertising content AD21 and the bid price set for the advertising content AD21 by the advertiser C2. Adjust the bid price as “275 yen”. The adjustment unit 235 also adjusts the bid price set for each advertiser in the same manner for the advertisement content AD11, AD31, AD41 to be adjusted.

(決定部236について)
決定部236は、調整部235により調整された入札価格に基づいて、配信対象の広告コンテンツを決定する。例えば、決定部236は、調整部235により調整された入札価格と、当該入札価格に対応する広告コンテンツが選択される確率を示す確率情報とから算出される評価値(eCPM)に基づいて、配信対象の広告コンテンツを決定する。
(About the determination unit 236)
The determination unit 236 determines the advertisement content to be distributed based on the bid price adjusted by the adjustment unit 235. For example, the determination unit 236 distributes based on the evaluation value (eCPM) calculated from the bid price adjusted by the adjustment unit 235 and the probability information indicating the probability that the advertisement content corresponding to the bid price is selected. Determine target advertising content.

図5(b)の例では、決定部236は、入札価格を調整した広告コンテンツAD11〜AD41それぞれについて、nBid価格とCTRとを乗じることによりeCPMを算出する。そして、決定部236は、算出したeCPMの大きさに応じた順位付けを行う。例えば、決定部236は、eCPMが大きい広告コンテンツほど、高い順位を付与する。   In the example of FIG. 5B, the determination unit 236 calculates the eCPM by multiplying the nBid price and the CTR for each of the advertising contents AD11 to AD41 whose bid prices are adjusted. Then, the determination unit 236 performs ranking according to the calculated eCPM size. For example, the determination unit 236 assigns a higher ranking to an advertising content with a larger eCPM.

図5(b)に示すように、決定部236は、広告コンテンツAD21の広告主C2について調整したnBid価格「275円」と、広告コンテンツAD21のCTR「0.01」とを乗じることにより、広告コンテンツAD21に対してeCPM「2.75」を算出する。また、決定部236は、同様にして、広告コンテンツAD11に対してeCPM「1.25」を算出する。また、決定部236は、広告コンテンツAD31に対してeCPM「3.15」を算出する。また、決定部236は、広告コンテンツAD41に対してeCPM「0.38」を算出する。   As shown in FIG. 5B, the determination unit 236 multiplies the nBid price “275 yen” adjusted for the advertiser C2 of the advertising content AD21 by the CTR “0.01” of the advertising content AD21, thereby ECPM “2.75” is calculated for the content AD21. Similarly, the determination unit 236 calculates eCPM “1.25” for the advertising content AD11. Further, the determination unit 236 calculates eCPM “3.15” for the advertising content AD31. Further, the determination unit 236 calculates eCPM “0.38” for the advertising content AD41.

決定部236は、図5(b)に示すように、広告コンテンツAD31に「1位」、広告コンテンツAD21に「2位」、広告コンテンツAD11に「3位」、広告コンテンツAD41に「4位」、を付与する。また、このように付与した順位を最終順位として、決定部236は、最終順位に基づいて、配信対象の広告コンテンツを決定する。   As shown in FIG. 5B, the determination unit 236 is “1st” for the advertising content AD31, “2nd” for the advertising content AD21, “3rd” for the advertising content AD11, and “4th” for the advertising content AD41. , Is given. Also, with the ranking given in this way as the final ranking, the determination unit 236 determines the advertising content to be distributed based on the final ranking.

例えば、決定部236は、最終順位が高い広告コンテンツほど、スペースSP11〜SP13のうち、よりユーザにより閲覧され易いスペースに表示されるように、配信対象の広告コンテンツを決定する。したがって、決定部236は、最終順位「1位」の広告コンテンツAD31を、スペースSP11に表示される配信対象の広告コンテンツとして決定する。また、決定部236は、最終順位「2位」の広告コンテンツAD21を、スペースSP12に表示される配信対象の広告コンテンツとして決定する。また、決定部236は、最終順位「3位」の広告コンテンツAD11を、スペースSP13に表示される配信対象の広告コンテンツとして決定する。   For example, the determination unit 236 determines the advertisement content to be distributed so that the higher the final ranking of the advertisement content is, the more easily displayed by the user among the spaces SP11 to SP13. Therefore, the determination unit 236 determines the advertising content AD31 of the final ranking “1st” as the advertising content to be distributed displayed in the space SP11. Further, the determination unit 236 determines the advertising content AD21 having the final ranking “second” as the advertising content to be distributed displayed in the space SP12. Further, the determination unit 236 determines the advertising content AD11 having the final ranking “third” as the advertising content to be distributed displayed in the space SP13.

なお、算定部234は、決定部236によって付与された最終順位を用いて、配信対象の広告コンテンツAD31、AD21、AD11の広告主へのGSP課金額単価を算定してよい。   Note that the calculation unit 234 may calculate the GSP billing unit price for the advertisers of the advertisement content AD31, AD21, and AD11 to be distributed, using the final ranking given by the determination unit 236.

(配信部237について)
配信部237は、配信対象の広告コンテンツを広告配信要求を送信した端末装置10に配信する。例えば、配信部237は、広告コンテンツAD31に順位「1位」、広告コンテンツAD21に順位「2位」、広告コンテンツAD11に順位「3位」をそれぞれ対応付けて、これら配信対象の広告コンテンツを端末装置10に配信する。これにより、端末装置10によって、広告枠F1のスペースSP11に広告コンテンツAD31、スペースSP12に広告コンテンツAD21、スペースSP31に広告コンテンツAD11が配置された検索結果ページP1が表示される。
(About distribution unit 237)
The distribution unit 237 distributes the advertisement content to be distributed to the terminal device 10 that has transmitted the advertisement distribution request. For example, the distribution unit 237 associates the advertisement content AD31 with the rank “first place”, the advertisement content AD21 with the rank “second place”, and the advertisement content AD11 with the rank “third place”. Delivered to the device 10. Thereby, the terminal device 10 displays the search result page P1 in which the advertising content AD31 is placed in the space SP11 of the advertising space F1, the advertising content AD21 is placed in the space SP12, and the advertising content AD11 is placed in the space SP31.

なお、配信部237は、広告配信により配信実績が蓄積されると、配信実績を用いてCTRやeCPMの算出も行ってよい。また、かかる場合、配信部237は、算出したCTRやeCPMを広告情報記憶部221に格納する。   Note that the distribution unit 237 may calculate CTR and eCPM using the distribution record when the distribution record is accumulated by the advertisement distribution. In such a case, the distribution unit 237 stores the calculated CTR and eCPM in the advertisement information storage unit 221.

〔3.処理手順〕
次に、図6を用いて、実施形態にかかる情報処理装置200が実行する入札価格調整処理を含む配信処理の手順について説明する。図6は、実施形態にかかる入札価格調整処理を含む配信処理の一例を示すフローチャートである。なお、ここでは、情報処理装置200は、既に広告主から広告コンテンツの入稿や、広告コンテンツに対する各種設定を受け付けているものとする。
[3. Processing procedure)
Next, with reference to FIG. 6, a distribution process procedure including a bid price adjustment process executed by the information processing apparatus 200 according to the embodiment will be described. FIG. 6 is a flowchart illustrating an example of distribution processing including bid price adjustment processing according to the embodiment. Here, it is assumed that the information processing apparatus 200 has already received the advertisement content submission and various settings for the advertisement content from the advertiser.

まず、情報処理装置200の受信部232は、端末装置10から広告配信要求を受信したか否かを判定する(ステップS101)。受信部232は、広告配信要求を受信していない場合には(ステップS101;No)、受信するまで待機する。一方、受信部232により広告配信要求が受信された場合には(ステップS101;Yes)、特定部233は、広告配信要求に含まれる検索クエリとターゲティング情報とのマッチングを行うことにより、広告コンテンツを絞り込む(ステップS102)。つまり、特定部233は、配信候補の広告コンテンツを特定する。   First, the receiving unit 232 of the information processing device 200 determines whether an advertisement distribution request is received from the terminal device 10 (step S101). If the receiving unit 232 has not received the advertisement distribution request (step S101; No), the receiving unit 232 waits until it is received. On the other hand, when the advertisement delivery request is received by the receiving unit 232 (step S101; Yes), the specifying unit 233 matches the search query included in the advertisement delivery request with the targeting information, thereby obtaining the advertisement content. Narrow down (step S102). That is, the specifying unit 233 specifies advertisement content as a distribution candidate.

次に、算定部234は、配信候補の広告コンテンツに対して順位付けを行う(ステップS103)。例えば、算定部234は、配信候補の広告コンテンツそれぞれについてeCPMを算出し、算出したeCPMの大きさに応じた順位付けを行う。なお、算定部234は、配信候補の広告コンテンツそれぞれについて設定される入札価格に基づいて、順位付けを行ってもよい。   Next, the calculation unit 234 ranks the distribution candidate advertisement content (step S103). For example, the calculation unit 234 calculates eCPM for each of the distribution candidate advertisement contents, and performs ranking according to the calculated size of the eCPM. Note that the calculation unit 234 may perform ranking based on a bid price set for each of the distribution candidate advertisement contents.

次に、算定部234は、ステップS103で付与した順位に対してGSP方式を採用し、配信候補の広告コンテンツそれぞれの広告主へのGSP課金額単価を算定する(ステップS104)。そして、調整部235は、配信候補の広告コンテンツそれぞれに対して入札価格調整処理を行う。なお、算定部234は、必ずしもステップS103およびS104を行う必要はない。例えば、ステップS102において配信候補の広告コンテンツが特定されると、ステップS103およびステップS104を省略して、調整部235は、入札価格調整処理を行ってよい。また、ステップS103およびS104が行われる場合、算定部234は、ここで算定したGSP課金額単価を実績情報として配信ログ情報記憶部222に格納してもよい。   Next, the calculation unit 234 employs the GSP method for the ranks assigned in step S103, and calculates the GSP billing unit price for each of the distribution candidate advertisement contents (step S104). Then, the adjustment unit 235 performs bid price adjustment processing for each of the distribution candidate advertisement contents. Note that the calculation unit 234 does not necessarily need to perform steps S103 and S104. For example, if the distribution candidate advertisement content is specified in step S102, step S103 and step S104 may be omitted, and the adjustment unit 235 may perform a bid price adjustment process. When Steps S103 and S104 are performed, the calculation unit 234 may store the GSP billing unit price calculated here in the distribution log information storage unit 222 as performance information.

次に、調整部235は、配信候補の広告コンテンツそれぞれに対して入札価格調整処理を実行する(ステップS105)。例えば、調整部235は、配信ログ情報記憶部222から取得した課金額の実績情報を上記式(1)に適用し、広告配信要求が受信された現時点において、配信候補の広告コンテンツそれぞれの入札価格を調整する。   Next, the adjustment unit 235 executes bid price adjustment processing for each of the distribution candidate advertisement contents (step S105). For example, the adjustment unit 235 applies the actual amount information obtained from the distribution log information storage unit 222 to the above equation (1), and at the time when the advertisement distribution request is received, the bid price of each of the distribution candidate advertisement contents. Adjust.

入札価格が調整された後、決定部236は、調整後の入札価格であるnBid価格に基づいて、入札価格を調整した配信候補の広告コンテンツに順位付けを行う(ステップS106)。例えば、決定部236は、nBid価格とCTRとを乗じて算出したeCPMの大きさに応じた順位(最終順位)を付与する。そして、決定部236は、付与した順位に基づいて、配信対象の広告コンテンツを決定する(ステップS107)。   After the bid price is adjusted, the determination unit 236 ranks the advertisement content of the distribution candidate whose bid price has been adjusted based on the nBid price that is the adjusted bid price (step S106). For example, the determination unit 236 gives a rank (final rank) according to the size of the eCPM calculated by multiplying the nBid price and the CTR. And the determination part 236 determines the advertising content of a delivery target based on the provided order | rank (step S107).

また、算定部234は、決定部236により付与されたnBid価格に基づく順位をGSP方式に適用し、ステップS107で決定された配信対象の広告コンテンツの広告主へのGSP課金額単価を算定する(ステップS108)。   In addition, the calculation unit 234 applies the ranking based on the nBid price given by the determination unit 236 to the GSP method, and calculates the GSP billing unit price for the advertiser of the advertisement content to be distributed determined in step S107 ( Step S108).

最後に、配信部237は、ステップS107で決定された配信対象の広告コンテンツを広告配信要求送信元の端末装置10へ配信する(ステップS109)。   Finally, the distribution unit 237 distributes the advertising content to be distributed determined in step S107 to the terminal device 10 that is the transmission source of the advertisement distribution request (step S109).

〔4.変形例〕
上述した実施形態は、上記実施形態以外にも種々の異なる形態で実施されてよい。そこで、以下では、他の実施形態について説明する。
[4. (Modification)
The embodiment described above may be implemented in various different forms other than the above embodiment. Accordingly, other embodiments will be described below.

〔4−1.平均課金額算定のバリエーション(1)〕
上記実施形態では、調整部235が、入札価格を調整する調整対象の広告コンテンツ単位で平均課金額を算定する例を示した。具体的には、調整部235が、調整対象の広告コンテンツが表示される媒体において、過去にその広告コンテンツが表示されることにより広告主に対して算出された課金額の平均値である平均課金額を算定する例を示した。ここで、一般的に平均値は、対象となるサンプルが多いほど精度が高くなる。
[4-1. Variation of average charge calculation (1)]
In the above embodiment, the adjustment unit 235 has shown an example in which the average billing amount is calculated for each adjustment-target advertisement content whose bid price is adjusted. Specifically, the adjustment unit 235 displays an average charge that is an average value of a charge amount calculated for the advertiser by displaying the advertisement content in the past in the medium on which the advertisement content to be adjusted is displayed. An example of calculating the amount was shown. Here, in general, the accuracy of the average value increases as the number of target samples increases.

したがって、調整部235は、調整対象の広告コンテンツの実績情報の数が平均課金額を算出するうえで不足している場合には、調整対象の広告コンテンツ単位から、所定の単位へと実績情報を取得する範囲を広げることで、平均課金額の精度を高めてよい。例えば、調整部235は、調整対象の広告コンテンツ単位から、広告主単位へと範囲を広げることで、平均課金額を算定する。   Therefore, when the number of pieces of performance information of the advertising content to be adjusted is insufficient to calculate the average billing amount, the adjustment unit 235 changes the performance information from the advertising content unit to be adjusted to a predetermined unit. The accuracy of the average billing amount may be increased by expanding the acquisition range. For example, the adjustment unit 235 calculates the average billing amount by expanding the range from the advertisement content unit to be adjusted to the advertiser unit.

この点について説明する。例えば、調整対象の広告コンテンツAD21が表示される媒体(例えば、検索結果ページP1)において、過去に広告コンテンツAD21が表示されることにより広告主C2に対して算出された課金額の数が所定数より少ない場合を想定する。また、広告主C2は、これまでに広告コンテンツAD21とは異なる広告コンテンツAD21xの入稿および配信設定を行っていたものとする。   This point will be described. For example, in the medium (for example, search result page P1) on which the advertisement content AD21 to be adjusted is displayed, the number of charges calculated for the advertiser C2 by displaying the advertisement content AD21 in the past is a predetermined number. Assume fewer cases. In addition, it is assumed that the advertiser C2 has already submitted and set delivery of advertising content AD21x different from the advertising content AD21.

かかる場合、調整部235は、検索結果ページP1において、過去に広告コンテンツAD21xが表示されることにより広告主C2に対して算出された課金額も配信ログ情報記憶部222から取得する。そして、調整部235は、検索結果ページP1において、過去に広告コンテンツAD21が表示されることにより広告主C2に対して算出された課金額、および、過去に広告コンテンツAD21xが表示されることにより広告主C2に対して算出された課金額を用いて、平均課金額を算定する。また、調整部235は、このように算定した平均課金額を用いて、広告コンテンツAD21に設定される入札価格を調整する。   In such a case, the adjustment unit 235 also acquires, from the distribution log information storage unit 222, a charge amount calculated for the advertiser C2 by displaying the advertisement content AD21x in the past on the search result page P1. Then, the adjusting unit 235 displays an advertisement based on the billing amount calculated for the advertiser C2 by displaying the advertising content AD21 in the past and the advertising content AD21x in the past on the search result page P1. The average charge amount is calculated using the charge amount calculated for the main C2. Further, the adjustment unit 235 adjusts the bid price set for the advertisement content AD21 using the average charge amount calculated in this way.

これにより、実施形態にかかる情報処理装置200は、平均課金額の精度を高めることができるため、入札価格調整処理を高精度に行うことができる。   Thereby, since the information processing apparatus 200 according to the embodiment can improve the accuracy of the average billing amount, the bid price adjustment process can be performed with high accuracy.

〔4−2.平均課金額算定のバリエーション(2)〕
上記変形例4−1では、実績情報を取得する範囲を広げることで実績情報の数を多くする例を示したが、これとは逆に、調整部235は、実績情報を取得する範囲を狭めてもよい。例えば、調整部235は、検索結果ページP1の広告枠F1に含まれる所定のスペース(例えば、スペースSP11等)において、過去に広告コンテンツAD21が表示されることにより広告主C2に対して算出された課金額を取得する。また、調整部235は、このように算定した平均課金額を用いて、広告コンテンツAD21に設定される入札価格を調整する。
[4-2. Variation of average charge calculation (2)]
In the modified example 4-1, the example in which the number of the record information is increased by expanding the range for acquiring the record information has been shown. On the contrary, the adjustment unit 235 narrows the range for acquiring the record information. May be. For example, the adjustment unit 235 is calculated for the advertiser C2 by displaying the advertising content AD21 in the past in a predetermined space (for example, the space SP11) included in the advertising space F1 of the search result page P1. Get the billing amount. Further, the adjustment unit 235 adjusts the bid price set for the advertisement content AD21 using the average charge amount calculated in this way.

これにより、実施形態にかかる情報処理装置200は、平均課金額を算定する際に用いる課金額を絞り込むことができるため、より限定的な平均課金額を算定することができる。   Thereby, the information processing apparatus 200 according to the embodiment can narrow down the charge amount used when calculating the average charge amount, and thus can calculate a more limited average charge amount.

〔4−3.入札価格調整処理を行うか否か判定〕
調整部235は、広告配信要求が受信された現時点において広告主により設定されている入札価格と、課金額の実績情報とを比較して両者の値が所定の関係にある場合に、上述した入札価格調整処理を行ってもよい。例えば、調整部235は、現時点の入札価格と、課金額の実績情報から算出した平均課金額とを比較して、平均課金額に対して現時点での入札価格が所定値以上である場合には、上記式(1)を用いて、入札価格を調整する。
[4-3. (Determining whether to perform bid price adjustment processing)
The adjustment unit 235 compares the bid price set by the advertiser at the time when the advertisement distribution request is received and the actual amount information of the charge amount, and if the two values are in a predetermined relationship, the above-described bidding is performed. Price adjustment processing may be performed. For example, the adjustment unit 235 compares the current bid price with the average billing amount calculated from the actual amount information of the billing amount, and when the current bid price is equal to or greater than a predetermined value with respect to the average billing amount. The bid price is adjusted using the above formula (1).

これにより、実施形態にかかる情報処理装置200は、GSP方式を悪用しようとしている可能性の高い広告主を高精度に特定し、特定できたタイミングにおいて調整処理を行うことができる。   Thereby, the information processing apparatus 200 according to the embodiment can specify an advertiser who is likely to misuse the GSP method with high accuracy, and can perform the adjustment process at the specified timing.

〔4−4.重み係数について〕
上記実施形態では、調整部235が、第1の重み係数「α」と第2の重み係数「1−α」とが同値になるように、第1の重み係数「α」を「0.5」として調整処理を行う例を示した。しかし、調整部235は、調整処理対象の広告コンテンツに対応する実績情報(平均課金額)と調整処理対象の広告コンテンツに対して広告主が設定している入札価格とが乖離しているほど高くなる第1の重み係数が付された当該実績情報と、調整処理対象の広告コンテンツに対応する実績情報(平均課金額)と調整処理対象の広告コンテンツに対して広告主が設定している入札価格とが乖離しているほど小さくなる第2の重み係数が付された当該入札価格を用いて、この広告コンテンツに設定される入札価格を調整してもよい。
[4-4. About weighting factor)
In the embodiment described above, the adjustment unit 235 sets the first weighting factor “α” to “0.5” so that the first weighting factor “α” and the second weighting factor “1-α” have the same value. The adjustment process is shown as an example. However, the adjustment unit 235 increases as the difference between the performance information (average charge amount) corresponding to the advertising content to be adjusted and the bid price set by the advertiser for the advertising content to be adjusted. The actual information to which the first weighting coefficient is added, the actual information corresponding to the advertising content to be adjusted (average charge amount), and the bid price set by the advertiser for the advertising content to be adjusted The bid price set for the advertisement content may be adjusted using the bid price to which the second weighting coefficient that becomes smaller as is deviated.

例えば、調整部235は、平均課金額と入札価格との乖離度が所定値より高くなることに応じて、第1の重み係数「α」の値を「0.5」より大きく設定することで、平均課金額と入札価格との乖離度が所定値より高くなることに応じて、第2の重み係数「1−α」の値が「0.5」から小さくなるように設定する。そして、調整部235は、このように設定した各重み係数を上記式(1)に適用することで、入札価格を調整する。   For example, the adjustment unit 235 sets the value of the first weighting coefficient “α” to be greater than “0.5” in response to the degree of deviation between the average charge amount and the bid price being higher than a predetermined value. The second weighting coefficient “1-α” is set to be smaller than “0.5” in accordance with the degree of deviation between the average billing amount and the bid price being higher than a predetermined value. And the adjustment part 235 adjusts a bid price by applying each weighting coefficient set in this way to said Formula (1).

乖離度が所定値より高いということは、広告主がGSP方式の特性を悪用としていることを示唆している。したがって、かかる場合、情報処理装置200は、実績情報に基づく平均課金額がより強く影響された入札価格を調整することができることができるため、このような入札価格を用いて配信対象の広告コンテンツに対して公平に順位付けすることができる。   That the degree of divergence is higher than a predetermined value suggests that the advertiser is misusing the characteristics of the GSP method. Therefore, in such a case, the information processing apparatus 200 can adjust the bid price that is more strongly affected by the average billing amount based on the performance information. Therefore, such a bid price is used for the advertisement content to be distributed. You can rank fairly.

また、調整部235は、例えば、平均課金額と入札価格との乖離度が所定値より低くなることに応じて、第1の重み係数「α」の値を「0.5」より小さく設定することで、平均課金額と入札価格との乖離度が所定値より低くなることに応じて、第2の重み係数「1−α」の値が「0.5」から大きくなるように設定する。   In addition, for example, the adjustment unit 235 sets the value of the first weighting coefficient “α” to be smaller than “0.5” in accordance with the degree of deviation between the average charge amount and the bid price being lower than a predetermined value. Thus, the second weighting factor “1-α” is set to be larger than “0.5” in accordance with the degree of deviation between the average billing amount and the bid price being lower than the predetermined value.

乖離度が所定値より低いということは、広告主が適切な入札を行っていることを示唆している。したがって、かかる場合、情報処理装置200は、広告主により設定される入札価格がよりり強く影響された入札価格を調整することができることができる。このようなことから、情報処理装置200は、適切な入札を行っている広告主について、入札価格に込められた広告主の意図をより考慮して順位付けを行うことができる。   That the degree of divergence is lower than the predetermined value suggests that the advertiser is making an appropriate bid. Therefore, in this case, the information processing apparatus 200 can adjust the bid price that is more strongly influenced by the bid price set by the advertiser. For this reason, the information processing apparatus 200 can rank the advertiser who is making an appropriate bid in consideration of the intention of the advertiser included in the bid price.

〔4−5.その他〕
上記実施形態では、課金額に関する実績情報を取得し、取得した実績情報に基づいて、配信対象の広告コンテンツを決定する処理の一例として、調整部235が、取得した実績情報を用いて入札価格を調整し、決定部236が、調整された入札価格に基づくランキングから配信対象のコンテンツを決定する例を示した。
[4-5. Others]
In the above-described embodiment, as an example of processing for acquiring performance information related to the billing amount and determining the advertisement content to be distributed based on the acquired performance information, the adjusting unit 235 uses the acquired performance information to calculate a bid price. An example is shown in which the determination unit 236 determines the content to be distributed from the ranking based on the adjusted bid price.

しかしながら、課金額に関する実績情報を用いて調整されるのは、入札価格に限定されるものではない。例えば、調整部235は、課金額に関する実績情報に基づいて広告コンテンツに関する所定の評価値(例えば、eCPM)を調整してもよい。また、かかる場合、決定部235は、調整された所定の評価値の大きさに基づき順位付けを行うことで、配信対象のコンテンツを決定する。   However, the adjustment using the performance information related to the charge amount is not limited to the bid price. For example, the adjustment unit 235 may adjust a predetermined evaluation value (e.g., eCPM) related to the advertising content based on performance information related to the charge amount. In such a case, the determination unit 235 determines the content to be distributed by performing ranking based on the adjusted magnitude of the predetermined evaluation value.

〔5.ハードウェア構成〕
また、上述してきた実施形態にかかる情報処理装置200は、例えば図7に示すような構成のコンピュータ1000によって実現される。図7は、情報処理装置200の機能を実現するコンピュータ1000の一例を示すハードウェア構成図である。コンピュータ1000は、CPU1100、RAM1200、ROM1300、HDD1400、通信インターフェイス(I/F)1500、入出力インターフェイス(I/F)1600、及びメディアインターフェイス(I/F)1700を有する。
[5. Hardware configuration)
Further, the information processing apparatus 200 according to the embodiment described above is realized by a computer 1000 having a configuration as shown in FIG. 7, for example. FIG. 7 is a hardware configuration diagram illustrating an example of a computer 1000 that implements the functions of the information processing apparatus 200. The computer 1000 includes a CPU 1100, RAM 1200, ROM 1300, HDD 1400, communication interface (I / F) 1500, input / output interface (I / F) 1600, and media interface (I / F) 1700.

CPU1100は、ROM1300又はHDD1400に格納されたプログラムに基づいて動作し、各部の制御を行う。ROM1300は、コンピュータ1000の起動時にCPU1100によって実行されるブートプログラムや、コンピュータ1000のハードウェアに依存するプログラム等を格納する。   The CPU 1100 operates based on a program stored in the ROM 1300 or the HDD 1400 and controls each unit. The ROM 1300 stores a boot program executed by the CPU 1100 when the computer 1000 is started up, a program depending on the hardware of the computer 1000, and the like.

HDD1400は、CPU1100によって実行されるプログラム、及び、かかるプログラムによって使用されるデータ等を格納する。通信インターフェイス1500は、通信網50を介して他の機器からデータを受信してCPU1100へ送り、CPU1100が生成したデータを、通信網50を介して他の機器へ送信する。   The HDD 1400 stores programs executed by the CPU 1100, data used by the programs, and the like. The communication interface 1500 receives data from other devices via the communication network 50 and sends the data to the CPU 1100, and transmits the data generated by the CPU 1100 to other devices via the communication network 50.

CPU1100は、入出力インターフェイス1600を介して、ディスプレイやプリンタ等の出力装置、及び、キーボードやマウス等の入力装置を制御する。CPU1100は、入出力インターフェイス1600を介して、入力装置からデータを取得する。また、CPU1100は、生成したデータを、入出力インターフェイス1600を介して出力装置へ出力する。   The CPU 1100 controls an output device such as a display and a printer and an input device such as a keyboard and a mouse via the input / output interface 1600. The CPU 1100 acquires data from the input device via the input / output interface 1600. Further, the CPU 1100 outputs the generated data to the output device via the input / output interface 1600.

メディアインターフェイス1700は、記録媒体1800に格納されたプログラム又はデータを読み取り、RAM1200を介してCPU1100に提供する。CPU1100は、かかるプログラムを、メディアインターフェイス1700を介して記録媒体1800からRAM1200上にロードし、ロードしたプログラムを実行する。記録媒体1800は、例えばDVD(Digital Versatile Disc)、PD(Phase change rewritable Disk)等の光学記録媒体、MO(Magneto-Optical disk)等の光磁気記録媒体、テープ媒体、磁気記録媒体、または半導体メモリ等である。   The media interface 1700 reads a program or data stored in the recording medium 1800 and provides it to the CPU 1100 via the RAM 1200. The CPU 1100 loads such a program from the recording medium 1800 onto the RAM 1200 via the media interface 1700, and executes the loaded program. The recording medium 1800 is, for example, an optical recording medium such as a DVD (Digital Versatile Disc) or PD (Phase change rewritable disk), a magneto-optical recording medium such as an MO (Magneto-Optical disk), a tape medium, a magnetic recording medium, or a semiconductor memory. Etc.

例えば、コンピュータ1000が実施形態にかかる情報処理装置200として機能する場合、コンピュータ1000のCPU1100は、RAM1200上にロードされたプログラムを実行することにより、制御部230の機能を実現する。また、HDD1400には、記憶部220内のデータが格納される。コンピュータ1000のCPU1100は、これらのプログラムを、記録媒体1800から読み取って実行するが、他の例として、他の装置から、通信網50を介してこれらのプログラムを取得してもよい。   For example, when the computer 1000 functions as the information processing apparatus 200 according to the embodiment, the CPU 1100 of the computer 1000 implements the function of the control unit 230 by executing a program loaded on the RAM 1200. The HDD 1400 stores data in the storage unit 220. The CPU 1100 of the computer 1000 reads these programs from the recording medium 1800 and executes them, but as another example, these programs may be acquired from other devices via the communication network 50.

〔6.その他〕
上記実施形態において説明した各処理のうち、自動的に行われるものとして説明した処理の全部または一部を手動的に行うこともでき、あるいは、手動的に行われるものとして説明した処理の全部または一部を公知の方法で自動的に行うこともできる。この他、上記文書中や図面中で示した処理手順、具体的名称、各種のデータやパラメータを含む情報については、特記する場合を除いて任意に変更することができる。
[6. Others]
Of the processes described in the above embodiment, all or part of the processes described as being automatically performed can be performed manually, or all of the processes described as being performed manually or A part can be automatically performed by a known method. In addition, the processing procedures, specific names, and information including various data and parameters shown in the document and drawings can be arbitrarily changed unless otherwise specified.

また、図示した各装置の各構成要素は機能概念的なものであり、必ずしも物理的に図示の如く構成されていることを要しない。すなわち、各装置の分散・統合の具体的形態は図示のものに限られず、その全部または一部を、各種の負荷や使用状況などに応じて、任意の単位で機能的または物理的に分散・統合して構成することができる。   Further, each component of each illustrated apparatus is functionally conceptual, and does not necessarily need to be physically configured as illustrated. In other words, the specific form of distribution / integration of each device is not limited to that shown in the figure, and all or a part thereof may be functionally or physically distributed or arbitrarily distributed in arbitrary units according to various loads or usage conditions. Can be integrated and configured.

また、上述してきた各実施形態は、処理内容を矛盾させない範囲で適宜組み合わせることが可能である。   Moreover, each embodiment mentioned above can be combined suitably in the range which does not contradict a process content.

〔7.効果〕
実施形態にかかる情報処理装置200は、取得部(調整部235)と、決定部236とを有する。取得部(調整部235)は、コンテンツの入稿元への課金額に関する実績情報を取得する。決定部236は、取得部(調整部235)により取得された実績情報に基づいて、配信対象のコンテンツを決定する。
[7. effect〕
The information processing apparatus 200 according to the embodiment includes an acquisition unit (adjustment unit 235) and a determination unit 236. The acquisition unit (adjustment unit 235) acquires performance information regarding the amount charged to the content submission source. The determination unit 236 determines the content to be distributed based on the record information acquired by the acquisition unit (adjustment unit 235).

これにより、実施形態にかかる情報処理装置200は、コンテンツ(例えば、広告コンテンツ)に対して適切な順位付けを行うことができるため、配信対象のコンテンツをより公平に決定することができる。   Thereby, since the information processing apparatus 200 according to the embodiment can appropriately rank the content (for example, advertisement content), the content to be distributed can be determined more fairly.

また、実施形態にかかる情報処理装置200は、調整部235を有する。調整部235は、取得部(調整部235)により取得された実績情報に基づいて、入稿元によって所定のコンテンツに設定される入札価格を調整する。そして、決定部236は、調整部235により調整された入札価格に基づいて、配信対象のコンテンツを決定する。   Further, the information processing apparatus 200 according to the embodiment includes an adjustment unit 235. The adjustment unit 235 adjusts the bid price set for the predetermined content by the submission source based on the record information acquired by the acquisition unit (adjustment unit 235). Then, the determination unit 236 determines the content to be distributed based on the bid price adjusted by the adjustment unit 235.

これにより、実施形態にかかる情報処理装置200は、コンテンツ(例えば、広告コンテンツ)に対して適切な順位付けを行うことができるため、配信対象のコンテンツをより公平に決定することができる。   Thereby, since the information processing apparatus 200 according to the embodiment can appropriately rank the content (for example, advertisement content), the content to be distributed can be determined more fairly.

また、実施形態にかかる情報処理装置200において調整部235は、課金額に関する実績情報としてコンテンツの入稿元に対する過去の課金額の平均値である平均課金額を用いて、所定のコンテンツに設定される入札価格を調整する。   Further, in the information processing apparatus 200 according to the embodiment, the adjustment unit 235 is set to a predetermined content by using an average charge amount that is an average value of past charge amounts with respect to a content submission source as performance information regarding the charge amount. Adjust the bid price.

これにより、実施形態にかかる情報処理装置200は、配信対象のコンテンツをより公平に決定することができる。   Thereby, the information processing apparatus 200 according to the embodiment can determine content to be distributed more fairly.

また、実施形態にかかる情報処理装置200において調整部235は、コンテンツの入稿元への課金額に関する実績情報に基づいて、当該コンテンツに設定される入札価格を調整する。   Further, in the information processing apparatus 200 according to the embodiment, the adjustment unit 235 adjusts the bid price set for the content based on the performance information regarding the charge amount to the content submission source.

これにより、実施形態にかかる情報処理装置200は、入札価格を調整する調整対象の特定のコンテンツの課金額に関する実績情報に基づいて、この特定のコンテンツの入札価格を調整することができる。   Thereby, the information processing apparatus 200 according to the embodiment can adjust the bid price of the specific content based on the performance information regarding the charge amount of the specific content to be adjusted for adjusting the bid price.

また、実施形態にかかる情報処理装置200において調整部235は、コンテンツが表示される媒体において、過去にコンテンツが表示されることによりコンテンツの入稿元に対して算出された課金額に関する実績情報に基づいて、コンテンツに設定される入札価格を調整する。そして、決定部236は、調整部235により調整された入札価格に基づいて、媒体に表示される配信対象のコンテンツを決定する。   Further, in the information processing apparatus 200 according to the embodiment, the adjustment unit 235 uses the performance information related to the charge amount calculated for the content submission source when the content is displayed in the past on the medium on which the content is displayed. Based on this, the bid price set for the content is adjusted. Then, the determination unit 236 determines the content to be distributed displayed on the medium based on the bid price adjusted by the adjustment unit 235.

これにより、実施形態にかかる情報処理装置200は、配信対象のコンテンツをより公平に決定することができる。   Thereby, the information processing apparatus 200 according to the embodiment can determine content to be distributed more fairly.

また、実施形態にかかる情報処理装置200において調整部235は、コンテンツの入稿元への課金額であって当該コンテンツとは異なる他のコンテンツに設定された入札価格に基づいて定まる課金額に関する実績情報に基づいて、コンテンツに設定される入札価格を調整する。   Further, in the information processing apparatus 200 according to the embodiment, the adjustment unit 235 has a track record regarding a charge amount determined based on a bid price set for another content different from the content, which is a charge amount for the content submission source. The bid price set for the content is adjusted based on the information.

これにより、実施形態にかかる情報処理装置200は、例えば、GSPの特性を悪用としている入稿元のコンテンツに対して、適切な順位付けを行うことができるため、配信対象のコンテンツをより公平に決定することができる。   Accordingly, the information processing apparatus 200 according to the embodiment can appropriately rank the content of the submission source that misuses the characteristics of the GSP, for example, so that the content to be distributed can be more evenly distributed. Can be determined.

また、実施形態にかかる情報処理装置200において調整部235は、コンテンツに設定された入札価格に基づいて定まる順位であってコンテンツ配信の優先度を示す順位のうち、コンテンツの順位より低い順位のコンテンツである他のコンテンツに設定された入札価格に基づいてコンテンツの入稿元に対して定まる課金額に関する実績情報に基づいて、コンテンツに設定される入札価格を調整する。   Further, in the information processing apparatus 200 according to the embodiment, the adjustment unit 235 has a rank lower than the content rank among the ranks determined based on the bid price set for the content and indicating the priority of content distribution. The bid price set for the content is adjusted based on the performance information regarding the charge amount determined for the content submission source based on the bid price set for the other content.

これにより、実施形態にかかる情報処理装置200は、例えば、GSP方式の特性を利用して、より良い広告掲載位置を安く獲得できるよう高額入札を行っているような入稿元の入札価格を調整することができるため、調整後の入札価格を用いて、配信対象のコンテンツをより公平に決定することができる。   As a result, the information processing apparatus 200 according to the embodiment adjusts the bid price of the submission source such as making a high bid so that a better advertisement placement position can be obtained at a low price by using the characteristics of the GSP method, for example. Therefore, it is possible to determine the content to be distributed more evenly using the adjusted bid price.

また、実施形態にかかる情報処理装置200において調整部235は、第1の重み値が付された課金額に関する実績情報と、第2の重み値が付された入札価格であって入稿元によって指定される入札価格を用いて、コンテンツに設定される入札価格を調整する。   Further, in the information processing apparatus 200 according to the embodiment, the adjustment unit 235 includes the performance information related to the billing amount with the first weight value and the bid price with the second weight value depending on the submission source. The bid price set for the content is adjusted using the designated bid price.

これにより、実施形態にかかる情報処理装置200は、実績情報がより強く影響された入札価格を調整することができることができるため、配信対象のコンテンツに対して公平に順位付けすることができる。また、情報処理装置200は、適切な入札を行っている入稿元について、入札価格に込められた広告主の意図をより考慮して順位付けを行うことができる。   Thereby, since the information processing apparatus 200 according to the embodiment can adjust the bid price in which the performance information is more strongly influenced, the information processing apparatus 200 can fairly rank the content to be distributed. In addition, the information processing apparatus 200 can rank the submission source that has made an appropriate bid in consideration of the advertiser's intention included in the bid price.

また、実施形態にかかる情報処理装置200において調整部235は、実績情報と入札価格とが乖離しているほど高くなる第1の重み値が付された実績情報と、実績情報と入札価格とが乖離しているほど小さくなる第2の重み値が付された入札価格を用いて、当該入札価格を調整する。   In the information processing apparatus 200 according to the embodiment, the adjustment unit 235 includes the performance information to which the first weight value that increases as the performance information and the bid price deviate, the performance information, and the bid price. The bid price is adjusted by using the bid price to which the second weight value that becomes smaller as the deviation occurs.

これにより、実施形態にかかる情報処理装置200は、実績情報がより強く影響された入札価格を調整することができることができるため、配信対象のコンテンツに対して公平に順位付けすることができる。また、情報処理装置200は、適切な入札を行っている入稿元について、入札価格に込められた広告主の意図をより考慮して順位付けを行うことができる。   Thereby, since the information processing apparatus 200 according to the embodiment can adjust the bid price in which the performance information is more strongly influenced, the information processing apparatus 200 can fairly rank the content to be distributed. In addition, the information processing apparatus 200 can rank the submission source that has made an appropriate bid in consideration of the advertiser's intention included in the bid price.

また、実施形態にかかる情報処理装置200は、算定部234を有する。算定部234は、コンテンツの入稿元への課金額であって当該コンテンツとは異なる他のコンテンツに設定された入札価格に基づいて定まる課金額を算定する。   In addition, the information processing apparatus 200 according to the embodiment includes a calculation unit 234. The calculation unit 234 calculates a charge amount that is charged to a content submission source and is determined based on a bid price set for another content different from the content.

これにより、実施形態にかかる情報処理装置200は、入稿元に対して無駄に高い料金を支払わせることを防止することができる。   Thereby, the information processing apparatus 200 according to the embodiment can prevent the submission source from being paid unnecessarily high.

また、実施形態にかかる情報処理装置200において算定部234は、他のコンテンツに設定された入札価格に基づいて定まる課金額が、入稿元によって指定される入札価格よりも高い場合には、入稿元によって指定される入札価格を入稿元への課金額として算定する。   In addition, in the information processing apparatus 200 according to the embodiment, the calculation unit 234 determines whether the charge amount determined based on the bid price set for other content is higher than the bid price specified by the submission source. The bid price specified by the publisher is calculated as the billing amount for the sender.

これにより、実施形態にかかる情報処理装置200は、入稿元が支払い可能な最大限の課金額を請求することができる。   Thereby, the information processing apparatus 200 according to the embodiment can charge the maximum chargeable amount that can be paid by the submission source.

また、実施形態にかかる情報処理装置200において決定部236は、調整部235により調整された入札価格と、当該入札価格に対応するコンテンツが選択される確率を示す確率情報とから算出される評価値に基づいて、配信対象のコンテンツを決定する。   In the information processing apparatus 200 according to the embodiment, the determination unit 236 calculates the evaluation value calculated from the bid price adjusted by the adjustment unit 235 and the probability information indicating the probability that the content corresponding to the bid price is selected. The content to be distributed is determined based on the above.

このように、実施形態にかかる情報処理装置200は、評価値に基づいて、配信対象のコンテンツを決定するため、広告配信による収益を高めることができる。   Thus, since the information processing apparatus 200 according to the embodiment determines the content to be distributed based on the evaluation value, it is possible to increase the profit from advertisement distribution.

以上、本願の実施形態をいくつかの図面に基づいて詳細に説明したが、これらは例示であり、発明の開示の欄に記載の態様を始めとして、当業者の知識に基づいて種々の変形、改良を施した他の形態で本発明を実施することが可能である。   Although the embodiments of the present application have been described in detail with reference to some drawings, these are merely examples, and various modifications, including the aspects described in the disclosure section of the invention, based on the knowledge of those skilled in the art, It is possible to implement the present invention in other forms with improvements.

また、上述してきた「部(section、module、unit)」は、「手段」や「回路」などに読み替えることができる。例えば、調整部は、調整手段や調整回路に読み替えることができる。   In addition, the “section (module, unit)” described above can be read as “means” or “circuit”. For example, the adjustment unit can be read as adjustment means or an adjustment circuit.

1 システム
10 端末装置
100 コンテンツサーバ
200 情報処理装置
221 広告情報記憶部
222 配信ログ情報記憶部
232 受信部
233 特定部
234 算定部
235 調整部
236 決定部
237 配信部
DESCRIPTION OF SYMBOLS 1 System 10 Terminal apparatus 100 Content server 200 Information processing apparatus 221 Advertisement information storage part 222 Delivery log information storage part 232 Reception part 233 Identification part 234 Calculation part 235 Adjustment part 236 Determination part 237 Distribution part

Claims (14)

コンテンツの入稿元への課金額に関する実績情報を取得する取得部と、
前記取得部により取得された実績情報に基づいて、配信対象のコンテンツを決定する決定部と
を有することを特徴とする情報処理装置。
An acquisition unit that acquires performance information on the amount charged to the content source,
An information processing apparatus comprising: a determination unit that determines content to be distributed based on the record information acquired by the acquisition unit.
前記取得部により取得された実績情報に基づいて、前記入稿元によって所定のコンテンツに設定される入札価格を調整する調整部をさらに有し、
前記決定部は、前記調整部により調整された入札価格に基づいて、配信対象のコンテンツを決定する
ことを特徴とする請求項1に記載の情報処理装置。
Based on the performance information acquired by the acquisition unit, further includes an adjustment unit that adjusts the bid price set for the predetermined content by the submission source,
The information processing apparatus according to claim 1, wherein the determination unit determines a content to be distributed based on a bid price adjusted by the adjustment unit.
前記調整部は、前記課金額に関する実績情報として前記コンテンツの入稿元に対する過去の課金額の平均値である平均課金額を用いて、前記所定のコンテンツに設定される入札価格を調整する
ことを特徴とする請求項2に記載の情報処理装置。
The adjustment unit adjusts a bid price set for the predetermined content by using an average charge amount that is an average value of a past charge amount for the content submission source as performance information regarding the charge amount. The information processing apparatus according to claim 2.
前記調整部は、前記コンテンツの入稿元への課金額に関する実績情報に基づいて、当該コンテンツに設定される入札価格を調整する
ことを特徴とする請求項2または3に記載の情報処理装置。
The information processing apparatus according to claim 2, wherein the adjustment unit adjusts a bid price set for the content based on performance information related to a charge amount to the submission source of the content.
前記調整部は、前記コンテンツが表示される媒体において、過去に前記コンテンツが表示されることにより前記コンテンツの入稿元に対して算出された課金額に関する前記実績情報に基づいて、前記コンテンツに設定される入札価格を調整し、
前記決定部は、前記調整部により調整された入札価格に基づいて、前記媒体に表示される配信対象のコンテンツを決定する
ことを特徴とする請求項2〜4のいずれか1つに記載の情報処理装置。
The adjustment unit sets the content based on the record information about the amount of charge calculated for the content submission source when the content is displayed in the past on the medium on which the content is displayed. Adjust the bid price
The information according to any one of claims 2 to 4, wherein the determination unit determines a content to be distributed displayed on the medium based on a bid price adjusted by the adjustment unit. Processing equipment.
前記調整部は、前記コンテンツの入稿元への課金額であって当該コンテンツとは異なる他のコンテンツに設定された入札価格に基づいて定まる課金額に関する実績情報に基づいて、前記コンテンツに設定される入札価格を調整する
ことを特徴とする請求項2〜5のいずれか1つに記載の情報処理装置。
The adjustment unit is set for the content based on performance information on a charge amount determined based on a bid price set for another content different from the content, which is a charge amount for the content submission source. The information processing apparatus according to any one of claims 2 to 5, wherein the bid price is adjusted.
前記調整部は、コンテンツに設定された入札価格に基づいて定まる順位であってコンテンツ配信の優先度を示す順位のうち、前記コンテンツの順位より低い順位のコンテンツである前記他のコンテンツに設定された入札価格に基づいて定まる前記コンテンツの入稿元に対する課金額に関する実績情報に基づいて、前記コンテンツに設定される入札価格を調整する
ことを特徴とする請求項6に記載の情報処理装置。
The adjustment unit is set to the other content which is a content lower than the content ranking among the rankings determined based on the bid price set for the content and indicating the priority of content distribution. The information processing apparatus according to claim 6, wherein a bid price set for the content is adjusted based on performance information related to a billing amount for the content submission source determined based on a bid price.
前記調整部は、第1の重み値が付された前記課金額に関する実績情報と、第2の重み値が付された入札価格であって前記入稿元によって指定される入札価格を用いて、前記コンテンツに設定される入札価格を調整する
ことを特徴とする請求項2〜7のいずれか1つに記載の情報処理装置。
The adjustment unit uses the performance information related to the billing amount to which the first weight value is attached, and the bid price to which the second weight value is assigned and designated by the submission source, The information processing apparatus according to any one of claims 2 to 7, wherein a bid price set for the content is adjusted.
前記調整部は、前記実績情報と前記入札価格とが乖離しているほど高くなる第1の重み値が付された前記実績情報と、前記実績情報と前記入札価格とが乖離しているほど小さくなる第2の重み値が付された前記入札価格を用いて、当該入札価格を調整する
ことを特徴とする請求項8に記載の情報処理装置。
The adjustment unit is smaller as the performance information and the bid price deviate from the performance information to which the first weight value that is higher as the performance information and the bid price are different from each other. The information processing apparatus according to claim 8, wherein the bid price is adjusted using the bid price to which the second weight value is attached.
前記コンテンツの入稿元への課金額であって当該コンテンツとは異なる他のコンテンツに設定された入札価格に基づいて定まる課金額を算定する算定部をさらに有する
ことを特徴とする請求項1〜9のいずれか1つに記載の情報処理装置。
2. The apparatus according to claim 1, further comprising: a calculation unit that calculates a charge amount to the submission source of the content and is determined based on a bid price set for another content different from the content. The information processing apparatus according to any one of 9.
前記算定部は、前記他のコンテンツに設定された入札価格に基づいて定まる課金額が、前記入稿元によって指定される入札価格よりも高い場合には、前記入稿元によって指定される入札価格を前記入稿元への課金額として算定する
ことを特徴とする請求項10に記載の情報処理装置。
The calculation unit determines a bid price specified by the submission source when a charge amount determined based on a bid price set for the other content is higher than a bid price specified by the submission source. The information processing apparatus according to claim 10, wherein the information is calculated as a billing amount to the submission source.
前記決定部は、前記調整部により調整された入札価格と、当該入札価格に対応するコンテンツが選択される確率を示す確率情報とから算出される評価値に基づいて、配信対象の広告コンテンツを決定する
ことを特徴とする請求項2〜9のいずれか1つに記載の情報処理装置。
The determination unit determines advertisement content to be distributed based on an evaluation value calculated from a bid price adjusted by the adjustment unit and probability information indicating a probability that content corresponding to the bid price is selected. The information processing apparatus according to any one of claims 2 to 9, wherein:
情報処理装置が実行する情報処理方法であって、
コンテンツの入稿元への課金額に関する実績情報を取得する取得工程と、
前記取得工程により取得された実績情報に基づいて、配信対象のコンテンツを決定する決定工程と
を含んだことを特徴とする情報処理方法。
An information processing method executed by an information processing apparatus,
An acquisition process to acquire performance information on the amount charged to the content source,
And a determination step of determining content to be distributed based on the record information acquired in the acquisition step.
コンテンツの入稿元への課金額に関する実績情報を取得する取得手順と、
前記取得手順により取得された実績情報に基づいて、配信対象のコンテンツを決定する決定手順と
をコンピュータに実行させることを特徴とする情報処理プログラム。
An acquisition procedure to obtain performance information on the amount charged to the content trafficking source,
An information processing program that causes a computer to execute a determination procedure for determining content to be distributed based on performance information acquired by the acquisition procedure.
JP2016228217A 2016-11-24 2016-11-24 Information processing equipment, information processing methods and information processing programs Active JP6800713B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016228217A JP6800713B2 (en) 2016-11-24 2016-11-24 Information processing equipment, information processing methods and information processing programs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016228217A JP6800713B2 (en) 2016-11-24 2016-11-24 Information processing equipment, information processing methods and information processing programs

Publications (2)

Publication Number Publication Date
JP2018084992A true JP2018084992A (en) 2018-05-31
JP6800713B2 JP6800713B2 (en) 2020-12-16

Family

ID=62238428

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016228217A Active JP6800713B2 (en) 2016-11-24 2016-11-24 Information processing equipment, information processing methods and information processing programs

Country Status (1)

Country Link
JP (1) JP6800713B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7486195B2 (en) 2021-05-31 2024-05-17 株式会社アイズ Information processing device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001283049A (en) * 2000-03-30 2001-10-12 Kddi Corp Auction system difficult to successfully bid at illegal bidding price, its control method and recording medium with its control program recorded thereon
JP2012504813A (en) * 2008-10-02 2012-02-23 エヌエイチエヌ ビジネス プラットフォーム コーポレーション Method, system, and computer readable recording medium for advertisers to bid for search advertisements using a calendar
JP2013004086A (en) * 2011-06-21 2013-01-07 Nhn Business Platform Corp Exposure order determination and charging method and system for order guarantee type advertised merchandise and computer-readable recording medium
JP2014071622A (en) * 2012-09-28 2014-04-21 Shigeto Umeda System of advertisement or the like
JP2015153042A (en) * 2014-02-12 2015-08-24 ヤフー株式会社 Calculation device, calculation method and calculation program
JP2016535355A (en) * 2013-08-19 2016-11-10 フェイスブック,インク. Pricing for advertisements presented by client devices in a restricted state

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001283049A (en) * 2000-03-30 2001-10-12 Kddi Corp Auction system difficult to successfully bid at illegal bidding price, its control method and recording medium with its control program recorded thereon
JP2012504813A (en) * 2008-10-02 2012-02-23 エヌエイチエヌ ビジネス プラットフォーム コーポレーション Method, system, and computer readable recording medium for advertisers to bid for search advertisements using a calendar
JP2013004086A (en) * 2011-06-21 2013-01-07 Nhn Business Platform Corp Exposure order determination and charging method and system for order guarantee type advertised merchandise and computer-readable recording medium
JP2014071622A (en) * 2012-09-28 2014-04-21 Shigeto Umeda System of advertisement or the like
JP2016535355A (en) * 2013-08-19 2016-11-10 フェイスブック,インク. Pricing for advertisements presented by client devices in a restricted state
JP2015153042A (en) * 2014-02-12 2015-08-24 ヤフー株式会社 Calculation device, calculation method and calculation program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7486195B2 (en) 2021-05-31 2024-05-17 株式会社アイズ Information processing device

Also Published As

Publication number Publication date
JP6800713B2 (en) 2020-12-16

Similar Documents

Publication Publication Date Title
TWI595433B (en) Quality scoring system for advertisements and content in an online system
JP5695655B2 (en) Online advertising selection and prioritization based on user feedback
JP5618404B2 (en) Information providing apparatus, information providing method, information providing program, and recording medium on which information providing program is recorded
TWI509548B (en) System and method of unified marketplace for advertisements and content in an online system
US20140188593A1 (en) Selecting an advertisement for a traffic source
JP5144719B2 (en) Product placement for the masses
JP5973416B2 (en) Advertising device, prediction method, and prediction program
US20140372203A1 (en) Quality-weighted second-price auctions for advertisements
JP6199884B2 (en) Precision control applications that deliver online advertising
JP2014533405A (en) Multidimensional advertising bidding
US20090319333A1 (en) Estimating advertising prices for an incumbent content provider
JP5595556B1 (en) System and method for realizing an advertising platform with a new cost model
US20130006758A1 (en) User feedback-based selection of online advertisements using normalized cost modifiers
US20120215645A1 (en) Advertisement system and method based on traffic quality
JP6334348B2 (en) Distribution apparatus, distribution method, and distribution program
JP6946082B2 (en) Advertisement distribution support device, advertisement distribution support method, and program
JP6866069B2 (en) Information processing equipment, information processing methods and information processing programs
US9558506B2 (en) System and method for exploring new sponsored search listings of uncertain quality
US9734460B1 (en) Adjusting participation of content in a selection process
KR101937849B1 (en) Method, search server and computer readable recording medium for advertising management based on exposure frequency of keyword
TW201423648A (en) Method of second price auction with monopoly reserve price and apparatus conducting the same
JP6800713B2 (en) Information processing equipment, information processing methods and information processing programs
JP5699233B1 (en) Generating device, generating method, and generating program
JP6921922B2 (en) Information processing equipment, information processing methods, and information processing programs
JP5751686B2 (en) Information providing apparatus, information providing method, information providing program, and recording medium on which information providing program is recorded

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190325

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20191101

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20191108

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200206

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200324

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200525

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20201027

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20201125

R150 Certificate of patent or registration of utility model

Ref document number: 6800713

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250