JP2014085812A - Target advertisement distribution system, target advertisement distribution method in the same system, target advertisement distribution program and information recording medium with the same program recorded - Google Patents

Target advertisement distribution system, target advertisement distribution method in the same system, target advertisement distribution program and information recording medium with the same program recorded Download PDF

Info

Publication number
JP2014085812A
JP2014085812A JP2012234033A JP2012234033A JP2014085812A JP 2014085812 A JP2014085812 A JP 2014085812A JP 2012234033 A JP2012234033 A JP 2012234033A JP 2012234033 A JP2012234033 A JP 2012234033A JP 2014085812 A JP2014085812 A JP 2014085812A
Authority
JP
Japan
Prior art keywords
attribute information
advertisement distribution
terminal
advertisement
distribution request
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
JP2012234033A
Other languages
Japanese (ja)
Other versions
JP5467136B1 (en
Inventor
Satoshi Tanaka
聡 田中
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.)
GREE Inc
Original Assignee
GREE Inc
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 GREE Inc filed Critical GREE Inc
Priority to JP2012234033A priority Critical patent/JP5467136B1/en
Priority to PCT/JP2013/077400 priority patent/WO2014065114A1/en
Application granted granted Critical
Publication of JP5467136B1 publication Critical patent/JP5467136B1/en
Publication of JP2014085812A publication Critical patent/JP2014085812A/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising

Abstract

PROBLEM TO BE SOLVED: To provide more effective target advertisements.SOLUTION: By using attribute information stored in the local storage of a terminal, the page of a domain in which attribute information exists is accessed under the consideration of not only the attribute information of the domain but also the attribute information stored in the local storage (S6) so that it is possible to provide more effective target advertisements. Also, even the page of a domain in which any attribute information does not exist is accessed under the consideration of the attribute information stored in the local storage so that it is possible to determine more appropriate target advertisements.

Description

本発明は、ターゲット広告配信システム、同システムにおけるターゲット広告配信方法、ターゲット広告配信プログラム及び同プログラムを記録した情報記録媒体に関する。   The present invention relates to a target advertisement distribution system, a target advertisement distribution method, a target advertisement distribution program, and an information recording medium on which the program is recorded.

近年のインターネット技術の進展に伴ない、インターネットのWeb画面上で広告を行なう技術、いわゆるアドテクノロジーが開発されている。このようなアドテクノロジーの一例として、あるドメイン内でのユーザの属性情報や振る舞いに応じて、Web画面上に広告配信サーバからユーザに効果的なターゲット広告を提供するシステムが開示されている(特許文献1)。   With the recent progress of Internet technology, a technology for advertising on the Internet Web screen, so-called ad technology, has been developed. As an example of such an ad technology, a system that provides an effective target advertisement to a user from an advertisement distribution server on a Web screen according to the attribute information and behavior of the user in a certain domain is disclosed (patent) Reference 1).

特開2010−44303号公報JP 2010-44303 A

従来のターゲット広告配信システムは、あるドメインにおけるユーザの属性情報や振る舞いに応じて、ターゲット広告を配信するものであるが、クライアント端末に保存されているユーザ属性情報を利用してターゲット広告を配信するものではない。   The conventional target advertisement distribution system distributes a target advertisement according to user attribute information and behavior in a certain domain, but distributes a target advertisement using user attribute information stored in a client terminal. It is not a thing.

ユーザ属性情報をクライアント端末に保存する場合、Webストレージという手法がある。このWebストレージは、シンプルなKey−Value型のストレージであり、「ローカルストレージ」と「セッションストレージ」とがある。   When storing user attribute information in a client terminal, there is a technique called Web storage. This Web storage is a simple Key-Value type storage, and includes “local storage” and “session storage”.

「セッションストレージ」は、ウインドウごとのセッションで有効なストレージである。ウインドウやタブが開いている間、Webアプリケーション利用に関するデータをそれぞれの単位で保存し、ウインドウ/タブが閉じられると、データは失われる。ウインドウ/タブ間では異なるセッションストレージとなり、共有はできない。   “Session storage” is storage effective in a session for each window. While the windows and tabs are open, data relating to the use of the Web application is saved in respective units, and when the windows / tabs are closed, the data is lost. Different session storage is available between windows / tabs and cannot be shared.

「ローカルストレージ」は、Webアプリケーション利用者のブラウザ内に永続的にデータを保存するストレージである。保存は、「http:///www.abcdefg.co.jp:80/」のように、「ドメイン:ポート番号」の組み合わせの「オリジン」単位で実施される。オリジンが同じであれば、ウインドウやタブ間でデータを共有でき、また、一度、ブラウザを閉じて、再度アクセスしたときでもデータを共有できる。   “Local storage” is storage for permanently storing data in the browser of the Web application user. Saving is performed in units of “origin” in a combination of “domain: port number” as “http: ///www.abcdefg.co.jp: 80 /”. If the origin is the same, data can be shared between windows and tabs, and data can be shared even when the browser is closed and accessed again.

従来の広告配信システムでは、「ローカルストレージ」を有効に活用して、特定のドメインに特化したユーザ属性情報のみに依存せずに種々のドメインにおけるユーザ属性情報を活用して有効なターゲティング広告を行うことができなかった。   In the conventional advertisement distribution system, “local storage” is effectively utilized, and effective targeting advertisements are utilized by utilizing user attribute information in various domains without depending only on user attribute information specialized in a specific domain. Could not do.

本発明は、上記実情に鑑みてなされたものであり、「ローカルストレージ」に格納されたユーザ属性情報を有効に活用して広告配信を行うことができるターゲット広告配信システム、同システムにおけるターゲット広告配信方法、ターゲット広告配信プログラム及び同プログラムを記録した情報記録媒体を提供することを目的とする。   The present invention has been made in view of the above circumstances, and a target advertisement distribution system capable of effectively utilizing user attribute information stored in “local storage” and performing advertisement distribution in the system. It is an object to provide a method, a target advertisement distribution program, and an information recording medium on which the program is recorded.

本発明の第1の発明によれば、端末が、ユーザの第1の属性情報が前記端末のローカルストレージに格納されているかを判断し、前記ユーザの第1の属性情報が前記端末のローカルストレージに格納されている場合、広告配信要求に前記端末のローカルストレージに格納された第1の属性情報を追加し、前記端末がアクセスしたWebページに関連するサーバからユーザの第2の属性情報を取得できるかを判断し、前記ユーザの第2の属性情報を取得できる場合、前記ユーザの第2の属性情報を取得し、この取得した第2の属性情報を前記広告配信要求に追加し、前記広告配信要求を広告配信用サーバに送信し、前記広告配信用サーバが、前記広告配信要求に第1の属性情報が追加されているか否かを判断し、前記広告配信要求に第1の属性情報が追加されていると判断した場合、前記広告配信要求に第2の属性情報が追加されているか否かを判断し、前記広告配信要求に第2の属性情報が追加されていると判断した場合、前記第1の属性情報と前記第2の属性情報とをマージして新たな第1の属性情報を作成し、前記作成された新たな第1の属性情報に基づいて広告の識別情報を決定し、前記作成された新たな第1の属性情報及び前記決定された広告の識別情報を前記端末に送信し、前記端末は、前記作成された新たな第1の属性情報を受信し、前記受信した新たな第1の属性情報を第1の属性情報として前記端末のローカルストレージに格納するターゲット広告配信システムにおけるターゲット広告配信方法、である。   According to the first aspect of the present invention, the terminal determines whether the first attribute information of the user is stored in the local storage of the terminal, and the first attribute information of the user is the local storage of the terminal. If the first attribute information stored in the local storage of the terminal is added to the advertisement distribution request, the second attribute information of the user is obtained from the server related to the web page accessed by the terminal. When the second attribute information of the user can be acquired and the second attribute information of the user is acquired, the acquired second attribute information is added to the advertisement distribution request, and the advertisement The distribution request is transmitted to the advertisement distribution server, the advertisement distribution server determines whether or not the first attribute information is added to the advertisement distribution request, and the first attribute is added to the advertisement distribution request. If it is determined that information has been added, it is determined whether second attribute information has been added to the advertisement distribution request, and it has been determined that second attribute information has been added to the advertisement distribution request In this case, the first attribute information and the second attribute information are merged to create new first attribute information, and advertisement identification information is obtained based on the created first attribute information. Determining and transmitting the created new first attribute information and identification information of the determined advertisement to the terminal, the terminal receiving the created new first attribute information, A target advertisement distribution method in a target advertisement distribution system that stores received new first attribute information as first attribute information in a local storage of the terminal.

本発明の第2の発明によれば、広告配信要求に第1の属性情報が追加されているか否かを判断し、前記広告配信要求に第1の属性情報が追加されていると判断した場合、前記広告配信要求に第2の属性情報が追加されているか否かを判断し、前記広告配信要求に第2の属性情報が追加されていると判断した場合、前記第1の属性情報と前記第2の属性情報とをマージして新たな第1の属性情報を作成し、前記作成された新たな第1の属性情報に基づいて広告の識別情報を決定し、前記作成された新たな第1の属性情報及び前記決定された広告の識別情報を端末に送信する、広告配信システムにおけるサーバの広告配信要求に対する応答方法、である。   According to the second aspect of the present invention, when it is determined whether or not the first attribute information is added to the advertisement distribution request, and it is determined that the first attribute information is added to the advertisement distribution request Determining whether or not the second attribute information is added to the advertisement distribution request, and determining that the second attribute information is added to the advertisement distribution request, the first attribute information and the The second attribute information is merged to create new first attribute information, advertisement identification information is determined based on the created new first attribute information, and the created new first attribute information is determined. A response method to an advertisement distribution request of a server in an advertisement distribution system, wherein the attribute information of 1 and the identification information of the determined advertisement are transmitted to a terminal.

本発明の第3の発明によれば、ユーザの第1の属性情報が端末のローカルストレージに格納されているかを判断し、前記ユーザの第1の属性情報が前記端末のローカルストレージに格納されている場合、広告配信要求に前記端末のローカルストレージに格納された第1の属性情報を追加し、前記端末がアクセスしたWebページに関連するサーバからユーザの第2の属性情報を取得できるかを判断し、前記ユーザの第2の属性情報を取得できる場合、前記ユーザの第2の属性情報を取得し、この取得した第2の属性情報を前記広告配信要求に追加し、前記広告配信要求を広告配信用サーバに送信し、前記広告配信要求に応答して、前記広告配信用サーバから新たな第1の属性情報を受信し、前記受信した新たな第1の属性情報を第1の属性情報として前記端末のローカルストレージに格納する広告配信システムにおける端末の属性情報格納方法、である。   According to the third aspect of the present invention, it is determined whether the first attribute information of the user is stored in the local storage of the terminal, and the first attribute information of the user is stored in the local storage of the terminal. If there is, add the first attribute information stored in the local storage of the terminal to the advertisement distribution request, and determine whether the user's second attribute information can be acquired from the server related to the web page accessed by the terminal If the second attribute information of the user can be acquired, the second attribute information of the user is acquired, the acquired second attribute information is added to the advertisement distribution request, and the advertisement distribution request is In response to the advertisement distribution request, new first attribute information is received from the advertisement distribution server, and the received new first attribute information is received as first attribute information. Attribute information storage method of the terminal in the advertisement distribution system to be stored in the local storage of the terminal as a.

本発明によれば、「ローカルストレージ」に格納されたユーザ属性情報を有効に活用して広告配信を行うことができるターゲット広告配信システム、同システムにおけるターゲット広告配信方法、ターゲット広告配信プログラム及び同プログラムを記録した情報記録媒体を提供することができる。   According to the present invention, a target advertisement distribution system capable of effectively utilizing user attribute information stored in “local storage” and performing advertisement distribution, a target advertisement distribution method, a target advertisement distribution program, and the program therefor Can be provided.

本発明の実施の形態に係るターゲット広告配信システムを説明するための図である。It is a figure for demonstrating the target advertisement delivery system which concerns on embodiment of this invention. ドメインBのWebページ3a(属性情報あり)にアクセスする場合の動作について説明するためのフローチャートを示す図である。It is a figure for demonstrating the operation | movement when accessing the web page 3a (with attribute information) of the domain B. FIG. ドメインBのWebページ3a(属性情報あり)にアクセスする場合の動作について説明するためのタイミングチャートを示す図である。It is a figure which shows the timing chart for demonstrating operation | movement in accessing the web page 3a (with attribute information) of the domain B. FIG. ドメインAのWebページ2a(属性情報なし)にアクセスする場合の動作について説明するためのフローチャートを示す図である。It is a figure for demonstrating the operation | movement in accessing the Web page 2a (there is no attribute information) of the domain A. ドメインAのWebページ2a(属性情報なし)にアクセスする場合の動作について説明するためのタイミングチャートを示す図である。It is a figure which shows the timing chart for demonstrating operation | movement in accessing the Web page 2a (no attribute information) of the domain A. FIG. 携帯電話4の動作について説明するためのフローチャートである。4 is a flowchart for explaining the operation of the mobile phone 4; 処理サーバ21に送信される広告配信要求を示す図である。It is a figure which shows the advertisement delivery request | requirement transmitted to the process server. 携帯電話4のローカルストレージ34を示す図である。It is a figure which shows the local storage 34 of the mobile telephone 4. FIG. サーバ群3の動作について説明するためのフローチャートである。5 is a flowchart for explaining an operation of a server group 3. 属性情報のマージ処理を説明するための図である。It is a figure for demonstrating the merge process of attribute information.

以下、本発明の実施の形態に係るターゲット広告配信システムついて、図面を参照して説明する。   Hereinafter, a target advertisement distribution system according to an embodiment of the present invention will be described with reference to the drawings.

図1は、本発明の実施の形態に係るターゲット広告配信システムを説明するための図である。   FIG. 1 is a diagram for explaining a target advertisement distribution system according to an embodiment of the present invention.

同図に示すように、インターネットなどのネットワーク1にはサーバ群2、3、携帯電話4及び広告サーバ5が接続されている。   As shown in the figure, server groups 2 and 3, a mobile phone 4 and an advertisement server 5 are connected to a network 1 such as the Internet.

サーバ群2、3は、1つのコンピュータで実現されても良いし、その機能毎に、例えば、Webサーバ、処理サーバ、データベースサーバなどの複数のコンピュータで構成されてもよく、本発明の実施の形態においては、その構成は問わない。サーバ群は、例えば、フロントサーバ群、データベースサーバ群及びバッチサーバ群で構成される。   The server groups 2 and 3 may be realized by a single computer, and may be configured by a plurality of computers such as a Web server, a processing server, and a database server for each function. The configuration is not limited in the form. The server group includes, for example, a front server group, a database server group, and a batch server group.

フロントサーバ群は、クライアントとの通信リクエストを受けて即実行が可能な各種処理の実行出力の整形を担当する。例えば、Webサーバなどである。データベースサーバ群は、例えば、当該サーバ群によって提供されるサービスの中核的な処理や、必要なデータを記録する処理サーバ及びデータベースである。バッチサーバ群は、定期的にデータをデータベースから取得して、定期処理を施し、その結果をデータベースに記録する。   The front server group is responsible for shaping the execution output of various processes that can be executed immediately upon receiving a communication request with a client. For example, a web server. The database server group is, for example, a core process of a service provided by the server group or a processing server and a database that records necessary data. The batch server group periodically acquires data from the database, performs periodic processing, and records the result in the database.

本実施の形態では、サーバ群2は、ドメインAのWebページ2aを管理するサーバ群である。Webページ2aには、ターゲット広告11が表示される。より具体的には、携帯電話4がドメインAのWebページ2aにアクセスすると、Webページ2aに埋め込まれた本実施の形態に係るターゲット広告配信処理の一部を実現する広告配信用Java(登録商標)スクリプトプログラムが携帯電話4上で実行(起動)される。本実施の形態においては、サーバ群2は、携帯電話4のユーザの属性情報を有しないものとする。   In the present embodiment, the server group 2 is a server group that manages the Web page 2a of the domain A. A target advertisement 11 is displayed on the Web page 2a. More specifically, when the mobile phone 4 accesses the Web page 2a of the domain A, Java (registered trademark) for advertisement distribution that realizes part of the target advertisement distribution process according to the present embodiment embedded in the Web page 2a. ) A script program is executed (activated) on the mobile phone 4. In the present embodiment, it is assumed that the server group 2 does not have the attribute information of the user of the mobile phone 4.

サーバ群3は、ドメインBのWebページ3aを管理するサーバ群であって、本発明の実施の形態に係るターゲット広告配信処理の一部を司る。サーバ群3は、例えば、本発明の実施の形態に係るターゲット広告配信処理の一部を司るとともに、ソーシャルネットワーキングゲームを管理するサーバである。   The server group 3 is a server group that manages the Web page 3a of the domain B, and manages a part of the target advertisement distribution processing according to the embodiment of the present invention. The server group 3 is a server that manages a part of the target advertisement distribution processing according to the embodiment of the present invention and manages a social networking game, for example.

サーバ群3は処理サーバ21及びデータベースサーバ23を具備する。   The server group 3 includes a processing server 21 and a database server 23.

処理サーバ21は、本実施の形態に係るターゲット広告配信プログラム22に基づいて、ターゲット広告配信システムのサーバ側の処理を司るものであり、データベースサーバ23は、ターゲット広告配信システムの広告配信処理に必要な属性情報などを格納する。   The processing server 21 manages processing on the server side of the target advertisement distribution system based on the target advertisement distribution program 22 according to the present embodiment, and the database server 23 is necessary for advertisement distribution processing of the target advertisement distribution system. Attribute information etc. is stored.

同図に示すように、データベースサーバ23には、ユーザの識別情報(ID)に関連付けて属性情報(性別、生年月日、住所、ドメインBのWebページによって提供されるソーシャルネットワーキングゲームのユーザレベル、ゲームポイントなど)が格納される。   As shown in the figure, in the database server 23, attribute information (gender, date of birth, address, user level of a social networking game provided by a domain B web page, in association with user identification information (ID), Game points, etc.) are stored.

携帯電話4は、スマートフォン、フィーチャー・フォン(feature phone)などを含み、例えば、アンドロイド(R)、iOS(R)などのOS上で動作する携帯電話である。なお、本実施の形態においては、携帯電話4について示したが、端末はコンピュータであっても良い。コンピュータには、一般的なデスクトップコンピュータの他、モバイルコンピュータ、ラップトップコンピュータ、タブレット型端末などを含む。   The mobile phone 4 includes a smartphone, a feature phone, and the like, and is a mobile phone that operates on an OS such as Android (R) or iOS (R), for example. In the present embodiment, the mobile phone 4 is shown, but the terminal may be a computer. The computer includes a general desktop computer, a mobile computer, a laptop computer, a tablet terminal, and the like.

携帯電話4は、アンドロイド(R)、iOS(R)などのOS31上で動作する本実施の形態に係るターゲット広告配信処理のクライアント(端末)側の処理を司るプログラム32、Webブラウザプログラム33、Webブラウザプログラム33のローカルストレージ34を有する。ローカルストレージ34は、同図に示すように、携帯電話4のユーザの属性情報、例えば、メールアドレス、電話番号などの属性情報が格納される。   The mobile phone 4 includes a program 32, a web browser program 33, a web browser program 33, and a web browser program 33 that perform processing on the client (terminal) side of the target advertisement distribution processing according to the present embodiment that operates on the OS 31 such as Android (R) or iOS (R). A local storage 34 of the browser program 33 is included. As shown in the figure, the local storage 34 stores attribute information of the user of the mobile phone 4, for example, attribute information such as a mail address and a telephone number.

広告サーバ5は、URLと広告内容を示す広告HTMLとが関連付けて記憶されている。   The advertisement server 5 stores URLs and advertisement HTML indicating advertisement contents in association with each other.

次に、本発明の実施の形態に係るターゲット広告配信システムの動作について説明する。まず、ドメインBのWebページ3a(属性情報あり)にアクセスする場合の動作について、図2のフローチャート及び図3のタイミングチャートを参照して説明する。   Next, the operation of the target advertisement distribution system according to the embodiment of the present invention will be described. First, an operation for accessing the Web page 3a (with attribute information) of the domain B will be described with reference to the flowchart of FIG. 2 and the timing chart of FIG.

ユーザが携帯電話4より、ドメインBのWebページ3a(属性情報あり)にアクセスする(S1、T1)。ドメインBのWebページ3aには、広告配信用プログラム(Javaスクリプト)が埋め込まれており、このWebページ3aの広告配信用プログラムが、携帯電話4のWebブラウザプログラム33上で実行(起動)される(S2)。   The user accesses the Web page 3a (with attribute information) of the domain B from the mobile phone 4 (S1, T1). An advertisement distribution program (Java script) is embedded in the Web page 3a of the domain B, and the advertisement distribution program of the Web page 3a is executed (activated) on the Web browser program 33 of the mobile phone 4. (S2).

Webページ3aの広告配信用プログラムは、ユーザの識別情報(ID)に関連する属性情報(性別、生年月日、住所・・)をWebページ3a(データベースサーバ23)から取得する(S3)。次に、Webページ3aの広告配信用プログラムは、取得したユーザの識別情報(ID)に関連する属性情報及び広告配信要求を処理サーバ21に送信する(S4、T3)。   The advertisement distribution program for the Web page 3a acquires attribute information (gender, date of birth, address,...) Related to the user identification information (ID) from the Web page 3a (database server 23) (S3). Next, the advertisement distribution program of the Web page 3a transmits attribute information related to the acquired user identification information (ID) and an advertisement distribution request to the processing server 21 (S4, T3).

処理サーバ21のターゲット広告配信プログラム22は、広告配信要求を受信すると、携帯電話4のローカルストレージ34から属性情報を取得し(S5、T4)、受信したユーザの識別情報に関連する属性情報及び取得したローカルストレージ34の属性情報をデータベースサーバ23に送信する(広告ID取得リクエスト:T5)。   When receiving the advertisement distribution request, the target advertisement distribution program 22 of the processing server 21 acquires attribute information from the local storage 34 of the mobile phone 4 (S5, T4), and acquires attribute information and acquisition related to the received user identification information. The attribute information of the local storage 34 is transmitted to the database server 23 (advertisement ID acquisition request: T5).

データベースサーバ23は、受信したユーザの識別情報に関連する属性情報及びローカルストレージ34の属性情報(暗号化されている場合には、復号を行ない)を基に、配信する広告の識別情報を決定し(S6、T6)、受信したユーザの識別情報に関連する属性情報及びローカルストレージ34の属性情報をマージして暗号化する(S7、T7、T8)。   The database server 23 determines the identification information of the advertisement to be distributed based on the attribute information related to the received user identification information and the attribute information of the local storage 34 (decryption is performed when encrypted). (S6, T6), the attribute information related to the received user identification information and the attribute information of the local storage 34 are merged and encrypted (S7, T7, T8).

その後、データベースサーバ23は、決定した広告の識別情報及び暗号化されたユーザの識別情報に関連する属性情報及びローカルストレージ34の属性情報を処理サーバ21に戻す(S8、T9)。   Thereafter, the database server 23 returns the attribute information related to the determined advertisement identification information and the encrypted user identification information and the attribute information of the local storage 34 to the processing server 21 (S8, T9).

処理サーバ21は、暗号化されたユーザの識別情報に関連する属性情報及びローカルストレージ34の属性情報をローカルストレージ34に保存し(S9、T10)、決定された広告の識別情報を携帯電話4に送信する(S10、T11)。   The processing server 21 stores the attribute information related to the encrypted user identification information and the attribute information of the local storage 34 in the local storage 34 (S9, T10), and stores the determined advertisement identification information in the mobile phone 4. Transmit (S10, T11).

携帯電話4のWebページ3aの広告配信用プログラムは、送信された広告の識別情報を基に、実際の広告HTMLがあるURLを作成し(S11、T12)、この作成したURLに基づいて、広告サーバ5から広告情報(HTML)を取得して、Webページ3aに広告情報を表示する(S12、T13,T14)。   The advertisement distribution program for the web page 3a of the mobile phone 4 creates a URL with the actual advertisement HTML based on the identification information of the transmitted advertisement (S11, T12), and the advertisement is based on the created URL. Advertisement information (HTML) is acquired from the server 5, and the advertisement information is displayed on the Web page 3a (S12, T13, T14).

したがって、本実施の形態によれば、ユーザの識別情報に関連した属性情報及びローカルストレージの識別情報に基づいて、ターゲット広告を決定するので、より効率的なターゲット広告を提供することができる。   Therefore, according to the present embodiment, since the target advertisement is determined based on the attribute information related to the user identification information and the local storage identification information, a more efficient target advertisement can be provided.

次に、ドメインAのWebページ2a(属性情報なし)にアクセスする場合の広告配信システムの動作について、図4のフローチャート及び図5のタイミングチャートを参照して説明する。   Next, the operation of the advertisement distribution system when accessing the Web page 2a (without attribute information) of the domain A will be described with reference to the flowchart of FIG. 4 and the timing chart of FIG.

ユーザが携帯電話4より、ドメインAのWebページ2a(属性情報なし)にアクセスする(S21、T21)。ドメインAのWebページ2aには、広告配信用プログラム(Javaスクリプト)が埋め込まれており、このWebページ2aの広告配信用プログラムが、携帯電話4のWebブラウザプログラム33上で実行(起動)される(S22)。   The user accesses the Web page 2a (without attribute information) of the domain A from the mobile phone 4 (S21, T21). An advertisement distribution program (Java script) is embedded in the Web page 2 a of the domain A, and the advertisement distribution program of the Web page 2 a is executed (activated) on the Web browser program 33 of the mobile phone 4. (S22).

次に、Webページ2aの広告配信用プログラムは、広告配信要求を処理サーバ21に送信する(S23、T22)。   Next, the advertisement distribution program of the Web page 2a transmits an advertisement distribution request to the processing server 21 (S23, T22).

処理サーバ21のターゲット広告配信プログラム22は、広告配信要求を受信すると、携帯電話4のローカルストレージ34から属性情報を取得し(S24、T23)、取得したローカルストレージ34の属性情報をデータベースサーバ23に送信する(広告ID取得リクエスト:T24)。   When receiving the advertisement distribution request, the target advertisement distribution program 22 of the processing server 21 acquires attribute information from the local storage 34 of the mobile phone 4 (S24, T23), and stores the acquired attribute information of the local storage 34 in the database server 23. Transmit (advertisement ID acquisition request: T24).

データベースサーバ23は、ローカルストレージ34の属性情報(暗号化されている場合には、復号を行ない)を基に、配信する広告の識別情報を決定し(S25、T25)、決定した広告の識別情報を処理サーバ21に戻す(S26、T26)。処理サーバ21は、広告の識別情報を携帯電話4に送信する(S27、T27)。   The database server 23 determines the identification information of the advertisement to be distributed based on the attribute information of the local storage 34 (decryption if encrypted) (S25, T25), and the determined identification information of the advertisement Is returned to the processing server 21 (S26, T26). The processing server 21 transmits the advertisement identification information to the mobile phone 4 (S27, T27).

携帯電話4のWebページ2aの広告配信用プログラムは、送信された広告の識別情報を基に、実際の広告HTMLがあるURLを作成し(S28、T28)、この作成したURLに基づいて、広告サーバ5から広告情報(HTML)を取得して、Webページ2aに広告情報を表示する(S29、T29、T30)。   The advertisement distribution program for the Web page 2a of the mobile phone 4 creates a URL with the actual advertisement HTML based on the transmitted advertisement identification information (S28, T28), and the advertisement is based on the created URL. Advertisement information (HTML) is acquired from the server 5, and the advertisement information is displayed on the Web page 2a (S29, T29, T30).

したがって、本実施の形態によれば、属性情報の存在しないドメインのページにアクセスをした場合でも、ローカルストレージの属性情報を利用することにより、有効なターゲット広告を提供することができる。   Therefore, according to the present embodiment, it is possible to provide an effective target advertisement by using the attribute information of the local storage even when accessing a page of a domain where attribute information does not exist.

なお、上述の実施の形態では、属性情報が存在するドメインのページにアクセスする場合と、属性情報が存在するドメインのページにアクセスする場合とで分けて処理の流れを説明したが、属性情報の存否を判断する手段を設けることにより、処理の共通化を図ってもよい。   In the above-described embodiment, the flow of processing has been described separately when accessing a page of a domain where attribute information exists and when accessing a page of a domain where attribute information exists. By providing means for determining the presence or absence, the processing may be shared.

すなわち、端末が、アクセスした所定のドメインのWebページに関連するサーバに、端末のユーザの識別情報に関連する第1の属性情報が存在するか否かを判断し、第1の属性情報が存在すると判断した場合に、第1の属性情報とともに広告配信要求を広告配信用サーバに送信し、第1の属性情報が存在しないと判断した場合に、広告配信要求のみを広告配信用サーバに送信する。   That is, the terminal determines whether or not the first attribute information related to the identification information of the user of the terminal exists in the server related to the web page of the predetermined domain accessed, and the first attribute information exists Then, when it is determined, the advertisement distribution request is transmitted to the advertisement distribution server together with the first attribute information, and when it is determined that the first attribute information does not exist, only the advertisement distribution request is transmitted to the advertisement distribution server. .

広告配信用サーバは、端末から送信された第1の属性情報及び広告配信要求、又は端末から送信された広告配信要求のみを受信した場合に、端末のローカルストレージに格納された第2の属性情報を取得し、端末から第1の属性情報及び広告配信要求を受信した場合には、受信した第1の属性情報及び取得した第2の属性情報に基づいて広告の識別情報を決定し、端末から広告配信要求のみを受信した場合には、取得した第2の属性情報に基づいて広告の識別情報を決定し、決定した広告の識別情報を端末に送信する。   When the server for advertisement distribution receives only the first attribute information and the advertisement distribution request transmitted from the terminal or the advertisement distribution request transmitted from the terminal, the second attribute information stored in the local storage of the terminal When the first attribute information and the advertisement distribution request are received from the terminal, the identification information of the advertisement is determined based on the received first attribute information and the acquired second attribute information. When only the advertisement distribution request is received, the advertisement identification information is determined based on the acquired second attribute information, and the determined advertisement identification information is transmitted to the terminal.

<他の実施の形態>
上述の実施の形態では、携帯電話4上で実行されるプログラムがWebページ3aにアクセスした場合、ユーザの識別情報に関連する属性情報を広告配信要求とともに処理サーバ21に送り、処理サーバ21のターゲット広告配信プログラム22が携帯電話4のローカルストレージ34から属性情報を取得する場合について説明した。
<Other embodiments>
In the above-described embodiment, when a program executed on the mobile phone 4 accesses the Web page 3a, attribute information related to the user identification information is sent to the processing server 21 together with the advertisement distribution request, and the target of the processing server 21 The case where the advertisement distribution program 22 acquires attribute information from the local storage 34 of the mobile phone 4 has been described.

本実施の形態は、処理サーバ21に送られる携帯電話4のローカルストレージ34に最新の複数のWebページの属性情報を格納することができ、この最新の属性情報に基づいてターゲッティング広告を行なうものである。   In the present embodiment, the latest attribute information of a plurality of Web pages can be stored in the local storage 34 of the mobile phone 4 sent to the processing server 21, and a targeting advertisement is performed based on the latest attribute information. is there.

また、本実施の形態では、ローカルストレージに格納されるデータはキーバリューストア(Key-Value Store;以下「KVS」という。)形式で暗号化された状態で格納される。なお、上述の実施の形態もKVS格納形式でデータを格納することを妨げるものではない。   In this embodiment, data stored in the local storage is stored in an encrypted state in a key-value store (hereinafter referred to as “KVS”) format. Note that the above-described embodiment does not prevent data from being stored in the KVS storage format.

ここで、KVS形式は、任意の保存したいデータ(値:value)に対し、対応する一意の標識(key)を設定し、これらをペアで保存する方式をいう。本実施の形態では、KVSのデータ(値:value)が暗号化される。   Here, the KVS format refers to a method in which a corresponding unique indicator (key) is set for arbitrary data (value) to be stored, and these are stored in pairs. In the present embodiment, KVS data (value) is encrypted.

KVSでは保存したいデータに他のデータと識別するための文字列や数値(キーと呼ばれる)を割り当て、データとセットで記憶装置などに保管する。データの読み出し時には、予め設定したキーを指定すると、対応したデータを取り出すことができる。   In KVS, a character string or a numerical value (called a key) for distinguishing from other data is assigned to data to be stored, and the data and set are stored in a storage device or the like. When data is read, the corresponding data can be taken out by designating a preset key.

まず、携帯電話4の動作について、図6のフローチャートを参照して説明する。   First, the operation of the mobile phone 4 will be described with reference to the flowchart of FIG.

ユーザが携帯電話4より、ドメインAのWebページ2a(属性情報なし)或いはドメインBのWebページ3a(属性情報あり)にアクセスする(S31)。ドメインAのWebページ2a又はドメインBのWebページ3aには、広告配信用プログラム(Javaスクリプト)が埋め込まれており、このWebページ2a、3aの広告配信用プログラムが、携帯電話4のWebブラウザプログラム33上で実行(起動)される(S32)。   The user accesses the Web page 2a of domain A (without attribute information) or the Web page 3a of domain B (with attribute information) from the mobile phone 4 (S31). An advertisement delivery program (Java script) is embedded in the domain A web page 2a or the domain B web page 3a. It is executed (activated) on the computer 33 (S32).

広告配信用プログラムは、次に、属性情報が携帯電話4のローカルストレージ34に格納されているか否かの判断を行なう(S33)。   Next, the advertisement distribution program determines whether or not the attribute information is stored in the local storage 34 of the mobile phone 4 (S33).

S33において、ローカルストレージ34に格納されていると判断された場合には、広告配信要求に属性情報を追加する(S34)。   If it is determined in S33 that it is stored in the local storage 34, attribute information is added to the advertisement distribution request (S34).

S33において、属性情報が携帯電話4のローカルストレージ34に格納されていないと判断された場合、又はS4において広告配信要求にローカルストレージ34を追加した後、携帯電話4がアクセスしたWebページのサーバから属性情報(以下、ローカルストレージ34に格納されている属性情報と区別するために、「メディア属性情報」という。)を取得できるか否かの判断が行なわれる(S35)。   In S33, when it is determined that the attribute information is not stored in the local storage 34 of the mobile phone 4, or after adding the local storage 34 to the advertisement distribution request in S4, from the server of the Web page accessed by the mobile phone 4 It is determined whether or not the attribute information (hereinafter referred to as “media attribute information” in order to distinguish it from the attribute information stored in the local storage 34) can be acquired (S35).

具体的には、携帯電話4がドメインAのWebページ2aにアクセスした場合には、ドメインAのサーバ群2は属性情報を有しないので、メディア属性情報を有しないと判断され、ドメインBのWebページ3aにアクセスした場合には、ドメインBのサーバ群3は属性情報を有するので、メディア属性情報を有すると判断される。   Specifically, when the mobile phone 4 accesses the Web page 2a of the domain A, since the server group 2 of the domain A does not have attribute information, it is determined that it does not have media attribute information, and the domain B Web When the page 3a is accessed, the server group 3 in the domain B has attribute information, so it is determined that it has media attribute information.

S35においてメディア属性情報を取得できると判断された場合には、サーバからメディア属性情報を取得し、取得したメディア属性情報をWebページのURLと関連付けて、携帯電話4のローカルストレージ34に格納する(S36)。   If it is determined in S35 that the media attribute information can be acquired, the media attribute information is acquired from the server, and the acquired media attribute information is associated with the URL of the Web page and stored in the local storage 34 of the mobile phone 4 ( S36).

次に、広告配信要求に取得したメディア属性情報を追加し(S37)、S38の処理に移る。   Next, the acquired media attribute information is added to the advertisement distribution request (S37), and the process proceeds to S38.

S35においてWebページのサーバからメディア属性情報を取得できないと判断された場合、或いはS7において広告配信要求に取得したメディア属性情報を追加した後、広告配信要求を処理サーバ21に送信する(S38)。   If it is determined in S35 that the media attribute information cannot be acquired from the Web page server, or after adding the acquired media attribute information to the advertisement distribution request in S7, the advertisement distribution request is transmitted to the processing server 21 (S38).

その後、携帯電話4は、広告配信要求に対する応答(属性情報+広告の識別情報)を受信したか否かの判断を行なう(S39)。S39において、応答を受信したと判断された場合には、受信した属性情報をローカルストレージ34に格納する(S40)。   Thereafter, the mobile phone 4 determines whether or not a response (attribute information + advertisement identification information) to the advertisement distribution request has been received (S39). If it is determined in S39 that a response has been received, the received attribute information is stored in the local storage 34 (S40).

携帯電話4の広告配信用プログラムは、送信された広告の識別情報を基に、実際の広告HTMLがあるURLを作成し(S41)、この作成したURLに基づいて、広告サーバ5から広告情報(HTML)を取得して、Webページに広告情報を表示する(S42)。   The advertisement distribution program of the mobile phone 4 creates a URL with the actual advertisement HTML based on the transmitted advertisement identification information (S41). Based on the created URL, the advertisement information ( HTML) is acquired and advertisement information is displayed on the Web page (S42).

図7は、処理サーバ21に送信される広告配信要求を示す図である。   FIG. 7 is a diagram illustrating an advertisement distribution request transmitted to the processing server 21.

同図において、図7(a)はS33においてローカルストレージ34に属性情報が格納されていないと判断され、かつS35においてアクセスしたWebページのサーバからメディア属性情報が取得できないと判断された場合に送信される広告配信要求を示している。すなわち、ローカルストレージ34及びアクセスしたWebページのサーバから属性情報が取得できない場合、広告配信要求のみが送信される。   In FIG. 7A, FIG. 7A is transmitted when it is determined in S33 that the attribute information is not stored in the local storage 34, and it is determined in S35 that the media attribute information cannot be obtained from the accessed Web page server. The advertisement delivery request to be performed is shown. That is, when the attribute information cannot be acquired from the local storage 34 and the accessed web page server, only the advertisement distribution request is transmitted.

(b)は、S33においてローカルストレージ34に属性情報が格納されていると判断され、かつS35においてアクセスしたWebページのサーバからメディア属性情報が取得できないと判断された場合に送信される広告配信要求を示している。   (B) is an advertisement distribution request transmitted when it is determined in S33 that the attribute information is stored in the local storage 34, and it is determined in S35 that the media attribute information cannot be acquired from the accessed web page server. Is shown.

(c)は、S33においてローカルストレージ34に属性情報が格納されていないと判断され、かつS35においてアクセスしたWebページのサーバからメディア属性情報が取得できると判断された場合に送信される広告配信要求を示している。   (C) is an advertisement distribution request transmitted when it is determined that the attribute information is not stored in the local storage 34 in S33 and it is determined that the media attribute information can be acquired from the accessed web page server in S35. Is shown.

(d)は、S33においてローカルストレージ34に属性情報が格納されていると判断され、かつS35においてアクセスしたWebページのサーバからメディア属性情報が取得できると判断された場合に送信される広告配信要求を示している。   (D) is an advertisement distribution request transmitted when it is determined in S33 that the attribute information is stored in the local storage 34 and it is determined in S35 that the media attribute information can be acquired from the accessed web page server. Is shown.

図8は、携帯電話4のローカルストレージ34を示す図である。   FIG. 8 is a diagram showing the local storage 34 of the mobile phone 4.

同図に示すように、ローカルストレージ34にはメディア属性情報41及び属性情報42が格納される。   As shown in the figure, media attribute information 41 and attribute information 42 are stored in the local storage 34.

メディア属性情報41は、S35において説明したように、携帯電話4がアクセスしたWebページのサーバから取得される属性情報であって、アクセスしたWebページのURLに関連付けて記憶される。取得できない場合には、メディア属性情報は保存されない。同図においては、一例として、URL(https)に関連付けられたID、性別、生年月日、住所などを示している。   As described in S35, the media attribute information 41 is attribute information acquired from the server of the Web page accessed by the mobile phone 4, and is stored in association with the URL of the accessed Web page. If it cannot be obtained, the media attribute information is not saved. In the figure, as an example, an ID, sex, date of birth, address, and the like associated with a URL (https) are shown.

属性情報は42は、後述するように、データベースサーバ23において属性情報とメディア属性情報とのデータマージ処理などが行なわれた属性情報を格納する。同図においては、一例として、IDに関連付けられたメールアドレス、電話番号、生年月日、住所などを示している。属性情報のデータはKVS形式で、暗号化された状態で格納される。   As described later, the attribute information 42 stores attribute information obtained by performing data merging processing of attribute information and media attribute information in the database server 23. In the figure, as an example, a mail address, a telephone number, a date of birth, an address and the like associated with the ID are shown. The attribute information data is stored in an encrypted state in the KVS format.

なお、メディア属性情報41のKVS形式で格納されたデータを暗号化するように、使用の際には、サーバサイドにおいて復号する構成としてもよい。   In addition, the data stored in the KVS format of the media attribute information 41 may be decrypted on the server side when used so as to be encrypted.

次に、サーバ群3の動作について図9のフローチャートを参照して説明する。   Next, the operation of the server group 3 will be described with reference to the flowchart of FIG.

処理サーバ21が携帯電話4からの広告配信要求を受信すると(S51)、当該広告配信要求をデータベースサーバ23に引き渡す。データベースサーバ23は、広告配信要求に暗号化された属性情報が追加されているか否かを判断する(S52)。   When the processing server 21 receives the advertisement distribution request from the mobile phone 4 (S51), the processing server 21 delivers the advertisement distribution request to the database server 23. The database server 23 determines whether or not encrypted attribute information is added to the advertisement distribution request (S52).

S52において、広告配信要求に暗号化された属性情報が追加されていないと判断された場合には、属性情報基礎データは「空」であるとし(S53)、S55の処理に移る。また、属性情報が追加されていると判断された場合には、当該属性情報を復号化し、当該復号化された属性情報を「属性情報基礎データ」とし(S54)、S55の処理に移る。   If it is determined in S52 that the encrypted attribute information is not added to the advertisement distribution request, the attribute information basic data is assumed to be “empty” (S53), and the process proceeds to S55. If it is determined that the attribute information has been added, the attribute information is decoded, the decoded attribute information is set as “attribute information basic data” (S54), and the process proceeds to S55.

S55においては、データベースサーバ23が、広告配信要求にメディア属性情報が追加されているか否かを判断する(S55)。   In S55, the database server 23 determines whether or not media attribute information is added to the advertisement distribution request (S55).

S55において、広告配信要求にメディア属性情報が追加されていると判断された場合には、基礎属性情報にメディア属性情報をマージし(S56)、S57の処理に移る。また、S55において、広告配信要求にメディア属性情報が追加されていないと判断された場合にも、S57の処理に移る。   In S55, when it is determined that the media attribute information is added to the advertisement distribution request, the media attribute information is merged with the basic attribute information (S56), and the process proceeds to S57. If it is determined in S55 that the media attribute information is not added to the advertisement distribution request, the process proceeds to S57.

図10は、S56における属性情報のマージ処理を説明するための図である。   FIG. 10 is a diagram for explaining the attribute information merging process in S56.

同図においては、復号された属性情報法基礎データ51とメディア属性情報52とをマージして、新たな属性情報53を生成する場合を示している。   This figure shows a case where the decoded attribute information method basic data 51 and the media attribute information 52 are merged to generate new attribute information 53.

同図において、「属性情報基礎データ」は、キーとして「Gender]、データとして「male]を有している。同様に、「Birth = 1980-05 -04」、「Tel = 090 - 5449 -****」、「Address = yokohama」、「Hobby = tennis」、「Pet = cat」、「Interest = economy, newspaper」、「Game A level = 5」を有している。   In the figure, "attribute information basic data" has "Gender" as a key and "male" as data. Similarly, "Birth = 1980-05 -04", "Tel = 090-5449-* *** "," Address = yokohama "," Hobby = tennis "," Pet = cat "," Interest = economy, newspaper ", and" Game A level = 5 ".

「メディア属性情報」は、「Gender = male」、「Birth = 2980-05-04」、「Hobby = dance」、「Pet = dog」、「Interest = economy, newspaper」、「Game B level = 87」、「Game C level = 41」を有している。   "Media attribute information" is "Gender = male", "Birth = 2980-05-04", "Hobby = dance", "Pet = dog", "Interest = economy, newspaper", "Game B level = 87" , “Game C level = 41”.

データマージ処理は、属性情報基礎データ51に存在しないキーがメディア属性情報52に存在する場合には、当該キー及びそのデータが追加される。また、属性情報基礎データ51のキーと同一のキーがメディア属性情報52に存在する場合には、当該キーのデータが、メディア属性情報のデータに書き換えられる。なお、本実施の形態では、メディア属性情報52のデータを優先する場合について説明するが、属性情報基礎データ51のデータを優先しても良い。また、データの作成時間を参照して、新しいデータを優先してもよい。   In the data merge process, when a key that does not exist in the attribute information basic data 51 exists in the media attribute information 52, the key and its data are added. If the same key as the key of the attribute information basic data 51 exists in the media attribute information 52, the data of the key is rewritten to the data of the media attribute information. In this embodiment, the case where the data of the media attribute information 52 is prioritized will be described. However, the data of the attribute information basic data 51 may be prioritized. Also, new data may be prioritized by referring to the data creation time.

このような規則で、データマージを行なうと新たな属性情報53は、「Gender = male」、「Birth = 1980-05 -04」、「Tel = 090 - 5449 -****」、「 Address = yokohama」、「Hobby = dance」、「Pet = dog」、「Interest = economy, newspaper」、「Game A level = 5」、「Game B level = 87」、「Game C level = 41」を有する。   When data merging is performed according to such a rule, the new attribute information 53 is “Gender = male”, “Birth = 1980-05-04”, “Tel = 090-5449-****”, “Address = yokohama ”,“ Hobby = dance ”,“ Pet = dog ”,“ Interest = economy, newspaper ”,“ Game A level = 5 ”,“ Game B level = 87 ”,“ Game C level = 41 ”.

次に、データベースサーバ23により、属性情報に基づいて広告の識別情報を決定し(S57)、属性情報のデータの暗号化が行なわれ(S58)、決定された広告の識別情報及びデータが暗号化された属性情報が処理サーバ21に引き渡される。   Next, the database server 23 determines advertisement identification information based on the attribute information (S57), the attribute information data is encrypted (S58), and the determined advertisement identification information and data are encrypted. The attribute information thus delivered is delivered to the processing server 21.

なお、S56においてマージされた属性情報のデータが、S58において暗号化された後に、当該暗号化された属性情報をデータベースサーバ23に保存しても良い。これにより、サーバ管理会社は多くの顧客ローカルデータを含めた顧客情報を得ることが出来る。   Note that the encrypted attribute information may be stored in the database server 23 after the attribute information data merged in S56 is encrypted in S58. Thereby, the server management company can obtain customer information including a lot of customer local data.

処理サーバ21は、データベースサーバ23から引き渡された広告の識別情報及びデータが暗号化された属性情報をレスポンスとして携帯電話4のブラウザ33に送信する(S59)
したがって、本発明の他の実施の形態によれば、複数のサーバからユーザの属性情報を集めることができ、集められたユーザの属性情報を使用してターゲット広告を選定するので、より有効にターゲット広告を表示させることができる。
The processing server 21 transmits the identification information of the advertisement delivered from the database server 23 and the attribute information obtained by encrypting the data to the browser 33 of the mobile phone 4 as a response (S59).
Therefore, according to another embodiment of the present invention, user attribute information can be collected from a plurality of servers, and target advertisements are selected using the collected user attribute information. An advertisement can be displayed.

また、集められた複数のサーバからの識別情報は、サーバに保存されずに、携帯電話4のローカルストレージ34にのみ保存することも可能なため、サーバ台数を減らすことができる。   Further, since the collected identification information from the plurality of servers can be stored only in the local storage 34 of the mobile phone 4 without being stored in the server, the number of servers can be reduced.

さらに、Webページのアクセスごとに属性情報が更新されるので、常に、最新の属性情報を保つことができる。   Furthermore, since the attribute information is updated every time the Web page is accessed, the latest attribute information can always be maintained.

さらに、属性情報を有しないWebページにアクセスした場合であっても、携帯電話4のローカルストレージ34に格納された属性情報を利用してターゲット広告を表示するので、携帯電話4により有効なターゲット広告を表示することができる。   Further, even when a web page that does not have attribute information is accessed, the target advertisement is displayed using the attribute information stored in the local storage 34 of the mobile phone 4. Can be displayed.

さらに、保存URLをhttpsにすることにより、セキュアサイトでの広告配信にも利用することができる。   Furthermore, by setting the storage URL to https, it can also be used for advertisement distribution on a secure site.

なお、上述の実施の形態においては、処理サーバ21及びデータベースサーバ23の処理を分けて説明したが、これらは1つのサーバによって行なわれても良い。   In the above-described embodiment, the processing of the processing server 21 and the database server 23 has been described separately. However, these may be performed by one server.

本発明のいくつかの実施形態を説明したが、これらの実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。これら新規な実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。   Although several embodiments of the present invention have been described, these embodiments are presented by way of example and are not intended to limit the scope of the invention. These novel embodiments can be implemented in various other forms, and various omissions, replacements, and changes can be made without departing from the scope of the invention. These embodiments and modifications thereof are included in the scope and gist of the invention, and are included in the invention described in the claims and the equivalents thereof.

また、実施形態に記載した手法は、計算機(コンピュータ)に実行させることができるプログラムとして、例えば磁気ディスク(フロッピー(登録商標)ディスク、ハードディスク等)、光ディスク(CD−ROM、DVD、MO等)、半導体メモリ(ROM、RAM、フラッシュメモリ等)等の記録媒体に格納し、また通信媒体により伝送して頒布することもできる。なお、媒体側に格納されるプログラムには、計算機に実行させるソフトウエア手段(実行プログラムのみならずテーブルやデータ構造も含む)を計算機内に構成させる設定プログラムをも含む。本装置を実現する計算機は、記録媒体に記録されたプログラムを読み込み、また場合により設定プログラムによりソフトウエア手段を構築し、このソフトウエア手段によって動作が制御されることにより上述した処理を実行する。なお、本明細書でいう記録媒体は、頒布用に限らず、計算機内部あるいはネットワークを介して接続される機器に設けられた磁気ディスクや半導体メモリ等の記憶媒体を含むものである。   The method described in the embodiment is a program that can be executed by a computer (computer), for example, a magnetic disk (floppy (registered trademark) disk, hard disk, etc.), an optical disk (CD-ROM, DVD, MO, etc.), It can be stored in a recording medium such as a semiconductor memory (ROM, RAM, flash memory, etc.), or transmitted and distributed via a communication medium. The program stored on the medium side includes a setting program that configures software means (including not only the execution program but also a table and data structure) in the computer. A computer that implements this apparatus reads a program recorded on a recording medium, constructs software means by a setting program as the case may be, and executes the above-described processing by controlling the operation by this software means. The recording medium referred to in this specification is not limited to distribution, but includes a storage medium such as a magnetic disk or a semiconductor memory provided in a computer or a device connected via a network.

1…ネットワーク、2、3…サーバ群、2a…ドメインAのWebページ(属性情報あり)、4…携帯電話、5…広告サーバ、21…処理サーバ、22…ターゲット広告配信プログラム、23…データベースサーバ、31…OS、32…端末側プログラム、33…ブラウザ、34…ローカルストレージ。   DESCRIPTION OF SYMBOLS 1 ... Network, 2, 3 ... Server group, 2a ... Domain A Web page (with attribute information), 4 ... Mobile phone, 5 ... Advertising server, 21 ... Processing server, 22 ... Target advertisement distribution program, 23 ... Database server 31 ... OS, 32 ... terminal side program, 33 ... browser, 34 ... local storage.

Claims (17)

端末が、
ユーザの第1の属性情報が前記端末のローカルストレージに格納されているかを判断し、前記ユーザの第1の属性情報が前記端末のローカルストレージに格納されている場合、広告配信要求に前記端末のローカルストレージに格納された第1の属性情報を追加し、
前記端末がアクセスしたWebページに関連するサーバからユーザの第2の属性情報を取得できるかを判断し、前記ユーザの第2の属性情報を取得できる場合、前記ユーザの第2の属性情報を取得し、この取得した第2の属性情報を前記広告配信要求に追加し、
前記広告配信要求を広告配信用サーバに送信し、
前記広告配信用サーバが、
前記広告配信要求に第1の属性情報が追加されているか否かを判断し、
前記広告配信要求に第1の属性情報が追加されていると判断した場合、前記広告配信要求に第2の属性情報が追加されているか否かを判断し、
前記広告配信要求に第2の属性情報が追加されていると判断した場合、前記第1の属性情報と前記第2の属性情報とをマージして新たな第1の属性情報を作成し、
前記作成された新たな第1の属性情報に基づいて広告の識別情報を決定し、
前記作成された新たな第1の属性情報及び前記決定された広告の識別情報を前記端末に送信し、
前記端末は、
前記作成された新たな第1の属性情報を受信し、前記受信した新たな第1の属性情報を第1の属性情報として前記端末のローカルストレージに格納するターゲット広告配信システムにおけるターゲット広告配信方法。
The device
It is determined whether or not the first attribute information of the user is stored in the local storage of the terminal, and when the first attribute information of the user is stored in the local storage of the terminal, Add first attribute information stored in local storage,
It is determined whether or not the second attribute information of the user can be acquired from a server related to the Web page accessed by the terminal. If the second attribute information of the user can be acquired, the second attribute information of the user is acquired. And adding the acquired second attribute information to the advertisement distribution request,
Sending the advertisement distribution request to an advertisement distribution server;
The advertisement delivery server is
Determining whether first attribute information is added to the advertisement distribution request;
When it is determined that the first attribute information is added to the advertisement distribution request, it is determined whether second attribute information is added to the advertisement distribution request;
If it is determined that the second attribute information is added to the advertisement distribution request, the first attribute information and the second attribute information are merged to create new first attribute information,
Determining the identification information of the advertisement based on the created new first attribute information;
Transmitting the created new first attribute information and identification information of the determined advertisement to the terminal;
The terminal
A target advertisement distribution method in a target advertisement distribution system that receives the created new first attribute information and stores the received new first attribute information as first attribute information in a local storage of the terminal.
前記第1の属性情報及び前記第2の属性情報は、キーバリューストア(Key-Value Store)形式で格納されている請求項1記載のターゲット広告配信方法。   The target advertisement distribution method according to claim 1, wherein the first attribute information and the second attribute information are stored in a key-value store format. 前記第1の属性情報と前記第2の属性情報とのマージは、前記第1の属性情報のキーのうち前記第2の属性情報のキーと一致するキーのデータを第2の属性情報のキーのデータで上書きする請求項2記載のターゲット広告配信方法。   The merging of the first attribute information and the second attribute information is performed by changing the key data that matches the key of the second attribute information among the keys of the first attribute information to the key of the second attribute information. The target advertisement delivery method according to claim 2, wherein data is overwritten with the data. 前記第1の属性情報と前記第2の属性情報とのマージは、前記第2の属性情報のキーのうち、前記第1の属性情報のキーに存在しないキー及びそのデータを前記第1の属性情報に追加する請求項2記載のターゲット広告配信方法。   The merging of the first attribute information and the second attribute information is performed by using a key that does not exist in the key of the first attribute information among the keys of the second attribute information and its data as the first attribute. The target advertisement delivery method according to claim 2, which is added to information. 前記第2の属性情報は、前記端末のローカルストレージにURLと関連付けて記憶されている請求項1記載のターゲット広告配信方法。   The target advertisement distribution method according to claim 1, wherein the second attribute information is stored in association with a URL in a local storage of the terminal. 前記作成された新たな第1の属性情報を前記広告配信用サーバに格納することをさらに具備する請求項1記載のターゲット広告配信方法。   The target advertisement distribution method according to claim 1, further comprising storing the created first first attribute information in the advertisement distribution server. 広告配信要求に第1の属性情報が追加されているか否かを判断し、
前記広告配信要求に第1の属性情報が追加されていると判断した場合、前記広告配信要求に第2の属性情報が追加されているか否かを判断し、
前記広告配信要求に第2の属性情報が追加されていると判断した場合、前記第1の属性情報と前記第2の属性情報とをマージして新たな第1の属性情報を作成し、
前記作成された新たな第1の属性情報に基づいて広告の識別情報を決定し、
前記作成された新たな第1の属性情報及び前記決定された広告の識別情報を端末に送信する、広告配信システムにおけるサーバの広告配信要求に対する応答方法。
Determine whether the first attribute information is added to the advertisement distribution request,
When it is determined that the first attribute information is added to the advertisement distribution request, it is determined whether second attribute information is added to the advertisement distribution request;
If it is determined that the second attribute information is added to the advertisement distribution request, the first attribute information and the second attribute information are merged to create new first attribute information,
Determining the identification information of the advertisement based on the created new first attribute information;
A method of responding to an advertisement distribution request of a server in an advertisement distribution system, wherein the created new first attribute information and identification information of the determined advertisement are transmitted to a terminal.
前記作成された新たな第1の属性情報を格納することをさらに具備する請求項7記載の方法。   8. The method of claim 7, further comprising storing the created new first attribute information. ユーザの第1の属性情報が端末のローカルストレージに格納されているかを判断し、前記ユーザの第1の属性情報が前記端末のローカルストレージに格納されている場合、広告配信要求に前記端末のローカルストレージに格納された第1の属性情報を追加し、
前記端末がアクセスしたWebページに関連するサーバからユーザの第2の属性情報を取得できるかを判断し、前記ユーザの第2の属性情報を取得できる場合、前記ユーザの第2の属性情報を取得し、この取得した第2の属性情報を前記広告配信要求に追加し、
前記広告配信要求を広告配信用サーバに送信し、
前記広告配信要求に応答して、前記広告配信用サーバから新たな第1の属性情報を受信し、前記受信した新たな第1の属性情報を第1の属性情報として前記端末のローカルストレージに格納する広告配信システムにおける端末の属性情報格納方法。
It is determined whether the first attribute information of the user is stored in the local storage of the terminal, and when the first attribute information of the user is stored in the local storage of the terminal, the local distribution of the terminal Add the first attribute information stored in the storage,
It is determined whether or not the second attribute information of the user can be acquired from a server related to the Web page accessed by the terminal. If the second attribute information of the user can be acquired, the second attribute information of the user is acquired. And adding the acquired second attribute information to the advertisement distribution request,
Sending the advertisement distribution request to an advertisement distribution server;
In response to the advertisement distribution request, new first attribute information is received from the advertisement distribution server, and the received new first attribute information is stored in the local storage of the terminal as first attribute information. For storing attribute information of a terminal in an advertisement distribution system.
端末が、
ユーザの第1の属性情報が前記端末のローカルストレージに格納されているかを判断し、前記ユーザの第1の属性情報が前記端末のローカルストレージに格納されている場合、広告配信要求に前記端末のローカルストレージに格納された第1の属性情報を追加する手段と、
前記端末がアクセスしたWebページに関連するサーバからユーザの第2の属性情報を取得できるかを判断し、前記ユーザの第2の属性情報を取得できる場合、前記ユーザの第2の属性情報を取得し、この取得した第2の属性情報を前記広告配信要求に追加する手段と、
前記広告配信要求を広告配信用サーバに送信する手段とを具備し、
前記広告配信用サーバが、
前記広告配信要求に第1の属性情報が追加されているか否かを判断する手段と、
前記広告配信要求に第1の属性情報が追加されていると判断した場合、前記広告配信要求に第2の属性情報が追加されているか否かを判断する手段と、
前記広告配信要求に第2の属性情報が追加されていると判断した場合、前記第1の属性情報と前記第2の属性情報とをマージして新たな第1の属性情報を作成する手段と、
前記作成された新たな第1の属性情報に基づいて広告の識別情報を決定する手段と、
前記作成された新たな第1の属性情報及び前記決定された広告の識別情報を前記端末に送信する手段とを具備し、
前記端末は、
前記作成された新たな第1の属性情報を受信し、前記受信した新たな第1の属性情報を第1の属性情報として前記端末のローカルストレージに格納する手段をさらに具備する、ターゲット広告配信システム。
The device
It is determined whether or not the first attribute information of the user is stored in the local storage of the terminal, and when the first attribute information of the user is stored in the local storage of the terminal, Means for adding first attribute information stored in the local storage;
It is determined whether or not the second attribute information of the user can be acquired from a server related to the Web page accessed by the terminal. If the second attribute information of the user can be acquired, the second attribute information of the user is acquired. And means for adding the acquired second attribute information to the advertisement distribution request;
Means for transmitting the advertisement distribution request to an advertisement distribution server,
The advertisement delivery server is
Means for determining whether or not first attribute information is added to the advertisement distribution request;
Means for determining whether or not second attribute information is added to the advertisement distribution request when it is determined that the first attribute information is added to the advertisement distribution request;
Means for creating new first attribute information by merging the first attribute information and the second attribute information when it is determined that the second attribute information is added to the advertisement distribution request; ,
Means for determining identification information of an advertisement based on the created new first attribute information;
Means for transmitting the created new first attribute information and identification information of the determined advertisement to the terminal,
The terminal
The target advertisement distribution system further comprising: means for receiving the created new first attribute information and storing the received new first attribute information as first attribute information in a local storage of the terminal. .
前記広告配信用サーバは、前記作成された新たな第1の属性情報を格納する手段をさらに具備する請求項10記載のターゲット広告配信システム。   The target advertisement distribution system according to claim 10, wherein the advertisement distribution server further includes means for storing the created new first attribute information. 広告配信要求に第1の属性情報が追加されているか否かを判断する手段と、
前記広告配信要求に第1の属性情報が追加されていると判断した場合、前記広告配信要求に第2の属性情報が追加されているか否かを判断する手段と、
前記広告配信要求に第2の属性情報が追加されていると判断した場合、前記第1の属性情報と前記第2の属性情報とをマージして新たな第1の属性情報を作成する手段と、
前記作成された新たな第1の属性情報に基づいて広告の識別情報を決定する手段と、
前記作成された新たな第1の属性情報及び前記決定された広告の識別情報を端末に送信する手段と、
を具備する広告配信システムにおけるサーバ。
Means for determining whether or not the first attribute information is added to the advertisement distribution request;
Means for determining whether or not second attribute information is added to the advertisement distribution request when it is determined that the first attribute information is added to the advertisement distribution request;
Means for creating new first attribute information by merging the first attribute information and the second attribute information when it is determined that the second attribute information is added to the advertisement distribution request; ,
Means for determining identification information of an advertisement based on the created new first attribute information;
Means for transmitting the created new first attribute information and identification information of the determined advertisement to a terminal;
A server in an advertisement distribution system comprising:
前記作成された新たな第1の属性情報を格納する手段をさらに具備する請求項12記載のサーバ。   The server according to claim 12, further comprising means for storing the created new first attribute information. ユーザの第1の属性情報が端末のローカルストレージに格納されているかを判断し、前記ユーザの第1の属性情報が前記端末のローカルストレージに格納されている場合、広告配信要求に前記端末のローカルストレージに格納された第1の属性情報を追加する手段と、
前記端末がアクセスしたWebページに関連するサーバからユーザの第2の属性情報を取得できるかを判断し、前記ユーザの第2の属性情報を取得できる場合、前記ユーザの第2の属性情報を取得し、この取得した第2の属性情報を前記広告配信要求に追加する手段と、
前記広告配信要求を広告配信用サーバに送信する手段と、
前記広告配信要求に応答して、前記広告配信用サーバから新たな第1の属性情報を受信し、前記受信した新たな第1の属性情報を第1の属性情報として前記端末のローカルストレージに格納する手段と
を具備する広告配信システムにおける端末。
It is determined whether the first attribute information of the user is stored in the local storage of the terminal, and when the first attribute information of the user is stored in the local storage of the terminal, the local distribution of the terminal Means for adding first attribute information stored in the storage;
It is determined whether or not the second attribute information of the user can be acquired from a server related to the Web page accessed by the terminal. If the second attribute information of the user can be acquired, the second attribute information of the user is acquired. And means for adding the acquired second attribute information to the advertisement distribution request;
Means for transmitting the advertisement distribution request to an advertisement distribution server;
In response to the advertisement distribution request, new first attribute information is received from the advertisement distribution server, and the received new first attribute information is stored in the local storage of the terminal as first attribute information. A terminal in an advertisement distribution system.
サーバに、
広告配信要求に第1の属性情報が追加されているか否かを判断させ、
前記広告配信要求に第1の属性情報が追加されていると判断した場合、前記広告配信要求に第2の属性情報が追加されているか否かを判断させ、
前記広告配信要求に第2の属性情報が追加されていると判断した場合、前記第1の属性情報と前記第2の属性情報とをマージして新たな第1の属性情報を作成させ、
前記作成された新たな第1の属性情報に基づいて広告の識別情報を決定させ、
前記作成された新たな第1の属性情報を端末に送信させる、広告配信のためのプログラム。
On the server,
Determine whether the first attribute information is added to the advertisement distribution request,
When it is determined that the first attribute information is added to the advertisement distribution request, it is determined whether second attribute information is added to the advertisement distribution request;
If it is determined that the second attribute information is added to the advertisement distribution request, the first attribute information and the second attribute information are merged to create new first attribute information,
Based on the new first attribute information created, the identification information of the advertisement is determined,
A program for advertisement distribution that causes the terminal to transmit the created new first attribute information.
端末に、
ユーザの第1の属性情報が端末のローカルストレージに格納されているかを判断し、前記ユーザの第1の属性情報が前記端末のローカルストレージに格納されている場合、広告配信要求に前記端末のローカルストレージに格納された第1の属性情報を追加させ、
前記端末がアクセスしたWebページに関連するサーバからユーザの第2の属性情報を取得できるかを判断し、前記ユーザの第2の属性情報を取得できる場合、前記ユーザの第2の属性情報を取得し、この取得した第2の属性情報を前記広告配信要求に追加させ、
前記広告配信要求を広告配信用サーバに送信させ、
前記広告配信要求に応答して、前記広告配信用サーバから新たな第1の属性情報を受信し、前記受信した新たな第1の属性情報を第1の属性情報として前記端末のローカルストレージに格納させる、広告配信のためのプログラム。
On your device,
It is determined whether the first attribute information of the user is stored in the local storage of the terminal, and when the first attribute information of the user is stored in the local storage of the terminal, the local distribution of the terminal First attribute information stored in the storage is added,
It is determined whether or not the second attribute information of the user can be acquired from a server related to the Web page accessed by the terminal. If the second attribute information of the user can be acquired, the second attribute information of the user is acquired. And adding the acquired second attribute information to the advertisement distribution request,
Sending the advertisement distribution request to an advertisement distribution server;
In response to the advertisement distribution request, new first attribute information is received from the advertisement distribution server, and the received new first attribute information is stored in the local storage of the terminal as first attribute information. A program for advertising distribution.
請求項15又は請求項16記載のプログラムを格納したコンピュータ読み取り可能な情報記録媒体。   A computer-readable information recording medium storing the program according to claim 15 or 16.
JP2012234033A 2012-10-23 2012-10-23 Target advertisement delivery system, target advertisement delivery method in the system, target advertisement delivery program, and information recording medium recording the program Expired - Fee Related JP5467136B1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2012234033A JP5467136B1 (en) 2012-10-23 2012-10-23 Target advertisement delivery system, target advertisement delivery method in the system, target advertisement delivery program, and information recording medium recording the program
PCT/JP2013/077400 WO2014065114A1 (en) 2012-10-23 2013-10-08 Targeted advertising distribution system, and information recording medium on which are recorded targeted advertising distribution method and targeted advertising distribution program in same system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012234033A JP5467136B1 (en) 2012-10-23 2012-10-23 Target advertisement delivery system, target advertisement delivery method in the system, target advertisement delivery program, and information recording medium recording the program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2014011299A Division JP6117123B2 (en) 2014-01-24 2014-01-24 Advertisement distribution method in advertisement distribution system, advertisement distribution program, and information recording medium recording the program

Publications (2)

Publication Number Publication Date
JP5467136B1 JP5467136B1 (en) 2014-04-09
JP2014085812A true JP2014085812A (en) 2014-05-12

Family

ID=50544494

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012234033A Expired - Fee Related JP5467136B1 (en) 2012-10-23 2012-10-23 Target advertisement delivery system, target advertisement delivery method in the system, target advertisement delivery program, and information recording medium recording the program

Country Status (2)

Country Link
JP (1) JP5467136B1 (en)
WO (1) WO2014065114A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018524753A (en) * 2015-07-07 2018-08-30 シンプルシュアランス ゲーエムベーハーSimplesurance Gmbh Integrated plug-in for identifying and presenting related items on web pages
JP2020021393A (en) * 2018-08-03 2020-02-06 Kddi株式会社 Production support program, device, and method capable of providing support information for supporting creation or selection of product
WO2022196923A1 (en) * 2021-03-18 2022-09-22 삼성전자주식회사 Device and method for advertising

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6259710B2 (en) * 2014-05-12 2018-01-10 Kddi株式会社 System and method capable of distributing information according to user attributes in units of users

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000057157A (en) * 1998-08-07 2000-02-25 Nec Software Chugoku Ltd Automatic advertisement distribution system
JP2001339540A (en) * 2000-05-30 2001-12-07 Mitsubishi Electric Corp Distribution method for commercial advertisement information, and information communication equipment
JP2011134250A (en) * 2009-12-25 2011-07-07 Yahoo Japan Corp Terminal, method and script program allowing collective browsing of advertisements
JP2012065206A (en) * 2010-09-16 2012-03-29 Toshiba Corp Information reproduction device and information management device
JP2012174017A (en) * 2011-02-22 2012-09-10 Nec Corp Communication system, advertisement distribution method thereof, and program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000057157A (en) * 1998-08-07 2000-02-25 Nec Software Chugoku Ltd Automatic advertisement distribution system
JP2001339540A (en) * 2000-05-30 2001-12-07 Mitsubishi Electric Corp Distribution method for commercial advertisement information, and information communication equipment
JP2011134250A (en) * 2009-12-25 2011-07-07 Yahoo Japan Corp Terminal, method and script program allowing collective browsing of advertisements
JP2012065206A (en) * 2010-09-16 2012-03-29 Toshiba Corp Information reproduction device and information management device
JP2012174017A (en) * 2011-02-22 2012-09-10 Nec Corp Communication system, advertisement distribution method thereof, and program

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018524753A (en) * 2015-07-07 2018-08-30 シンプルシュアランス ゲーエムベーハーSimplesurance Gmbh Integrated plug-in for identifying and presenting related items on web pages
US11436646B2 (en) 2015-07-07 2022-09-06 simplesurance GmbH Integration plugin for identifying and presenting associated items on a web page
JP2020021393A (en) * 2018-08-03 2020-02-06 Kddi株式会社 Production support program, device, and method capable of providing support information for supporting creation or selection of product
JP7122188B2 (en) 2018-08-03 2022-08-19 Kddi株式会社 Production support program, device, and method capable of providing support information for assisting creation or selection of production
WO2022196923A1 (en) * 2021-03-18 2022-09-22 삼성전자주식회사 Device and method for advertising

Also Published As

Publication number Publication date
WO2014065114A1 (en) 2014-05-01
JP5467136B1 (en) 2014-04-09

Similar Documents

Publication Publication Date Title
JP6215309B2 (en) Privacy management across multiple devices
US9606972B2 (en) Document collaboration with collaboration context data
JP2021108217A (en) Methods, apparatus and machine-readable storage medium to collect distributed user information for media impressions and search terms
JP2017207979A (en) Alteration detection system and alteration detection method
JP2015513748A (en) Providing content to users across multiple devices
US20180336490A1 (en) Deep semantic content selection
JP5467136B1 (en) Target advertisement delivery system, target advertisement delivery method in the system, target advertisement delivery program, and information recording medium recording the program
US11514400B2 (en) Applying for a job using a mobile computing device
JP5969716B1 (en) Data management system, data management program, communication terminal, and data management server
JP6585225B2 (en) Advertisement distribution system, advertisement distribution method, advertisement distribution server, and advertisement distribution program
US20150356584A1 (en) Crowd sourcing coupon redemption information
US10311458B2 (en) System and method for dynamic personalization of electronic coupon distribution and redemption via mobile device
JP2009123062A (en) System and method for content display control
JP6397074B2 (en) Advertisement distribution method in advertisement distribution system, advertisement distribution program, and information recording medium recording the program
JP6691942B2 (en) Advertisement delivery program, advertisement delivery method, user terminal, and advertisement delivery system
JP6117123B2 (en) Advertisement distribution method in advertisement distribution system, advertisement distribution program, and information recording medium recording the program
JP7406694B2 (en) Information processing method, information processing device, and program
JP5909553B2 (en) OBJECT DISPLAY METHOD, OBJECT TRANSMISSION METHOD, OBJECT DISPLAY DEVICE, SERVER, AND INFORMATION RECORDING MEDIUM RECORDING PROGRAM FOR PERFORMING THE METHOD
JP6548702B2 (en) Management device, management method, and management program
JP6114236B2 (en) Terminal device, electronic magazine creation system, electronic magazine creation method, and computer program
JP6161460B2 (en) Content display system and server and terminal constituting the system
JP6060322B1 (en) Server, e-mail transmission device and control method thereof, computer program, and storage medium
JP6368001B2 (en) Terminal device, electronic magazine creation device, electronic magazine creation system, electronic magazine creation method, and computer program
KR101167843B1 (en) Update document distribution apparatus and method
KR102059678B1 (en) System and method for advertisement

Legal Events

Date Code Title Description
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: 20140107

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140127

R150 Certificate of patent or registration of utility model

Ref document number: 5467136

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

LAPS Cancellation because of no payment of annual fees