JP2012068828A - 広告配信システム - Google Patents
広告配信システム Download PDFInfo
- Publication number
- JP2012068828A JP2012068828A JP2010212345A JP2010212345A JP2012068828A JP 2012068828 A JP2012068828 A JP 2012068828A JP 2010212345 A JP2010212345 A JP 2010212345A JP 2010212345 A JP2010212345 A JP 2010212345A JP 2012068828 A JP2012068828 A JP 2012068828A
- Authority
- JP
- Japan
- Prior art keywords
- advertisement
- identification information
- communication terminal
- server
- web page
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000004891 communication Methods 0.000 claims description 75
- 238000000034 method Methods 0.000 claims description 50
- 238000013515 script Methods 0.000 claims description 35
- 235000014510 cooky Nutrition 0.000 abstract description 70
- 238000007726 management method Methods 0.000 description 40
- 238000010586 diagram Methods 0.000 description 22
- 230000000694 effects Effects 0.000 description 4
- 238000000926 separation method Methods 0.000 description 4
- 230000001105 regulatory effect Effects 0.000 description 3
- 238000002716 delivery method Methods 0.000 description 2
- 238000003780 insertion Methods 0.000 description 2
- 230000037431 insertion Effects 0.000 description 2
- 239000000284 extract Substances 0.000 description 1
- 230000010354 integration Effects 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 230000008685 targeting Effects 0.000 description 1
Images
Landscapes
- Information Transfer Between Computers (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
【解決手段】広告配信サーバ31は、広告配信管理サーバ51を経由してアクセスしてきたクライアント端末から取得したクッキーIDと、アクセス履歴DB52に格納されたアクセス履歴とに基づいて、広告DBから広告を選択する。広告配信サーバ31は、選択した広告をクライアント端末がアクセスしたウェブページに掲載する。
【選択図】図3
Description
図1は、広告配信システム1の概略構成について説明する図である。広告配信システム1は、コンピュータネットワーク10に接続可能な複数のクライアント端末201,202,…,20nを備える。クライアント端末201,202,…,20nは、例えば、携帯型電話機、パーソナルコンピュータ、デジタルTVなどを含み、クライアント端末201,202,…,20nを総称してクライアント端末20と記す。
参考の実施形態では、3通りの広告配信方法が挙げられる。図3〜図5を用いて、広告配信方法について説明する。
図3は、第1の広告配信方法を説明するシーケンス図である。第1の広告配信方法は、HTTPリダイレクト機能を用いる方法である。第1の広告配信方法を実現する上での前提として、ウェブページ111,112,113,…,211,212,213,…には、アクセスしてきたクライアント端末20を、広告配信管理サーバ51にアクセスさせるスクリプトがタブとして組み込まれている。また、アクセス履歴DB5へのAPI(Application Program Interface)は、広告配信サーバ31,41に開示されている。
ウェブサイトの閲覧者(視聴者という)がクライアント端末20を操作して、スクリプトが組み込まれたウェブページにアクセスする(S1)。
第1の広告配信方法によれば、クライアント端末20がウェブサーバ30によって提供されるウェブページにアクセスしたとき、クライアント端末20がアクセスしたウェブページに広告を提供する広告配信サーバ31は、クライアント端末20がウェブサーバ40(すなわち、別のドメインネームによって区別されるウェブサーバ)から提供されたウェブページにアクセスしたアクセス履歴情報を参照して、当該ウェブサーバ30によって提供されるウェブページに提供する広告を選択して、配信することができる。
第2の広告配信方法は、HTTPリダイレクト機能を用いる方法であり、第1の広告配信方法のように、アクセスしてきたクライアント端末20を広告配信管理サーバ51にアクセスさせるスクリプトを、ウェブページ111,112,113,…,211,212,213,…に組み込むことが困難な場合に有効である。
図4は、クッキーIDの紐付け処理を説明するシーケンス図である。クッキーIDの紐付け処理では、ウェブサイトの閲覧者(視聴者という)がクライアント端末20を操作して、スクリプトが組み込まれた特定のウェブページ(例えば、ウェブサーバ30)にアクセスする(S11)。
図5は、第2の広告配信方法を説明するシーケンス図である。第2の広告配信方法では、図4の処理によって作成されたマッチングテーブルを用いてクライアント端末20に広告が配信される。図5では、クライアント端末20がウェブサーバ30によって提供されるウェブサイトにアクセスした場合について説明する。
第2の広告配信方法では、ウェブページ111,112,113,…,211,212,213,…の全てに、アクセスしたクライアント端末20を広告配信管理サーバ51にアクセスさせるスクリプトを組み込むことが困難な場合であっても、異なるドメインネームのサーバにおいてそれぞれ取得されたクライアント端末20のアクセス履歴を使用して広告を配信することができる。
第3の広告配信方法は、第2の広告配信方法同様に、異なるウェブサーバにおいて発行されたクッキーIDを紐付けるための特定のウェブサイト(マッチングページ)を設定し、アクセスしてきたクライアント端末20を広告配信管理サーバ51にアクセスさせるスクリプトを特定のウェブサイトに組み込む。
図6は、クッキーIDの紐付け処理を説明するシーケンス図である。クッキーIDの紐付け処理では、ウェブサイトの閲覧者(視聴者という)がクライアント端末20を操作して、スクリプトが組み込まれた特定ウェブページにアクセスする(S31)。
図7は、第3の広告配信方法を説明するシーケンス図である。第3の広告配信方法では、図6の処理によって作成されたマッチングテーブルを用いてクライアント端末20に広告が配信される。図7では、クライアント端末20がウェブサーバ40によって提供されるウェブサイトにアクセスした場合について説明する。
第3の広告配信方法では、ウェブページ111,112,113,…,211,212,213,…の全てに、アクセスしたクライアント端末20を広告配信管理サーバ51にアクセスさせるスクリプトを組み込むことが困難な場合に、異なるドメインネームのサーバにおいてそれぞれ取得されたクライアント端末20のアクセス履歴を使用して広告を配信することができる。
上述したように、本発明の実施形態を通じて本発明の内容を開示したが、本発明は、この開示の一部をなす論述及び図面によって限定されない。この開示から当業者には様々な代替実施の形態、実施例及び運用技術が明らかとなろう。
(4−1)広告取引システムの概略説明
以下、本実施形態に係る広告配信システム1の応用例を図面を用いて説明する。具体的に、ウェブサイトに設定された広告コンテンツを提供可能な広告表示枠に、広告コンテンツを配信する方法について説明する。応用例として、広告コンテンツを提供する提供業者に、広告表示枠の売買を可能にする広告取引モデルについて説明する。
図10は、取引管理サーバ80を説明する構成図である。取引管理サーバ80は、制御部801と、通信部802と、通信部803と、表示部804と、記憶部805と、音声出力部806とを備える。また、取引管理サーバ80は、広告表示枠に関するデータを保持する広告表示枠データ保持部807を有する。制御部801は、出稿受付部811と、取引制御部812と、課金制御部813とを有する。
本応用例として説明する広告取引システム2では、広告表示枠1301,1302,1303などを広告コンテンツの提供業者間で取引することができる。以下では、広告表示枠の取引モデルの一例として、2つの方法について説明する。
第1の広告表示枠取引モデルでは、ウェブサイト1000の閲覧者のプロファイル、及び閲覧者の通信端末のアクセス履歴によって、広告表示枠1301,1302,1303に付加価値を付ける方法である。具体的に、広告の提供を望む広告提供者は、所定の条件に合致した閲覧者がウェブサイト1000にアクセスしてきた場合には、広告表示枠に上乗せ料金を支払って広告表示枠を使用できる。ウェブサイト1000にアクセスする閲覧者のプロファイル、及び閲覧者の通信端末のアクセス履歴は、広告配信システム1により取得可能である。
第2の広告表示枠取引モデルでは、ウェブサイト1000の広告表示枠1301,1302,1303…などのうち自由広告表示枠の使用権をオークション形式で広告提供者に与える方法である。
Claims (3)
- ネットワークに接続されており、前記ネットワークにおいて識別子によって相互に識別可能とされた複数のサーバから前記ネットワークに接続された通信端末に提供されるウェブページに広告を配信する広告配信システムであって、
前記通信端末に前記通信端末を識別する端末識別情報を生成する識別情報生成サーバと、
前記通信端末がアクセスしたウェブページの履歴と前記端末識別情報とを紐付けたアクセス履歴を格納するアクセス履歴記憶装置と、
前記ウェブページに掲載する広告を配信する広告配信サーバと、
を備え、
前記ウェブページには、前記ウェブページにアクセスした通信端末に、前記識別情報生成サーバにアクセスする処理を実行させるスクリプトが設定されており、
前記識別情報生成サーバは、
前記ウェブページを経由してアクセスしてきた通信端末を前記広告配信サーバに接続させるコマンドと、前記生成した前記端末識別情報と、を前記通信端末に送信するように構成されており、
前記広告配信サーバは、
前記識別情報生成サーバを経由してアクセスしてきた前記通信端末から取得した前記端末識別情報と、前記アクセス履歴記憶装置に格納された前記アクセス履歴と、に基づいて広告を選択し、前記通信端末がアクセスしたウェブページに掲載するように構成されている広告配信システム。 - 前記端末識別情報と前記通信端末がアクセスしたウェブページの履歴であるアクセス履歴と、を収集する情報収集サーバを備え、
前記情報収集サーバは、前記通信端末を識別する端末識別情報を生成し、前記通信端末がアクセスしたウェブページの履歴と前記端末識別情報とを紐付けたアクセス履歴を作成し、前記アクセス履歴記憶装置に格納し、
前記広告配信サーバは、
前記識別情報生成サーバを経由してアクセスしてきた前記通信端末から取得した前記端末識別情報と、前記アクセス履歴記憶装置に格納された前記アクセス履歴と、に基づいて広告を選択し、前記通信端末がアクセスしたウェブページに掲載する請求項1に記載の広告配信システム。 - ネットワークに接続されており、前記ネットワークにおいて識別子によって相互に識別可能とされた複数のサーバから前記ネットワークに接続された通信端末に提供されるウェブページに広告を配信する広告配信システムであって、
前記通信端末に前記通信端末を識別する第1端末識別情報を生成する識別情報生成サーバと、
前記端末識別情報と前記通信端末がアクセスしたウェブページの履歴であるアクセス履歴と、を収集するとともに、前記通信端末を識別する第2端末識別情報を生成する前記情報収集サーバと、
前記アクセス履歴、前記第1端末識別情報、及び前記第2端末識別情報を紐付けたアクセス履歴記憶装置と、
前記ウェブページに掲載する広告を配信する広告配信サーバと、
を備え、
前記ウェブページには、前記識別情報生成サーバにアクセスする処理を前記ウェブページにアクセスした通信端末に実行させる第1スクリプトと、前記識別情報生成サーバにおいて生成された前記第1端末識別情報を前記情報収集サーバに送信する処理を前記ウェブページにアクセスした通信端末に実行させる第2スクリプトが設定されており、
前記広告配信サーバは、
前記通信端末から取得した前記第1端末識別情報及び前記第2端末識別情報と、前記アクセス履歴記憶装置に格納された前記アクセス履歴とに基づいて広告を選択し、前記通信端末がアクセスしたウェブページに掲載するように構成されている広告配信システム。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010212345A JP5681421B2 (ja) | 2010-09-22 | 2010-09-22 | 情報配信システム |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010212345A JP5681421B2 (ja) | 2010-09-22 | 2010-09-22 | 情報配信システム |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2012068828A true JP2012068828A (ja) | 2012-04-05 |
JP2012068828A5 JP2012068828A5 (ja) | 2013-10-31 |
JP5681421B2 JP5681421B2 (ja) | 2015-03-11 |
Family
ID=46166060
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010212345A Active JP5681421B2 (ja) | 2010-09-22 | 2010-09-22 | 情報配信システム |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5681421B2 (ja) |
Cited By (21)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014093096A (ja) * | 2013-12-11 | 2014-05-19 | Yahoo Japan Corp | 広告配信装置および広告配信方法 |
JP2014132443A (ja) * | 2012-12-04 | 2014-07-17 | Video Research:Kk | 収集サーバ及び収集方法 |
JP2014134883A (ja) * | 2013-01-08 | 2014-07-24 | Yahoo Japan Corp | 配信装置、配信システム、配信方法及び配信プログラム |
JP5622982B1 (ja) * | 2014-05-26 | 2014-11-12 | 株式会社電通 | 広告枠管理システムおよび枠調整コンピュータ |
WO2014192067A1 (ja) * | 2013-05-27 | 2014-12-04 | 株式会社Kpiソリューションズ | 情報処理システム、及び情報処理方法 |
WO2014192690A1 (ja) * | 2013-05-27 | 2014-12-04 | 株式会社Kpiソリューションズ | 情報処理システム、及び情報処理方法 |
JP2015532800A (ja) * | 2013-05-09 | 2015-11-12 | ザ ニールセン カンパニー (ユーエス) エルエルシー | 分散したデモグラフィック情報を用いてインプレッションを決定するための方法及び装置 |
US9596151B2 (en) | 2010-09-22 | 2017-03-14 | The Nielsen Company (Us), Llc. | Methods and apparatus to determine impressions using distributed demographic information |
WO2017158798A1 (ja) * | 2016-03-17 | 2017-09-21 | 富士通株式会社 | 情報処理装置、情報配信システム、情報処理方法、および情報処理プログラム |
JP6250848B1 (ja) * | 2017-01-19 | 2017-12-20 | ヤフー株式会社 | 決定装置、決定方法、及び決定プログラム |
JP6266153B1 (ja) * | 2017-03-17 | 2018-01-24 | ヤフー株式会社 | 情報処理装置、情報処理システム、情報処理方法、及び情報処理プログラム |
JP2018081663A (ja) * | 2016-11-18 | 2018-05-24 | 株式会社バリュー・パートナーズ | ポイントリターゲティング広告の配信方法 |
US10045082B2 (en) | 2015-07-02 | 2018-08-07 | The Nielsen Company (Us), Llc | Methods and apparatus to correct errors in audience measurements for media accessed using over-the-top devices |
US10218801B2 (en) | 2014-03-13 | 2019-02-26 | Panasonic Intellectual Property Management Co., Ltd. | Information device identification system, information device identification method, information device, non-transitory computer readable recording medium for use in a computer which can associate identical users with each other |
US10380633B2 (en) | 2015-07-02 | 2019-08-13 | The Nielsen Company (Us), Llc | Methods and apparatus to generate corrected online audience measurement data |
US10674022B2 (en) | 2018-05-10 | 2020-06-02 | Brother Kogyo Kabushiki Kaisha | Server, server system, non-transitory computer-readable recording medium storing computer-readable instructions for server, and method performed by server |
US10679257B2 (en) | 2014-05-26 | 2020-06-09 | Dentsu Inc. | Ad frame management system for switching content frame to ad frame, based on fluctuation in click through rate of advertisement or other information |
US10803475B2 (en) | 2014-03-13 | 2020-10-13 | The Nielsen Company (Us), Llc | Methods and apparatus to compensate for server-generated errors in database proprietor impression data due to misattribution and/or non-coverage |
US10956947B2 (en) | 2013-12-23 | 2021-03-23 | The Nielsen Company (Us), Llc | Methods and apparatus to measure media using media object characteristics |
JP2021064202A (ja) * | 2019-10-15 | 2021-04-22 | ヤフー株式会社 | 情報処理装置、情報処理方法および情報処理プログラム |
US11983730B2 (en) | 2014-12-31 | 2024-05-14 | The Nielsen Company (Us), Llc | Methods and apparatus to correct for deterioration of a demographic model to associate demographic information with media impression information |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020004733A1 (en) * | 2000-05-05 | 2002-01-10 | Frank Addante | Method and apparatus for transaction tracking over a computer network |
JP2002091852A (ja) * | 2000-09-18 | 2002-03-29 | Seino Information Service Co Ltd | 閲覧履歴取得方法及び情報提供方法 |
JP2002091851A (ja) * | 2000-09-12 | 2002-03-29 | Toshiba Corp | 情報提供方法および中継サーバ装置 |
US20030135853A1 (en) * | 1999-03-08 | 2003-07-17 | Phillip Y. Goldman | System and method of inserting advertisements into an information retrieval system display |
JP2005070888A (ja) * | 2003-08-28 | 2005-03-17 | Shunji Sugaya | メディア配信システム及び方法、メディア配信装置、ならびに、コンピュータプログラム |
JP2008009582A (ja) * | 2006-06-28 | 2008-01-17 | Yonebayashi Ritsu | 広告配信サーバ、広告配信プログラム、広告配信方法、及び広告配信システム |
-
2010
- 2010-09-22 JP JP2010212345A patent/JP5681421B2/ja active Active
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20030135853A1 (en) * | 1999-03-08 | 2003-07-17 | Phillip Y. Goldman | System and method of inserting advertisements into an information retrieval system display |
US20020004733A1 (en) * | 2000-05-05 | 2002-01-10 | Frank Addante | Method and apparatus for transaction tracking over a computer network |
JP2002091851A (ja) * | 2000-09-12 | 2002-03-29 | Toshiba Corp | 情報提供方法および中継サーバ装置 |
JP2002091852A (ja) * | 2000-09-18 | 2002-03-29 | Seino Information Service Co Ltd | 閲覧履歴取得方法及び情報提供方法 |
JP2005070888A (ja) * | 2003-08-28 | 2005-03-17 | Shunji Sugaya | メディア配信システム及び方法、メディア配信装置、ならびに、コンピュータプログラム |
JP2008009582A (ja) * | 2006-06-28 | 2008-01-17 | Yonebayashi Ritsu | 広告配信サーバ、広告配信プログラム、広告配信方法、及び広告配信システム |
Cited By (41)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US11144967B2 (en) | 2010-09-22 | 2021-10-12 | The Nielsen Company (Us), Llc | Methods and apparatus to determine impressions using distributed demographic information |
US11682048B2 (en) | 2010-09-22 | 2023-06-20 | The Nielsen Company (Us), Llc | Methods and apparatus to determine impressions using distributed demographic information |
US10504157B2 (en) | 2010-09-22 | 2019-12-10 | The Nielsen Company (Us), Llc | Methods and apparatus to determine impressions using distributed demographic information |
US9596151B2 (en) | 2010-09-22 | 2017-03-14 | The Nielsen Company (Us), Llc. | Methods and apparatus to determine impressions using distributed demographic information |
JP2014132443A (ja) * | 2012-12-04 | 2014-07-17 | Video Research:Kk | 収集サーバ及び収集方法 |
JP2014134883A (ja) * | 2013-01-08 | 2014-07-24 | Yahoo Japan Corp | 配信装置、配信システム、配信方法及び配信プログラム |
JP2015532800A (ja) * | 2013-05-09 | 2015-11-12 | ザ ニールセン カンパニー (ユーエス) エルエルシー | 分散したデモグラフィック情報を用いてインプレッションを決定するための方法及び装置 |
WO2014192690A1 (ja) * | 2013-05-27 | 2014-12-04 | 株式会社Kpiソリューションズ | 情報処理システム、及び情報処理方法 |
WO2014192067A1 (ja) * | 2013-05-27 | 2014-12-04 | 株式会社Kpiソリューションズ | 情報処理システム、及び情報処理方法 |
JP2014229298A (ja) * | 2013-05-27 | 2014-12-08 | 株式会社Kpiソリューションズ | 情報処理システム、及び情報処理方法 |
EP3007124A4 (en) * | 2013-05-27 | 2017-02-01 | KPI Solutions Co., Ltd. | Information processing system and information processing method |
JP2014093096A (ja) * | 2013-12-11 | 2014-05-19 | Yahoo Japan Corp | 広告配信装置および広告配信方法 |
US11854049B2 (en) | 2013-12-23 | 2023-12-26 | The Nielsen Company (Us), Llc | Methods and apparatus to measure media using media object characteristics |
US10956947B2 (en) | 2013-12-23 | 2021-03-23 | The Nielsen Company (Us), Llc | Methods and apparatus to measure media using media object characteristics |
US11568431B2 (en) | 2014-03-13 | 2023-01-31 | The Nielsen Company (Us), Llc | Methods and apparatus to compensate for server-generated errors in database proprietor impression data due to misattribution and/or non-coverage |
US10803475B2 (en) | 2014-03-13 | 2020-10-13 | The Nielsen Company (Us), Llc | Methods and apparatus to compensate for server-generated errors in database proprietor impression data due to misattribution and/or non-coverage |
US10218801B2 (en) | 2014-03-13 | 2019-02-26 | Panasonic Intellectual Property Management Co., Ltd. | Information device identification system, information device identification method, information device, non-transitory computer readable recording medium for use in a computer which can associate identical users with each other |
US12045845B2 (en) | 2014-03-13 | 2024-07-23 | The Nielsen Company (Us), Llc | Methods and apparatus to compensate for server-generated errors in database proprietor impression data due to misattribution and/or non-coverage |
US10679257B2 (en) | 2014-05-26 | 2020-06-09 | Dentsu Inc. | Ad frame management system for switching content frame to ad frame, based on fluctuation in click through rate of advertisement or other information |
WO2015181861A1 (ja) * | 2014-05-26 | 2015-12-03 | 株式会社電通 | 広告枠管理システムおよび枠調整コンピュータ |
US11017439B2 (en) | 2014-05-26 | 2021-05-25 | Dentsu Inc. | Ad frame management system for displaying web page including advertisement in correspondence with bidding popularity |
JP5622982B1 (ja) * | 2014-05-26 | 2014-11-12 | 株式会社電通 | 広告枠管理システムおよび枠調整コンピュータ |
US11983730B2 (en) | 2014-12-31 | 2024-05-14 | The Nielsen Company (Us), Llc | Methods and apparatus to correct for deterioration of a demographic model to associate demographic information with media impression information |
US11259086B2 (en) | 2015-07-02 | 2022-02-22 | The Nielsen Company (Us), Llc | Methods and apparatus to correct errors in audience measurements for media accessed using over the top devices |
US11645673B2 (en) | 2015-07-02 | 2023-05-09 | The Nielsen Company (Us), Llc | Methods and apparatus to generate corrected online audience measurement data |
US10785537B2 (en) | 2015-07-02 | 2020-09-22 | The Nielsen Company (Us), Llc | Methods and apparatus to correct errors in audience measurements for media accessed using over the top devices |
US10380633B2 (en) | 2015-07-02 | 2019-08-13 | The Nielsen Company (Us), Llc | Methods and apparatus to generate corrected online audience measurement data |
US10045082B2 (en) | 2015-07-02 | 2018-08-07 | The Nielsen Company (Us), Llc | Methods and apparatus to correct errors in audience measurements for media accessed using over-the-top devices |
US12015826B2 (en) | 2015-07-02 | 2024-06-18 | The Nielsen Company (Us), Llc | Methods and apparatus to correct errors in audience measurements for media accessed using over-the-top devices |
US10368130B2 (en) | 2015-07-02 | 2019-07-30 | The Nielsen Company (Us), Llc | Methods and apparatus to correct errors in audience measurements for media accessed using over the top devices |
US11706490B2 (en) | 2015-07-02 | 2023-07-18 | The Nielsen Company (Us), Llc | Methods and apparatus to correct errors in audience measurements for media accessed using over-the-top devices |
JPWO2017158798A1 (ja) * | 2016-03-17 | 2018-09-27 | 富士通株式会社 | 情報処理装置、情報配信システム、情報処理方法、および情報処理プログラム |
WO2017158798A1 (ja) * | 2016-03-17 | 2017-09-21 | 富士通株式会社 | 情報処理装置、情報配信システム、情報処理方法、および情報処理プログラム |
JP2018081663A (ja) * | 2016-11-18 | 2018-05-24 | 株式会社バリュー・パートナーズ | ポイントリターゲティング広告の配信方法 |
JP2018116540A (ja) * | 2017-01-19 | 2018-07-26 | ヤフー株式会社 | 決定装置、決定方法、及び決定プログラム |
JP6250848B1 (ja) * | 2017-01-19 | 2017-12-20 | ヤフー株式会社 | 決定装置、決定方法、及び決定プログラム |
JP6266153B1 (ja) * | 2017-03-17 | 2018-01-24 | ヤフー株式会社 | 情報処理装置、情報処理システム、情報処理方法、及び情報処理プログラム |
JP2018156435A (ja) * | 2017-03-17 | 2018-10-04 | ヤフー株式会社 | 情報処理装置、情報処理システム、情報処理方法、及び情報処理プログラム |
US10674022B2 (en) | 2018-05-10 | 2020-06-02 | Brother Kogyo Kabushiki Kaisha | Server, server system, non-transitory computer-readable recording medium storing computer-readable instructions for server, and method performed by server |
JP2021064202A (ja) * | 2019-10-15 | 2021-04-22 | ヤフー株式会社 | 情報処理装置、情報処理方法および情報処理プログラム |
JP7145836B2 (ja) | 2019-10-15 | 2022-10-03 | ヤフー株式会社 | 情報処理装置、情報処理方法および情報処理プログラム |
Also Published As
Publication number | Publication date |
---|---|
JP5681421B2 (ja) | 2015-03-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5681421B2 (ja) | 情報配信システム | |
JP5497282B2 (ja) | 情報提供方法及び広告提供方法 | |
US8533067B1 (en) | System for obtaining recommendations from multiple recommenders | |
US10853834B2 (en) | System and method for incentivizing wireless device users to interact with sponsor offers and advertising | |
US7991757B2 (en) | System for obtaining recommendations from multiple recommenders | |
KR101312144B1 (ko) | 디지털 콘텐츠 객체용 상호접속 위치 배포 메커니즘 | |
US8473338B2 (en) | Methods and systems to facilitate keyword bid arbitrage with multiple advertisement placement providers | |
US20130173365A1 (en) | Processing of Electronic Referral Hyperlinks | |
US8271682B2 (en) | Enhancements for domain name leasing marketplace | |
JP6199884B2 (ja) | オンライン広告を配信する精密制御アプリケーション | |
US20120005024A1 (en) | Methods for selecting and displaying advertising links | |
US20130138487A1 (en) | Distributing content | |
KR20150126734A (ko) | 유연한 수입 공유 및 소개 기여금 시스템 | |
US12056195B2 (en) | Systems and methods for selective distribution of online content | |
US20110270670A1 (en) | Method and system for facilitating online advertising | |
US20210065289A1 (en) | Replacement of content items | |
JP2011508931A (ja) | ビデオ広告価格決定 | |
US20140052515A1 (en) | Method and Apparatus for Anonymous Referred User Discount Process | |
KR20100001109A (ko) | 인터넷을 이용한 광고제작의뢰 중개방법 | |
JP2006259983A (ja) | アフィリエイト・プログラム実施装置、コンピュータプログラム、プログラム格納媒体 | |
EP2575100A1 (en) | Conducting auctions in private online advertising systems | |
US20150100434A1 (en) | Bartering content for application developers | |
JP4931687B2 (ja) | 知識公開装置、知識公開方法、および知識公開プログラム | |
US20150095178A1 (en) | Group discount media pricing | |
JP6703667B1 (ja) | プレスリリース配信装置、プレスリリース配信方法及びプログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130917 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20130917 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20140424 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140520 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140716 |
|
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: 20150106 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20150109 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5681421 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |