JP2017033250A - Information processing device, information processing method and program - Google Patents

Information processing device, information processing method and program Download PDF

Info

Publication number
JP2017033250A
JP2017033250A JP2015152011A JP2015152011A JP2017033250A JP 2017033250 A JP2017033250 A JP 2017033250A JP 2015152011 A JP2015152011 A JP 2015152011A JP 2015152011 A JP2015152011 A JP 2015152011A JP 2017033250 A JP2017033250 A JP 2017033250A
Authority
JP
Japan
Prior art keywords
address
log data
terminals
terminal
candidate set
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
JP2015152011A
Other languages
Japanese (ja)
Other versions
JP5891331B1 (en
Inventor
政人 矢野
Masato Yano
政人 矢野
充 漆畑
Mitsuru Urushibata
充 漆畑
圭一 手塚
Keiichi Tezuka
圭一 手塚
定壮 薩摩
Sadatake Satsuma
定壮 薩摩
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.)
Digital Advertising Consortium Co Ltd
Original Assignee
Digital Advertising Consortium Co Ltd
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 Digital Advertising Consortium Co Ltd filed Critical Digital Advertising Consortium Co Ltd
Priority to JP2015152011A priority Critical patent/JP5891331B1/en
Application granted granted Critical
Publication of JP5891331B1 publication Critical patent/JP5891331B1/en
Publication of JP2017033250A publication Critical patent/JP2017033250A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an information processing device, an information processing method and a program which match a plurality of terminals likely to be used by an identical user with each other.SOLUTION: An information processing device comprises: an acquisition section and a matching section. The acquisition section acquires plural pieces of log data which associates IP addresses, terminal IDs and time stamps. The matching section: identifies a candidate set including a plurality of terminals using the identical IP address on the basis of the plural pieces of log data; estimates a probability that an identical user uses the plurality of terminals included in the candidate set on the basis of the log data with respect to the IP address; and matches the plurality of terminals with each other on the basis of an estimation result.SELECTED DRAWING: Figure 1

Description

本発明の実施形態は、同一ユーザによりネットワーク経由で使用される複数のデバイス(以下、クロスデバイスと称する)をマッチングする情報処理装置、情報処理方法及びプログラムに関する。   Embodiments described herein relate generally to an information processing apparatus, an information processing method, and a program for matching a plurality of devices (hereinafter referred to as cross devices) used by a single user via a network.

例えば、広告主は、クロスデバイスのマッチングにより、クロスデバイスへの情報をコントロールすることを考えている。サーバなどの情報処理装置は、ユーザが各端末で同一のIDなどを用いてサイトなどにログインしたログデータなどに基づいて、クロスデバイスマッチングを実現する。   For example, an advertiser considers controlling information to a cross device by cross device matching. An information processing apparatus such as a server realizes cross-device matching based on log data that a user logs into a site or the like using the same ID or the like at each terminal.

しかしながら、このようなIDなどによる確定的なクロスデバイスマッチングによると、ログインしないユーザ又はログインIDなどを保持しないユーザのデバイスをマッチングすることが難しいという課題がある。さらに、このような確定的なクロスデバイスマッチングによると、あくまでもIDなどでログインしている会員などが対象となるため、クロスデバイスに関するボリュームが出せないという課題もある。   However, according to deterministic cross-device matching based on such an ID, there is a problem that it is difficult to match a device of a user who does not log in or a user who does not hold a login ID. Furthermore, according to such definite cross-device matching, there is a problem that a volume related to the cross device cannot be produced because a member who logs in with an ID or the like is an object.

特開2012−133780号公報JP 2012-133780 A

上記の課題を解決するために、同一ユーザにより使用されている可能性の高い複数の端末をマッチングする情報処理装置、情報処理方法及びプログラムを提供する。   In order to solve the above problems, an information processing apparatus, an information processing method, and a program that match a plurality of terminals that are likely to be used by the same user are provided.

実施形態によれば、情報処理装置は、取得部と、マッチング部と、を備える。取得部は、IPアドレスと端末IDとタイムスタンプとを対応づけた複数のログデータを取得する。マッチング部は、前記複数のログデータに基づいて同一のIPアドレスを用いる複数の端末を含む候補セットを特定し、前記IPアドレスに関する前記ログデータに基づいて前記候補セットが含む複数の端末の同一ユーザが使用している可能性を推定し、推定結果に基づき複数の端末をマッチングする。   According to the embodiment, the information processing apparatus includes an acquisition unit and a matching unit. The acquisition unit acquires a plurality of log data in which an IP address, a terminal ID, and a time stamp are associated with each other. The matching unit identifies a candidate set including a plurality of terminals using the same IP address based on the plurality of log data, and the same user of the plurality of terminals included in the candidate set based on the log data regarding the IP address Is used, and a plurality of terminals are matched based on the estimation result.

実施形態によれば、マッチングサーバは、IPアドレスに関するログデータから、同時期に同一のIPアドレスを用いて広告などを閲覧した複数の端末を特定することができる。マッチングサーバは、特定された複数の端末を同一ユーザの使用と推定し、特定された複数の端末をマッチングすることができる。   According to the embodiment, the matching server can specify a plurality of terminals that have browsed advertisements or the like using the same IP address at the same time from the log data regarding the IP address. The matching server can estimate the plurality of identified terminals as being used by the same user and match the plurality of identified terminals.

図1は、実施形態に係るサービス提供システムの構成例を示すブロック図である。FIG. 1 is a block diagram illustrating a configuration example of a service providing system according to an embodiment. 図2は、実施形態に係るマッチングサーバの構成例を示すブロック図である。FIG. 2 is a block diagram illustrating a configuration example of the matching server according to the embodiment. 図3は、実施形態に係るマッチング推定の動作例を説明するための図である。FIG. 3 is a diagram for explaining an operation example of matching estimation according to the embodiment. 図4は、実施形態に係るマッチングサーバの動作例を示すフローチャートである。FIG. 4 is a flowchart illustrating an operation example of the matching server according to the embodiment.

以下、実施形態について、図面を参照して説明する。
図1は、サービス提供システム10の構成例を示す図である。
サービス提供システム10は、ユーザ端末4又は5に所定のサービスを提供する。たとえば、サービス提供システム10は、ユーザ端末4又は5上で実行されるブラウザ、ゲームアプリ、ニュースアプリ又はSNSアプリなどのアプリケーション上で提供されるサービスに関連するデータを配信する。
Hereinafter, embodiments will be described with reference to the drawings.
FIG. 1 is a diagram illustrating a configuration example of a service providing system 10.
The service providing system 10 provides a predetermined service to the user terminal 4 or 5. For example, the service providing system 10 distributes data related to a service provided on an application such as a browser, a game application, a news application, or an SNS application executed on the user terminal 4 or 5.

図1が示すように、サービス提供システム10は、マッチングサーバ1、サーバ2、ルータ3、及び、ユーザ端末4並びに5などを備える。サービス提供システム10は、インターネットなどの通信網6を通じて、マッチングサーバ1、サーバ2、ルータ3、及び、ユーザ端末4並びに5を互いに接続する。   As shown in FIG. 1, the service providing system 10 includes a matching server 1, a server 2, a router 3, user terminals 4 and 5, and the like. The service providing system 10 connects the matching server 1, the server 2, the router 3, and the user terminals 4 and 5 to each other through a communication network 6 such as the Internet.

マッチングサーバ1は、同一のユーザがネットワークを介して使用するユーザ端末4又は5をマッチングする。即ち、マッチングサーバ1は、いずれの端末が同一のユーザの使用に属するかを判定する。マッチングサーバ1の構成又は動作例については、後述する。   The matching server 1 matches user terminals 4 or 5 used by the same user via a network. That is, the matching server 1 determines which terminal belongs to the use of the same user. The configuration or operation example of the matching server 1 will be described later.

サーバ2は、通信網6を通じて、ユーザ端末4又は5へ所定のサービスを提供する。また、サーバ2は、ユーザ端末4又は5がサーバ2にアクセスしたことを示すログデータを生成する。ログデータについては、後述する。たとえば、サーバ2は、ユーザ端末4又は5からのアクセスに基づいてログデータを生成する。サーバ2は、生成されたログデータを格納する。   The server 2 provides a predetermined service to the user terminal 4 or 5 through the communication network 6. The server 2 also generates log data indicating that the user terminal 4 or 5 has accessed the server 2. The log data will be described later. For example, the server 2 generates log data based on access from the user terminal 4 or 5. The server 2 stores the generated log data.

ここでは、サーバ2は、通信網6を通じて、ユーザ端末4又は5へ広告を配信するものとする。サーバ2は、広告主が提供する広告を予め格納する。サーバ2は、ユーザ端末4又は5から広告の配信を要求する広告リクエストを受け付ける。サーバ2は、広告リクエストに対するレスポンスとして広告をユーザ端末4又は5へ送信する。また、サーバ2は、ユーザ端末4又は5へ、広告レスポンスとして広告を特定するキャンペーンIDなどを送信してもよい。   Here, it is assumed that the server 2 distributes the advertisement to the user terminal 4 or 5 through the communication network 6. The server 2 stores an advertisement provided by the advertiser in advance. The server 2 receives an advertisement request for requesting advertisement delivery from the user terminal 4 or 5. The server 2 transmits the advertisement to the user terminal 4 or 5 as a response to the advertisement request. Further, the server 2 may transmit a campaign ID for specifying an advertisement as an advertisement response to the user terminal 4 or 5.

サーバ2が配信する広告は、たとえば、html、テキスト、画像、又は、それらの組み合わせによって構成される。サーバ2が配信する広告のフォーマット及び内容は、特定の構成に限定されるものではない。サーバ2は、複数の広告を格納してもよい。また、サーバ2は、適宜広告を更新してもよい。   The advertisement distributed by the server 2 is configured by, for example, html, text, an image, or a combination thereof. The format and content of the advertisement distributed by the server 2 is not limited to a specific configuration. The server 2 may store a plurality of advertisements. The server 2 may update the advertisement as appropriate.

なお、サーバ2は、Eコマースを提供するものであってもよいし、Webサイトを提供するWebサーバであってもよい。また、サーバ2は、ゲームなどのスマートフォンアプリからのリクエストに応じて所定のデータなどを送信するものであってもよい。サーバ2が提供するサービスは、特定の構成に限定されるものではない。   The server 2 may provide e-commerce or a web server that provides a website. The server 2 may transmit predetermined data in response to a request from a smartphone application such as a game. The service provided by the server 2 is not limited to a specific configuration.

ルータ3は、ローカルネットワークを形成する。ルータ3は、ローカルネットワーク内の端末(たとえば、ユーザ端末4又は5)を通信網6と接続させる。即ち、ルータ3は、ユーザ端末4又は5と通信網6とのデータの送受信を中継する。   The router 3 forms a local network. The router 3 connects a terminal (for example, the user terminal 4 or 5) in the local network to the communication network 6. That is, the router 3 relays data transmission / reception between the user terminal 4 or 5 and the communication network 6.

ルータ3は、IPアドレスを割り当てられる。ルータ3は、割り当てられたIPアドレスからのデータとして、ルータ3が形成するローカルネットワーク内の端末(たとえば、ユーザ端末4又は5)からのデータを通信網6へ送信する。即ち、通信網6において、ルータ3が形成するローカルネットワーク内の端末(たとえば、ユーザ端末4又は5)からのアクセスは、ルータ3に割り当てられたIPアドレスからのアクセスとして扱われる。つまり、ルータ3が形成するローカルネットワーク内の端末(たとえば、ユーザ端末4又は5)からのアクセスは、同一のIPアドレスからのアクセスとして扱われる。   The router 3 is assigned an IP address. The router 3 transmits data from a terminal (for example, the user terminal 4 or 5) in the local network formed by the router 3 to the communication network 6 as data from the assigned IP address. That is, in the communication network 6, access from a terminal (for example, the user terminal 4 or 5) in the local network formed by the router 3 is treated as access from an IP address assigned to the router 3. That is, access from a terminal (for example, user terminal 4 or 5) in the local network formed by the router 3 is treated as access from the same IP address.

ユーザ端末4又は5は、ユーザが所持する端末である。ユーザ端末4又は5は、ユーザの操作(入力)に基づいてブラウザなどのアプリケーションを実行する。ユーザ端末4又は5は、アプリケーションの動作に従ってサーバ2が配信する広告を表示する。   The user terminal 4 or 5 is a terminal possessed by the user. The user terminal 4 or 5 executes an application such as a browser based on a user operation (input). The user terminal 4 or 5 displays an advertisement distributed by the server 2 according to the operation of the application.

ユーザ端末4又は5は、それぞれ端末IDを格納する記憶領域4a又は4bを備える。記憶領域4a又は4bは、たとえば、ユーザ端末4又は5が格納する不揮発性メモリなどに形成される。   The user terminal 4 or 5 includes a storage area 4a or 4b for storing a terminal ID, respectively. The storage area 4a or 4b is formed in, for example, a nonvolatile memory stored in the user terminal 4 or 5.

端末IDは、ユーザ端末4又は5を識別するIDである。端末IDは、ユーザ端末4又は5の製造時に格納されたものであってもよい。また、端末IDは、適宜生成されたIDであってもよい。   The terminal ID is an ID for identifying the user terminal 4 or 5. The terminal ID may be stored when the user terminal 4 or 5 is manufactured. The terminal ID may be an ID generated as appropriate.

たとえば、端末IDは、IDFA(Identification For Advertisers)、又は、Advertising IDなどであってもよい。また、端末IDは、Cookieなどに設定されたIDであってもよい。また、端末IDは、サーバ2が端末毎に発行するID(たとえば、広告IDなど)であってもよい。また、端末IDは、webサイト内のスクリプトによって生成されるIDであってもよい。   For example, the terminal ID may be IDFA (Identification For Advisors) or Advertising ID. Further, the terminal ID may be an ID set in Cookie or the like. The terminal ID may be an ID (for example, an advertisement ID) issued by the server 2 for each terminal. Further, the terminal ID may be an ID generated by a script in the web site.

ユーザ端末4又は5は、たとえば、ディスクトップPC、ノートPC、タブレットPC、スマートフォン、又は、ウェアラブル端末などであってもよい。ユーザ端末4又は5の構成は、特定の構成に限定されるものではない。   The user terminal 4 or 5 may be, for example, a desktop PC, a notebook PC, a tablet PC, a smartphone, or a wearable terminal. The configuration of the user terminal 4 or 5 is not limited to a specific configuration.

通信網6は、マッチングサーバ1、サーバ2、及び、ルータ3を互いに通信可能に接続する。通信網6は、たとえば、インターネットである。マッチングサーバ1、サーバ2、及び、ルータ3は、有線又は無線で通信網6にアクセスする。   The communication network 6 connects the matching server 1, the server 2, and the router 3 so that they can communicate with each other. The communication network 6 is, for example, the Internet. The matching server 1, the server 2, and the router 3 access the communication network 6 by wire or wireless.

次に、マッチングサーバ1について説明する。
図2は、マッチングサーバ1の構成例を示すブロック図である。
Next, the matching server 1 will be described.
FIG. 2 is a block diagram illustrating a configuration example of the matching server 1.

図2が示す構成例において、マッチングサーバ1(情報処理装置)は、基本的な構成として、CPU11、ROM12、RAM13、NVM14、通信部15、操作部16、及び、表示部17などを備える。これらの各部は、データバスを介して互いに接続されている。なお、マッチングサーバ1は、図2が示すような構成の他に必要に応じた構成を具備したり、特定の構成を除外したりしてもよい。   In the configuration example illustrated in FIG. 2, the matching server 1 (information processing apparatus) includes a CPU 11, a ROM 12, a RAM 13, an NVM 14, a communication unit 15, an operation unit 16, a display unit 17, and the like as a basic configuration. These units are connected to each other via a data bus. The matching server 1 may include a configuration as necessary in addition to the configuration shown in FIG. 2 or may exclude a specific configuration.

CPU11は、マッチングサーバ1全体の動作を制御する機能を有する。CPU11は、内部キャッシュおよび各種のインターフェースなどを備えても良い。CPU11は、内部メモリ、ROM12あるいはNVM14に予め記憶したプログラム(コード)を実行することにより種々の処理を実現する。CPU11は、たとえば、プロセッサである。   The CPU 11 has a function of controlling the overall operation of the matching server 1. The CPU 11 may include an internal cache and various interfaces. The CPU 11 implements various processes by executing a program (code) stored in advance in the internal memory, the ROM 12 or the NVM 14. The CPU 11 is, for example, a processor.

なお、CPU11がプログラムを実行することにより実現する各種の機能のうちの一部は、ハードウエア回路により実現されるものであっても良い。この場合、CPU11は、ハードウエア回路により実行される機能を制御する。   Note that some of the various functions realized by the CPU 11 executing the program may be realized by a hardware circuit. In this case, the CPU 11 controls functions executed by the hardware circuit.

ROM12は、予め制御用のプログラム及び制御データなどが記憶された不揮発性のメモリである。ROM12に記憶される制御プログラム及び制御データは、予めマッチングサーバ1の仕様に応じて組み込まれる。ROM12は、たとえば、マッチングサーバ1の回路基板を制御するプログラム(例えば、BIOS)などを格納している。   The ROM 12 is a non-volatile memory in which a control program and control data are stored in advance. The control program and control data stored in the ROM 12 are incorporated in advance according to the specifications of the matching server 1. The ROM 12 stores, for example, a program (for example, BIOS) that controls the circuit board of the matching server 1.

RAM13は、揮発性のメモリである。RAM13は、CPU11の処理中のデータなどを一時的に格納する。RAM13は、CPU11からの命令に基づき種々のアプリケーションプログラムを格納している。また、RAM13は、アプリケーションプログラムの実行に必要なデータ及びアプリケーションプログラムの実行結果などを格納してもよい。   The RAM 13 is a volatile memory. The RAM 13 temporarily stores data being processed by the CPU 11. The RAM 13 stores various application programs based on instructions from the CPU 11. The RAM 13 may store data necessary for executing the application program, an execution result of the application program, and the like.

NVM14は、データの書き込み及び書き換えが可能な不揮発性のメモリである。NVM14は、例えば、ハードディスク、SSD、EEPROM(登録商標)又はフラッシュメモリなどにより構成される。NVM14は、マッチングサーバ1の運用用途に応じて制御プログラム、アプリケーション、及び種々のデータを格納する。   The NVM 14 is a nonvolatile memory capable of writing and rewriting data. The NVM 14 is configured by, for example, a hard disk, SSD, EEPROM (registered trademark), flash memory, or the like. The NVM 14 stores a control program, an application, and various data according to the operation usage of the matching server 1.

NVM14は、ログデータを記憶する記憶領域14aを備える。ログデータについては、後述する。   The NVM 14 includes a storage area 14a for storing log data. The log data will be described later.

通信部15は、通信網6を通じてサーバ2又はルータ3などとデータを送受信するためのインターフェースである。通信部15は、たとえば、LAN接続をサポートするインターフェースである。   The communication unit 15 is an interface for transmitting / receiving data to / from the server 2 or the router 3 through the communication network 6. The communication unit 15 is an interface that supports LAN connection, for example.

操作部16は、マッチングサーバ1の操作者によって、種々の操作指示が入力される。操作部16は、操作者に入力された操作指示のデータをCPU11へ送信する。操作部16は、たとえば、キーボード、テンキー、及び、タッチパネルなどである。   Various operation instructions are input to the operation unit 16 by the operator of the matching server 1. The operation unit 16 transmits operation instruction data input to the operator to the CPU 11. The operation unit 16 is, for example, a keyboard, a numeric keypad, and a touch panel.

表示部17は、CPU11の制御により種々の情報を表示する表示装置である。表示部17は、たとえば、液晶モニタなどである。なお、操作部16がタッチパネルなどで構成される場合、表示部17は、操作部16と一体的に形成されてもよい。   The display unit 17 is a display device that displays various information under the control of the CPU 11. The display unit 17 is, for example, a liquid crystal monitor. When the operation unit 16 is configured with a touch panel or the like, the display unit 17 may be formed integrally with the operation unit 16.

なお、マッチングサーバ1とサーバ2とは、一体としてひとつのサーバであってもよい。   Note that the matching server 1 and the server 2 may be integrated as one server.

次に、ログデータについて説明する。
ログデータは、ユーザ端末4又は5が通信網6にアクセスした(たとえば、広告などを閲覧した)ログである。ログデータは、IPアドレス、端末ID及びタイムスタンプを対応付けて格納する。
Next, log data will be described.
The log data is a log of the user terminal 4 or 5 accessing the communication network 6 (for example, browsing an advertisement). The log data is stored in association with an IP address, a terminal ID, and a time stamp.

IPアドレスは、ユーザ端末4又は5に割り振られたIPアドレスである。たとえば、IPアドレスは、ユーザ端末4又は5が所属するローカルネットワークを形成するルータ3に割り振られたIPアドレスである。   The IP address is an IP address assigned to the user terminal 4 or 5. For example, the IP address is an IP address assigned to the router 3 forming the local network to which the user terminal 4 or 5 belongs.

端末IDは、通信網6にアクセスした端末を示す。
タイムスタンプは、ユーザ端末4又は5が通信網6にアクセスした日時を示す。
The terminal ID indicates a terminal that has accessed the communication network 6.
The time stamp indicates the date and time when the user terminal 4 or 5 accesses the communication network 6.

ここでは、ログデータは、広告配信に関するものである。即ち、ログデータは、ユーザ端末4又は5へ広告を配信した際に生成されるものである。   Here, the log data relates to advertisement distribution. That is, log data is generated when an advertisement is distributed to the user terminal 4 or 5.

なお、ログデータは、広告配信、Web閲覧、Eコマース又はスマートフォンアプリに関するアクセスから生成されてもよい。ログデータは、上記の構成を備えていれば、いずれのサービスに関するものであってもよい。   The log data may be generated from advertisement distribution, web browsing, e-commerce, or access related to a smartphone application. The log data may relate to any service as long as it has the above configuration.

なお、ログデータは、ユーザ端末4又は5で動作するOS又はOSのバージョンなどを示すOS情報を備えてもよい。   Note that the log data may include OS information indicating the OS operating on the user terminal 4 or 5 or the version of the OS.

たとえば、マッチングサーバ1は、サーバ2からログデータを取得し、記憶領域14aに格納する。また、マッチングサーバ1は、操作者の操作に従って他のインターフェース(たとえば、USBをサポートするインターフェース)などからログデータを取得してもよい。   For example, the matching server 1 acquires log data from the server 2 and stores it in the storage area 14a. In addition, the matching server 1 may acquire log data from another interface (for example, an interface that supports USB) in accordance with the operation of the operator.

次に、CPU11が実現する機能について説明する。
CPU11は、複数個のログデータを取得する機能を有する(取得部)。たとえば、CPU11は、記憶領域14aからログデータを取得する。また、CPU11は、外部装置からログデータを取得してもよい。
Next, functions realized by the CPU 11 will be described.
The CPU 11 has a function of acquiring a plurality of log data (acquisition unit). For example, the CPU 11 acquires log data from the storage area 14a. Further, the CPU 11 may acquire log data from an external device.

CPU11は、取得された複数個のログデータが備えるIPアドレスをクラスタに分類する機能を有する(分類部)。たとえば、CPU11は、IPアドレスの特徴に基づいてIPアドレスをクラスタに分類する。たとえば、CPU11は、IPアドレスを、家庭用ルータで使用されるIPアドレス、企業用ルータで使用されるIPアドレス、又は、携帯キャリアで使用されるIPアドレスのいずれの特徴を有するかに基づいてクラスタに分類する。   The CPU 11 has a function of classifying IP addresses included in a plurality of acquired log data into clusters (classification unit). For example, the CPU 11 classifies IP addresses into clusters based on the characteristics of IP addresses. For example, the CPU 11 clusters the IP address based on whether it has the characteristics of an IP address used in a home router, an IP address used in a corporate router, or an IP address used in a mobile carrier. Classify into:

たとえば、CPU11は、ログデータに基づいてIPアドレスの特徴を判定する(特徴判定部)。たとえば、CPU11は、IPアドレスに対応するタイムスタンプに基づいてIPアドレスの特徴を判定する。たとえば、CPU11は、時間帯別及び曜日別に使用される頻度(使用頻度)の特徴を判定する。たとえば、CPU11は、時間帯別及び曜日別の使用頻度を示す波形を生成して、当該波形に基づいて使用頻度の特徴を判定する。   For example, the CPU 11 determines the feature of the IP address based on the log data (feature determination unit). For example, the CPU 11 determines the characteristics of the IP address based on a time stamp corresponding to the IP address. For example, the CPU 11 determines characteristics of frequency (usage frequency) used for each time zone and each day of the week. For example, the CPU 11 generates a waveform indicating the usage frequency for each time zone and each day of the week, and determines the characteristics of the usage frequency based on the waveform.

CPU11は、たとえば、以下のように使用頻度の特徴を判定する。
CPU11は、平日及び休日とも使用頻度が低く平日と休日とで使用頻度に大きな差はないが休日の日中の方がやや使用頻度が高い場合には、IPアドレスの使用頻度が家庭用ルータに使用されるIPアドレスの特徴を備えると判定する(モデルA)。
For example, the CPU 11 determines the characteristics of the usage frequency as follows.
The CPU 11 has a low usage frequency on weekdays and holidays, and there is no significant difference in usage frequency between weekdays and holidays. It is determined that the characteristics of the IP address to be used are provided (model A).

また、CPU11は、平日及び休日ともに使用頻度が高い、休日は平日よりも使用頻度が高い、かつ、平日の12時前後に使用頻度が高い場合には、IPアドレスの使用頻度が携帯キャリアで使用されるIPアドレスの特徴を備えると判定する(モデルB)。   In addition, when the CPU 11 is frequently used on both weekdays and holidays, the holidays are more frequently used than weekdays, and the usage frequency is high around 12:00 on weekdays, the frequency of use of the IP address is used by the mobile carrier. It is determined that it has the characteristics of the IP address (model B).

また、CPU11は、平日の夜に使用頻度が高く休日の方が平日よりも使用頻度が高い場合には、IPアドレスの使用頻度が家庭用ルータに使用されるIPアドレスの特徴を備えると判定する(モデルC)。   Further, the CPU 11 determines that the use frequency of the IP address has characteristics of the IP address used for the home router when the use frequency is high on weekday nights and the use frequency is higher on holidays than on weekdays. (Model C).

また、CPU11は、平日の日中に使用頻度が極めて高く休日の使用頻度が低い場合には、IPアドレスの使用頻度が企業用ルータに使用されるIPアドレスの特徴を備えると判定する(モデルD)。   Further, the CPU 11 determines that the use frequency of the IP address has characteristics of the IP address used for the enterprise router when the use frequency is very high during the weekday and the use frequency of the holiday is low (model D). ).

CPU11は、モデルA乃至Dに対応するモデル波形とIPアドレスの使用頻度を示す波形とを比較して、各モデル波形との統計的距離を算出する。CPU11は、統計的距離に基づいて、使用頻度の特徴を判定する。   The CPU 11 compares the model waveform corresponding to the models A to D with the waveform indicating the usage frequency of the IP address, and calculates a statistical distance from each model waveform. The CPU 11 determines the characteristics of the usage frequency based on the statistical distance.

なお、CPU11は、モデルA乃至D以外のモデルを用いて使用頻度の特徴を判定してもよい。CPU11が使用頻度の特徴を判定するモデルは、特定のモデルに限定されるものではない。   Note that the CPU 11 may determine the feature of the usage frequency using a model other than the models A to D. The model in which the CPU 11 determines the characteristics of the usage frequency is not limited to a specific model.

また、CPU11は、IPアドレスの特徴としてIPアドレスを使用する端末の数(密集度)の特徴を判定する。
たとえば、CPU11は、IPアドレスを使用する端末が50を超えた場合には、IPアドレスの密集度がキャリア回線に使用されるIPアドレスの特徴を備えると判定する。
In addition, the CPU 11 determines the feature of the number of terminals using the IP address (density) as the feature of the IP address.
For example, when the number of terminals that use IP addresses exceeds 50, the CPU 11 determines that the IP address density has the characteristics of IP addresses used for carrier lines.

また、CPU11は、IPアドレスを使用する端末が20を超え50未満である場合には、IPアドレスの密集度が企業用ルータに使用されるIPアドレスの特徴を備えると判定する。   Further, when the number of terminals using the IP address is more than 20 and less than 50, the CPU 11 determines that the IP address density has the characteristics of the IP address used for the corporate router.

また、CPU11は、IPアドレスを使用する端末が10未満である場合には、IPアドレスの密集度が家庭用ルータに使用されるIPアドレスの特徴を備えると判定する。   Further, when the number of terminals using the IP address is less than 10, the CPU 11 determines that the IP address density has the characteristics of the IP address used for the home router.

また、CPU11は、IPアドレスの特徴として同一の端末にどの程度継続して使用されるかに基づいてIPアドレスの特徴を判定する。即ち、CPU11は、直近の所定の期間(たとえば、直近の10日間)とその前の所定の期間(たとえば、20日前から11日前までの10日間)との両期間に使用した端末の割合(継続使用率)の特徴を判定する。   Further, the CPU 11 determines the feature of the IP address based on how much the IP terminal is continuously used for the same terminal. That is, the CPU 11 uses the ratio of terminals used in both the last predetermined period (for example, the last 10 days) and the previous predetermined period (for example, 10 days from 20 days to 11 days ago) (continuation) Usage characteristics are determined.

たとえば、CPU11は、両期間に使用した端末の割合が5%以下である場合、IPアドレスの継続利用率がキャリア回線に使用されるIPアドレスの特徴を備えると判定する。   For example, when the ratio of terminals used in both periods is 5% or less, the CPU 11 determines that the continuous usage rate of the IP address has characteristics of the IP address used for the carrier line.

また、CPU11は、両期間に使用した端末の割合が30%以上50%以下である場合、IPアドレスの継続利用率が会社用ルータで使用されるIPアドレスの特徴を備えると判定する。   In addition, when the ratio of terminals used in both periods is 30% or more and 50% or less, the CPU 11 determines that the continuous use rate of the IP address has the characteristics of the IP address used in the corporate router.

また、CPU11は、両期間に使用した端末の割合が70%以上である場合、IPアドレスの継続利用率が家庭用ルータで使用されるIPアドレスの特徴を備えると判定する。   In addition, when the ratio of terminals used in both periods is 70% or more, the CPU 11 determines that the continuous use rate of the IP address has characteristics of the IP address used in the home router.

また、CPU11は、IPアドレスの特徴として端末あたりのログデータの件数(活動量)の特徴を判定する。   Further, the CPU 11 determines the feature of the number of log data per terminal (activity) as the feature of the IP address.

たとえば、CPU11は、端末当たりのログデータの件数が40件以下である場合(即ち、1ユーザあたりの使用が少ない場合)には、IPアドレスの活動量がキャリア回線で使用されるIPアドレスの特徴を備えると判定する。   For example, when the number of log data per terminal is 40 or less (that is, when the usage per user is low), the CPU 11 is characterized by the IP address activity amount used on the carrier line. It is determined that it is provided.

CPU11は、端末当たりのログデータの件数が41件以上70件以下である場合には、IPアドレスの活動量が会社用ルータで使用されるIPアドレスの特徴を備えると判定する。   When the number of log data per terminal is 41 or more and 70 or less, the CPU 11 determines that the activity amount of the IP address has the characteristics of the IP address used in the company router.

CPU11は、端末当たりのログデータの件数が100件以上である場合(即ち、1ユーザあたりの使用が多い場合)には、IPアドレスの活動量が家庭用ルータで使用されるIPアドレスの特徴を備えると判定する。   When the number of log data items per terminal is 100 or more (that is, when the usage per user is large), the CPU 11 determines the IP address feature used by the home router. It is determined that it is prepared.

CPU11は、以上のような特徴に基づいてIPアドレスをクラスタに分類する。CPU11は、IPアドレスの特徴を元に、種々の統計手法又は機械学習によりIPアドレスの特徴が最大化するようにIPアドレスをクラスタに分類する。なお、CPU11がIPアドレスの特徴を判定するための各閾値は、上記の値に限定されるものではない。CPU11は、統計的観点から適宜閾値を変更してもよい。   The CPU 11 classifies IP addresses into clusters based on the above characteristics. Based on the features of the IP address, the CPU 11 classifies the IP addresses into clusters so that the features of the IP address are maximized by various statistical methods or machine learning. Note that the thresholds for the CPU 11 to determine the characteristics of the IP address are not limited to the above values. CPU11 may change a threshold suitably from a statistical viewpoint.

また、CPU11は、IPアドレスの特徴に基づいて、IPアドレスの使用用途を判定する(用途判定部)。たとえば、CPU11は、IPアドレスの各特徴から算出される使用用途の尤度を合算して、所定の閾値を超えた尤度に対応する使用用途をIPアドレスの使用用途と判定する。また、CPU11は、IPアドレス毎に使用用途の確からしさを示す確信度を算定してもよい。   Further, the CPU 11 determines the intended use of the IP address based on the feature of the IP address (use determining unit). For example, the CPU 11 adds the likelihoods of usages calculated from the features of the IP address, and determines the usages corresponding to the likelihood exceeding a predetermined threshold as the usages of the IP address. Further, the CPU 11 may calculate a certainty factor indicating the certainty of the intended use for each IP address.

たとえば、CPU11は、あるIPアドレスに関して活動量がかなり多い上に密集度も高く企業用ルータに使用されるIPアドレスの特徴が現れているが、使用頻度が平日夜に高く休日が平日より高く家庭用ルータに使用されるIPアドレスの特徴も現れている場合、家庭用ルータに使用されるIPアドレスと分類するが確信度を低く算出する(たとえば、分類=家庭用ルータに使用されるIPアドレス、確信度=0.55)。   For example, the CPU 11 has a large amount of activity with respect to a certain IP address, and has a high density and features of an IP address used for a corporate router. However, the frequency of use is high on weekdays and holidays are higher than weekdays. If the characteristics of the IP address used for the home router also appear, classify it as an IP address used for the home router but calculate a low certainty (for example, classification = IP address used for the home router, Confidence = 0.55).

また、CPU11は、あるIPアドレスに関して平日の日中に使用が集中し密集度がやや高く継続使用率が高い場合、企業用ルータに使用されるIPアドレスと分類し、確信度を高く算出する(たとえば、分類=企業量ルータに使用されるIPアドレス、確信度=0.98)。   Further, when the use of a certain IP address is concentrated on weekdays and the congestion is slightly high and the continuous usage rate is high, the CPU 11 classifies the IP address as an IP address used for a corporate router and calculates a high certainty ( For example, classification = IP address used for enterprise volume router, certainty = 0.98).

なお、CPU11は、各特徴の傾向、又は尤度などを定点観測し、自動的に分類方法に補正してもよい。
CPU11がIPアドレスをクラスタに分類する方法は、特定の方法に限定されるものではない。
Note that the CPU 11 may perform fixed point observation of the trend or likelihood of each feature and automatically correct the classification method.
The method by which the CPU 11 classifies IP addresses into clusters is not limited to a specific method.

また、CPU11は、クロスデバイスマッチングに使用するクラスタ(第1のクラスタ)を選択する機能を有する(選択部)。たとえば、CPU11は、密集度が小さく継続使用率が高く活動量が多く、所定の時間帯(たとえば、平日の夜又は休日など)に集中的に使用されるIPアドレスを選択する。   Further, the CPU 11 has a function of selecting a cluster (first cluster) used for cross device matching (selection unit). For example, the CPU 11 selects an IP address that has a low density and a high continuous usage rate and a large amount of activity, and is used intensively in a predetermined time zone (for example, a weekday night or a holiday).

また、CPU11は、選択されたクラスタのIPアドレスのログデータを取得する機能を有する。たとえば、CPU11は、記憶領域14aからログデータを取得する。   The CPU 11 has a function of acquiring log data of the IP address of the selected cluster. For example, the CPU 11 acquires log data from the storage area 14a.

また、CPU11は、取得されたログデータに基づいてマッチングを推定する機能を有する(マッチング部)。
CPU11は、複数の端末IDが同一の時間帯に同一のIPアドレスのログデータに頻繁に出現する場合に当該複数の端末IDを同一ユーザが所持する複数の端末の端末IDであると推定する。
The CPU 11 has a function of estimating matching based on the acquired log data (matching unit).
When a plurality of terminal IDs frequently appear in log data with the same IP address in the same time zone, the CPU 11 estimates that the plurality of terminal IDs are terminal IDs of a plurality of terminals possessed by the same user.

図3は、マッチング推定の動作例を示す。
図3が示す例では、端末ID123が示す端末Aと端末ID456が示す端末Bとは、IPアドレス11:22:33:44を用いて通信網6にアクセスする。
FIG. 3 shows an operation example of matching estimation.
In the example illustrated in FIG. 3, the terminal A indicated by the terminal ID 123 and the terminal B indicated by the terminal ID 456 access the communication network 6 using the IP address 11: 22: 33: 44.

同一ユーザが端末Aと端末Bとを使用する場合、端末Aと端末Bとは、同時期に同一のネットワーク下にある可能性が高い。従って、端末Aと端末Bとが同時期に同一のネットワーク下にある(即ち、同一のIPアドレスからアクセスする)場合、端末Aと端末Bとは、同一ユーザの使用に属する可能性が高い。   When the same user uses terminal A and terminal B, it is highly likely that terminal A and terminal B are under the same network at the same time. Therefore, when the terminal A and the terminal B are under the same network at the same time (that is, accessed from the same IP address), the terminal A and the terminal B are likely to belong to the use of the same user.

CPU11は、ログデータから同時期に同一のIPアドレスを用いる端末の組み合わせを同一ユーザの使用に属すると推定し、推定結果に基づき(同一ユーザの使用可能性が高いとの推定結果に基づき)これら端末をマッチングする。   The CPU 11 estimates that combinations of terminals using the same IP address at the same time from the log data belong to the use of the same user, and based on the estimation result (based on the estimation result that the same user is highly likely to be used). Match the terminal.

たとえば、CPU11は、ログデータに基づいて、同一のIPアドレスを用いる2つの端末を含む候補セットを特定する。CPU11は、候補セットに対して同一ユーザが使用している可能性を示すスコアを算出する。   For example, the CPU 11 specifies a candidate set including two terminals using the same IP address based on the log data. The CPU 11 calculates a score indicating the possibility that the same user is using the candidate set.

たとえば、CPU11は、所定の時間内に候補セットの両端末が同一のIPアドレスを使用した場合に、候補セットのスコアを加算する。たとえば、CPU11は、候補セットのある端末がIPアドレスを使用してから他の端末が同一のIPアドレスを使用するまでの間隔に応じてスコアを加算する。たとえば、CPU11は、1時間以内に候補セットの両端末が同一のIPアドレスを使用した場合、1.0点を加算する。また、CPU11は、1時間を超えて8時間以内である場合、0.1点を加算する。   For example, the CPU 11 adds the score of the candidate set when both terminals of the candidate set use the same IP address within a predetermined time. For example, the CPU 11 adds a score according to an interval from when a terminal with a candidate set uses an IP address until another terminal uses the same IP address. For example, the CPU 11 adds 1.0 points when both terminals in the candidate set use the same IP address within one hour. Moreover, CPU11 adds 0.1 points | pieces, when it is within 8 hours exceeding 1 hour.

また、CPU11は、候補セットの両端末が同時間帯に使用される場合に、候補セットのスコアを加算する。たとえば、CPU11は、時間帯を区分する(たとえば、月〜木曜日PM22〜翌朝AM7、平日AM9〜PM17、及び、金曜日PM22〜月曜日AM7)。CPU11は、同一の時間区分に候補セットの両端末が使用される場合に、スコアを加算する。なお、CPU11は、候補セットの両端末が同一の時間区分に使用される割合などに応じてスコアを調整してもよい。   Moreover, CPU11 adds the score of a candidate set, when both terminals of a candidate set are used in the same time slot | zone. For example, the CPU 11 divides the time zone (for example, Monday to Thursday PM22 to next morning AM7, weekday AM9 to PM17, and Friday PM22 to Monday AM7). CPU11 adds a score, when both terminals of a candidate set are used for the same time division. In addition, CPU11 may adjust a score according to the ratio etc. for which both terminals of a candidate set are used for the same time division.

また、CPU11は、候補セットの両端末が重複して使用される時間(重複使用時間)に基づいて、候補セットのスコアを加算する。たとえば、CPU11は、候補セットの両端末の端末IDを含むログデータに基づいて両端末の起動期間を特定する。たとえば、CPU11は、端末の複数のログデータが示す日時が互いに所定の時間内である場合に、ログデータが示す日時の間を端末の起動期間と特定する。   Moreover, CPU11 adds the score of a candidate set based on the time (duplicate use time) in which both terminals of a candidate set are used overlappingly. For example, the CPU 11 specifies the activation periods of both terminals based on log data including the terminal IDs of both terminals in the candidate set. For example, when the date and time indicated by the plurality of log data of the terminal are within a predetermined time, the CPU 11 specifies the period between the date and time indicated by the log data as the activation period of the terminal.

CPU11は、端末毎の起動期間が互いに重複する期間の長さを重複使用時間と特定する。
たとえば、CPU11は、重複使用時間が所定の閾値よりも大きい場合に、候補セットのスコアを加算する。また、CPU11は、重複使用時間に応じてスコアを加算してもよい。たとえば、CPU11は、重複使用時間が多くなるほど大きなスコアを加算する。また、CPU11は、重複使用時間が所定の閾値よりも大きく重複使用時間以外の時間において両端末が他のIPアドレスを使用していない場合に、スコアを加算してもよい。たとえば、CPU11は、両端末が1時間ずつ起動し30分間重複していて重複していない30分に他のIPアドレスを使用していない場合に、スコアを加算する。
CPU11 specifies the length of the period when the starting period for every terminal overlaps with each other as overlapped use time.
For example, the CPU 11 adds the score of the candidate set when the overlapping usage time is longer than a predetermined threshold. Moreover, CPU11 may add a score according to duplication usage time. For example, the CPU 11 adds a larger score as the overlapping usage time increases. Further, the CPU 11 may add a score when the overlapping use time is larger than a predetermined threshold and both terminals do not use another IP address at a time other than the overlapping use time. For example, the CPU 11 adds a score when both terminals are activated one hour at a time, overlapping for 30 minutes and not using another IP address for 30 minutes that do not overlap.

また、CPU11は、異なる使用用途の各IPアドレスにおいて候補セットの両端末のログデータがある場合には、候補セットのスコアを加算する。たとえば、CPU11は、異なる使用用途の各IPアドレスにおいて重複使用時間がある場合に、候補セットのスコアを加算してもよい。   Further, when there is log data of both terminals of the candidate set at each IP address for different usage, the CPU 11 adds the scores of the candidate set. For example, the CPU 11 may add the score of the candidate set when there is an overlapping usage time at each IP address for different usage.

CPU11は、候補セットのスコアに基づいて、当該候補セットが含む2つの端末を同一ユーザの使用に属する端末としてマッチングする。たとえば、CPU11は、候補セットのスコアが所定の閾値を超えた場合に、当該候補セットが含む2つの端末を同一ユーザの使用に属する端末としてマッチングする。即ち、CPU11は、候補セットから同一ユーザが使用する候補セットを特定する。CPU11は、マッチされた端末同士を紐付けてNVM14などに格納する。また、CPU11は、端末Aと端末Bとがマッチングされ、端末Bと端末Cとがマッチングされた場合、端末A乃至Cを同一人の使用に属するとしてマッチングしてもよい。   Based on the score of the candidate set, the CPU 11 matches the two terminals included in the candidate set as terminals belonging to the use of the same user. For example, when the score of the candidate set exceeds a predetermined threshold, the CPU 11 matches two terminals included in the candidate set as terminals belonging to the use of the same user. That is, the CPU 11 specifies a candidate set used by the same user from the candidate set. The CPU 11 associates the matched terminals with each other and stores them in the NVM 14 or the like. Further, when the terminal A and the terminal B are matched and the terminal B and the terminal C are matched, the CPU 11 may match the terminals A to C as belonging to the use of the same person.

また、CPU11は、3つ以上の端末を含む候補セットを生成して、スコアを算出してもよい。   The CPU 11 may generate a candidate set including three or more terminals and calculate the score.

次に、サービス提供システム10の各部の動作例について説明する。
まず、ユーザ端末4又は5の動作例について説明する。ここでは、例としてユーザ端末4の動作例を説明する。ユーザ端末5も同様の動作を行う。
Next, an operation example of each part of the service providing system 10 will be described.
First, an operation example of the user terminal 4 or 5 will be described. Here, an operation example of the user terminal 4 will be described as an example. The user terminal 5 performs the same operation.

ユーザ端末4は、ユーザからの操作に基づいてアプリケーションを起動する。ここでは、アプリケーションは、サーバ2から提供される広告を表示するものである。   The user terminal 4 starts an application based on an operation from the user. Here, the application displays an advertisement provided from the server 2.

アプリケーションを起動すると、ユーザ端末4は、アプリケーションの動作に従って、端末IDを含む広告リクエストをサーバ2へ送信する。なお、広告リクエストは、ユーザ端末4上で動作するOS又はOSのバージョンを示すOS情報を備えてもよい。   When the application is activated, the user terminal 4 transmits an advertisement request including the terminal ID to the server 2 in accordance with the operation of the application. The advertisement request may include OS information indicating the OS or OS version running on the user terminal 4.

ユーザ端末4は、サーバ2から、広告リクエストに対するレスポンスとして広告を受信する。広告を受信すると、ユーザ端末4は、表示部などに広告を表示する。広告を表示すると、ユーザ端末4は、動作を終了する。   The user terminal 4 receives an advertisement from the server 2 as a response to the advertisement request. When receiving the advertisement, the user terminal 4 displays the advertisement on a display unit or the like. When the advertisement is displayed, the user terminal 4 ends the operation.

なお、広告IDが端末IDである場合、ユーザ端末4は、広告IDを格納しているかを判定する。広告IDを格納していないと判定した場合、ユーザ端末4は、広告リクエストをサーバ2へ送信し、レスポンスに含まれる広告IDを端末IDとして格納する。広告IDを格納していると判定した場合(たとえば、サーバ2へ2回目以降にアクセスする場合など)、ユーザ端末4は、格納された広告IDを含む広告リクエストをサーバ2へ送信する。   When the advertisement ID is a terminal ID, the user terminal 4 determines whether the advertisement ID is stored. If it is determined that the advertisement ID is not stored, the user terminal 4 transmits an advertisement request to the server 2 and stores the advertisement ID included in the response as the terminal ID. When it is determined that the advertisement ID is stored (for example, when the server 2 is accessed for the second time or later), the user terminal 4 transmits an advertisement request including the stored advertisement ID to the server 2.

次に、サーバ2の動作例について説明する。
サーバ2は、ユーザ端末4又は5から広告リクエストを受信する。広告リクエストを受信すると、サーバ2は、広告リクエストに応じた広告をレスポンスとしてユーザ端末4又は5へ送信する。
Next, an operation example of the server 2 will be described.
The server 2 receives an advertisement request from the user terminal 4 or 5. When receiving the advertisement request, the server 2 transmits an advertisement corresponding to the advertisement request to the user terminal 4 or 5 as a response.

また、サーバ2は、ログデータを生成する。たとえば、サーバ2は、広告リクエストから端末IDを抽出する。また、サーバ2は、広告リクエストの送信元のIPアドレスを取得する。また、サーバ2は、広告リクエストを受信した日時又は広告を送信した日時を示すタイムスタンプを生成する。サーバ2は、端末ID、IPアドレス及びタイムスタンプを対応付けてログデータを生成する。なお、広告リクエストがOS情報を含む場合、サーバ2は、さらにOS情報も対応付けてログデータとして格納する。   Further, the server 2 generates log data. For example, the server 2 extracts the terminal ID from the advertisement request. Further, the server 2 acquires the IP address of the advertisement request source. Further, the server 2 generates a time stamp indicating the date and time when the advertisement request is received or the date and time when the advertisement is transmitted. The server 2 generates log data by associating the terminal ID, the IP address, and the time stamp. If the advertisement request includes OS information, the server 2 further stores the OS information in association with the log data.

なお、サーバ2は、広告をユーザ端末4又は5に送信してからログデータを生成してもよいし、ログデータを生成してから広告をユーザ端末4又5へ送信してもよい。   The server 2 may generate the log data after transmitting the advertisement to the user terminal 4 or 5, or may transmit the advertisement to the user terminal 4 or 5 after generating the log data.

サーバ2は、生成されたログデータを不揮発性メモリに格納する。なお、サーバ2は、随時ログデータをマッチングサーバ1へ送信してもよい。また、サーバ2は、所定の間隔でログデータをマッチングサーバ1へ送信してもよい。   The server 2 stores the generated log data in a nonvolatile memory. Note that the server 2 may transmit log data to the matching server 1 as needed. Further, the server 2 may transmit log data to the matching server 1 at a predetermined interval.

次に、マッチングサーバ1の動作例について説明する。
図4は、マッチングサーバ1の動作例を説明するためのフローチャートである。
Next, an operation example of the matching server 1 will be described.
FIG. 4 is a flowchart for explaining an operation example of the matching server 1.

ここでは、マッチングサーバ1の記憶領域14aは、複数個のログデータを格納しているものとする。   Here, it is assumed that the storage area 14a of the matching server 1 stores a plurality of log data.

まず、マッチングサーバ1のCPU11は、記憶領域14aが格納するログデータに基づいて、ログデータに含まれるIPアドレスをクラスタに分類する(S11)。
IPアドレスをクラスタに分類すると、CPU11は、分類したクラスタからマッチング推定に使用するクラスタを選択する(S12)。
First, the CPU 11 of the matching server 1 classifies the IP addresses included in the log data into clusters based on the log data stored in the storage area 14a (S11).
When the IP address is classified into clusters, the CPU 11 selects a cluster to be used for matching estimation from the classified clusters (S12).

クラスタを選択すると、CPU11は、選択されたクラスタのIPアドレスに対応するログデータを取得する(S13)。
ログデータを取得すると、CPU11は、マッチングを推定する(S14)。
When a cluster is selected, the CPU 11 acquires log data corresponding to the IP address of the selected cluster (S13).
When the log data is acquired, the CPU 11 estimates matching (S14).

マッチングを推定すると、CPU11は、動作を終了する。   When the matching is estimated, the CPU 11 ends the operation.

CPU11は、たとえば、サーバ2へ、マッチングされた2つの端末IDを送信する。   For example, the CPU 11 transmits two matched terminal IDs to the server 2.

サーバ2は、マッチングされた2つの端末IDを受信すると、不揮発性メモリなどに格納する。
サーバ2は、マッチングされた2つの端末IDが示す端末に対して関連する広告を提供することができる。
When the server 2 receives the matched two terminal IDs, the server 2 stores them in a nonvolatile memory or the like.
The server 2 can provide related advertisements to the terminals indicated by the two matched terminal IDs.

以下、サーバ2がマッチングされた2つの端末に関連する広告を配信する動作例について説明する。ここでは、端末Aと端末Bとがマッチングされたものとする。
まず、サーバ2は、端末Aからの広告リクエストに応じて所定の広告に配信する。
端末Aに所定の広告を配信すると、サーバ2は、端末Bからの広告リクエストを受信するまで待機する。
Hereinafter, an operation example in which the server 2 distributes advertisements related to two matched terminals will be described. Here, it is assumed that terminal A and terminal B are matched.
First, the server 2 delivers a predetermined advertisement in response to an advertisement request from the terminal A.
When a predetermined advertisement is distributed to the terminal A, the server 2 stands by until an advertisement request from the terminal B is received.

端末Bから広告リクエストを受信すると、サーバ2は、広告リクエストから端末Bの端末IDを抽出する。端末Bの端末IDを抽出すると、サーバ2は、抽出された端末IDにマッチングする端末IDを検索する。ここでは、サーバ2は、端末Aの端末IDを発見する。なお、サーバ2は、端末Bとマッチングされる端末をマッチングサーバ1から取得してもよい。   When the advertisement request is received from the terminal B, the server 2 extracts the terminal ID of the terminal B from the advertisement request. When the terminal ID of the terminal B is extracted, the server 2 searches for a terminal ID that matches the extracted terminal ID. Here, the server 2 finds the terminal ID of the terminal A. Note that the server 2 may acquire a terminal matched with the terminal B from the matching server 1.

端末Aの端末IDを発見すると、サーバ2は、端末Aに配信した広告に関連する広告を取得する。たとえば、端末Aがスマートフォンであり端末BがPCである場合、サーバ2は、端末Aへ配信したスマートフォン向けの広告に対応するPC向けの広告を取得する。なお、端末Aと端末Bとが共にPC(又はスマートフォン)である場合、サーバ2は、端末Aへ配信した広告と同じ広告を取得してもよい。   When the terminal ID of the terminal A is found, the server 2 acquires an advertisement related to the advertisement distributed to the terminal A. For example, when the terminal A is a smartphone and the terminal B is a PC, the server 2 acquires an advertisement for PC corresponding to the advertisement for smartphone distributed to the terminal A. Note that when both the terminal A and the terminal B are PCs (or smartphones), the server 2 may acquire the same advertisement as the advertisement distributed to the terminal A.

広告を取得すると、サーバ2は、広告リクエストのレスポンスとして端末Bに取得された広告を配信する。広告を配信すると、サーバ2は、動作を終了する。   When the advertisement is acquired, the server 2 delivers the acquired advertisement to the terminal B as a response to the advertisement request. When the advertisement is distributed, the server 2 ends the operation.

以上のように構成されるマッチングサーバは、IPアドレスを分類することができる。また、マッチングサーバは、IPアドレスの使用用途を推定することができる。そのため、マッチングサーバは、IPアドレスの使用用途に応じて、使用者が端末を使用する状態を推定することができる。たとえば、マッチングサーバは、端末が使用するIPアドレスが家庭用ルータに使用されるIPアドレスである場合、端末の使用者が家庭で端末を使用していることを認識することができる。また、マッチングサーバは、端末が使用するIPアドレスが企業用ルータに使用されるIPアドレスである場合、端末の使用者が会社の休憩中などに端末を使用していることを認識することができる。また、マッチングサーバは、端末が使用するIPアドレスが携帯キャリアに使用されるIPアドレスである場合、端末の使用者が電車などで移動しながら端末を使用していることを認識することができる。   The matching server configured as described above can classify IP addresses. In addition, the matching server can estimate the usage of the IP address. Therefore, the matching server can estimate the state in which the user uses the terminal according to the usage purpose of the IP address. For example, when the IP address used by the terminal is an IP address used for a home router, the matching server can recognize that the user of the terminal is using the terminal at home. The matching server can recognize that the user of the terminal is using the terminal during a company break when the IP address used by the terminal is an IP address used for a corporate router. . In addition, when the IP address used by the terminal is an IP address used for the mobile carrier, the matching server can recognize that the user of the terminal is using the terminal while moving on a train or the like.

たとえば、スマートデバイス向けサービス(たとえば、ゲームアプリなど)において、サービス提供者は、使用者の状況毎にサービスの使用時間(たとえば、プレイ時間)が変化するかを分析することができる。   For example, in a service for a smart device (for example, a game application), the service provider can analyze whether the usage time (for example, play time) of the service changes for each user situation.

また、マッチングサーバは、同一ユーザの使用に属する複数の端末をマッチングすることができる。その結果、広告サーバは、マッチング結果に基づいて、同一ユーザが使用する異なる端末に関連する広告を配信することができる。たとえば、広告サーバは、スマートフォンに広告を配信した後に、スマートフォンの使用者のPCに対して関連する広告を配信することができる。その結果、広告サーバは、効果的に広告を配信し、使用者に効果的にコンバージョンを促すことができる。   The matching server can match a plurality of terminals belonging to the use of the same user. As a result, the advertisement server can distribute advertisements related to different terminals used by the same user based on the matching result. For example, the advertisement server can distribute a related advertisement to a PC of a smartphone user after distributing the advertisement to the smartphone. As a result, the advertisement server can effectively distribute the advertisement and prompt the user to convert effectively.

また、所定のサービス(ECサイトなど)を提供する管理サーバは、マッチング結果を用いて、端末を横断してパーソナライズ(たとえば、顧客ごとのデザイン又は商品の提示)を行うことができる。たとえば、管理サーバは、共通のIDでログインされなくとも、PCでのサービス使用に対して行われたパーソナライズと同様のパーソナライズをスマートフォンでのサービス使用に適用することができる。その結果、管理サーバは、使用者の体験を向上させることができる。   In addition, a management server that provides a predetermined service (such as an EC site) can perform personalization (for example, design for each customer or presentation of a product) across terminals using the matching result. For example, even if the management server is not logged in with a common ID, personalization similar to personalization performed for service use on a PC can be applied to service use on a smartphone. As a result, the management server can improve the user experience.

また、マッチングサーバは、タイムスタンプに基づいて複数の端末をマッチングする。マッチングサーバは、所定の時間内に複数の端末が同一のアドレスを使用した場合に、複数の端末が同一ユーザの使用に属する可能性が高いと判定する。その結果、マッチングサーバは、当該時間の長さを調整することで、マッチング精度とボリュームとのバランスを調整することができる。   Further, the matching server matches a plurality of terminals based on the time stamp. When a plurality of terminals use the same address within a predetermined time, the matching server determines that there is a high possibility that the plurality of terminals belong to the use of the same user. As a result, the matching server can adjust the balance between the matching accuracy and the volume by adjusting the length of the time.

また、マッチングサーバは、同一の時間帯に複数の端末が使用された場合に、複数の端末が同一ユーザの使用に属する可能性が高いと判定する。その結果、マッチングサーバは、ユーザが複数の端末を併用する時間帯が固定化している場合にマッチングの精度を向上させることができる。   Moreover, a matching server determines with a high possibility that a some terminal belongs to use of the same user, when a some terminal is used in the same time slot | zone. As a result, the matching server can improve the accuracy of matching when the time period during which the user uses a plurality of terminals is fixed.

また、マッチングサーバは、重複使用時間が長い場合に複数の端末が同一ユーザの使用に属する可能性が高いと判定する。その結果、マッチングサーバは、ユーザが複数の端末を同時に使用する場合にマッチングの精度を向上させることができる。   Further, the matching server determines that there is a high possibility that a plurality of terminals belong to the use of the same user when the overlapping use time is long. As a result, the matching server can improve matching accuracy when the user uses a plurality of terminals simultaneously.

また、マッチングサーバは、異なる使用用途の各IPアドレスにおいて複数の端末のログデータがある場合に複数の端末が同一ユーザの使用に属する可能性が高いと判定する。その結果、マッチングサーバは、家庭と企業とで使用される複数の端末をマッチングさせることができる。従って、マッチングサーバは、ユーザの家族が使用する端末とマッチングされることを防止することができる。   Further, the matching server determines that there is a high possibility that a plurality of terminals belong to the use of the same user when there is log data of a plurality of terminals at each IP address for different usage purposes. As a result, the matching server can match a plurality of terminals used in homes and businesses. Therefore, the matching server can prevent matching with a terminal used by the user's family.

なお、本発明は、上記実施形態に限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で種々に変形することが可能である。また、各実施形態は可能な限り適宜組み合わせて実施してもよく、その場合組み合わせた効果が得られる。更に、上記実施形態には種々の段階の発明が含まれており、開示される複数の構成要件における適当な組み合わせにより種々の発明が抽出され得る。例えば、実施形態に示される全構成要件からいくつかの構成要件が削除されても、発明が解決しようとする課題の欄で述べた課題が解決でき、発明の効果の欄で述べられている効果が得られる場合には、この構成要件が削除された構成が発明として抽出され得る。   In addition, this invention is not limited to the said embodiment, In the implementation stage, it can change variously in the range which does not deviate from the summary. In addition, the embodiments may be appropriately combined as much as possible, and in that case, the combined effect can be obtained. Further, the above embodiments include inventions at various stages, and various inventions can be extracted by appropriately combining a plurality of disclosed constituent elements. For example, even if some constituent requirements are deleted from all the constituent requirements shown in the embodiment, the problem described in the column of the problem to be solved by the invention can be solved, and the effect described in the column of the effect of the invention Can be obtained as an invention.

1…マッチングサーバ、2…サーバ、3…ルータ、4及び5…ユーザ端末、4a及び5a…記憶領域、6…通信網、11…CPU、14…NVM、14a…記憶領域、15…通信部。   DESCRIPTION OF SYMBOLS 1 ... Matching server, 2 ... Server, 3 ... Router, 4 and 5 ... User terminal, 4a and 5a ... Storage area, 6 ... Communication network, 11 ... CPU, 14 ... NVM, 14a ... Storage area, 15 ... Communication part.

なお、本発明は、上記実施形態に限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で種々に変形することが可能である。また、各実施形態は可能な限り適宜組み合わせて実施してもよく、その場合組み合わせた効果が得られる。更に、上記実施形態には種々の段階の発明が含まれており、開示される複数の構成要件における適当な組み合わせにより種々の発明が抽出され得る。例えば、実施形態に示される全構成要件からいくつかの構成要件が削除されても、発明が解決しようとする課題の欄で述べた課題が解決でき、発明の効果の欄で述べられている効果が得られる場合には、この構成要件が削除された構成が発明として抽出され得る。
以下に本件出願当初の特許請求の範囲に記載された発明を付記する。
[C1]
IPアドレスと端末IDとタイムスタンプとを対応づけた複数のログデータを取得する取得部と、
前記複数のログデータに基づいて同一のIPアドレスを用いる複数の端末を含む候補セットを特定し、前記IPアドレスに関する前記ログデータに基づいて前記候補セットが含む複数の端末の同一ユーザが使用している可能性を推定し、推定結果に基づき複数の端末をマッチングするマッチング部と、
を備える情報処理装置。
[C2]
前記マッチング部は、前記ログデータに基づいて前記候補セットに対して同一ユーザが使用している可能性を示すスコアを算出し、前記スコアに基づいて複数の端末をマッチングする、
前記C1に記載の情報処理装置。
[C3]
前記マッチング部は、所定の時間内に前記候補セットの複数の端末が同一のIPアドレスを使用した場合に、前記候補セットのスコアを加算する、
前記C2に記載の情報処理装置。
[C4]
前記マッチング部は、前記候補セットの複数の端末が同一の時間帯に使用される場合に、前記候補セットのスコアを加算する、
前記C2又は3に記載の情報処理装置。
[C5]
前記マッチング部は、前記候補セットの複数の端末が重複して使用される時間に基づいて、前記候補セットのスコアを加算する、
前記C2乃至4の何れか1項に記載の情報処理装置。
[C6]
IPアドレスの特徴に基づいて前記複数のログデータが含むIPアドレスを複数のクラスタに分類する分類部と、
前記複数のクラスタから第1のクラスタを選択する選択部と、
をさらに備え、
前記マッチング部は、前記選択部が選択した前記第1のクラスタのIPアドレスに関するログデータに基づいて同一のIPアドレスを用いる複数の端末を含む候補セットを特定する、
前記C1乃至5の何れか1項に記載の情報処理装置。
[C7]
前記分類部は、IPアドレスの使用頻度、密集度、継続使用率又は活動量の少なくとも1つに基づいて、IPアドレスをクラスタに分類する、
前記C6に記載の情報処理装置。
[C8]
前記分類部は、IPアドレスの使用用途を判定し、
前記マッチング部は、異なる使用用途のIPアドレスにおいて前記候補セットの複数の端末のログデータがある場合、前記候補セットのスコアを加算する、
前記C6又は7に記載の情報処理装置。
[C9]
IPアドレスと端末IDとタイムスタンプとを対応づけた複数のログデータを取得し、
前記複数のログデータに基づいて同一のIPアドレスを用いる複数の端末を含む候補セットを特定し、
前記IPアドレスに関する前記ログデータに基づいて前記候補セットが含む複数の端末の同一ユーザが使用している可能性を推定し、推定結果に基づき複数の端末をマッチングする、
情報処理方法。
[C10]
プロセッサに、IPアドレスと端末IDとタイムスタンプとを対応づけた複数のログデータを取得させるコードと、
前記プロセッサに、前記複数のログデータに基づいて同一のIPアドレスを用いる複数の端末を含む候補セットを特定させるコードと、
前記プロセッサに、前記IPアドレスに関する前記ログデータに基づいて前記候補セットが含む複数の端末の同一ユーザが使用している可能性を推定し、推定結果に基づき複数の端末をマッチングさせるコードと、
を備えるプログラム。
[C11]
IPアドレスと端末IDとタイムスタンプとを対応づけた複数のログデータを取得する取得部と、
前記複数のログデータに基づいて前記IPアドレスの使用頻度、密集度、継続使用率又は活動量の少なくとも1つの特徴を判定する特徴判定部と、
前記特徴に基づいて、前記IPアドレスの使用用途を判定する用途判定部と、
を備える情報処理装置。
[C12]
IPアドレスと端末IDとタイムスタンプとを対応づけた複数のログデータを取得し、
前記複数のログデータに基づいて前記IPアドレスの使用頻度、密集度、継続使用率又は活動量の少なくとも1つの特徴を判定し、
前記特徴に基づいて、前記IPアドレスの使用用途を判定する、
情報処理方法。
[C13]
プロセッサに、IPアドレスと端末IDとタイムスタンプとを対応づけた複数のログデータを取得させるコードと、
前記プロセッサに、前記複数のログデータに基づいて前記IPアドレスの使用頻度、密集度、継続使用率又は活動量の少なくとも1つの特徴を判定させるコードと、
前記プロセッサに、前記特徴に基づいて、前記IPアドレスの使用用途を判定させるコードと、
を備えるプログラム。
In addition, this invention is not limited to the said embodiment, In the implementation stage, it can change variously in the range which does not deviate from the summary. Further, the embodiments may be combined as appropriate as possible, and in that case, the combined effect can be obtained. Further, the above embodiments include inventions at various stages, and various inventions can be extracted by appropriately combining a plurality of disclosed constituent elements. For example, even if some constituent requirements are deleted from all the constituent requirements shown in the embodiment, the problem described in the column of the problem to be solved by the invention can be solved, and the effect described in the column of the effect of the invention Can be obtained as an invention.
The invention described in the scope of the claims at the beginning of the present application is added below.
[C1]
An acquisition unit that acquires a plurality of log data in which an IP address, a terminal ID, and a time stamp are associated;
A candidate set including a plurality of terminals using the same IP address is identified based on the plurality of log data, and used by the same user of the plurality of terminals included in the candidate set based on the log data regarding the IP address. A matching unit that estimates the possibility of matching, and matches a plurality of terminals based on the estimation result,
An information processing apparatus comprising:
[C2]
The matching unit calculates a score indicating the possibility that the same user is using the candidate set based on the log data, and matches a plurality of terminals based on the score.
The information processing apparatus according to C1.
[C3]
The matching unit adds scores of the candidate set when a plurality of terminals of the candidate set use the same IP address within a predetermined time.
The information processing apparatus according to C2.
[C4]
The matching unit adds scores of the candidate set when a plurality of terminals of the candidate set are used in the same time zone;
The information processing apparatus according to C2 or 3.
[C5]
The matching unit adds the score of the candidate set based on a time when a plurality of terminals of the candidate set are used redundantly.
The information processing apparatus according to any one of C2 to C4.
[C6]
A classifying unit that classifies IP addresses included in the plurality of log data into a plurality of clusters based on characteristics of the IP addresses;
A selection unit for selecting a first cluster from the plurality of clusters;
Further comprising
The matching unit identifies a candidate set including a plurality of terminals using the same IP address based on log data regarding the IP address of the first cluster selected by the selection unit;
The information processing apparatus according to any one of C1 to C5.
[C7]
The classification unit classifies IP addresses into clusters based on at least one of IP address usage frequency, congestion, continuous usage rate, or activity amount.
The information processing apparatus according to C6.
[C8]
The classification unit determines the intended use of the IP address,
The matching unit adds the scores of the candidate set when there is log data of a plurality of terminals of the candidate set at different IP addresses for usage.
The information processing apparatus according to C6 or 7.
[C9]
Acquire a plurality of log data associating IP addresses, terminal IDs, and time stamps,
Identifying a candidate set including a plurality of terminals using the same IP address based on the plurality of log data;
Estimating the possibility that the same user of a plurality of terminals included in the candidate set is used based on the log data relating to the IP address, and matching the plurality of terminals based on the estimation result;
Information processing method.
[C10]
A code for causing a processor to acquire a plurality of log data in which an IP address, a terminal ID, and a time stamp are associated;
A code for causing the processor to identify a candidate set including a plurality of terminals using the same IP address based on the plurality of log data;
The processor estimates the possibility that the same user of a plurality of terminals included in the candidate set is used based on the log data related to the IP address, and matches a plurality of terminals based on the estimation result;
A program comprising
[C11]
An acquisition unit that acquires a plurality of log data in which an IP address, a terminal ID, and a time stamp are associated;
A feature determination unit that determines at least one feature of the use frequency, congestion, continuous usage rate, or activity amount of the IP address based on the plurality of log data;
A use determining unit that determines a use of the IP address based on the characteristics;
An information processing apparatus comprising:
[C12]
Acquire a plurality of log data associating IP addresses, terminal IDs, and time stamps,
Determining at least one characteristic of the usage frequency, congestion, continuous usage rate or activity amount of the IP address based on the plurality of log data;
Based on the characteristics, the usage of the IP address is determined.
Information processing method.
[C13]
A code for causing a processor to acquire a plurality of log data in which an IP address, a terminal ID, and a time stamp are associated;
Code for causing the processor to determine at least one characteristic of the usage frequency, congestion, continuous usage rate, or activity amount of the IP address based on the plurality of log data;
A code for causing the processor to determine the intended use of the IP address based on the characteristics;
A program comprising

Claims (13)

IPアドレスと端末IDとタイムスタンプとを対応づけた複数のログデータを取得する取得部と、
前記複数のログデータに基づいて同一のIPアドレスを用いる複数の端末を含む候補セットを特定し、前記IPアドレスに関する前記ログデータに基づいて前記候補セットが含む複数の端末の同一ユーザが使用している可能性を推定し、推定結果に基づき複数の端末をマッチングするマッチング部と、
を備える情報処理装置。
An acquisition unit that acquires a plurality of log data in which an IP address, a terminal ID, and a time stamp are associated;
A candidate set including a plurality of terminals using the same IP address is identified based on the plurality of log data, and used by the same user of the plurality of terminals included in the candidate set based on the log data regarding the IP address. A matching unit that estimates the possibility of matching, and matches a plurality of terminals based on the estimation result,
An information processing apparatus comprising:
前記マッチング部は、前記ログデータに基づいて前記候補セットに対して同一ユーザが使用している可能性を示すスコアを算出し、前記スコアに基づいて複数の端末をマッチングする、
前記請求項1に記載の情報処理装置。
The matching unit calculates a score indicating the possibility that the same user is using the candidate set based on the log data, and matches a plurality of terminals based on the score.
The information processing apparatus according to claim 1.
前記マッチング部は、所定の時間内に前記候補セットの複数の端末が同一のIPアドレスを使用した場合に、前記候補セットのスコアを加算する、
前記請求項2に記載の情報処理装置。
The matching unit adds scores of the candidate set when a plurality of terminals of the candidate set use the same IP address within a predetermined time.
The information processing apparatus according to claim 2.
前記マッチング部は、前記候補セットの複数の端末が同一の時間帯に使用される場合に、前記候補セットのスコアを加算する、
前記請求項2又は3に記載の情報処理装置。
The matching unit adds scores of the candidate set when a plurality of terminals of the candidate set are used in the same time zone;
The information processing apparatus according to claim 2 or 3.
前記マッチング部は、前記候補セットの複数の端末が重複して使用される時間に基づいて、前記候補セットのスコアを加算する、
前記請求項2乃至4の何れか1項に記載の情報処理装置。
The matching unit adds the score of the candidate set based on a time when a plurality of terminals of the candidate set are used redundantly.
The information processing apparatus according to any one of claims 2 to 4.
IPアドレスの特徴に基づいて前記複数のログデータが含むIPアドレスを複数のクラスタに分類する分類部と、
前記複数のクラスタから第1のクラスタを選択する選択部と、
をさらに備え、
前記マッチング部は、前記選択部が選択した前記第1のクラスタのIPアドレスに関するログデータに基づいて同一のIPアドレスを用いる複数の端末を含む候補セットを特定する、
前記請求項1乃至5の何れか1項に記載の情報処理装置。
A classifying unit that classifies IP addresses included in the plurality of log data into a plurality of clusters based on characteristics of the IP addresses;
A selection unit for selecting a first cluster from the plurality of clusters;
Further comprising
The matching unit identifies a candidate set including a plurality of terminals using the same IP address based on log data regarding the IP address of the first cluster selected by the selection unit;
The information processing apparatus according to any one of claims 1 to 5.
前記分類部は、IPアドレスの使用頻度、密集度、継続使用率又は活動量の少なくとも1つに基づいて、IPアドレスをクラスタに分類する、
前記請求項6に記載の情報処理装置。
The classification unit classifies IP addresses into clusters based on at least one of IP address usage frequency, congestion, continuous usage rate, or activity amount.
The information processing apparatus according to claim 6.
前記分類部は、IPアドレスの使用用途を判定し、
前記マッチング部は、異なる使用用途のIPアドレスにおいて前記候補セットの複数の端末のログデータがある場合、前記候補セットのスコアを加算する、
前記請求項6又は7に記載の情報処理装置。
The classification unit determines the intended use of the IP address,
The matching unit adds the scores of the candidate set when there is log data of a plurality of terminals of the candidate set at different IP addresses for usage.
The information processing apparatus according to claim 6 or 7.
IPアドレスと端末IDとタイムスタンプとを対応づけた複数のログデータを取得し、
前記複数のログデータに基づいて同一のIPアドレスを用いる複数の端末を含む候補セットを特定し、
前記IPアドレスに関する前記ログデータに基づいて前記候補セットが含む複数の端末の同一ユーザが使用している可能性を推定し、推定結果に基づき複数の端末をマッチングする、
情報処理方法。
Acquire a plurality of log data associating IP addresses, terminal IDs, and time stamps,
Identifying a candidate set including a plurality of terminals using the same IP address based on the plurality of log data;
Estimating the possibility that the same user of a plurality of terminals included in the candidate set is used based on the log data relating to the IP address, and matching the plurality of terminals based on the estimation result;
Information processing method.
プロセッサに、IPアドレスと端末IDとタイムスタンプとを対応づけた複数のログデータを取得させるコードと、
前記プロセッサに、前記複数のログデータに基づいて同一のIPアドレスを用いる複数の端末を含む候補セットを特定させるコードと、
前記プロセッサに、前記IPアドレスに関する前記ログデータに基づいて前記候補セットが含む複数の端末の同一ユーザが使用している可能性を推定し、推定結果に基づき複数の端末をマッチングさせるコードと、
を備えるプログラム。
A code for causing a processor to acquire a plurality of log data in which an IP address, a terminal ID, and a time stamp are associated;
A code for causing the processor to identify a candidate set including a plurality of terminals using the same IP address based on the plurality of log data;
The processor estimates the possibility that the same user of a plurality of terminals included in the candidate set is used based on the log data related to the IP address, and matches a plurality of terminals based on the estimation result;
A program comprising
IPアドレスと端末IDとタイムスタンプとを対応づけた複数のログデータを取得する取得部と、
前記複数のログデータに基づいて前記IPアドレスの使用頻度、密集度、継続使用率又は活動量の少なくとも1つの特徴を判定する特徴判定部と、
前記特徴に基づいて、前記IPアドレスの使用用途を判定する用途判定部と、
を備える情報処理装置。
An acquisition unit that acquires a plurality of log data in which an IP address, a terminal ID, and a time stamp are associated;
A feature determination unit that determines at least one feature of the use frequency, congestion, continuous usage rate, or activity amount of the IP address based on the plurality of log data;
A use determining unit that determines a use of the IP address based on the characteristics;
An information processing apparatus comprising:
IPアドレスと端末IDとタイムスタンプとを対応づけた複数のログデータを取得し、
前記複数のログデータに基づいて前記IPアドレスの使用頻度、密集度、継続使用率又は活動量の少なくとも1つの特徴を判定し、
前記特徴に基づいて、前記IPアドレスの使用用途を判定する、
情報処理方法。
Acquire a plurality of log data associating IP addresses, terminal IDs, and time stamps,
Determining at least one characteristic of the usage frequency, congestion, continuous usage rate or activity amount of the IP address based on the plurality of log data;
Based on the characteristics, the usage of the IP address is determined.
Information processing method.
プロセッサに、IPアドレスと端末IDとタイムスタンプとを対応づけた複数のログデータを取得させるコードと、
前記プロセッサに、前記複数のログデータに基づいて前記IPアドレスの使用頻度、密集度、継続使用率又は活動量の少なくとも1つの特徴を判定させるコードと、
前記プロセッサに、前記特徴に基づいて、前記IPアドレスの使用用途を判定させるコードと、
を備えるプログラム。
A code for causing a processor to acquire a plurality of log data in which an IP address, a terminal ID, and a time stamp are associated;
Code for causing the processor to determine at least one characteristic of the usage frequency, congestion, continuous usage rate, or activity amount of the IP address based on the plurality of log data;
A code for causing the processor to determine the intended use of the IP address based on the characteristics;
A program comprising
JP2015152011A 2015-07-31 2015-07-31 Information processing apparatus, information processing method, and program Active JP5891331B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015152011A JP5891331B1 (en) 2015-07-31 2015-07-31 Information processing apparatus, information processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015152011A JP5891331B1 (en) 2015-07-31 2015-07-31 Information processing apparatus, information processing method, and program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2015256126A Division JP6275108B2 (en) 2015-12-28 2015-12-28 Information processing apparatus, information processing method, and program

Publications (2)

Publication Number Publication Date
JP5891331B1 JP5891331B1 (en) 2016-03-22
JP2017033250A true JP2017033250A (en) 2017-02-09

Family

ID=55530573

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015152011A Active JP5891331B1 (en) 2015-07-31 2015-07-31 Information processing apparatus, information processing method, and program

Country Status (1)

Country Link
JP (1) JP5891331B1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6487017B1 (en) * 2017-11-15 2019-03-20 株式会社電通 Information processing apparatus, information processing method, information processing system, and program
JP2021105789A (en) * 2019-12-26 2021-07-26 デジタル・アドバタイジング・コンソーシアム株式会社 Program, information processing device, information processing, and system
WO2023242959A1 (en) * 2022-06-14 2023-12-21 日本電信電話株式会社 Specifying device, specifying method, and specifying program

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5972837B2 (en) * 2013-06-18 2016-08-17 ヤフー株式会社 Terminal identity discrimination system and terminal identity discrimination method
JP5944878B2 (en) * 2013-10-18 2016-07-05 ヤフー株式会社 Determination device, determination method, and determination program

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6487017B1 (en) * 2017-11-15 2019-03-20 株式会社電通 Information processing apparatus, information processing method, information processing system, and program
JP2019092067A (en) * 2017-11-15 2019-06-13 株式会社電通 Information processing apparatus, information processing method, information processing system, and program
JP2021105789A (en) * 2019-12-26 2021-07-26 デジタル・アドバタイジング・コンソーシアム株式会社 Program, information processing device, information processing, and system
WO2023242959A1 (en) * 2022-06-14 2023-12-21 日本電信電話株式会社 Specifying device, specifying method, and specifying program

Also Published As

Publication number Publication date
JP5891331B1 (en) 2016-03-22

Similar Documents

Publication Publication Date Title
US11221743B2 (en) Information processing method, terminal, server, and computer storage medium
US8751435B2 (en) System and method for determining client-based user behavioral analytics
US20170083951A1 (en) Ad serving and intelligent impression throttling techniques implemented in electronic data networks
CN110771126B (en) System for matching and attributing user equipment events
JP5203847B2 (en) Ad delivery method based on hypothetical targeting attributes
US11080756B2 (en) Methods and apparatus to deliver targeted advertising
US20140297407A1 (en) Context-switching taxonomy for mobile advertisement
WO2013081786A1 (en) Advertisements with multiple targeting criteria bids
US10963920B2 (en) Web page viewership prediction
JP2014038420A (en) Advertisement distribution system, advertisement distribution method, terminal estimating device, terminal estimation method, and program
WO2016077037A1 (en) Systems and methods for determining segments of online users from correlated datasets
JP5891331B1 (en) Information processing apparatus, information processing method, and program
JP6446479B2 (en) Information processing apparatus and information processing method
US20150302473A1 (en) Information processing system and information processing method
US20150245110A1 (en) Management of invitational content during broadcasting of media streams
US8972525B1 (en) Selecting an interactive content item based on device age
JP2014197424A (en) Advertisement distribution system, advertisement distribution method, terminal estimating device, terminal estimation method, and program
JP6275108B2 (en) Information processing apparatus, information processing method, and program
JP6283045B2 (en) Advertisement distribution apparatus, advertisement distribution method, terminal estimation apparatus, terminal estimation method, and program
JP6661737B2 (en) Information processing apparatus and information processing method
US10504135B2 (en) Technologies for inserting dynamic content into podcast episodes
US10127007B2 (en) Determining the identity of a user in stateless devices for the customization of audio content for the user
JP2016038819A (en) Advertisement distribution system
JP6569021B1 (en) Information processing apparatus, program, and system
US20150347112A1 (en) Providing data analytics for cohorts

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20151228

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160222

R150 Certificate of patent or registration of utility model

Ref document number: 5891331

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