JP5865589B2 - Information processing apparatus, information processing method, information processing system, and program - Google Patents

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

Info

Publication number
JP5865589B2
JP5865589B2 JP2011033843A JP2011033843A JP5865589B2 JP 5865589 B2 JP5865589 B2 JP 5865589B2 JP 2011033843 A JP2011033843 A JP 2011033843A JP 2011033843 A JP2011033843 A JP 2011033843A JP 5865589 B2 JP5865589 B2 JP 5865589B2
Authority
JP
Japan
Prior art keywords
application
mobile terminal
identification information
server
management server
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.)
Expired - Fee Related
Application number
JP2011033843A
Other languages
Japanese (ja)
Other versions
JP2012173885A (en
Inventor
大智 野田
大智 野田
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.)
EQS Inc
Original Assignee
EQS 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 EQS Inc filed Critical EQS Inc
Priority to JP2011033843A priority Critical patent/JP5865589B2/en
Publication of JP2012173885A publication Critical patent/JP2012173885A/en
Application granted granted Critical
Publication of JP5865589B2 publication Critical patent/JP5865589B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Description

本発明は、情報処理装置、情報処理方法、情報処理システム、およびプログラムに関し、特に、サービスサーバに接続するアプリを簡単に作成することができるようにする情報処理装置、情報処理方法、情報処理システム、およびプログラムに関する。   The present invention relates to an information processing device, an information processing method, an information processing system, and a program, and in particular, an information processing device, an information processing method, and an information processing system that allow an application connected to a service server to be easily created. And related to the program.

近年、スマートフォンと呼ばれる、携帯電話と携帯情報端末を融合させた高機能の携帯端末が注目されている。スマートフォンは、携帯情報端末として高い処理能力を備え、アプリケーションプログラム(Application Program)(以下、単にアプリと称する。)を携帯端末内にダウンロードして、端末上で実行することができる。アプリには、ゲーム、音楽や映像の視聴に関するもの、辞書、地図、勉強などに関するものなど、様々な種類のものがあり、スマートフォンユーザは、マーケット等から好みのアプリをダウンロードして利用している。   In recent years, a highly functional mobile terminal called a smartphone, which is a fusion of a mobile phone and a mobile information terminal, has attracted attention. A smartphone has high processing capability as a portable information terminal, and can download an application program (hereinafter simply referred to as an application) into the portable terminal and execute it on the terminal. There are various types of apps, such as games, music and video viewing, dictionaries, maps, studies, etc., and smartphone users download and use their favorite apps from the market etc. .

ところで、所定のWEBページにインターネットを介して広告配信サーバから供給される広告を表示させ、広告を見た閲覧者が、その広告に表示されている広告主のハイパーリンクをクリックして、広告主の商品を購入したり、広告主が提供するサービスの会員になった場合などに、広告主からリンク元のWEBページ管理者(アフェリエイタ)に報酬が支払われるアフェリエイトサービスが広く普及してきている。携帯端末上のブラウザで閲覧した広告に対するアフェリエイトサービスも提供されている(例えば、特許文献1,2参照)。   By the way, the advertisement supplied from the advertisement distribution server is displayed on a predetermined WEB page, and the viewer who has viewed the advertisement clicks the advertiser's hyperlink displayed in the advertisement, and the advertiser Affiliate services that pay rewards from advertisers to WEB page managers (affiliators) linked to advertisers when purchasing products or becoming members of services provided by advertisers are becoming widespread. Affiliate services for advertisements viewed with a browser on a mobile terminal are also provided (see, for example, Patent Documents 1 and 2).

スマートフォンで実行されるアプリについても、インターネット上のWEBサイトと同様に、広告配信サーバからの広告を表示して、アフェリエイトサービスを提供したり、アプリの起動回数や起動時間を解析するアクセス解析を行ったりすることができる。   For apps executed on smartphones, as with Internet websites, advertisements from advertisement distribution servers are displayed, affiliate services are provided, and access analysis is performed to analyze the number of launches and launch times of apps. Can be.

ここで、例えば、スマートフォンで実行されるアプリにおいて、アプリのアクセス解析を行うことができるようにするためには、図1に示すように、アクセス解析サーバとやりとりするための対応プログラム(アクセス解析サーバ対応プログラム)をアプリ内に組み込む必要がある。このアクセス解析サーバ対応プログラムは、アクセス解析サーバを運営するアクセス解析サービス提供業者によって提供されるSDK(Software Development Kit)を、アプリを生成するプロジェクト(ソースコード)に導入し、必要なタイミングで呼び出す処理をプログラミングすることで、アプリ内に生成することができる。   Here, for example, in an application executed on a smartphone, in order to be able to perform access analysis of the application, as shown in FIG. 1, a corresponding program (access analysis server) for interacting with the access analysis server is used. Compatible programs) must be built into the app. This access analysis server-compatible program introduces the SDK (Software Development Kit) provided by the access analysis service provider that operates the access analysis server into the project (source code) that generates the application and calls it at the necessary timing. By programming, it can be generated in the app.

また、アプリが、アクセス解析の他、アフェリエイトサービスも行う場合には、アプリは、広告を配信する広告配信サーバ、広告効果を測定する効果測定サーバともやりとりする必要があり、この場合、アプリ開発者は、図2に示すように、広告配信サーバ対応プログラム、効果測定サーバ対応プログラムもアプリ内に組み込む必要がある。   In addition, when an application also performs an affiliate service in addition to access analysis, the application needs to communicate with an advertisement distribution server that distributes advertisements and an effect measurement server that measures advertisement effects. In this case, the application developer As shown in FIG. 2, an advertisement distribution server compatible program and an effect measurement server compatible program must also be incorporated in the application.

さらに、広告配信サーバ対応プログラムと効果測定サーバ対応プログラムは、広告を依頼する広告主側と、依頼された広告を表示する媒体側とで、サーバ管理会社から提供されるSDKが異なるため、広告配信サーバ対応プログラムと効果測定サーバ対応プログラムは、広告主側と媒体側とで異なるものとなるのが一般的である。   Furthermore, the advertisement distribution server compatible program and the effect measurement server compatible program are different in the SDK provided by the server management company on the advertiser side requesting the advertisement and the media side displaying the requested advertisement. Generally, the server-compatible program and the effect measurement server-compatible program are different on the advertiser side and the medium side.

特開2008−9805号公報Japanese Patent Laid-Open No. 2008-9805 特開2006−113884号公報JP 2006-113848 A

以上のように、従来、携帯端末内にダウンロードして実行されるアプリを開発する場合、利用するサービス(アクセス解析、アフェリエイトサービス)や立場(媒体、広告主)に応じて、アプリに異なるプログラムを組み込む必要があり、開発工数が大きくなってしまっていた。また、アプリをマーケットに出す際に、マーケット運営業者または携帯端末業者の審査が必要な場合には、アプリ本来の機能に変更がなくても、異なるSDKを導入するだけで、再度の審査を要するなど、アプリの提供を迅速に行うことができないなどの問題もあった。   As described above, when developing an application that is downloaded and executed in a mobile device, a different program is applied to the application depending on the service (access analysis, affiliate service) and position (medium, advertiser) used. It was necessary to incorporate it, and the development man-hours became large. In addition, when an application is put on the market, if it is necessary to review the market operator or mobile device provider, even if there is no change in the original function of the application, it is necessary to review it again just by introducing a different SDK. There were also problems such as being unable to provide apps quickly.

本発明は、このような状況に鑑みてなされたものであり、サービスサーバに接続するアプリを簡単に作成することができるようにするものである。   The present invention has been made in view of such a situation, and makes it possible to easily create an application connected to a service server.

本発明の第1の側面の情報処理装置は、
アプリケーションをダウンロードして実行可能な1以上の携帯端末、および、所定のサービスを提供する2以上のサービスサーバと通信を行う情報処理装置であって、
前記携帯端末上で実行されている前記アプリケーションの現在の実行状態に対応するパラメータとして、前記携帯端末を識別する端末識別情報、前記アプリケーションを識別するアプリ識別情報、及び、前記アプリケーションの現在の状態を示す状態識別情報を、前記携帯端末から受信する通信部と、
前記パラメータに対して、行うべき処理が対応づけて記憶されている処理対応テーブルと、
前記処理対応テーブルを参照して、受信した前記パラメータに基づいて、前記行うべき処理を決定する処理判定部と
を備え、
前記処理判定部において、受信した前記パラメータに基づいて決定された処理が、前記アプリケーションの画面に、前記携帯端末にインストールさせたい新アプリケーションの広告を表示させる広告配信処理である場合、
前記通信部は、前記サービスサーバとしての広告配信サーバに、前記新アプリケーションの広告データを要求して取得して前記携帯端末に送信し、
前記処理判定部において、受信した前記新アプリケーションの前記パラメータに基づいて決定された処理が、前記新アプリケーションが前記携帯端末にインストールされたことを示す処理である場合、
前記通信部は、前記サービスサーバとしての効果測定サーバに、前記新アプリケーションが前記携帯端末にインストールされたことを示す情報を送信する
The information processing apparatus according to the first aspect of the present invention provides:
An information processing apparatus that communicates with one or more portable terminals that can download and execute an application and two or more service servers that provide a predetermined service,
As parameters corresponding to the current execution state of the application being executed on the portable terminal, terminal identification information for identifying the portable terminal, application identification information for identifying the application, and the current state of the application A communication unit for receiving state identification information indicating from the mobile terminal;
A process correspondence table in which processes to be performed are stored in association with the parameters ;
A process determining unit that refers to the process correspondence table and determines the process to be performed based on the received parameter;
In the process determination unit, when the process determined based on the received parameter is an advertisement distribution process for displaying an advertisement of a new application to be installed on the mobile terminal on the screen of the application,
The communication unit requests and acquires the advertisement data of the new application from the advertisement distribution server as the service server, and transmits it to the mobile terminal.
In the process determination unit, when the process determined based on the received parameter of the new application is a process indicating that the new application is installed in the mobile terminal,
The communication unit transmits information indicating that the new application is installed in the mobile terminal to an effect measurement server as the service server .

本発明の第1の側面の情報処理方法は、
アプリケーションをダウンロードして実行可能な1以上の携帯端末、および、所定のサービスを提供する2以上のサービスサーバと通信を行う情報処理装置の情報処理方法であって、
通信部が、前記携帯端末上で実行されている前記アプリケーションの現在の実行状態に対応するパラメータとして、前記携帯端末を識別する端末識別情報、前記アプリケーションを識別するアプリ識別情報、及び、前記アプリケーションの現在の状態を示す状態識別情報を、前記携帯端末から受信し、
処理判定部が、前記パラメータに対して行うべき処理が対応づけて記憶されている処理対応テーブルを参照して、受信した前記パラメータに基づいて、前記行うべき処理を決定し、
前記処理判定部において、受信した前記パラメータに基づいて決定された処理が、前記アプリケーションの画面に、前記携帯端末にインストールさせたい新アプリケーションの広告を表示させる広告配信処理である場合、
前記通信部が、前記サービスサーバとしての広告配信サーバに、前記新アプリケーションの広告データを要求して取得して前記携帯端末に送信し、
前記処理判定部において、受信した前記新アプリケーションの前記パラメータに基づいて決定された処理が、前記新アプリケーションが前記携帯端末にインストールされたことを示す処理である場合、
前記通信部が、前記サービスサーバとしての効果測定サーバに、前記新アプリケーションが前記携帯端末にインストールされたことを示す情報を送信する
ステップを含む。
An information processing method according to the first aspect of the present invention includes:
An information processing method of an information processing apparatus that communicates with one or more portable terminals that can download and execute an application and two or more service servers that provide a predetermined service,
As a parameter corresponding to the current execution state of the application being executed on the portable terminal, the communication unit is configured to identify terminal identification information for identifying the portable terminal, application identification information for identifying the application, and the application Receiving state identification information indicating the current state from the mobile terminal;
The process determining unit refers to a process correspondence table in which processes to be performed with respect to the parameters are stored in association with each other, determines the process to be performed based on the received parameters,
In the process determination unit, when the process determined based on the received parameter is an advertisement distribution process for displaying an advertisement of a new application to be installed on the mobile terminal on the screen of the application,
The communication unit requests and acquires the advertisement data of the new application from the advertisement distribution server as the service server, and transmits it to the mobile terminal.
In the process determination unit, when the process determined based on the received parameter of the new application is a process indicating that the new application is installed in the mobile terminal,
The communication unit includes a step of transmitting information indicating that the new application is installed in the portable terminal to the effect measurement server as the service server .

本発明の第1の側面のプログラムは、
アプリケーションをダウンロードして実行可能な1以上の携帯端末、および、所定のサービスを提供する2以上のサービスサーバと通信を行う情報処理装置のコンピュータ
前記携帯端末上で実行されている前記アプリケーションの現在の実行状態に対応するパラメータとして、前記携帯端末を識別する端末識別情報、前記アプリケーションを識別するアプリ識別情報、及び、前記アプリケーションの現在の状態を示す状態識別情報を、前記携帯端末から受信する制御を行う通信制御部と
前記パラメータに対して行うべき処理が対応づけて記憶されている処理対応テーブルを参照して、受信した前記パラメータに基づいて、前記行うべき処理を決定する処理判定部として機能させ
前記処理判定部において、受信した前記パラメータに基づいて決定された処理が、前記アプリケーションの画面に、前記携帯端末にインストールさせたい新アプリケーションの広告を表示させる広告配信処理である場合、
前記通信制御部が、前記サービスサーバとしての広告配信サーバに、前記新アプリケーションの広告データを要求して取得して前記携帯端末に送信する制御を行い
前記処理判定部において、受信した前記新アプリケーションの前記パラメータに基づいて決定された処理が、前記新アプリケーションが前記携帯端末にインストールされたことを示す処理である場合、
前記通信制御部が、前記サービスサーバとしての効果測定サーバに、前記新アプリケーションが前記携帯端末にインストールされたことを示す情報を送信する制御を行う
ものである。
The program according to the first aspect of the present invention is:
A computer of an information processing apparatus that communicates with one or more portable terminals that can download and execute an application and two or more service servers that provide a predetermined service;
As parameters corresponding to the current execution state of the application being executed on the portable terminal, terminal identification information for identifying the portable terminal, application identification information for identifying the application, and the current state of the application A communication control unit that performs control to receive the state identification information shown from the mobile terminal;
With reference to a process correspondence table in which processes to be performed with respect to the parameters are stored in association with each other , function as a process determination unit that determines the processes to be performed based on the received parameters,
In the process determination unit, when the process determined based on the received parameter is an advertisement distribution process for displaying an advertisement of a new application to be installed on the mobile terminal on the screen of the application,
The communication control unit performs control to request and acquire the advertisement data of the new application from the advertisement distribution server as the service server and transmit it to the mobile terminal,
In the process determination unit, when the process determined based on the received parameter of the new application is a process indicating that the new application is installed in the mobile terminal,
The communication control unit performs control to transmit information indicating that the new application is installed in the portable terminal to the effect measurement server as the service server.
Is .

本発明の第1の側面においては、携帯端末上で実行されているアプリケーションの現在の実行状態に対応するパラメータとして、携帯端末を識別する端末識別情報、アプリケーションを識別するアプリ識別情報、及び、アプリケーションの現在の状態を示す状態識別情報が、携帯端末から受信され、パラメータに対して行うべき処理が対応づけて記憶されている処理対応テーブル参照して、受信したパラメータに基づいて、行うべき処理が決定され、1以上のサービスサーバと通信を行うと決定された場合に、そのサービスサーバとも通信が行われる。処理判定部において、受信したパラメータに基づいて決定された処理が、アプリケーションの画面に、携帯端末にインストールさせたい新アプリケーションの広告を表示させる広告配信処理である場合、サービスサーバとしての広告配信サーバに、新アプリケーションの広告データが要求されて取得されて携帯端末に送信され、受信した新アプリケーションのパラメータに基づいて決定された処理が、新アプリケーションが携帯端末にインストールされたことを示す処理である場合、サービスサーバとしての効果測定サーバに、新アプリケーションが携帯端末にインストールされたことを示す情報が送信される。 In the first aspect of the present invention, terminal identification information for identifying a portable terminal, application identification information for identifying an application, and an application as parameters corresponding to the current execution state of the application being executed on the portable terminal Processing to be performed based on the received parameter with reference to the processing correspondence table in which the state identification information indicating the current state of the device is received from the portable terminal and the processing to be performed on the parameter is stored in association with each other Is determined and communication with one or more service servers is also performed. In the process determination unit, when the process determined based on the received parameter is an advertisement distribution process for displaying an advertisement of a new application to be installed on the mobile terminal on the application screen, the process is performed on the advertisement distribution server as a service server. , When the new application advertisement data is requested and acquired, transmitted to the mobile terminal, and the process determined based on the received new application parameters is a process indicating that the new application has been installed on the mobile terminal Information indicating that the new application has been installed in the mobile terminal is transmitted to the effect measurement server as the service server.

本発明の第の側面の情報処理システムは、
アプリケーションをダウンロードして実行可能な携帯端末と、所定のサービスを提供する2以上のサービスサーバと接続する情報処理装置とからなる情報処理システムであって、
前記情報処理装置は、
前記携帯端末上で実行されている前記アプリケーションの現在の実行状態に対応するパラメータとして、前記携帯端末を識別する端末識別情報、前記アプリケーションを識別するアプリ識別情報、及び、前記アプリケーションの現在の状態を示す状態識別情報を、前記携帯端末から受信する通信部と、
前記パラメータに対して、行うべき処理が対応づけて記憶されている処理対応テーブルと、
前記処理対応テーブルを参照して、受信した前記パラメータに基づいて、前記行うべき処理を決定する処理判定部と
を備え、
前記処理判定部において、受信した前記パラメータに基づいて決定された処理が、前記アプリケーションの画面に、前記携帯端末にインストールさせたい新アプリケーションの広告を表示させる広告配信処理である場合、
前記通信部は、前記サービスサーバとしての広告配信サーバに、前記新アプリケーションの広告データを要求して取得して前記携帯端末に送信し、
前記処理判定部において、受信した前記新アプリケーションの前記パラメータに基づいて決定された処理が、前記新アプリケーションが前記携帯端末にインストールされたことを示す処理である場合、
前記通信部は、前記サービスサーバとしての効果測定サーバに、前記新アプリケーションが前記携帯端末にインストールされたことを示す情報を送信し、
前記携帯端末は、
前記パラメータを前記情報処理装置に送信し、送信した前記パラメータに対応して前記情報処理装置から送信されてくるデータを受信する前記アプリケーションを実行するアプリケーション実行部を備える。
An information processing system according to the second aspect of the present invention includes:
An information processing system comprising a portable terminal capable of downloading and executing an application, and an information processing apparatus connected to two or more service servers providing a predetermined service,
The information processing apparatus includes:
As parameters corresponding to the current execution state of the application being executed on the portable terminal, terminal identification information for identifying the portable terminal, application identification information for identifying the application, and the current state of the application A communication unit for receiving state identification information indicating from the mobile terminal;
A process correspondence table in which processes to be performed are stored in association with the parameters ;
A process determining unit that refers to the process correspondence table and determines the process to be performed based on the received parameter;
In the process determination unit, when the process determined based on the received parameter is an advertisement distribution process for displaying an advertisement of a new application to be installed on the mobile terminal on the screen of the application,
The communication unit requests and acquires the advertisement data of the new application from the advertisement distribution server as the service server, and transmits it to the mobile terminal.
In the process determination unit, when the process determined based on the received parameter of the new application is a process indicating that the new application is installed in the mobile terminal,
The communication unit transmits information indicating that the new application is installed in the mobile terminal to the effect measurement server as the service server,
The portable terminal is
An application execution unit configured to execute the application that transmits the parameter to the information processing apparatus and receives data transmitted from the information processing apparatus corresponding to the transmitted parameter;

本発明の第の側面においては、情報処理装置側では、携帯端末上で実行されているアプリケーションの現在の実行状態に対応するパラメータとして、携帯端末を識別する端末識別情報、アプリケーションを識別するアプリ識別情報、及び、アプリケーションの現在の状態を示す状態識別情報が、携帯端末から受信され、パラメータに対して行うべき処理が対応づけて記憶されている処理対応テーブルを参照して、受信したパラメータに基づいて、行うべき処理が決定され、1以上のサービスサーバと通信を行うと決定された場合に、そのサービスサーバとも通信が行われる。処理判定部において、受信したパラメータに基づいて決定された処理が、アプリケーションの画面に、携帯端末にインストールさせたい新アプリケーションの広告を表示させる広告配信処理である場合、サービスサーバとしての広告配信サーバに、新アプリケーションの広告データが要求されて取得されて携帯端末に送信され、受信した新アプリケーションのパラメータに基づいて決定された処理が、新アプリケーションが携帯端末にインストールされたことを示す処理である場合、サービスサーバとしての効果測定サーバに、新アプリケーションが携帯端末にインストールされたことを示す情報が送信される。また、携帯端末側では、アプリケーションが実行され、パラメータが、情報処理装置に送信され、送信されたパラメータに対応して情報処理装置から送信されてくるデータが受信される。 In the second aspect of the present invention, on the information processing device side, as parameters corresponding to the current execution state of the application being executed on the mobile terminal, terminal identification information for identifying the mobile terminal, an application for identifying the application The identification information and the state identification information indicating the current state of the application are received from the mobile terminal, and the received parameters are referred to by referring to the processing correspondence table in which the processing to be performed on the parameters is stored in association with each other. Based on this, when a process to be performed is determined and it is determined to communicate with one or more service servers, communication with the service server is also performed. In the process determination unit, when the process determined based on the received parameter is an advertisement distribution process for displaying an advertisement of a new application to be installed on the mobile terminal on the application screen, the process is performed on the advertisement distribution server as a service server. , When the new application advertisement data is requested and acquired, transmitted to the mobile terminal, and the process determined based on the received new application parameters is a process indicating that the new application has been installed on the mobile terminal Information indicating that the new application has been installed in the mobile terminal is transmitted to the effect measurement server as the service server. On the mobile terminal side, an application is executed, parameters are transmitted to the information processing apparatus, and data transmitted from the information processing apparatus corresponding to the transmitted parameters is received.

本発明の第1及び第2の側面によれば、サービスサーバに接続するアプリを簡単に作成することができる。 According to the first and second aspects of the present invention, an application connected to a service server can be easily created.

各スマートフォンのアプリケーションを作成する場合の従来の問題を説明する図である。It is a figure explaining the conventional problem in the case of creating the application of each smart phone. 各スマートフォンのアプリケーションを作成する場合の従来の問題を説明する図である。It is a figure explaining the conventional problem in the case of creating the application of each smart phone. 本発明を適用した情報処理システムの一実施の形態の構成例を示すブロック図である。It is a block diagram which shows the structural example of one Embodiment of the information processing system to which this invention is applied. 管理サーバのハードウェア構成例を示すブロック図である。It is a block diagram which shows the hardware structural example of a management server. データ処理の概要について説明する図である。It is a figure explaining the outline | summary of a data process. データ処理の概要について説明する図である。It is a figure explaining the outline | summary of a data process. 広告配信処理とインストール測定処理を説明するフローチャートである。It is a flowchart explaining an advertisement delivery process and an installation measurement process. 広告を表示したアプリ画面の例を示す図である。It is a figure which shows the example of the application screen which displayed the advertisement. インストールページを表示したアプリ画面の例を示す図である。It is a figure which shows the example of the application screen which displayed the installation page. インストール画面の例を示す図である。It is a figure which shows the example of an installation screen. インストールの成果を通知する処理を説明するフローチャートである。It is a flowchart explaining the process which notifies the result of installation. ポップアップ通知処理を説明するフローチャートである。It is a flowchart explaining a pop-up notification process. 更新を勧めるポップアップ画面の例を示す図である。It is a figure which shows the example of the pop-up screen which recommends an update. 独自のユーザID生成処理を説明するフローチャートである。It is a flowchart explaining an original user ID production | generation process. 携帯販売店舗アフェリエイト処理を説明するフローチャートである。It is a flowchart explaining a mobile sales store affiliate process. 携帯販売店舗アフェリエイト処理を説明する図である。It is a figure explaining a portable sales store affiliate process. 携帯販売店舗アフェリエイト処理を説明するフローチャートである。It is a flowchart explaining a mobile sales store affiliate process. 管理サーバの機能的構成例を示すブロック図である。It is a block diagram which shows the functional structural example of a management server.

[情報処理システムの構成例]
図3は、本発明を適用した情報処理システムの一実施の形態の構成例を示している。
[Configuration example of information processing system]
FIG. 3 shows a configuration example of an embodiment of an information processing system to which the present invention is applied.

図3の情報処理システム1は、携帯端末11と、所定の情報処理を行う情報処理装置としての管理サーバ12、広告配信サーバ13、効果測定サーバ14、およびアクセス解析サーバ15とにより構成されている。   The information processing system 1 in FIG. 3 includes a mobile terminal 11, a management server 12 as an information processing apparatus that performs predetermined information processing, an advertisement distribution server 13, an effect measurement server 14, and an access analysis server 15. .

情報処理システム1は、携帯端末11に保存されているアプリケーションプログラム21(以下、単にアプリ21と称する。)の起動回数、起動時間等をカウントするアクセス解析サービス、アプリ21の実行時に提供される広告の配信および効果測定のサービスを行うシステムである。情報処理システム1は、複数の携帯端末11と接続して、複数の携帯端末11に同時に各種のサービスを提供することができるが、各携帯端末11が行う処理は同様であるので、1つの携帯端末11についてのみ説明する。   The information processing system 1 includes an access analysis service that counts the number of activations, activation time, and the like of an application program 21 (hereinafter simply referred to as an application 21) stored in the mobile terminal 11, and an advertisement provided when the application 21 is executed. It is a system that provides services for distribution and effect measurement. The information processing system 1 can be connected to a plurality of mobile terminals 11 and provide various services to the plurality of mobile terminals 11 at the same time. Only the terminal 11 will be described.

携帯端末11は、例えば、スマートフォンと呼ばれる、携帯電話と携帯情報端末を融合させた高機能の携帯端末などである。携帯端末11は、移動体電話通信網やインターネットなどのネットワークを介して、管理サーバ12に接続し、所定の情報をやりとりすることができる。なお、携帯端末11は、ネットワークに接続して管理サーバ12との間でデータを授受する通信機能を少なくとも有していればよく、携帯電話機能(通話機能)は必須ではない。携帯端末11は、例えば、ネットワーク接続機能を有する電子書籍リーダーなどのようなタブレット端末などでもよい。   The mobile terminal 11 is, for example, a high-function mobile terminal called a smartphone, which is a fusion of a mobile phone and a mobile information terminal. The portable terminal 11 can connect to the management server 12 and exchange predetermined information via a network such as a mobile telephone communication network or the Internet. Note that the mobile terminal 11 only needs to have at least a communication function to connect to the network and exchange data with the management server 12, and the mobile phone function (call function) is not essential. The mobile terminal 11 may be, for example, a tablet terminal such as an electronic book reader having a network connection function.

また、携帯端末11は、インターネット上のWEBサイトまたはマーケットにアクセスし、そこで有償または無償により提供されているアプリ21を携帯端末11の内部にダウンロードすることができる。あるいは、アプリ21は、携帯端末11をパーソナルコンピュータとUSB(Universal Serial Bus)等により接続して、パーソナルコンピュータから携帯端末11に転送する場合もある。ダウンロードされたアプリ21は、携帯端末11内のアプリケーション実行部としてのCPU(Central Processing Unit)などによって実行される。アプリ21は、ユーザが携帯端末11を購入した時点で、携帯端末11内に予め登録されていてもよく、ユーザは、自分の好みのアプリ21をダウンロードしたり、不要なアプリ21を削除したりすることができる。携帯端末11内に保存(登録)可能なアプリ21の個数は、1以上であり、携帯端末11の記憶容量に依存する。図3の携帯端末11には、9個のアプリ21がダウンロードされている状態の例が示されている。   In addition, the mobile terminal 11 can access a website or market on the Internet and download the application 21 provided there for a fee or free of charge to the inside of the mobile terminal 11. Alternatively, the application 21 may transfer the portable terminal 11 from the personal computer to the portable terminal 11 by connecting the portable terminal 11 to the personal computer via USB (Universal Serial Bus) or the like. The downloaded application 21 is executed by a CPU (Central Processing Unit) as an application execution unit in the mobile terminal 11. The application 21 may be registered in advance in the mobile terminal 11 when the user purchases the mobile terminal 11, and the user downloads his / her favorite application 21 or deletes an unnecessary application 21. can do. The number of applications 21 that can be stored (registered) in the mobile terminal 11 is one or more and depends on the storage capacity of the mobile terminal 11. The mobile terminal 11 in FIG. 3 shows an example in which nine applications 21 are downloaded.

アプリ21は、ゲーム、音楽や映像の視聴、辞書、地図、勉強などの知識習得など、所定の目的に応じて作成されたものであり、その目的の機能(主目的機能)を実行するメイン機能処理部31(主目的実行部)と、主目的とは別の、管理サーバ12との間で所定の情報をやりとりするための管理サーバ対応処理部32(管理サーバ対応処理部)とを有する。管理サーバ対応処理部32は、管理サーバ12を運営する業者から提供されるSDK(Software Development Kit)を、アプリ21を生成するプロジェクト(ソースコード)に導入し、必要なタイミングで所定の情報をやりとりする処理をプログラミングすることで、アプリ21の一部として生成される管理サーバ対応プログラムである。   The application 21 is created in accordance with a predetermined purpose such as a game, music or video viewing, dictionary, map, knowledge acquisition such as study, and the like, and a main function for executing a function for that purpose (main purpose function) A processing unit 31 (main purpose executing unit) and a management server corresponding processing unit 32 (management server corresponding processing unit) for exchanging predetermined information with the management server 12 different from the main purpose are included. The management server corresponding processing unit 32 introduces an SDK (Software Development Kit) provided by a company operating the management server 12 into a project (source code) for generating the application 21, and exchanges predetermined information at a necessary timing. It is a management server compatible program generated as part of the application 21 by programming the processing to be performed.

管理サーバ12は、移動体電話通信網やインターネットなどのネットワークを介して、携帯端末11上で実行されたアプリ21の管理サーバ対応処理部32から供給される情報に基づいて、予め定められた所定の処理を実行する。   The management server 12 is predetermined based on information supplied from the management server corresponding processing unit 32 of the application 21 executed on the mobile terminal 11 via a network such as a mobile telephone communication network or the Internet. Execute the process.

より具体的には、管理サーバ12は、アプリ21の管理サーバ対応処理部32から供給される、携帯端末11のユーザを識別するユーザID、アプリ21を識別するアプリID、ユーザの操作などに応じて変化するアプリ21の状態のなかの現在の状態を示すページIDに基づいて、広告配信サーバ13、効果測定サーバ14、およびアクセス解析サーバ15のどれに、何の情報を送信するかを決定し、決定した送信先に、決定した情報を送信する。   More specifically, the management server 12 responds to the user ID that identifies the user of the mobile terminal 11, the application ID that identifies the application 21, the user's operation, etc., supplied from the management server corresponding processing unit 32 of the application 21. On the basis of the page ID indicating the current state of the application 21 that changes, the information to be transmitted to the advertisement distribution server 13, the effect measurement server 14, and the access analysis server 15 is determined. The determined information is transmitted to the determined transmission destination.

例えば、アプリ21の管理サーバ対応処理部32から供給された、ユーザID、アプリID、およびページIDが、アプリ21に表示する広告データの要求を表している場合、管理サーバ12は、広告配信サーバ13にアクセスし、広告データを要求する。   For example, when the user ID, the application ID, and the page ID supplied from the management server corresponding processing unit 32 of the application 21 represent a request for advertisement data to be displayed on the application 21, the management server 12 13 and request advertisement data.

また例えば、アプリ21の管理サーバ対応処理部32から供給された、ユーザID、アプリID、およびページIDが、アプリ21で表示された広告に基づいて新たなアプリ21がインストールされたことを表している場合、管理サーバ12は、効果測定サーバ14にアクセスし、広告の成果を通知する。   Further, for example, the user ID, the application ID, and the page ID supplied from the management server corresponding processing unit 32 of the application 21 indicate that the new application 21 is installed based on the advertisement displayed by the application 21. If there is, the management server 12 accesses the effect measurement server 14 and notifies the result of the advertisement.

さらに例えば、アプリ21の管理サーバ対応処理部32から供給された、ユーザID、アプリID、およびページIDが、アプリ21のアクセス解析の処理を行うことを表している場合、管理サーバ12は、アクセス解析サーバ15にアクセスし、アクセス情報を通知する。   Further, for example, when the user ID, the application ID, and the page ID supplied from the management server corresponding processing unit 32 of the application 21 indicate that the access analysis processing of the application 21 is performed, the management server 12 The analysis server 15 is accessed and access information is notified.

広告配信サーバ12は、管理サーバ12からの広告データの要求に応じて、広告データを送信(提供)する。効果測定サーバ14は、広告配信サーバ13で提供された広告に基づいてユーザがアプリ21をダウンロードした場合に、広告の成果を測定する。広告配信サーバ12と効果測定サーバ14によりアフェリエイトサービスが構築され、所定の成果が得られたユーザに対してアフェリエイトサービスプロバイダーから所定の報酬が支払われる。   The advertisement distribution server 12 transmits (provides) advertisement data in response to a request for advertisement data from the management server 12. The effect measurement server 14 measures the result of the advertisement when the user downloads the application 21 based on the advertisement provided by the advertisement distribution server 13. An affiliate service is constructed by the advertisement distribution server 12 and the effect measurement server 14, and a predetermined reward is paid from the affiliate service provider to a user who has obtained a predetermined result.

なお、本実施の形態においては、広告の成果として、新たなアプリ21がインストールされたことを測定する例について説明するが、WEBサイトにおけるアフェリエイトサービスと同様、所定の広告情報の閲覧、会員登録などを成果として測定するものでもよい。   In this embodiment, an example of measuring the installation of a new application 21 as an advertisement result will be described. However, as with the affiliate service on the website, browsing of predetermined advertisement information, member registration, etc. May be measured as a result.

アクセス解析サーバ15は、アプリ21の起動回数、起動時間等をカウントする。   The access analysis server 15 counts the number of activations of the application 21 and the activation time.

以上のように構成される情報処理システム1において、アプリ21は管理サーバ12とのみ通信を行うことで、アプリ21におけるアフェリエイトサービスにおける広告データの取得および効果測定、アプリ21のアクセス解析を行うことができる。   In the information processing system 1 configured as described above, the application 21 communicates only with the management server 12, thereby obtaining advertisement data and measuring effects in the affiliate service in the application 21, and performing access analysis of the application 21. it can.

アプリ21は管理サーバ12とのみ通信を行えばよいので、図2を参照して説明したように、従来、利用するサービスおよび立場に応じてそれぞれ必要となっていた対応プログラムがアプリ21には不要であり、アプリ21には、管理サーバ12に対応するプログラム(管理サーバ対応処理部32)のみがあればよい。   Since the application 21 only needs to communicate with the management server 12, as described with reference to FIG. 2, a corresponding program that has been conventionally required according to the service to be used and the position is unnecessary for the application 21. The application 21 only needs to have a program (management server support processing unit 32) corresponding to the management server 12.

[管理サーバのハードウェア構成ブロック図]
図4は、管理サーバ12のハードウェア構成例を示すブロック図である。
[Management Server Hardware Configuration Block Diagram]
FIG. 4 is a block diagram illustrating a hardware configuration example of the management server 12.

図4の例の管理サーバ12において、CPU(Central Processing Unit)51は、ROM(Read Only Memory)52に記憶されているプログラム、または記憶部58からRAM(Random Access Memory)53にロードされたプログラムに従って各種の処理を実行する。RAM53にはまた、CPU51が各種の処理を実行する上において必要なデータなども適宜記憶される。   In the management server 12 in the example of FIG. 4, a CPU (Central Processing Unit) 51 is a program stored in a ROM (Read Only Memory) 52 or a program loaded from a storage unit 58 into a RAM (Random Access Memory) 53. Various processes are executed according to the above. The RAM 53 also appropriately stores data necessary for the CPU 51 to execute various processes.

CPU51、ROM52、およびRAM53は、バス54を介して相互に接続されている。このバス54にはまた、入出力インタフェース55も接続されている。   The CPU 51, ROM 52, and RAM 53 are connected to each other via a bus 54. An input / output interface 55 is also connected to the bus 54.

入出力インタフェース55には、キーボード、マウスなどよりなる入力部56、スピーカ、ディスプレイなどよりなる出力部57、ハードディスクなどより構成される記憶部58、並びにネットワークを介しての他の機器との通信処理を制御する通信部59が接続されている。   The input / output interface 55 includes an input unit 56 including a keyboard and a mouse, an output unit 57 including a speaker and a display, a storage unit 58 including a hard disk, and communication processing with other devices via a network. A communication unit 59 is connected to control the above.

入出力インタフェース55にはまた、必要に応じてドライブ60が接続され、磁気ディスク、光ディスク、光磁気ディスク、または半導体メモリなどのリムーバブルメディア61が適宜装着され、それらから読み出されたコンピュータプログラムが、必要に応じて記憶部58にインストールされる。   A drive 60 is connected to the input / output interface 55 as necessary, and a removable medium 61 such as a magnetic disk, an optical disk, a magneto-optical disk, or a semiconductor memory is appropriately mounted, and a computer program read from them is It is installed in the storage unit 58 as necessary.

管理サーバ12のハードウェアの構成は、図4の例に限定されず、後述する図18の機能的構成を少なくとも有していればよい。なお、広告配信サーバ13、効果測定サーバ14、およびアクセス解析サーバ15のハードウェア構成も、図4の管理サーバ12と同様に構成される。   The hardware configuration of the management server 12 is not limited to the example of FIG. 4, and may have at least the functional configuration of FIG. 18 to be described later. The hardware configurations of the advertisement distribution server 13, the effect measurement server 14, and the access analysis server 15 are also configured in the same manner as the management server 12 in FIG.

[アプリ21と管理サーバ12との間のデータ処理の概要]
図5と図6を参照して、携帯端末11上で実行されるアプリ21と、管理サーバ12との間で行われるデータ処理の概要について説明する。
[Outline of data processing between application 21 and management server 12]
With reference to FIGS. 5 and 6, an outline of data processing performed between the application 21 executed on the mobile terminal 11 and the management server 12 will be described.

図5では、所定のアプリ21が、携帯端末11に既にインストールされているものとする。なお、携帯端末11にアプリ21をインストールする方法の一例については、図15等を参照して後述する。   In FIG. 5, it is assumed that the predetermined application 21 has already been installed in the mobile terminal 11. Note that an example of a method for installing the application 21 in the mobile terminal 11 will be described later with reference to FIG.

アプリ21のメイン機能処理部31は、携帯端末11の画面上のユーザのタップ操作やキー操作などの操作情報を取得し、携帯端末11に表示するアプリ画面を制御する。メイン機能処理部31は、ユーザの操作に応じて、アプリ21を起動させたり、アプリ画面を次のアプリ画面に遷移させたりする。メイン機能処理部31がユーザの操作に対してどのような処理を行うかは、表示させるアプリ画面、アプリ画面上のユーザ操作可能なボタン等に対応づけられたページIDに基づいて規定されている(プログラミングされている)。ページIDは、アプリ21上に対し行われたユーザの操作を含む、アプリ21の現在の状態を識別する状態識別情報である。   The main function processing unit 31 of the application 21 acquires operation information such as a user's tap operation and key operation on the screen of the mobile terminal 11 and controls the application screen displayed on the mobile terminal 11. The main function processing unit 31 activates the application 21 or changes the application screen to the next application screen in accordance with a user operation. The processing that the main function processing unit 31 performs in response to the user operation is defined based on the application screen to be displayed, the page ID associated with the user-operable button on the application screen, and the like. (Programmed). The page ID is state identification information that identifies the current state of the application 21 including user operations performed on the application 21.

アプリ21において、起動、ボタンのクリック、アプリ画面の遷移などのアクションが発生すると、メイン機能処理部31は、その状態に対応するページIDを、アプリ21を一意に識別するアプリIDとともに、管理サーバ対応処理部32に供給する。   When an action such as activation, button click, or application screen transition occurs in the application 21, the main function processing unit 31 displays a page ID corresponding to the state together with an application ID that uniquely identifies the application 21, the management server It supplies to the corresponding | compatible process part 32. FIG.

アプリ21の管理サーバ対応処理部32は、メイン機能処理部31から供給されるアプリIDとページIDを取得するとともに、携帯端末11のユーザを一意に識別するユーザIDを端末内から取得する。ユーザIDには、例えば、携帯端末11の機器メーカ、または、通信サービス事業者が割り当てた携帯端末11に固有の識別情報を採用することができる。また、そのような一意に識別することができる情報が携帯端末11に割り当てられていない場合、または、その情報を利用することができない場合には、管理サーバ対応処理部32は、ユーザを一意に識別するユーザIDの生成を管理サーバ12に要求し、管理サーバ12から供給されたユーザIDを利用することもできる。   The management server corresponding processing unit 32 of the application 21 acquires an application ID and a page ID supplied from the main function processing unit 31 and acquires a user ID that uniquely identifies the user of the mobile terminal 11 from within the terminal. As the user ID, for example, identification information unique to the mobile terminal 11 assigned by the device manufacturer of the mobile terminal 11 or the communication service provider can be adopted. In addition, when such uniquely identifiable information is not assigned to the mobile terminal 11 or when the information cannot be used, the management server correspondence processing unit 32 uniquely identifies the user. It is also possible to request the management server 12 to generate a user ID to be identified and use the user ID supplied from the management server 12.

そして、管理サーバ対応処理部32は、アプリID、ページID、およびユーザIDを、アプリ21の現在の実行状態に対応するパラメータとして付加したリクエスト(処理要求メッセージ)を、ネットワークを介して管理サーバ12に送信する。パラメータには、後述するように、アプリ21のバージョン情報などのその他の情報も必要に応じて付加される場合もある。   Then, the management server corresponding processing unit 32 adds a request (processing request message) to which the application ID, page ID, and user ID are added as parameters corresponding to the current execution state of the application 21 via the network. Send to. As will be described later, other information such as version information of the application 21 may be added to the parameter as necessary.

管理サーバ12は、アプリ21の管理サーバ対応処理部32から供給されるアプリID、ページID、およびユーザIDに基づいて、行うべき処理と通信相手を決定する。より具体的には、管理サーバ12は、図6に示される、アプリID、ページID、およびユーザIDと、そのIDの組み合わせのときに行うべき処理とを対応づけた処理対応テーブルを内部に記憶している。管理サーバ12は、内部に記憶された図6の処理対応テーブルに基づいて、行うべき処理と通信相手を決定する。   The management server 12 determines a process to be performed and a communication partner based on the application ID, the page ID, and the user ID supplied from the management server corresponding processing unit 32 of the application 21. More specifically, the management server 12 internally stores a processing correspondence table that correlates the application ID, page ID, and user ID shown in FIG. 6 with the processing to be performed when the ID is combined. doing. The management server 12 determines a process to be performed and a communication partner based on the process correspondence table of FIG. 6 stored therein.

例えば、図6の例において、アプリID、ページID、およびユーザIDが、「aaa」、「111」、「555」である場合には、管理サーバ12は、広告配信サーバ13に対して、アプリ21のアプリ画面に表示する広告のデータ(広告データ)を要求して、取得する広告配信処理を行うことが定義されている。   For example, in the example of FIG. 6, when the application ID, page ID, and user ID are “aaa”, “111”, and “555”, the management server 12 sends an application to the advertisement distribution server 13. It is defined that advertisement data to be displayed on the application screen 21 (advertisement data) is requested and an advertisement distribution process is acquired.

また、アプリID、ページID、およびユーザIDが、「aaa」、「111」、「666」である場合には、管理サーバ12は、アプリ21の一画面として所定のメッセージを通知するポップアップ画面を表示するポップアップ通知処理を行うことが定義されている。   When the application ID, page ID, and user ID are “aaa”, “111”, and “666”, the management server 12 displays a pop-up screen that notifies a predetermined message as one screen of the application 21. It is defined to perform popup notification processing to be displayed.

さらに、アプリID、ページID、およびユーザIDが、「aaa」、「222」、「666」である場合には、管理サーバ12は、上述した広告配信処理とポップアップ通知処理の両方を行うことが定義されている。   Furthermore, when the application ID, page ID, and user ID are “aaa”, “222”, and “666”, the management server 12 can perform both the advertisement distribution process and the pop-up notification process described above. Is defined.

同様に、アプリID、ページID、およびユーザIDが、「ccc」、「333」、「777」である場合には、アプリ21の起動をアクセス解析サーバ15に通知し、アプリ21の起動回数の測定を行うアプリ起動測定処理を行うことが定義されている。   Similarly, when the application ID, page ID, and user ID are “ccc”, “333”, and “777”, the activation of the application 21 is notified to the access analysis server 15, and the number of activations of the application 21 is determined. It is defined to perform application activation measurement processing for performing measurement.

アプリID、ページID、およびユーザIDが、「ddd」、「444」、「888」である場合には、アプリ21がインストールされたことを効果測定サーバに通知し、広告効果測定を行うインストール測定処理を行うことが定義されている。   When the application ID, page ID, and user ID are “ddd”, “444”, and “888”, the installation measurement is performed to notify the effect measurement server that the application 21 has been installed and to measure the advertisement effect. It is defined to perform processing.

図6に示した処理対応テーブルのデータおよび処理内容の例はあくまで一例であり、処理対応テーブルに定義可能なデータおよび処理内容はこれに限定されない。   The example of the data and processing content of the processing correspondence table shown in FIG. 6 is merely an example, and the data and processing content that can be defined in the processing correspondence table are not limited to this.

図5に戻り、管理サーバ12は、アプリ21の管理サーバ対応処理部32から供給されるアプリID、ページID、およびユーザIDに基づいて、必要に応じて各サーバ(広告配信サーバ13、効果測定サーバ14、アクセス解析サーバ15)とデータの授受を行った後、リクエストに対するレスポンス(応答メッセージ)を管理サーバ対応処理部32に送信する。管理サーバ対応処理部32に送信されるレスポンスには、必要に応じて追加データを付与することができる。   Returning to FIG. 5, the management server 12 determines each server (the advertisement distribution server 13, the effect measurement) as necessary based on the application ID, the page ID, and the user ID supplied from the management server corresponding processing unit 32 of the application 21. After exchanging data with the server 14 and the access analysis server 15), a response (response message) to the request is transmitted to the management server corresponding processing unit 32. Additional data can be added to the response transmitted to the management server corresponding processing unit 32 as necessary.

なお、図6の処理対応テーブルに定義された処理内容によっては、レスポンスを送信した後で、各サーバに所定のデータを送信するような場合もある。   Depending on the processing contents defined in the processing correspondence table of FIG. 6, there may be a case where predetermined data is transmitted to each server after a response is transmitted.

管理サーバ対応処理部32は、管理サーバ12からのレスポンスを受信し、受信したデータに応じて所定の処理を行う。例えば、管理サーバ対応処理部32は、レスポンスとして広告データを受信した場合、メイン機能処理部31に広告データを供給する。また例えば、管理サーバ対応処理部32は、レスポンスとして、ポップアップ画面を表示するポップアップ通知を受信した場合、ポップアップアップ画面を携帯端末11の画面に表示させる処理を行う。あるいは、例えば、管理サーバ対応処理部32は、レスポンスとして、ユーザIDを受信した場合、受信したユーザIDを、携帯端末11内の所定の保存領域(例えば、ハードディスクや不揮発性メモリなどの記憶部内の領域)にテキストファイルとして保存する処理を行う。   The management server corresponding processing unit 32 receives a response from the management server 12 and performs predetermined processing according to the received data. For example, the management server corresponding processing unit 32 supplies the advertising data to the main function processing unit 31 when receiving the advertising data as a response. Further, for example, when receiving a pop-up notification that displays a pop-up screen as a response, the management server support processing unit 32 performs a process of displaying the pop-up screen on the screen of the mobile terminal 11. Alternatively, for example, when the management server corresponding processing unit 32 receives a user ID as a response, the management server corresponding processing unit 32 converts the received user ID into a predetermined storage area in the mobile terminal 11 (for example, a storage unit such as a hard disk or a nonvolatile memory). Area) to save as a text file.

メイン機能処理部31は、管理サーバ対応処理部32に供給したアプリIDとページIDに対して、広告データなどの所定のデータを受信した場合、アプリ画面に広告を表示するなどの処理を行う。   When the main function processing unit 31 receives predetermined data such as advertisement data for the application ID and page ID supplied to the management server corresponding processing unit 32, the main function processing unit 31 performs processing such as displaying an advertisement on the application screen.

以上のように、管理サーバ対応処理部32は、アプリ21で発生したアクション(アプリ21の状態)を、アプリIDとページIDとして取得し、ユーザIDとともに、管理サーバ12に通知する。管理サーバ12は、アプリID、ページID、およびユーザIDに基づいて、行うべき処理と通知先を判断し、外部のサービスサーバと通信する。   As described above, the management server corresponding processing unit 32 acquires the action (the state of the application 21) generated in the application 21 as the application ID and the page ID, and notifies the management server 12 together with the user ID. The management server 12 determines processing to be performed and a notification destination based on the application ID, page ID, and user ID, and communicates with an external service server.

以下、アプリ21および管理サーバ12が行う処理について、より詳細に説明する。   Hereinafter, processing performed by the application 21 and the management server 12 will be described in more detail.

[広告配信処理とインストール測定処理の具体例]
図7乃至図11を参照して、広告配信処理とインストール測定処理の具体例について説明する。
[Specific examples of advertising distribution processing and installation measurement processing]
Specific examples of the advertisement distribution process and the installation measurement process will be described with reference to FIGS.

なお、図7乃至図11においては、広告配信処理により広告主の広告を表示する広告媒体としてのアプリ21と、広告媒体のアプリ21によってインストールされる広告主のアプリ21とが存在し、それらを区別するため、広告媒体としてのアプリ21を媒体アプリ21Aと称し、広告主のアプリ21を広告主アプリ21Bと称する。また、媒体アプリ21Aのメイン機能処理部31および管理サーバ対応処理部32を、メイン機能処理部31Aおよび管理サーバ対応処理部32Aと称し、広告主アプリ21Bのメイン機能処理部31および管理サーバ対応処理部32を、メイン機能処理部31Bおよび管理サーバ対応処理部32Bと称する。   In FIG. 7 to FIG. 11, there are an application 21 as an advertising medium for displaying an advertiser's advertisement by an advertisement distribution process, and an advertiser's application 21 installed by the advertising medium application 21. In order to distinguish, the application 21 as an advertising medium is referred to as a medium application 21A, and the advertiser application 21 is referred to as an advertiser application 21B. The main function processing unit 31 and the management server corresponding processing unit 32 of the medium application 21A are referred to as a main function processing unit 31A and a management server corresponding processing unit 32A, and the main function processing unit 31 and the management server corresponding processing of the advertiser application 21B. The unit 32 is referred to as a main function processing unit 31B and a management server corresponding processing unit 32B.

図7は、媒体アプリ21Aにより表示された広告に基づいて、広告主アプリ21Bが携帯端末11にインストールされる処理を説明するフローチャートである。   FIG. 7 is a flowchart illustrating a process in which the advertiser application 21B is installed in the mobile terminal 11 based on the advertisement displayed by the medium application 21A.

初めに、ユーザの操作により媒体アプリ21Aの起動が指示されると、ステップS11において、媒体アプリ21Aのメイン機能処理部31Aは、起動処理を実行し、起動画面を表示する。そして、ステップS12において、メイン機能処理部31Aは、媒体アプリ21AのアプリIDおよび起動画面に対応するページIDを、媒体アプリ21Aの管理サーバ対応処理部32Aに供給する。   First, when activation of the medium application 21A is instructed by a user operation, in step S11, the main function processing unit 31A of the medium application 21A executes activation processing and displays an activation screen. In step S12, the main function processing unit 31A supplies the application ID of the medium application 21A and the page ID corresponding to the activation screen to the management server corresponding processing unit 32A of the medium application 21A.

ステップS21において、管理サーバ対応処理部32Aは、携帯端末11のユーザを一意に識別するユーザIDを取得する。ユーザIDは、上述したように、管理サーバ12で生成された独自のIDを採用する場合もあり、この場合の処理の詳細については、図14を参照して後述する。   In step S <b> 21, the management server corresponding processing unit 32 </ b> A acquires a user ID that uniquely identifies the user of the mobile terminal 11. As described above, a unique ID generated by the management server 12 may be adopted as the user ID, and details of processing in this case will be described later with reference to FIG.

ユーザIDを取得すると、管理サーバ対応処理部32Aは、ステップS22において、アプリID、ページID、およびユーザID(をパラメータとするリクエスト)を管理サーバ12に送信する。   When the user ID is acquired, the management server corresponding processing unit 32A transmits the application ID, the page ID, and the user ID (requests using parameters) to the management server 12 in step S22.

管理サーバ12は、ステップS31において、管理サーバ対応処理部32Aから送信されてきたアプリID、ページID、およびユーザIDを受信し、図6の例に示した処理対応テーブルを参照して、アプリID、ページID、およびユーザIDに基づいて、広告配信処理を決定する。   In step S31, the management server 12 receives the application ID, page ID, and user ID transmitted from the management server corresponding processing unit 32A, and refers to the processing correspondence table shown in the example of FIG. The advertisement distribution process is determined based on the page ID and the user ID.

そして、ステップS32において、管理サーバ12は、広告配信サーバ13に対して広告データを要求する。広告配信サーバ13は、ステップS41において、広告データの要求に応じて、広告データを管理サーバ12に送信する。   In step S <b> 32, the management server 12 requests advertisement data from the advertisement distribution server 13. In step S41, the advertisement distribution server 13 transmits the advertisement data to the management server 12 in response to the request for the advertisement data.

管理サーバ12は、ステップS33において、広告配信サーバ13からの広告データを受信して、管理サーバ対応処理部32Aに送信する。   In step S33, the management server 12 receives the advertisement data from the advertisement distribution server 13 and transmits it to the management server corresponding processing unit 32A.

管理サーバ対応処理部32Aは、ステップS23において、管理サーバ12からの広告データを受信して、メイン機能処理部31Aに引き渡す。   In step S23, the management server corresponding processing unit 32A receives the advertisement data from the management server 12, and delivers it to the main function processing unit 31A.

ステップS13において、メイン機能処理部31Aは、取得した広告データに基づいて、図8に示されるように、アプリ画面(の一部)として、広告を表示する。   In step S <b> 13, the main function processing unit 31 </ b> A displays an advertisement as (a part of) the application screen, as shown in FIG. 8, based on the acquired advertisement data.

ステップS14において、メイン機能処理部31Aは、表示した広告がクリック(選択)されたことを検出すると、ステップS15において、アプリIDおよびクリックに対応するページIDを管理サーバ対応処理部32Aに供給する。なお、表示した広告がクリック(選択)されたことを示す情報は、ページIDとは別のパラメータとして管理サーバ対応処理部32Aに供給してもよい。   In step S14, when detecting that the displayed advertisement is clicked (selected), the main function processing unit 31A supplies the application ID and the page ID corresponding to the click to the management server corresponding processing unit 32A in step S15. Information indicating that the displayed advertisement is clicked (selected) may be supplied to the management server corresponding processing unit 32A as a parameter different from the page ID.

管理サーバ対応処理部32Aは、ステップS24において、メイン機能処理部31Aから供給されたアプリIDおよびページIDを、ユーザIDとともに、管理サーバ12に送信する。   In step S24, the management server corresponding processing unit 32A transmits the application ID and page ID supplied from the main function processing unit 31A together with the user ID to the management server 12.

そして、ステップS34において、管理サーバ12は、ユーザID、媒体アプリ21AのアプリID、および、広告をクリックしたことを表すページIDを受信する。管理サーバ12は、受信したユーザID、アプリID、およびページIDに基づいて、広告主アプリ21Bの広告詳細情報を提示する広告詳細情報提示処理を決定する。そして、ステップS35において、管理サーバ12は、広告主アプリ21Bの広告詳細情報提示を、広告配信サーバ13に要求する。   In step S34, the management server 12 receives the user ID, the application ID of the medium application 21A, and the page ID indicating that the advertisement has been clicked. Based on the received user ID, application ID, and page ID, the management server 12 determines an advertisement detailed information presentation process for presenting the advertisement detailed information of the advertiser application 21B. In step S35, the management server 12 requests the advertisement distribution server 13 to present the detailed advertisement information of the advertiser application 21B.

広告主アプリ21Bの広告詳細情報提示の要求を受信した広告配信サーバ13は、ステップS42において、広告主アプリ21Bのインストールページ、具体的には、広告主アプリ21Bのダウンロードが可能なマーケットのページを表示させる要求を、携帯端末11に送信する。なお、広告主アプリ21Bのインストールページ表示要求は、携帯端末11を特定する端末特定情報を管理サーバ12から取得し、広告配信サーバ13が、携帯端末11に対して、直接、送信しても良いし、管理サーバ12を介して、送信してもよい。また、広告主アプリ21Bの広告詳細情報提示の要求も、管理サーバ12を介さずに、携帯端末11から直接、広告配信サーバ13に送信するようにしてもよい。   In step S42, the advertisement distribution server 13 that has received the request for presenting the advertisement detailed information of the advertiser application 21B displays an installation page of the advertiser application 21B, specifically, a market page where the advertiser application 21B can be downloaded. A request to be displayed is transmitted to the mobile terminal 11. Note that the installation page display request for the advertiser application 21B may be obtained by acquiring terminal specifying information for specifying the mobile terminal 11 from the management server 12 and the advertisement distribution server 13 directly transmitting to the mobile terminal 11. Then, it may be transmitted via the management server 12. In addition, the request for the advertisement detailed information presentation of the advertiser application 21 </ b> B may be transmitted directly from the mobile terminal 11 to the advertisement distribution server 13 without using the management server 12.

携帯端末11は、ステップS51において、広告配信サーバ13から直接または間接に送信されてきた広告主アプリ21Bのインストールページを表示する。図9は、携帯端末11に表示された広告主アプリ21Bのインストールページの例を示している。   In step S51, the portable terminal 11 displays the installation page of the advertiser application 21B transmitted directly or indirectly from the advertisement distribution server 13. FIG. 9 shows an example of the installation page of the advertiser application 21 </ b> B displayed on the mobile terminal 11.

そして、図10に示されるように、広告主アプリ21Bがユーザにより選択され、インストールの指示がされた場合、携帯端末11は、広告主アプリ21Bのインストール処理を実行して、処理を終了する。   Then, as shown in FIG. 10, when the advertiser application 21B is selected by the user and an installation instruction is given, the mobile terminal 11 executes the installation process of the advertiser application 21B and ends the process.

図7を参照して説明した以上の処理によれば、媒体アプリ21Aの管理サーバ対応処理部32AがアプリID、ページID、およびユーザIDを送信することで、管理サーバ12は、広告配信サーバ13と連携し、携帯端末11に広告主アプリ21Bの広告を表示させ、広告主アプリ21Bを携帯端末11にインストールさせることができる。   According to the above processing described with reference to FIG. 7, the management server corresponding processing unit 32A of the medium application 21A transmits the application ID, the page ID, and the user ID, so that the management server 12 can execute the advertisement distribution server 13. The advertisement of the advertiser application 21B can be displayed on the mobile terminal 11 and the advertiser application 21B can be installed on the mobile terminal 11 in cooperation with the above.

次に、図11のフローチャートを参照して、広告主アプリ21Bのインストールの成果を効果測定サーバ14に通知する処理について説明する。   Next, processing for notifying the effect measurement server 14 of the result of installation of the advertiser application 21B will be described with reference to the flowchart of FIG.

初めに、ユーザの操作により広告主アプリ21Bの起動が指示されると、ステップS71において、広告主アプリ21Bのメイン機能処理部31Bは、起動処理を実行し、起動画面を表示する。そして、ステップS72において、メイン機能処理部31Bは、広告主アプリ21BのアプリIDおよび起動画面に対応するページIDを、広告主アプリ21Bの管理サーバ対応処理部32Bに供給する。   First, when activation of the advertiser application 21B is instructed by a user operation, in step S71, the main function processing unit 31B of the advertiser application 21B executes activation processing and displays an activation screen. In step S72, the main function processing unit 31B supplies the application ID of the advertiser application 21B and the page ID corresponding to the startup screen to the management server corresponding processing unit 32B of the advertiser application 21B.

ステップS73において、管理サーバ対応処理部32Bは、携帯端末11のユーザを一意に識別するユーザIDを取得し、ステップS74において、アプリID、ページID、およびユーザIDを管理サーバ12に送信する。   In step S73, the management server corresponding processing unit 32B acquires a user ID that uniquely identifies the user of the mobile terminal 11, and transmits the application ID, page ID, and user ID to the management server 12 in step S74.

管理サーバ12は、ステップS75において、広告主アプリ21BのアプリID、起動画面に対応するページID、およびユーザIDを受信すると、処理対応テーブルに基づいて、インストール測定処理を決定する。即ち、管理サーバ12は、広告主アプリ21BのアプリID、起動画面に対応するページID、およびユーザIDを効果測定サーバ14に送信することを決定する。   In step S75, when the management server 12 receives the application ID of the advertiser application 21B, the page ID corresponding to the startup screen, and the user ID, the management server 12 determines the installation measurement process based on the processing correspondence table. That is, the management server 12 determines to transmit the application ID of the advertiser application 21B, the page ID corresponding to the startup screen, and the user ID to the effect measurement server 14.

そして、ステップS76において、管理サーバ12は、受信したユーザID、広告主アプリ21BのアプリID、および、起動画面に対応するページIDを効果測定サーバ14に送信する。   In step S76, the management server 12 transmits the received user ID, the application ID of the advertiser application 21B, and the page ID corresponding to the startup screen to the effect measurement server 14.

図11を参照して説明した処理によれば、広告主アプリ21Bの管理サーバ対応処理部32BがアプリID、ページID、およびユーザIDを送信することで、管理サーバ12は、アプリID、ページID、およびユーザIDに基づいて、行うべき処理としてインストール測定処理を決定し、広告主アプリ21Bがインストールされたことを示す情報を、効果測定サーバ14に送信することができる。これにより、効果測定サーバ14は、媒体アプリ21A上の広告による効果を測定することができる。   According to the processing described with reference to FIG. 11, the management server corresponding processing unit 32B of the advertiser application 21B transmits the application ID, the page ID, and the user ID, so that the management server 12 has the application ID, the page ID. Based on the user ID, an installation measurement process is determined as a process to be performed, and information indicating that the advertiser application 21B has been installed can be transmitted to the effect measurement server 14. Thereby, the effect measurement server 14 can measure the effect of the advertisement on the medium application 21A.

[ポップアップ通知処理の具体例]
次に、図12および図13を参照して、携帯端末11にダウンロードされているアプリ21のバージョンよりも新しいバージョンが管理サーバ12に保存されている場合に、バージョンアップを勧めるポップアップ画面を表示させるポップアップ通知処理の具体例について説明する。
[Specific example of popup notification processing]
Next, referring to FIG. 12 and FIG. 13, when a version newer than the version of the application 21 downloaded to the mobile terminal 11 is stored in the management server 12, a pop-up screen that recommends version upgrade is displayed. A specific example of the pop-up notification process will be described.

初めに、ユーザの操作によりアプリ21の起動が指示されると、ステップS101において、アプリ21のメイン機能処理部31は、起動処理を実行し、起動画面を表示する。そして、ステップS102において、メイン機能処理部31は、アプリ21のアプリIDおよび起動画面に対応するページIDを、アプリ21の管理サーバ対応処理部32に供給する。   First, when activation of the application 21 is instructed by a user operation, in step S101, the main function processing unit 31 of the application 21 executes activation processing and displays an activation screen. In step S <b> 102, the main function processing unit 31 supplies the application ID of the application 21 and the page ID corresponding to the activation screen to the management server corresponding processing unit 32 of the application 21.

管理サーバ対応処理部32は、ステップS121において、ユーザIDを取得し、ステップS122において、アプリ21のバージョン情報(バージョンナンバ)を取得する。そして、ステップS123において、管理サーバ対応処理部32は、アプリID、ページID、ユーザID、およびバージョン情報を管理サーバ12に送信する。   The management server corresponding processing unit 32 acquires a user ID in step S121, and acquires version information (version number) of the application 21 in step S122. In step S123, the management server corresponding processing unit 32 transmits the application ID, page ID, user ID, and version information to the management server 12.

管理サーバ12は、ステップS131において、アプリ21の管理サーバ対応処理部32から送信されてきたアプリID、ページID、ユーザID、およびバージョン情報を受信する。処理対応テーブルには、受信したアプリID、ページID、およびユーザIDに対する行うべき処理として、バージョンを確認し、必要であればポップアップ画面を表示させるポップアップ通知処理が定義されており、管理サーバ12は、受信したアプリID、ページID、及びユーザIDに基づいて、ポップアップ通知処理を決定する。   In step S131, the management server 12 receives the application ID, page ID, user ID, and version information transmitted from the management server corresponding processing unit 32 of the application 21. In the processing correspondence table, a pop-up notification process for confirming a version and displaying a pop-up screen if necessary is defined as a process to be performed for the received application ID, page ID, and user ID. The pop-up notification process is determined based on the received application ID, page ID, and user ID.

そして、ステップS132において、管理サーバ12は、自身が保有する各アプリ21の最新のバージョン情報をアプリ21ごとに記憶したアプリバージョン管理テーブルに基づいて、ユーザの携帯端末11で実行されているアプリ21のバージョンナンバと、最新のバージョンナンバとを比較し、ユーザの携帯端末11で実行されているアプリ21が最新のバージョンであるか否かを判定する。ステップS132で、ユーザの携帯端末11で実行されているアプリ21が最新のバージョンであると判定された場合、処理は終了する。   In step S <b> 132, the management server 12 stores the latest version information of each application 21 that the management server 12 owns for each application 21, and the application 21 that is executed on the user's mobile terminal 11. Are compared with the latest version number, and it is determined whether or not the application 21 executed on the user's mobile terminal 11 is the latest version. If it is determined in step S132 that the application 21 being executed on the user's mobile terminal 11 is the latest version, the process ends.

一方、ステップS132で、ユーザの携帯端末11で実行されているアプリ21が最新のバージョンではないと判定された場合、処理はステップS133に進み、管理サーバ12は、アプリ21の更新を勧めるポップアップ画面の表示指令を、アプリ21の管理サーバ対応処理部32に送信する。管理サーバ12は、ポップアップ画面の表示指令として、例えば、ポップアップ画面の画面データを送信する。   On the other hand, if it is determined in step S132 that the application 21 being executed on the user's mobile terminal 11 is not the latest version, the process proceeds to step S133, and the management server 12 recommends that the application 21 be updated. Is displayed to the management server corresponding processing unit 32 of the application 21. For example, the management server 12 transmits screen data of a pop-up screen as a display command for the pop-up screen.

アプリ21の管理サーバ対応処理部32は、ステップS124において、管理サーバ12からのアプリ21の更新を勧めるポップアップ画面の表示指令を受信し、例えば、図13に示されるような、更新のポップアップ画面を表示する。図13の更新のポップアップ画面の例では、「このアプリは最新のバージョンではありません!今すぐ更新しますか?」のメッセージと、更新を行う場合に操作される「はい」ボタン、更新を行わない場合に操作される「いいえ」ボタンが表示されている。   In step S124, the management server corresponding processing unit 32 of the application 21 receives a popup screen display instruction recommending the update of the application 21 from the management server 12, and displays an update popup screen as shown in FIG. indicate. In the example of the update pop-up screen shown in Fig. 13, the message "This app is not the latest version! Do you want to update now?" And the "Yes" button that is operated when updating, do not update The "No" button that is operated in the case is displayed.

なお、管理サーバ対応処理部32が各種のポップアップ画面の画面データを予め保有しており、更新のポップアップ画面の表示指示を受信することで、管理サーバ対応処理部32が更新のポップアップ画面を表示させるようにしてもよい。   The management server corresponding processing unit 32 holds screen data of various pop-up screens in advance, and the management server corresponding processing unit 32 displays the update pop-up screen by receiving an instruction to display the update pop-up screen. You may do it.

ステップS125において、管理サーバ対応処理部32は、アプリ21の更新が選択されたかを判定する。   In step S125, the management server corresponding processing unit 32 determines whether the update of the application 21 is selected.

ステップS125で、アプリ21の更新が選択されなかった場合、処理は終了する。この場合、ポップアップ画面は消去され、アプリ21のメイン機能処理部31による表示が続行される。   If the update of the application 21 is not selected in step S125, the process ends. In this case, the pop-up screen is deleted, and the display by the main function processing unit 31 of the application 21 is continued.

一方、ステップS125で、アプリ21の更新が選択された場合、処理はステップS126に進み、管理サーバ12は、広告主アプリの広告詳細情報提示の要求を、効果測定サーバ14に送信して、効果測定サーバ14と携帯端末11との間で、広告主アプリのインストール処理が実行される。換言すれば、図7のステップS35,S42,S51、およびS52の処理が、効果測定サーバ14と携帯端末11との間で行われる。なお、ここでは、更新対象のアプリ21が、広告主アプリに相当する。このように、広告主アプリのインストールは、広告配信サーバ13だけではなく、効果測定サーバ14により行われる場合もあり、広告配信サーバ13および効果測定サーバ14は詳細情報を提示する詳細情報提供サーバとして機能する。   On the other hand, when the update of the application 21 is selected in step S125, the process proceeds to step S126, and the management server 12 transmits a request for the advertisement detailed information presentation of the advertiser application to the effect measurement server 14 to obtain the effect. The advertiser application installation process is executed between the measurement server 14 and the mobile terminal 11. In other words, the processes in steps S35, S42, S51, and S52 in FIG. 7 are performed between the effect measurement server 14 and the mobile terminal 11. Here, the update target application 21 corresponds to an advertiser application. Thus, the installation of the advertiser application may be performed not only by the advertisement distribution server 13 but also by the effect measurement server 14, and the advertisement distribution server 13 and the effect measurement server 14 serve as detailed information providing servers that present detailed information. Function.

図12を参照して説明した以上の処理によれば、アプリ21の管理サーバ対応処理部32がアプリID、ページID、ユーザID、およびバージョン情報を送信することで、管理サーバ12は、更新を勧めるポップアップ画面を携帯端末11に表示させ、ユーザが容易に最新のバージョンを携帯端末11にインストールすることができるようになる。   According to the above-described processing described with reference to FIG. 12, the management server corresponding processing unit 32 of the application 21 transmits the application ID, page ID, user ID, and version information, so that the management server 12 performs the update. A recommended pop-up screen is displayed on the mobile terminal 11 so that the user can easily install the latest version on the mobile terminal 11.

なお、上述した例では、ポップアップ画面の例を、最新のバージョンを勧める画面の例で説明したが、どのような種類のポップアップ画面を表示するかは、図6の処理対応テーブルを変更することで、容易に決定することができる。その他のポップアップ画面の例としては、例えば、携帯端末11のユーザにアプリ21のアンケートをお願いする画面、新製品のアプリ21をお知らせする画面などがある。このようなポップアップ画面の表示では、バージョン情報などの、アプリID、ページID、およびユーザID以外の情報は必要ない。従って、図6の処理対応テーブルを変更することで、どのような種類のポップアップ画面を表示させるか、および、ポップアップ画面の表示のオンまたはオフも容易に、決定(変更)することができる。   In the above-described example, the example of the pop-up screen is described as an example of the screen that recommends the latest version. However, what kind of pop-up screen is displayed can be changed by changing the processing correspondence table in FIG. Can be easily determined. Examples of other pop-up screens include, for example, a screen for asking the user of the mobile terminal 11 for a questionnaire about the application 21 and a screen for notifying the new product application 21. Such a pop-up screen display requires no information other than the application ID, page ID, and user ID, such as version information. Therefore, by changing the processing correspondence table in FIG. 6, it is possible to easily determine (change) what kind of pop-up screen is displayed and whether to display the pop-up screen on or off.

[ユーザID生成処理の具体例]
次に、図14のフローチャートを参照して、携帯端末11に割り当てられている固有識別情報を利用することができない場合に実行される、独自のユーザID生成処理について説明する。
[Specific example of user ID generation processing]
Next, a unique user ID generation process that is executed when the unique identification information assigned to the mobile terminal 11 cannot be used will be described with reference to the flowchart of FIG.

初めに、ユーザの操作によりアプリ21の起動が指示されると、ステップS151において、アプリ21のメイン機能処理部31は、起動処理を実行し、起動画面を表示する。そして、ステップS152において、メイン機能処理部31は、アプリ21のアプリIDおよび起動画面に対応するページIDを、アプリ21の管理サーバ対応処理部32に供給する。   First, when activation of the application 21 is instructed by a user operation, in step S151, the main function processing unit 31 of the application 21 executes activation processing and displays an activation screen. In step S152, the main function processing unit 31 supplies the application ID of the application 21 and the page ID corresponding to the activation screen to the management server corresponding processing unit 32 of the application 21.

管理サーバ対応処理部32は、ステップS161において、アプリ21のアプリIDおよび起動画面に対応するページIDを取得し、ユーザIDが、携帯端末11内の所定の保存領域にテキストファイルとして格納されているか否かを判定する。   In step S161, the management server correspondence processing unit 32 acquires the application ID of the application 21 and the page ID corresponding to the startup screen, and whether the user ID is stored as a text file in a predetermined storage area in the mobile terminal 11. Determine whether or not.

ステップS161で、ユーザIDが携帯端末11内の所定の保存領域にテキストファイルとして格納されていると判定された場合、処理は後述するステップS164に進む。   If it is determined in step S161 that the user ID is stored as a text file in a predetermined storage area in the mobile terminal 11, the process proceeds to step S164 described later.

一方、ユーザIDが携帯端末11内の所定の保存領域にテキストファイルとして格納されていないと判定された場合、処理はステップS162に進み、管理サーバ対応処理部32は、管理サーバ12に送信するリクエストのフォーマットにおいて、ユーザIDの領域を空(NULL)にした状態で、アプリIDおよびページIDのみを管理サーバ12に送信する。   On the other hand, when it is determined that the user ID is not stored as a text file in the predetermined storage area in the mobile terminal 11, the process proceeds to step S <b> 162, and the management server corresponding processing unit 32 sends a request to the management server 12. In this format, only the application ID and page ID are transmitted to the management server 12 with the user ID area empty (NULL).

管理サーバ12は、ステップS171において、アプリ21の管理サーバ対応処理部32からユーザIDが送信されてきたか、即ち、管理サーバ対応処理部32からのリクエストにユーザIDが含まれているか否かを判定する。   In step S171, the management server 12 determines whether the user ID has been transmitted from the management server corresponding processing unit 32 of the application 21, that is, whether the user ID is included in the request from the management server corresponding processing unit 32. To do.

ステップS171で、ユーザIDが送信されてきたと判定された場合、処理は終了する。一方、ステップS171で、ユーザIDが送信されてこなかったと判定された場合、処理はステップS172に進み、管理サーバ12は、所定の乱数を発生させるなどにより、ユーザIDを発行(生成)する。ここで生成されるユーザIDは、ユーザ(の携帯端末11)ごとに固有のものである。そして、ステップS173において、管理サーバ12は、発行したユーザIDをアプリ21の管理サーバ対応処理部32に送信する。   If it is determined in step S171 that the user ID has been transmitted, the process ends. On the other hand, if it is determined in step S171 that the user ID has not been transmitted, the process proceeds to step S172, and the management server 12 issues (generates) a user ID, for example, by generating a predetermined random number. The user ID generated here is unique for each user (the mobile terminal 11). In step S 173, the management server 12 transmits the issued user ID to the management server corresponding processing unit 32 of the application 21.

アプリ21の管理サーバ対応処理部32は、ステップS163において、管理サーバ12から送信されてきたユーザIDを取得して、テキストファイルに、取得したユーザIDを書き込んで携帯端末11内の所定の保存領域に格納する。   In step S163, the management server corresponding processing unit 32 of the application 21 acquires the user ID transmitted from the management server 12, writes the acquired user ID in a text file, and stores the predetermined storage area in the mobile terminal 11 To store.

ステップS163の処理後、または、ステップS161で、ユーザIDが携帯端末11内の所定の保存領域にテキストファイルとして格納されていると判定された場合、アプリ21の管理サーバ対応処理部32は、ステップS164において、テキストファイルとして格納されているユーザIDを取得し、処理を終了する。   After the process of step S163 or when it is determined in step S161 that the user ID is stored as a text file in a predetermined storage area in the mobile terminal 11, the management server corresponding processing unit 32 of the application 21 In S164, the user ID stored as a text file is acquired, and the process ends.

以上の処理を実行することで、携帯端末11に割り当てられている固有識別情報を利用することができない場合であっても、携帯端末11(のユーザ)を一意に識別するユーザIDを作成し、それ以降、アプリIDおよびページIDとともに、管理サーバ12への送信に使用することができる。   By executing the above processing, even if the unique identification information assigned to the mobile terminal 11 cannot be used, a user ID that uniquely identifies the mobile terminal 11 (user) is created, Thereafter, it can be used for transmission to the management server 12 together with the application ID and page ID.

なお、図14の処理は、携帯端末11の機種等により、携帯端末11が、その携帯端末11に割り当てられている固有識別情報を利用することができないことが既知である場合には、アプリ21の管理サーバ対応処理部32に、必ず実行するようにさせることができる。   The process in FIG. 14 is performed when the mobile terminal 11 is known to be unable to use the unique identification information assigned to the mobile terminal 11 due to the model of the mobile terminal 11 or the like. The management server corresponding processing unit 32 can always be executed.

また、携帯端末11が、その携帯端末11に割り当てられている固有識別情報を利用することができるか否かが不明な場合は、携帯端末11の固有識別情報の取得を試行し、取得できなかった場合に、実行することができる。   Further, when it is unclear whether or not the mobile terminal 11 can use the unique identification information assigned to the mobile terminal 11, the mobile terminal 11 tries to acquire the unique identification information of the mobile terminal 11, and cannot be obtained. Can be executed.

[携帯販売店舗アフェリエイト処理の具体例]
携帯端末11の販売店舗では、携帯端末11を販売する場合に、購入者が携帯端末11の購入と同時に、所定のオプションサービスに加入した場合に、購入金額を割引するサービスなどが一般に知られている。このサービスは、携帯端末11の購入ユーザが所定のオプションサービスに加入することで、オプションサービス提供業者から報酬が支払われる仕組みを利用したものである。
[Specific examples of mobile retail store affiliate processing]
In the store where the mobile terminal 11 is sold, when the mobile terminal 11 is sold, a service for discounting the purchase amount when the purchaser subscribes to a predetermined optional service at the same time as the purchase of the mobile terminal 11 is generally known. Yes. This service uses a mechanism in which a reward is paid from an option service provider when a purchase user of the mobile terminal 11 subscribes to a predetermined option service.

そこで、携帯端末11の販売店舗において、購入者が携帯端末11を購入する際に、所定のアプリ21のインストールをユーザに勧め、広告主のアプリ21をダウンロードした場合に、ダウンロードされたアプリ21の広告主から、販売店舗に対し、報酬が支払われるアプリ紹介サービス(アフェリエイト)が考えられる。   Therefore, when the purchaser purchases the mobile terminal 11 at the store where the mobile terminal 11 is sold, the user is recommended to install the predetermined application 21 and the downloaded application 21 is downloaded when the advertiser application 21 is downloaded. An application introduction service (affiliate) in which a reward is paid from an advertiser to a sales store can be considered.

そのようなアプリ紹介サービスを行う場合の、情報処理システム1による携帯販売店舗アフェリエイト処理について、図15乃至図17を参照して説明する。   Mobile retail store affiliate processing by the information processing system 1 when such an application introduction service is performed will be described with reference to FIGS. 15 to 17.

図15は、携帯端末11の販売店舗において、アプリ紹介サービス対象の広告主のアプリ21を、携帯端末11にインストールするまでの処理を示している。この処理では、携帯端末11の販売店舗において、ユーザが購入した携帯端末11に、アプリ紹介(アプリ導入)を行うためのアプリ21(以下、アプリ紹介アプリ21Cという。)が用いられる。   FIG. 15 shows processing until the app 21 of the advertiser that is the application introduction service is installed in the mobile terminal 11 at the store where the mobile terminal 11 is sold. In this process, an application 21 (hereinafter referred to as an application introduction application 21C) for introducing an application (app introduction) is used for the mobile terminal 11 purchased by the user at a store where the mobile terminal 11 is sold.

初めに、ステップS220において、携帯端末11の販売店舗において、ユーザが購入した携帯端末11に、アプリ紹介アプリ21Cがインストールされる。アプリ紹介アプリ21Cは、マーケットから取得してインストールさせたり、または、携帯端末11をUSB接続によりパーソナルコンピュータと接続して、パーソナルコンピュータからインストールさせることができる。   First, in step S220, the application introduction application 21C is installed in the mobile terminal 11 purchased by the user at the store where the mobile terminal 11 is sold. The application introduction application 21C can be acquired from the market and installed, or can be installed from a personal computer by connecting the mobile terminal 11 to a personal computer via a USB connection.

アプリ紹介アプリ21Cがユーザ(販売員)の操作により起動が指示されると、ステップS221において、アプリ紹介アプリ21Cのメイン機能処理部31(以下、メイン機能処理部31Cという。)は、起動処理を実行し、起動画面を表示する。そして、ステップS222において、メイン機能処理部31Cは、アプリ紹介アプリ21CのアプリIDおよび起動画面に対応するページIDを、アプリ紹介アプリ21Cの管理サーバ対応処理部32(以下、管理サーバ対応処理部32Cという。)に供給する。   When activation of the application introduction application 21C is instructed by a user (salesperson) operation, in step S221, the main function processing unit 31 (hereinafter referred to as main function processing unit 31C) of the application introduction application 21C performs activation processing. Execute and display the startup screen. In step S222, the main function processing unit 31C obtains the application ID of the application introduction application 21C and the page ID corresponding to the activation screen, and the management server corresponding processing unit 32 of the application introduction application 21C (hereinafter, management server corresponding processing unit 32C). ).

ステップS231において、管理サーバ対応処理部32Cは、携帯端末11のユーザを一意に識別するユーザIDを取得し、ステップS232において、店舗を一意に識別する店舗識別情報を取得する。店舗識別情報の取得は、例えば、図16に示されるような入力画面を表示して、店舗識別情報としてのパスワードを入力させることで行うことができる。店舗識別情報は、キー操作により入力するものでもよいし、例えば、携帯端末11に2次元コードを読み込ませることにより、取得してもよい。   In step S231, the management server corresponding processing unit 32C acquires a user ID for uniquely identifying the user of the mobile terminal 11, and in step S232, acquires management information for uniquely identifying the store. Acquisition of store identification information can be performed by, for example, displaying an input screen as shown in FIG. 16 and inputting a password as store identification information. The store identification information may be input by a key operation, or may be acquired, for example, by causing the mobile terminal 11 to read a two-dimensional code.

そして、ステップS233において、管理サーバ対応処理部32Cは、取得した店舗識別情報を、アプリID、ページID、およびユーザIDとともに、パラメータとして、管理サーバ12に送信する。   In step S233, the management server corresponding processing unit 32C transmits the acquired store identification information to the management server 12 as a parameter together with the application ID, the page ID, and the user ID.

管理サーバ12は、ステップS241において、アプリ紹介アプリ21Cの管理サーバ対応処理部32Cから送信されてきた、アプリID、ページID、ユーザID、および店舗識別情報を受信し、店舗を認証する。具体的には、管理サーバ12は、受信した店舗識別情報を、内部に記憶されている店舗識別情報と店舗IDとを対応づけた店舗認証テーブルと比較して、受信した店舗識別情報が店舗認証テーブルに存在するか否かにより、店舗を認証する。   In step S241, the management server 12 receives the application ID, page ID, user ID, and store identification information transmitted from the management server corresponding processing unit 32C of the application introduction application 21C, and authenticates the store. Specifically, the management server 12 compares the received store identification information with a store authentication table in which store identification information stored in the store is associated with the store ID, and the received store identification information is stored in the store authentication information. The store is authenticated depending on whether it exists in the table.

店舗が認証されると、管理サーバ12は、ステップS242において、店舗の承認通知を、アプリ紹介アプリ21Cの管理サーバ対応処理部32Cに送信する。   When the store is authenticated, the management server 12 transmits a store approval notification to the management server corresponding processing unit 32C of the application introduction application 21C in step S242.

管理サーバ対応処理部32Cは、ステップS234において、店舗が承認されたことを示す店舗承認情報を、メイン機能処理部31Cに供給する。   In step S234, the management server corresponding processing unit 32C supplies store approval information indicating that the store is approved to the main function processing unit 31C.

メイン機能処理部31Cは、ステップS223において、図9に示したような広告主アプリ21Bのインストールページ、即ち、広告主アプリ21Bのダウンロードが可能なマーケットのページを表示する。なお、広告主アプリ21が予め決定されている場合には、メイン機能処理部31Cが広告主アプリ21Bを保有し、その広告主アプリ21Bを直接インストールしてもよい。広告主アプリ21が予め決定されておらず、例えば、複数のアプリ21の候補のなかから、ユーザがダウンロードするアプリ21を選択できる場合などには、マーケットのページを表示するようにした方が便利である。   In step S223, the main function processing unit 31C displays an installation page of the advertiser application 21B as shown in FIG. 9, that is, a market page where the advertiser application 21B can be downloaded. When the advertiser application 21 is determined in advance, the main function processing unit 31C may have the advertiser application 21B and directly install the advertiser application 21B. When the advertiser application 21 is not determined in advance and, for example, the user can select the application 21 to be downloaded from a plurality of candidates for the application 21, it is more convenient to display the market page. It is.

メイン機能処理部31Cは、ステップS224において、インストールページにおいて、ダウンロード対象として、所定のアプリ21(広告主アプリ21B)が選択されたことを検出する。そして、ステップS225において、メイン機能処理部31Cは、アプリ紹介アプリ21CのアプリIDと、選択された広告主アプリ21Bを示すページIDを管理サーバ対応処理部32Cに供給する。   In step S224, the main function processing unit 31C detects that a predetermined application 21 (advertiser application 21B) is selected as a download target on the installation page. In step S225, the main function processing unit 31C supplies the application ID of the application introduction application 21C and the page ID indicating the selected advertiser application 21B to the management server corresponding processing unit 32C.

管理サーバ対応処理部32Cは、ステップS235において、メイン機能処理部31Cからの、アプリ紹介アプリ21CのアプリID、および、選択された広告主アプリ21Bを示すページIDを、ユーザIDおよび店舗識別情報とともに、管理サーバ12に送信する。   In step S235, the management server corresponding processing unit 32C displays the application ID of the application introduction application 21C and the page ID indicating the selected advertiser application 21B from the main function processing unit 31C together with the user ID and the store identification information. To the management server 12.

管理サーバ12は、ステップS243において、管理サーバ対応処理部32CからのアプリID,ページID、ユーザID、および店舗識別情報を受信する。そして、管理サーバ12は、受信したユーザID、アプリID、およびページIDに基づいて、広告主アプリ21Bの広告詳細情報を提示する広告詳細情報提示処理を決定する。次に、ステップS244において、管理サーバ12は、決定した広告詳細情報提示処理として、広告主アプリ21Bの広告詳細情報提示を、効果測定サーバ14に要求する。   In step S243, the management server 12 receives the application ID, page ID, user ID, and store identification information from the management server corresponding processing unit 32C. Then, the management server 12 determines the advertisement detailed information presentation process for presenting the advertisement detailed information of the advertiser application 21B based on the received user ID, application ID, and page ID. Next, in step S244, the management server 12 requests the effect measurement server 14 to present the detailed advertisement information of the advertiser application 21B as the determined detailed advertisement information presentation process.

広告主アプリ21Bの広告詳細情報提示の要求を受信した効果測定サーバ14は、ステップS251において、広告主アプリ21Bのインストールページ、具体的には、広告主アプリ21Bのダウンロードが可能なマーケットのページを表示させる要求を、携帯端末11に送信する。   In step S251, the effect measurement server 14 that has received the request for the advertisement detailed information presentation of the advertiser application 21B displays an installation page of the advertiser application 21B, specifically, a market page where the advertiser application 21B can be downloaded. A request to be displayed is transmitted to the mobile terminal 11.

携帯端末11は、ステップS201において、効果測定サーバ14から送信されてきた広告主アプリ21Bのインストールページを表示し、ステップS202において、広告主アプリ21Bのインストール処理を実行して、処理を終了する。   The portable terminal 11 displays the installation page of the advertiser application 21B transmitted from the effect measurement server 14 in step S201, executes the installation process of the advertiser application 21B in step S202, and ends the process.

次に、図17のフローチャートを参照して、広告主アプリ21Bのインストールの成果を効果測定サーバ14に通知する処理について説明する。   Next, processing for notifying the effect measurement server 14 of the result of installation of the advertiser application 21B will be described with reference to the flowchart of FIG.

初めに、ユーザの操作により広告主アプリ21Bの起動が指示されると、ステップS271において、広告主アプリ21Bのメイン機能処理部31Bは、起動処理を実行し、起動画面を表示する。そして、ステップS272において、メイン機能処理部31Bは、広告主アプリ21BのアプリIDおよび起動画面に対応するページIDを、広告主アプリ21Bの管理サーバ対応処理部32Bに供給する。   First, when activation of the advertiser application 21B is instructed by a user operation, in step S271, the main function processing unit 31B of the advertiser application 21B executes activation processing and displays an activation screen. In step S272, the main function processing unit 31B supplies the application ID of the advertiser application 21B and the page ID corresponding to the startup screen to the management server corresponding processing unit 32B of the advertiser application 21B.

ステップS273において、管理サーバ対応処理部32Bは、携帯端末11のユーザを一意に識別するユーザIDを取得し、ステップS274において、アプリID、ページID、およびユーザIDを管理サーバ12に送信する。   In step S273, the management server corresponding processing unit 32B acquires a user ID that uniquely identifies the user of the mobile terminal 11, and transmits the application ID, page ID, and user ID to the management server 12 in step S274.

管理サーバ12は、ステップS275において、広告主アプリ21BのアプリID、起動画面に対応するページID、およびユーザIDを受信すると、処理対応テーブルに基づいて、インストール測定処理を決定する。即ち、管理サーバ12は、広告主アプリ21BのアプリID、起動画面に対応するページID、およびユーザIDを効果測定サーバ14に送信することを決定する。   In step S275, when the management server 12 receives the application ID of the advertiser application 21B, the page ID corresponding to the startup screen, and the user ID, the management server 12 determines the installation measurement process based on the processing correspondence table. That is, the management server 12 determines to transmit the application ID of the advertiser application 21B, the page ID corresponding to the startup screen, and the user ID to the effect measurement server 14.

そして、ステップS276において、管理サーバ12は、広告主アプリ21BのアプリID、起動画面に対応するページID、およびユーザIDを、効果測定サーバ14に送信する。   In step S276, the management server 12 transmits the application ID of the advertiser application 21B, the page ID corresponding to the startup screen, and the user ID to the effect measurement server 14.

図17を参照して説明した処理によれば、アプリ紹介アプリ21Cの管理サーバ対応処理部32CがアプリID、ページID、およびユーザIDを送信することで、管理サーバ12は、アプリID、ページID、およびユーザIDに基づいて、行うべき処理としてインストール測定処理を決定し、広告主アプリ21Bがインストールされたことを示す情報を、効果測定サーバ14に通知することができる。これにより、効果測定サーバ14は、携帯端末11を販売した店舗による効果を測定することができる。   According to the processing described with reference to FIG. 17, the management server corresponding processing unit 32C of the application introduction application 21C transmits the application ID, the page ID, and the user ID, so that the management server 12 has the application ID, the page ID. Based on the user ID, an installation measurement process is determined as a process to be performed, and information indicating that the advertiser application 21B has been installed can be notified to the effect measurement server 14. Thereby, the effect measurement server 14 can measure the effect of the store where the mobile terminal 11 is sold.

[管理サーバ12の機能ブロック図]
以上、説明した情報処理システム1の管理サーバ12を、機能的にみた場合の構成例は、図18に示すようになる。即ち、図18は、管理サーバ12の機能構成ブロック図を示している。
[Functional Block Diagram of Management Server 12]
A configuration example when the management server 12 of the information processing system 1 described above is functionally viewed is as shown in FIG. That is, FIG. 18 shows a functional configuration block diagram of the management server 12.

管理サーバ12は、通信部101、処理判定部102、テーブル記憶部103、アプリケーション記憶部104、および操作入力部105を少なくとも有する。テーブル記憶部103には、処理対応テーブル111、アプリバージョン管理テーブル112、および店舗認証テーブル113が記憶されている。   The management server 12 includes at least a communication unit 101, a process determination unit 102, a table storage unit 103, an application storage unit 104, and an operation input unit 105. The table storage unit 103 stores a processing correspondence table 111, an application version management table 112, and a store authentication table 113.

通信部101は、移動体通信網、インターネット、ローカルエリアネットワーク、デジタル衛星放送といった、有線または無線の伝送媒体を介して、携帯端末11、広告配信サーバ13、効果測定サーバ14、およびアクセス解析サーバ15と、データの授受を行う。   The communication unit 101 includes a mobile terminal 11, an advertisement distribution server 13, an effect measurement server 14, and an access analysis server 15 via a wired or wireless transmission medium such as a mobile communication network, the Internet, a local area network, and digital satellite broadcasting. And exchange data.

処理判定部102は、携帯端末11のアプリ21の管理サーバ対応処理部32から、通信部101を介して、ユーザの操作に応じたアプリ21の状態に対応するアプリID、ページID、およびユーザIDを少なくとも取得する。そして、管理サーバ12は、取得したアプリID、ページID、およびユーザIDに基づいて、テーブル記憶部103に記憶されている処理対応テーブル111を参照し、そのIDの組み合わせのときに行うべき処理と、データの送信先を決定する。   The process determination unit 102 receives an application ID, a page ID, and a user ID corresponding to the state of the application 21 according to the user operation from the management server corresponding processing unit 32 of the application 21 of the mobile terminal 11 via the communication unit 101. Get at least. Then, the management server 12 refers to the process correspondence table 111 stored in the table storage unit 103 based on the acquired application ID, page ID, and user ID, and the process to be performed when the ID is combined. Determine the destination of the data.

処理判定部102は、取得したアプリID、ページID、およびユーザIDに基づいて決定した処理を実行し、その処理結果を、携帯端末11のアプリ21の管理サーバ対応処理部32に、通信部101を介して返信する。また、処理判定部102は、取得したアプリID、ページID、およびユーザIDに基づいて決定した処理に応じて、広告配信サーバ13、効果測定サーバ14、およびアクセス解析サーバ15の少なくとも1つと、通信部101を介してデータの授受を行う。   The process determination unit 102 executes the process determined based on the acquired application ID, page ID, and user ID, and sends the processing result to the management server corresponding processing unit 32 of the application 21 of the mobile terminal 11. Reply via In addition, the process determination unit 102 communicates with at least one of the advertisement distribution server 13, the effect measurement server 14, and the access analysis server 15 according to the process determined based on the acquired application ID, page ID, and user ID. Data is exchanged via the unit 101.

テーブル記憶部103の処理対応テーブル111には、図6に示したような、アプリID、ページID、およびユーザIDと、そのIDの組み合わせのときに行うべき処理とが対応付けて記憶されている。   The processing correspondence table 111 of the table storage unit 103 stores an application ID, a page ID, and a user ID as shown in FIG. 6 in association with the processing to be performed when the ID is combined. .

アプリバージョン管理テーブル112には、アプリ21の最新のバージョン情報が、アプリ21ごとに記憶されている。   In the application version management table 112, the latest version information of the application 21 is stored for each application 21.

店舗認証テーブル113には、携帯端末11の各販売店舗の店舗識別情報(パスワード)と店舗IDとが対応付けて記憶されている。   In the store authentication table 113, store identification information (password) and store ID of each sales store of the mobile terminal 11 are stored in association with each other.

アプリケーション記憶部104は、アプリバージョン管理テーブル112に記憶されているバージョン情報に対応する、最新バージョンの各アプリ21(のデータ)が記憶されている。なお、最新バージョンの各アプリ21(のデータ)のダウンロード・インストールは、外部のアプリ提供サーバから行わせるようにすることができる。この場合、管理サーバ12の処理判定部102が、外部のアプリ提供サーバに所定の携帯端末11への各アプリ21(のデータ)のダウンロード・インストールを要求する。各アプリ21のダウンロード・インストールを外部のアプリ提供サーバから行わせる場合、アプリケーション記憶部104は省略される。   The application storage unit 104 stores the latest version of each application 21 (data) corresponding to the version information stored in the application version management table 112. Note that the latest version of each application 21 (data) can be downloaded and installed from an external application providing server. In this case, the process determination unit 102 of the management server 12 requests an external application providing server to download / install each application 21 (data thereof) to a predetermined mobile terminal 11. When downloading / installing each application 21 from an external application providing server, the application storage unit 104 is omitted.

操作入力部105は、例えば、キーボード、マウスなどより構成され、ユーザ(サーバ管理者)の操作を受け付ける。ユーザは、例えば、操作入力部105を操作することにより、テーブル記憶部103の処理対応テーブル111を更新したり、最新バージョンのアプリを、アプリケーション記憶部104に保存させたりする。   The operation input unit 105 includes, for example, a keyboard and a mouse, and accepts an operation of a user (server administrator). For example, the user operates the operation input unit 105 to update the processing correspondence table 111 of the table storage unit 103 or to store the latest version of the application in the application storage unit 104.

以上のように構成される管理サーバ12により、携帯端末11内にインストールされるアプリ21は、管理サーバ12とやりとりするだけで、広告配信、効果測定、アクセス解析などの様々な処理に対応可能となる。   With the management server 12 configured as described above, the application 21 installed in the mobile terminal 11 can handle various processes such as advertisement distribution, effect measurement, and access analysis by simply interacting with the management server 12. Become.

即ち、従来、携帯端末11内にインストールされるアプリケーションプログラムが、広告配信、効果測定、アクセス解析などの様々な処理に対応するためには、利用するサービス(アクセス解析、アフェリエイトサービス)、立場(媒体、広告主)等に応じて、対応するサーバ用の異なるプログラムを組み込む必要があった。   In other words, in order for an application program installed in the mobile terminal 11 to support various processes such as advertisement distribution, effect measurement, and access analysis, services to be used (access analysis, affiliate service), standpoint (medium) , Advertisers) etc., it was necessary to incorporate different programs for the corresponding server.

しかし、本発明の管理サーバ12は広告配信、効果測定、アクセス解析などの様々な機能を一元管理するので、アプリ21には、管理サーバ12に対応する1つのプログラム(管理サーバ対応処理部32)のみ組み込まれていればよい。従って、広告配信サーバ、効果測定サーバ、アクセス解析サーバなどの各種のサービスサーバに接続するアプリケーションプログラムを簡単に作成することができる。   However, since the management server 12 of the present invention centrally manages various functions such as advertisement distribution, effect measurement, and access analysis, the application 21 has one program corresponding to the management server 12 (management server correspondence processing unit 32). Only need to be incorporated. Accordingly, application programs that connect to various service servers such as an advertisement distribution server, an effect measurement server, and an access analysis server can be easily created.

また、アプリ21の状態(所定のアクション)に対して、行わせる処理(サービス機能)に変更が生じた場合には、テーブル記憶部103の処理対応テーブル111の、アプリID、ページID、およびユーザIDの組み合わせと、そのときに行うべき処理のいずれかを変更するだけでよい。このとき、アプリ21のプログラム(ソース)には変更が生じないので、仮に、マーケットに出すためにアプリ21の審査が必要な場合であっても、再度の審査は不要になる。   Further, when the processing (service function) to be performed is changed with respect to the state of the application 21 (predetermined action), the application ID, page ID, and user of the processing correspondence table 111 of the table storage unit 103 are changed. It is only necessary to change either the combination of IDs or the processing to be performed at that time. At this time, since the program (source) of the application 21 does not change, even if it is necessary to examine the application 21 in order to put it on the market, re-examination is unnecessary.

なお、テーブル記憶部103の処理対応テーブル111の変更は、管理サーバ12の操作入力部105において操作することにより可能であるが、処理対応テーブル111をWEBサイト上で閲覧および変更可能として、例えば、アプリ21の開発者が、他のパーソナルコンピュータ等から、リモート操作により変更可能としてもよい。   The processing correspondence table 111 of the table storage unit 103 can be changed by operating the operation input unit 105 of the management server 12. However, the processing correspondence table 111 can be viewed and changed on the website, for example, The developer of the application 21 may be changeable by remote operation from another personal computer or the like.

本発明の管理サーバ12が接続(連携)可能な、広告配信サーバ、効果測定サーバ、アクセス解析サーバなど各種のサービスサーバそれぞれは、必ずしも同一のサービス提供業者が運営するものである必要はなく、また、管理サーバ12と同一のサービス提供業者である必要もない。従って、例えば、管理サーバ12は、異なる複数のサービス提供業者によるサービスサーバと接続でき、同種のサービスサーバ(例えば、アクセス解析サーバ)が複数のサービス提供業者により複数あってもよい。   Each of the various service servers such as an advertisement distribution server, an effect measurement server, and an access analysis server to which the management server 12 of the present invention can be connected (linked) does not necessarily have to be operated by the same service provider. It is not necessary to be the same service provider as the management server 12. Therefore, for example, the management server 12 can be connected to service servers by a plurality of different service providers, and a plurality of service servers (for example, access analysis servers) of the same type may be provided by a plurality of service providers.

本明細書において、フローチャートに記述されたステップは、記載された順序に沿って時系列的に行われる場合はもちろん、必ずしも時系列的に処理されなくとも、並列に、あるいは呼び出しが行われたとき等の必要なタイミングで実行されてもよい。   In this specification, the steps described in the flowchart are not necessarily processed in chronological order, but are performed in parallel or when they are called in chronological order according to the described order. It may be executed at a necessary timing.

また、本明細書において、システムとは、複数の装置により構成される装置全体を表すものである。   Further, in this specification, the system represents the entire apparatus constituted by a plurality of apparatuses.

本発明の実施の形態は、上述した実施の形態に限定されるものではなく、本発明の要旨を逸脱しない範囲において種々の変更が可能である。   The embodiments of the present invention are not limited to the above-described embodiments, and various modifications can be made without departing from the scope of the present invention.

1 情報処理システム
11 携帯端末
12 管理サーバ
13 広告配信サーバ
14 効果測定サーバ
15 アクセス解析サーバ
21 アプリケーションプログラム
31 メイン機能処理部
32 管理サーバ対応処理部
101 通信部
102 処理判定部
103 テーブル記憶部
111 処理対応テーブル
112 アプリバージョン管理テーブル
113 店舗認証テーブル
DESCRIPTION OF SYMBOLS 1 Information processing system 11 Portable terminal 12 Management server 13 Advertisement delivery server 14 Effect measurement server 15 Access analysis server 21 Application program 31 Main function processing part 32 Management server corresponding processing part 101 Communication part 102 Processing determination part 103 Table storage part 111 Processing support Table 112 Application version management table 113 Store authentication table

Claims (9)

アプリケーションをダウンロードして実行可能な1以上の携帯端末、および、所定のサービスを提供する2以上のサービスサーバと通信を行う情報処理装置であって、
前記携帯端末上で実行されている前記アプリケーションの現在の実行状態に対応するパラメータとして、前記携帯端末を識別する端末識別情報、前記アプリケーションを識別するアプリ識別情報、及び、前記アプリケーションの現在の状態を示す状態識別情報を、前記携帯端末から受信する通信部と、
前記パラメータに対して、行うべき処理が対応づけて記憶されている処理対応テーブルと、
前記処理対応テーブルを参照して、受信した前記パラメータに基づいて、前記行うべき処理を決定する処理判定部と
を備え、
前記処理判定部において、受信した前記パラメータに基づいて決定された処理が、前記アプリケーションの画面に、前記携帯端末にインストールさせたい新アプリケーションの広告を表示させる広告配信処理である場合、
前記通信部は、前記サービスサーバとしての広告配信サーバに、前記新アプリケーションの広告データを要求して取得して前記携帯端末に送信し、
前記処理判定部において、受信した前記新アプリケーションの前記パラメータに基づいて決定された処理が、前記新アプリケーションが前記携帯端末にインストールされたことを示す処理である場合、
前記通信部は、前記サービスサーバとしての効果測定サーバに、前記新アプリケーションが前記携帯端末にインストールされたことを示す情報を送信する
情報処理装置。
An information processing apparatus that communicates with one or more portable terminals that can download and execute an application and two or more service servers that provide a predetermined service,
As parameters corresponding to the current execution state of the application being executed on the portable terminal, terminal identification information for identifying the portable terminal, application identification information for identifying the application, and the current state of the application A communication unit for receiving state identification information indicating from the mobile terminal;
A process correspondence table in which processes to be performed are stored in association with the parameters;
A process determining unit that refers to the process correspondence table and determines the process to be performed based on the received parameter;
In the process determination unit, when the process determined based on the received parameter is an advertisement distribution process for displaying an advertisement of a new application to be installed on the mobile terminal on the screen of the application,
The communication unit requests and acquires the advertisement data of the new application from the advertisement distribution server as the service server, and transmits it to the mobile terminal.
In the process determination unit, when the process determined based on the received parameter of the new application is a process indicating that the new application is installed in the mobile terminal,
The communication unit transmits information indicating that the new application is installed in the mobile terminal to an effect measurement server as the service server.
前記処理判定部は、前記パラメータの少なくとも一つとして、前記新アプリケーションが起動されたことを示す前記状態識別情報が受信された場合に、前記新アプリケーションが前記携帯端末にインストールされたことを示す処理であると判定する
請求項1に記載の情報処理装置。
The process determination unit is a process indicating that the new application is installed in the mobile terminal when the state identification information indicating that the new application is activated is received as at least one of the parameters. The information processing apparatus according to claim 1.
前記通信部が、前記端末識別情報を含まずに、前記アプリ識別情報および前記状態識別情報を受信した場合、
前記処理判定部は、前記携帯端末で用いられる前記端末識別情報を生成し、
前記通信部は、生成された前記端末識別情報を、前記携帯端末に送信する
請求項1に記載の情報処理装置。
When the communication unit receives the application identification information and the state identification information without including the terminal identification information,
The process determination unit generates the terminal identification information used in the mobile terminal,
The information processing apparatus according to claim 1, wherein the communication unit transmits the generated terminal identification information to the mobile terminal.
受信した前記端末識別情報、前記アプリ識別情報、および前記状態識別情報に基づいて決定された処理が、前記携帯端末に所定のメッセージ画面を表示させる処理である場合、
前記通信部は、前記所定のメッセージ画面の表示指令を、前記携帯端末に送信する
請求項1に記載の情報処理装置。
When the process determined based on the received terminal identification information, the application identification information, and the state identification information is a process of displaying a predetermined message screen on the mobile terminal,
The information processing apparatus according to claim 1, wherein the communication unit transmits a display command for the predetermined message screen to the mobile terminal.
前記所定のメッセージ画面は、最新のバージョンの前記アプリケーションへの更新を勧める画面である
請求項4に記載の情報処理装置。
The information processing apparatus according to claim 4, wherein the predetermined message screen is a screen that recommends an update to the latest version of the application.
前記通信部は、前記端末識別情報、前記アプリ識別情報、および前記状態識別情報に加えて、前記携帯端末の販売店舗を識別する店舗識別情報も、前記パラメータとして前記携帯端末から受信し、
前記処理判定部は、前記店舗識別情報に基づいて前記販売店舗を認証し、
前記通信部は、前記店舗識別情報に基づく前記販売店舗の認証結果を前記携帯端末に送信し、また、前記携帯端末から、前記パラメータとして所定のアプリケーションが選択されたことを受信し、
前記処理判定部は、選択された前記アプリケーションの詳細情報を提示する詳細情報提示処理を決定し、
前記通信部は、選択された前記アプリケーションの詳細情報を提示する詳細情報提供サーバに、選択された前記アプリケーションの詳細情報の提示を要求する
請求項1に記載の情報処理装置。
In addition to the terminal identification information, the application identification information, and the state identification information, the communication unit also receives store identification information for identifying a store selling the portable terminal as the parameter from the portable terminal,
The process determination unit authenticates the sales store based on the store identification information,
The communication unit transmits an authentication result of the sales store based on the store identification information to the mobile terminal, and receives from the mobile terminal that a predetermined application is selected as the parameter,
The process determination unit determines a detailed information presentation process for presenting detailed information of the selected application,
The information processing apparatus according to claim 1, wherein the communication unit requests a detailed information providing server that presents detailed information on the selected application to present detailed information on the selected application.
アプリケーションをダウンロードして実行可能な1以上の携帯端末、および、所定のサービスを提供する2以上のサービスサーバと通信を行う情報処理装置の情報処理方法であって、
通信部が、前記携帯端末上で実行されている前記アプリケーションの現在の実行状態に対応するパラメータとして、前記携帯端末を識別する端末識別情報、前記アプリケーションを識別するアプリ識別情報、及び、前記アプリケーションの現在の状態を示す状態識別情報を、前記携帯端末から受信し、
処理判定部が、前記パラメータに対して行うべき処理が対応づけて記憶されている処理対応テーブルを参照して、受信した前記パラメータに基づいて、前記行うべき処理を決定し、
前記処理判定部において、受信した前記パラメータに基づいて決定された処理が、前記アプリケーションの画面に、前記携帯端末にインストールさせたい新アプリケーションの広告を表示させる広告配信処理である場合、
前記通信部が、前記サービスサーバとしての広告配信サーバに、前記新アプリケーションの広告データを要求して取得して前記携帯端末に送信し、
前記処理判定部において、受信した前記新アプリケーションの前記パラメータに基づいて決定された処理が、前記新アプリケーションが前記携帯端末にインストールされたことを示す処理である場合、
前記通信部が、前記サービスサーバとしての効果測定サーバに、前記新アプリケーションが前記携帯端末にインストールされたことを示す情報を送信する
ステップを含む情報処理方法。
An information processing method of an information processing apparatus that communicates with one or more portable terminals that can download and execute an application and two or more service servers that provide a predetermined service,
As a parameter corresponding to the current execution state of the application being executed on the portable terminal, the communication unit is configured to identify terminal identification information for identifying the portable terminal, application identification information for identifying the application, and the application Receiving state identification information indicating the current state from the mobile terminal;
The process determining unit refers to a process correspondence table in which processes to be performed with respect to the parameters are stored in association with each other, determines the process to be performed based on the received parameters,
In the process determination unit, when the process determined based on the received parameter is an advertisement distribution process for displaying an advertisement of a new application to be installed on the mobile terminal on the screen of the application,
The communication unit requests and acquires the advertisement data of the new application from the advertisement distribution server as the service server, and transmits it to the mobile terminal.
In the process determination unit, when the process determined based on the received parameter of the new application is a process indicating that the new application is installed in the mobile terminal,
An information processing method including a step in which the communication unit transmits information indicating that the new application is installed in the mobile terminal to an effect measurement server as the service server.
アプリケーションをダウンロードして実行可能な1以上の携帯端末、および、所定のサービスを提供する2以上のサービスサーバと通信を行う情報処理装置のコンピュータ
前記携帯端末上で実行されている前記アプリケーションの現在の実行状態に対応するパラメータとして、前記携帯端末を識別する端末識別情報、前記アプリケーションを識別するアプリ識別情報、及び、前記アプリケーションの現在の状態を示す状態識別情報を、前記携帯端末から受信する制御を行う通信制御部と
前記パラメータに対して行うべき処理が対応づけて記憶されている処理対応テーブルを参照して、受信した前記パラメータに基づいて、前記行うべき処理を決定する処理判定部として機能させ
前記処理判定部において、受信した前記パラメータに基づいて決定された処理が、前記アプリケーションの画面に、前記携帯端末にインストールさせたい新アプリケーションの広告を表示させる広告配信処理である場合、
前記通信制御部が、前記サービスサーバとしての広告配信サーバに、前記新アプリケーションの広告データを要求して取得して前記携帯端末に送信する制御を行い
前記処理判定部において、受信した前記新アプリケーションの前記パラメータに基づいて決定された処理が、前記新アプリケーションが前記携帯端末にインストールされたことを示す処理である場合、
前記通信制御部が、前記サービスサーバとしての効果測定サーバに、前記新アプリケーションが前記携帯端末にインストールされたことを示す情報を送信する制御を行う
プログラム
A computer of an information processing apparatus that communicates with one or more portable terminals that can download and execute an application and two or more service servers that provide a predetermined service;
As parameters corresponding to the current execution state of the application being executed on the portable terminal, terminal identification information for identifying the portable terminal, application identification information for identifying the application, and the current state of the application A communication control unit that performs control to receive the state identification information shown from the mobile terminal;
With reference to a process correspondence table in which processes to be performed with respect to the parameters are stored in association with each other , function as a process determination unit that determines the processes to be performed based on the received parameters,
In the process determination unit, when the process determined based on the received parameter is an advertisement distribution process for displaying an advertisement of a new application to be installed on the mobile terminal on the screen of the application,
The communication control unit performs control to request and acquire the advertisement data of the new application from the advertisement distribution server as the service server and transmit it to the mobile terminal,
In the process determination unit, when the process determined based on the received parameter of the new application is a process indicating that the new application is installed in the mobile terminal,
The communication control unit performs control to transmit information indicating that the new application is installed in the portable terminal to the effect measurement server as the service server.
Program .
アプリケーションをダウンロードして実行可能な携帯端末と、所定のサービスを提供する2以上のサービスサーバと接続する情報処理装置とからなる情報処理システムであって、
前記情報処理装置は、
前記携帯端末上で実行されている前記アプリケーションの現在の実行状態に対応するパラメータとして、前記携帯端末を識別する端末識別情報、前記アプリケーションを識別するアプリ識別情報、及び、前記アプリケーションの現在の状態を示す状態識別情報を、前記携帯端末から受信する通信部と、
前記パラメータに対して、行うべき処理が対応づけて記憶されている処理対応テーブルと、
前記処理対応テーブルを参照して、受信した前記パラメータに基づいて、前記行うべき処理を決定する処理判定部と
を備え、
前記処理判定部において、受信した前記パラメータに基づいて決定された処理が、前記アプリケーションの画面に、前記携帯端末にインストールさせたい新アプリケーションの広告を表示させる広告配信処理である場合、
前記通信部は、前記サービスサーバとしての広告配信サーバに、前記新アプリケーションの広告データを要求して取得して前記携帯端末に送信し、
前記処理判定部において、受信した前記新アプリケーションの前記パラメータに基づいて決定された処理が、前記新アプリケーションが前記携帯端末にインストールされたことを示す処理である場合、
前記通信部は、前記サービスサーバとしての効果測定サーバに、前記新アプリケーションが前記携帯端末にインストールされたことを示す情報を送信し、
前記携帯端末は、
前記パラメータを前記情報処理装置に送信し、送信した前記パラメータに対応して前記情報処理装置から送信されてくるデータを受信する前記アプリケーションを実行するアプリケーション実行部を備える
情報処理システム。
An information processing system comprising a portable terminal capable of downloading and executing an application, and an information processing apparatus connected to two or more service servers providing a predetermined service,
The information processing apparatus includes:
As parameters corresponding to the current execution state of the application being executed on the portable terminal, terminal identification information for identifying the portable terminal, application identification information for identifying the application, and the current state of the application A communication unit for receiving state identification information indicating from the mobile terminal;
A process correspondence table in which processes to be performed are stored in association with the parameters;
A process determining unit that refers to the process correspondence table and determines the process to be performed based on the received parameter;
In the process determination unit, when the process determined based on the received parameter is an advertisement distribution process for displaying an advertisement of a new application to be installed on the mobile terminal on the screen of the application,
The communication unit requests and acquires the advertisement data of the new application from the advertisement distribution server as the service server, and transmits it to the mobile terminal.
In the process determination unit, when the process determined based on the received parameter of the new application is a process indicating that the new application is installed in the mobile terminal,
The communication unit transmits information indicating that the new application is installed in the mobile terminal to the effect measurement server as the service server,
The portable terminal is
An information processing system comprising: an application execution unit configured to execute the application that transmits the parameter to the information processing apparatus and receives data transmitted from the information processing apparatus corresponding to the transmitted parameter.
JP2011033843A 2011-02-18 2011-02-18 Information processing apparatus, information processing method, information processing system, and program Expired - Fee Related JP5865589B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011033843A JP5865589B2 (en) 2011-02-18 2011-02-18 Information processing apparatus, information processing method, information processing system, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011033843A JP5865589B2 (en) 2011-02-18 2011-02-18 Information processing apparatus, information processing method, information processing system, and program

Publications (2)

Publication Number Publication Date
JP2012173885A JP2012173885A (en) 2012-09-10
JP5865589B2 true JP5865589B2 (en) 2016-02-17

Family

ID=46976756

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011033843A Expired - Fee Related JP5865589B2 (en) 2011-02-18 2011-02-18 Information processing apparatus, information processing method, information processing system, and program

Country Status (1)

Country Link
JP (1) JP5865589B2 (en)

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102067970B1 (en) * 2012-10-31 2020-02-11 에스케이플래닛 주식회사 System and method for monitoring executing application based on advertisement, and apparatus applied to the same
US9514478B2 (en) * 2013-01-23 2016-12-06 Facebook, Inc. Conversion tracking for installation of applications on mobile devices
JP2016514871A (en) * 2013-04-01 2016-05-23 ピーティー. サイバーポート Financial transaction system via USSD network using mobile devices
JP2014238742A (en) 2013-06-07 2014-12-18 株式会社リコー Information processing system, and information processing method
WO2014207958A1 (en) * 2013-06-28 2014-12-31 株式会社コナミデジタルエンタテインメント Management device, management method, terminal device, control method and program
JP6361002B2 (en) * 2014-02-06 2018-07-25 株式会社カヤック Advertisement information management program, advertisement information display device, and advertisement information management system
JP6095624B2 (en) * 2014-09-19 2017-03-15 ヤフー株式会社 Management system, management server, management method and program
US10002113B2 (en) 2014-12-30 2018-06-19 Samsung Electronics Co., Ltd. Accessing related application states from a current application state
US20160307237A1 (en) * 2015-04-15 2016-10-20 Quixey, Inc. Accessing Advertised Application States From A Current Application State
CN104992342B (en) * 2015-05-11 2019-08-13 腾讯科技(北京)有限公司 Promotion message delivery effectiveness determines method, monitoring server and terminal
JP6748466B2 (en) * 2016-03-30 2020-09-02 株式会社モバリティー Information notification server device for mobile terminals
JP6275895B2 (en) * 2017-02-13 2018-02-07 ヤフー株式会社 Management system, management server, management method and program
JP7324182B2 (en) 2020-09-30 2023-08-09 Kddi株式会社 STAGE DETERMINATION DEVICE, STAGE DETERMINATION METHOD AND STAGE DETERMINATION PROGRAM

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001229027A (en) * 2000-02-17 2001-08-24 Hitachi Ltd Version control method for client program
JP2002197011A (en) * 2000-10-16 2002-07-12 Avec Kenkyusho:Kk System recording advertisement browsing, contents distribution system, and banner management system
JP2006079203A (en) * 2004-09-07 2006-03-23 Nec Mobiling Ltd Advertisement distribution system, mobile communication terminal, advertisement display method and advertisement information display control program
JP5424173B2 (en) * 2008-01-31 2014-02-26 BizMobile株式会社 Mobile service providing system and providing method
JP4900415B2 (en) * 2009-04-14 2012-03-21 日本電気株式会社 Service providing system, terminal device, server, scenario server, service providing method and program

Also Published As

Publication number Publication date
JP2012173885A (en) 2012-09-10

Similar Documents

Publication Publication Date Title
JP5865589B2 (en) Information processing apparatus, information processing method, information processing system, and program
US8656353B2 (en) Mobile application generator
US9953314B2 (en) System, method, and computer-readable storage medium for payment of online purchases via a portable computing device
US10163145B2 (en) Method and system for providing distribution-type app store service
JP5801114B2 (en) Conversion tracking system, network advertisement management system, and network advertisement effect measurement system
US20140074570A1 (en) Commerce System and Method of Controlling the Commerce System by Presenting Contextual Advertisements on a Computer System
US20170323335A1 (en) Method for advertising or selling products on basis of user&#39;s social network service activity
US20130204746A1 (en) Automatic web presence feature deployment
US20140074615A1 (en) Commerce System and Method of Controlling the Commerce System Using Triggered Advertisements
TWI493490B (en) Method of recommending virtual reward offers and awarding virtual rewards, and computer readable storage medium for recording related instructions thereon
KR20110130530A (en) Management of dynamic electronic coupons
US20210234774A1 (en) System, Method and Apparatus for Managing Services and Applications
US20110295660A1 (en) Method for processing mobile advertisement
JP2010262652A (en) System and method for distributing coupon information in electronic network
CN103116594A (en) Application execution apparatus, application providing apparatus, and application distribution method using chaining of applications
KR20130058855A (en) Experience marketing systme for application and method thereof
JP2020057321A (en) Information processing device and information processing method
US20140074571A1 (en) Commerce System and Method of Controlling the Commerce System by Layering Contextual Advertisements Over a Graphical Interface
US11461759B1 (en) System for transmitting customer data from a device
KR101244777B1 (en) A advertisement system of installing application program for mobilephone
JP2020043534A (en) Information display program, information display device, information display method, and distribution device
US20170206514A9 (en) Method of providing application and apparatus for performing the same
US20160092971A1 (en) Content distribution system, content distribution server, storage medium and content distribution method
JP2022133054A (en) System and method
US10382541B2 (en) Server and method for providing design data for application and system for generating application

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140217

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20141002

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20141127

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150126

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150901

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20151102

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20151228

R150 Certificate of patent or registration of utility model

Ref document number: 5865589

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

LAPS Cancellation because of no payment of annual fees