JP2012093841A - Mediation server, and access analysis method and program by mediation server - Google Patents

Mediation server, and access analysis method and program by mediation server Download PDF

Info

Publication number
JP2012093841A
JP2012093841A JP2010238745A JP2010238745A JP2012093841A JP 2012093841 A JP2012093841 A JP 2012093841A JP 2010238745 A JP2010238745 A JP 2010238745A JP 2010238745 A JP2010238745 A JP 2010238745A JP 2012093841 A JP2012093841 A JP 2012093841A
Authority
JP
Japan
Prior art keywords
tag
server
content
authentication
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2010238745A
Other languages
Japanese (ja)
Other versions
JP5543896B2 (en
Inventor
Hiroyuki Kito
宏幸 鬼頭
Takefumi Mogaki
武文 茂垣
Kazunori Kowaki
一範 小脇
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.)
NTT Communications Corp
Original Assignee
NTT Communications Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NTT Communications Corp filed Critical NTT Communications Corp
Priority to JP2010238745A priority Critical patent/JP5543896B2/en
Publication of JP2012093841A publication Critical patent/JP2012093841A/en
Application granted granted Critical
Publication of JP5543896B2 publication Critical patent/JP5543896B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide a mediation server capable of variedly defining a tag that is automatically embedded in a Web page.SOLUTION: A browsing request reception part receives a browsing request from a client terminal, and a request transfer part transfers the browsing request to a Web server. A content reception part receives content from the Web server, and a tag addition part adds a tag that is stored in a tag storage part and defined for respective access targets to the content. Then, a content with added tag transmission part transmits the content to which the tag is added to the client terminal.

Description

この発明は、Webサイトのアクセス状況を解析する仲介サーバと、その仲介サーバによるアクセス解析方法とプログラムに関する。   The present invention relates to a mediation server that analyzes the access status of a Web site, and an access analysis method and program using the mediation server.

Webサイトのアクセス状況を解析するアクセス解析ツールには3つのタイプがある。その3つは、解析に必要なデータ取得方法から、サーバーログ型、パケットキャプチャ型、タグ型(Webビーコン型)に分けられる。サーバーログ型とパケットキャプチャ型では、計測対象のWebコンテンツへの修正が不要だが、アクセスされた時のデータのサーバーログや通信パケットを加工してアクセス解析を行うため、大規模サイトの解析に不適であったり、解析に必要なデータが揃わなかったりする問題がある。   There are three types of access analysis tools that analyze website access status. The three types are classified into a server log type, a packet capture type, and a tag type (Web beacon type) according to the data acquisition method required for analysis. The server log type and packet capture type do not require modification to the web content to be measured, but the server logs and communication packets of the accessed data are processed and access analysis is performed, so it is not suitable for analysis of large-scale sites. And there is a problem that data necessary for analysis is not available.

一方、タグ型では、計測対象のWebコンテンツへの修正が必要だが、最も正確なデータ取得が可能である。サーバーログ型とパケットキャプチャ型の具体的な違いは、訪問者毎のページ遷移状況が正確に分かるだけでなく、任意の訪問者の過去の訪問履歴や閲覧したページの一覧も取得することが可能となることである。   On the other hand, the tag type requires correction to the Web content to be measured, but the most accurate data can be obtained. The specific difference between the server log type and the packet capture type is that you can not only know the page transition status for each visitor accurately, but also obtain the past visit history of any visitor and the list of visited pages. It is to become.

タグ型は、例えば非特許文献1に開示されているように既に商用提供されている。また、WebサーバとWebクライアント(ブラウザ)との通信経路の間に仲介サーバを設置する方法も良く知られている。その仲介サーバは、解析に必要な情報を集計するサーバに送信するプログラムを自動的に埋め込むものである。   The tag type is already commercially available as disclosed in Non-Patent Document 1, for example. In addition, a method of installing an intermediary server between communication paths between a Web server and a Web client (browser) is also well known. The intermediary server automatically embeds a program to be transmitted to a server that aggregates information necessary for analysis.

その方法を、図14を参照して簡単に説明する(図14)。仲介サーバであるWWW(WWW:World Wide Web)中継サーバ900は、HTML解析部101、閲覧時間計測部102、スクリプト生成部103、閲覧位置計測部104、閲覧情報DB105、位置情報106、HTTP制御部107、を備える。WWW中継サーバ900は、クライアント111で実行されるウェブブラウザからの要求に応じてWebページを提供する各WWWサーバ112からWebページを取得し、クライアント111に転送する役割を果たす。   The method will be briefly described with reference to FIG. 14 (FIG. 14). A WWW (WWW: World Wide Web) relay server 900 as an intermediary server includes an HTML analysis unit 101, a browsing time measurement unit 102, a script generation unit 103, a browsing position measurement unit 104, a browsing information DB 105, a positional information 106, and an HTTP control unit. 107. The WWW relay server 900 plays a role of acquiring a Web page from each WWW server 112 that provides a Web page in response to a request from a Web browser executed by the client 111 and transferring it to the client 111.

HTML解析部101は、クライアント111が要求したWebページを解析し、指定した位置のHTMLソースを抽出する。閲覧時間計測部102は、クライアント111からの閲覧情報の更新処理を基にWebページの閲覧時間を計測する。スクリプト生成部103は、クライアント111が閲覧情報の自動更新を実施できるようにJava(登録商標)スクリプトなどのプログラムを埋め込む。閲覧位置計測部104は、クライアント111からの閲覧情報の更新処理を基にWebページ内の位置情報を計測する。   The HTML analysis unit 101 analyzes the Web page requested by the client 111 and extracts an HTML source at a designated position. The browsing time measuring unit 102 measures the browsing time of the Web page based on the browsing information update process from the client 111. The script generation unit 103 embeds a program such as a Java (registered trademark) script so that the client 111 can automatically update browsing information. The browsing position measurement unit 104 measures the position information in the Web page based on the browsing information update process from the client 111.

閲覧情報DB105は、閲覧者が閲覧したWebページと閲覧時間に識別情報を付けて閲覧情報として管理する。位置情報DB106は、閲覧者が閲覧したWebページの位置情報を識別子を付けて管理する。HTTP制御部107は、クライアント111とのHTTP通信やWWWサーバ112とのHTTP通信を制御する。   The browsing information DB 105 manages the browsing information by adding identification information to the Web page browsed by the viewer and the browsing time. The position information DB 106 manages the position information of the Web page viewed by the viewer with an identifier. The HTTP control unit 107 controls HTTP communication with the client 111 and HTTP communication with the WWW server 112.

http://www.visionalist.com/http://www.visionalist.com/

従来の仲介サーバは、閲覧時間や閲覧位置や閲覧回数といった基本情報を、画一的に収集することしか出来なかった。つまり、Webサイトの目的や特性が変化しても閲覧情報DB105及び位置情報DB106で管理する決められた情報のみを収集していた。しかし、Webサイトごとに収集・解析すべきデータの種類は異なることが一般的であり、従来の仲介サーバはその点で不十分な情報しか収集できなかった。   Conventional mediation servers can only collect basic information such as browsing time, browsing position, and browsing count uniformly. That is, only predetermined information managed by the browsing information DB 105 and the position information DB 106 is collected even if the purpose and characteristics of the Web site change. However, the types of data to be collected and analyzed for each Web site are generally different, and conventional mediation servers can collect only insufficient information in that respect.

また、解析対象のWebサイトが複数の場合や、膨大なアクセス数を持つWebサイトの場合、アクセス解析に使用するログデータの量が多くなり計測を行う計測サーバの負荷が大きくなる。そのため、Webページの閲覧数が増加すると計測サーバの負荷も合わせて増加させてしまう課題がある。   In addition, when there are a plurality of analysis target websites or a website with a large number of accesses, the amount of log data used for access analysis increases and the load on the measurement server that performs the measurement increases. Therefore, there is a problem that when the number of browsing web pages increases, the load on the measurement server also increases.

この発明は、このような課題に鑑みてなされたものであり、十分なアクセス情報の収集を可能にすると共に計測サーバの負荷が増大することを抑制することが可能な仲介サーバと、その仲介サーバによるアクセス解析方法とプログラムを提供することを目的とする。   The present invention has been made in view of such a problem. An intermediary server capable of collecting sufficient access information and suppressing an increase in the load on a measurement server, and the intermediary server The purpose is to provide an access analysis method and program.

この発明の仲介サーバは、複数のWebサーバとクライアント端末の間に設定される仲介サーバであって、閲覧要求受信部と、要求転送部と、コンテンツ受信部と、タグ記憶部と、タグ付加部と、タグ付加済みコンテンツ送信部と、を具備する。閲覧要求受信部は、クライアント端末からの閲覧要求を受信する。要求転送部は、閲覧要求をWebサーバに転送する。コンテンツ受信部は、Webサーバからのコンテンツを受信する。タグ記憶部は、アクセス対象毎に定義されたタグを記憶する。タグ付加部は、そのタグをコンテンツに付加する。タグ付加済みコンテンツ送信部は、タグを付加したコンテンツをクライアント端末に送信する。   An intermediary server according to the present invention is an intermediary server set between a plurality of Web servers and client terminals, and includes a browsing request receiving unit, a request transfer unit, a content receiving unit, a tag storage unit, and a tag adding unit. And a tagged content transmission unit. The browsing request receiving unit receives a browsing request from the client terminal. The request transfer unit transfers the browsing request to the Web server. The content receiving unit receives content from the Web server. The tag storage unit stores a tag defined for each access target. The tag adding unit adds the tag to the content. The tagged content transmission unit transmits the content with the tag to the client terminal.

また、この発明の他の仲介サーバは、上記した仲介サーバの構成に更に、タグ埋め込みテーブルと、閲覧要求数/タグ付加数記憶部と、解析結果補正部と、を具備する。タグ埋め込みテーブルは、アクセス対象毎にタグの埋め込み動作の割合を定義したものである。閲覧要求数/タグ付加数記憶部は、閲覧要求数とタグを埋め込んだタグ付加数を記憶する。解析結果補正部は、閲覧要求数とタグ付加数を用いて計測サーバからの計測結果を補正した補正済み計測結果をクライアント端末に送信する。   In addition, another mediation server of the present invention further includes a tag embedding table, a browse request count / tag addition count storage unit, and an analysis result correction unit in addition to the configuration of the mediation server described above. The tag embedding table defines the ratio of tag embedding operations for each access target. The browsing request number / tag addition number storage unit stores the browsing request number and the tag addition number in which the tag is embedded. The analysis result correction unit transmits the corrected measurement result obtained by correcting the measurement result from the measurement server using the number of browsing requests and the number of tag additions to the client terminal.

この発明の仲介サーバは、アクセス対象毎に定義されたタグを、Webサーバから受信したコンテンツに付加してクライアント端末に送信するので、Webページに自動的に埋め込むタグを多様に定義することが出来る。よって、アクセス対象に応じてアクセス解析に必要十分な情報の提供を可能にする。   Since the intermediary server of the present invention adds tags defined for each access target to the content received from the Web server and transmits them to the client terminal, various tags can be defined that are automatically embedded in the Web page. . Therefore, it is possible to provide information necessary and sufficient for access analysis according to the access target.

また、この発明の他の仲介サーバは、アクセス対象毎のタグ埋め込み動作の割合に応じてタグを埋め込み、その割合に応じて計測サーバからの計測結果を補正するので正しいアクセス情報を得ながら計測サーバの過負荷を回避することが出来る。   In addition, another intermediary server of the present invention embeds tags according to the ratio of tag embedding operations for each access target, and corrects the measurement result from the measurement server according to the ratio, so that the measurement server obtains correct access information. Overload can be avoided.

この発明の仲介サーバ100の機能構成例と、仲介サーバ100を用いたWeb仲介サーバシステム1000の構成例を示す図。The figure which shows the function structural example of the mediation server 100 of this invention, and the structural example of the Web mediation server system 1000 using the mediation server 100. 仲介サーバ100の動作フローを示す図。The figure which shows the operation | movement flow of the mediation server. タグ記憶部14に記憶されたタグの例を示す図。The figure which shows the example of the tag memorize | stored in the tag memory | storage part. Web仲介サーバシステムの動作シーケンスを示す図。The figure which shows the operation | movement sequence of a Web mediation server system. Webページのソースの例を示す図であり、(a)は、タグが付加されていないWebページのソース、(b)は条件付で付加されるタグが付加されたWebページのソースを示す図である。It is a figure which shows the example of the source of a web page, (a) is the source of the web page to which the tag is not added, (b) is the figure which shows the source of the web page to which the tag added with the condition is added It is. この発明の仲介サーバ200の機能構成例と、仲介サーバ200を用いたWeb仲介サーバシステム2000の構成例を示す図。The figure which shows the function structural example of the mediation server 200 of this invention, and the structural example of the Web mediation server system 2000 using the mediation server 200. 仲介サーバ200の動作フローを示す図。The figure which shows the operation | movement flow of the mediation server 200. この発明の仲介サーバ300の機能構成例を示す図。The figure which shows the function structural example of the mediation server 300 of this invention. 仲介サーバ300の動作フローを示す図。The figure which shows the operation | movement flow of the mediation server 300. この発明の仲介サーバ400の機能構成例を示す図。The figure which shows the function structural example of the mediation server 400 of this invention. 仲介サーバ400の動作フローを示す図。The figure which shows the operation | movement flow of the mediation server 400. この発明の仲介サーバ500の機能構成例を示す図。The figure which shows the function structural example of the mediation server 500 of this invention. 仲介サーバ500の動作フローを示す図。The figure which shows the operation | movement flow of the mediation server 500. 従来のWWW中継サーバ900の機能構成例を示す図。The figure which shows the function structural example of the conventional WWW relay server 900. FIG.

以下、この発明の実施の形態を図面を参照して説明する。複数の図面中同一のものには
同じ参照符号を付し、説明は繰り返さない。
Embodiments of the present invention will be described below with reference to the drawings. The same reference numerals are given to the same components in a plurality of drawings, and the description will not be repeated.

図1に、この発明の仲介サーバ100の機能構成例と、仲介サーバ100を用いたWeb仲介サーバシステム1000の構成例を示す。その動作フローを図2に示す。仲介サーバ100は、複数のWebサーバ114とクライアント端末116との間に、ネットワーク113を介して設定されるサーバである。計測サーバ115は、クライアント端末11とWebサーバ114間のアクセス情報を計測するものである。   FIG. 1 shows a functional configuration example of the mediation server 100 of the present invention and a configuration example of a Web mediation server system 1000 using the mediation server 100. The operation flow is shown in FIG. The mediation server 100 is a server set via the network 113 between the plurality of Web servers 114 and the client terminal 116. The measurement server 115 measures access information between the client terminal 11 and the Web server 114.

仲介サーバ100は、閲覧要求受信部10と、要求転送部11と、コンテンツ受信部12と、タグ付加部13と、タグ記憶部14と、タグ付加済みコンテンツ送信部15と、を具備する。その各部の機能は、例えばROM、RAM、CPU等で構成されるコンピュータに所定のプログラムが読み込まれて、CPUがそのプログラムを実行することで実現されるものである。   The mediation server 100 includes a browsing request reception unit 10, a request transfer unit 11, a content reception unit 12, a tag addition unit 13, a tag storage unit 14, and a tagged content transmission unit 15. The functions of the respective units are realized by a predetermined program being read into a computer constituted by, for example, a ROM, a RAM, and a CPU, and the CPU executing the program.

閲覧要求受信部10は、クライアント端末116からの閲覧要求を受信する(ステップS10)。要求転送部11は、クライアント端末116からの閲覧要求をWebサーバ114に転送する(ステップS11)。コンテンツ受信部12は、Webサーバ114からのコンテンツを受信する(ステップS12)。タグ記憶部14は、アクセス対象毎に定義されたタグを記憶する。タグ付加部13は、タグ記憶部14に記憶されてタグを読み出してWebサーバ114から受信したコンテンツに付加する(ステップS13)。タグ付加済みコンテンツ送信部15は、タグを付加したコンテンツをクライアント端末116に送信する(ステップS15)。   The browsing request receiving unit 10 receives a browsing request from the client terminal 116 (step S10). The request transfer unit 11 transfers the browsing request from the client terminal 116 to the web server 114 (step S11). The content receiving unit 12 receives content from the Web server 114 (step S12). The tag storage unit 14 stores a tag defined for each access target. The tag addition unit 13 reads the tag stored in the tag storage unit 14 and adds it to the content received from the Web server 114 (step S13). The tagged content transmission unit 15 transmits the content with the tag added to the client terminal 116 (step S15).

ここで、タグ記憶部14に記憶されているタグについて説明する。タグは、文字通りアクセス解析用の札であり、タグによってクライアント端末116のアクセス情報を解析する計測サーバ115が指定される。   Here, the tag memorize | stored in the tag memory | storage part 14 is demonstrated. The tag is literally a tag for access analysis, and the tag specifies the measurement server 115 that analyzes the access information of the client terminal 116.

図3に、タグ記憶部14に記憶されたタグの例を示す。タグは、アクセス対象毎に定義される。アクセス対象毎とは、Webサーバ114毎、アクセスするURL(Uniform Resource Locator)毎のことである。例えば、アクセス対象のWebサーバAのURLに対応させたタグは「src=”xxx.xxx.xxx?c=123456&p=”></SCRIPT>である。このタグは、WebサーバAの運営者向け(WebサーバAのアクセス解析者)のタグを定義している。「xxx.xxx.xxx」は計測サーバ115のアドレスを表し、?以降がクライアント端末116が計測サーバ115に送信する情報を表す。「p=」は、ページIDを自動採番する指示する場合の例を示している。ページIDは、アクセス対象のページ毎に付与する情報で、ページID毎にアクセス回数などの解析を行うことが出来る。一般にページIDはアクセス解析者が付与することも出来るし、自動採番させることも出来る。   FIG. 3 shows an example of tags stored in the tag storage unit 14. A tag is defined for each access target. Each access target is each Web server 114 and each URL (Uniform Resource Locator) to be accessed. For example, the tag corresponding to the URL of Web server A to be accessed is “src =” xxx.xxx.xxx?c=123456&p = ”> </ SCRIPT>. This tag is for the operator of Web server A Tag (access analyst of Web server A) is defined, where “xxx.xxx.xxx” represents the address of the measurement server 115, and what follows is information that the client terminal 116 transmits to the measurement server 115. “P =” indicates an example in which an instruction for automatically assigning a page ID is given. The page ID is information given to each page to be accessed, and the number of accesses can be analyzed for each page ID. In general, the page ID can be assigned by the access analyst, or can be automatically numbered.

2つ目のアクセス対象のWebサーバBのURLに対応させたタグの、?以降の「flag1=1234」は、WebサーバBに遷移する直前のURLも計測サーバ115に送信する指示である。また、3つ目のタグでは、「p=abcd」とすることで、http://www.ntt.com/business以下の複数ページのページIDが全てabcdとなり、単一ページとしてアクセス解析が行われる例を示している。また、4つ目のタグは、Webサーバの運営会社が1〜3つ目の運営会社と異なる場合の例を示している。このようにアクセス対象によって、クライアント端末116から計測サーバ115に送信させる情報の種類を変えることが可能である。   “Flag1 = 1234” after? In the tag corresponding to the URL of the second Web server B to be accessed is an instruction to transmit the URL immediately before the transition to the Web server B to the measurement server 115. In the third tag, by setting “p = abcd”, the page IDs of multiple pages below http://www.ntt.com/business are all abcd, and access analysis is performed as a single page. An example is shown. The fourth tag shows an example in which the Web server operating company is different from the first to third operating companies. As described above, the type of information transmitted from the client terminal 116 to the measurement server 115 can be changed depending on the access target.

例えば、ブログサイトなどの複数ページ(URL)で構成される個人サイトの場合、個人サイト毎にアクセス解析の設定を変更することが可能である。あるブログサイトでは同サイトへの訪問者数のみをカウントさせ、他のブログサイトではサイト内のページ遷移などを細かく解析させるなどアクセス対象毎に、アクセス解析に必要な情報の種類を変えることが出来る。   For example, in the case of a personal site composed of a plurality of pages (URLs) such as a blog site, it is possible to change access analysis settings for each personal site. For some blog sites, only the number of visitors to the site can be counted, and for other blog sites, page transitions within the site can be analyzed in detail, and the type of information required for access analysis can be changed for each access target. .

クライアント端末116はコンテンツに付加されたタグを解析して、アクセス解析に必要な情報を計測サーバ115に送信する。この動作自体は、従来のタグ型と同じであるが、この発明の仲介サーバ100は、上記したようにアクセス対象毎にタグを変えられる点を特徴にしている。   The client terminal 116 analyzes the tag added to the content and transmits information necessary for access analysis to the measurement server 115. This operation itself is the same as the conventional tag type, but the mediation server 100 of the present invention is characterized in that the tag can be changed for each access target as described above.

図4に、図1に示したWeb仲介サーバシステム1000の動作シーケンス図を示して更に仲介サーバ100の動作を説明する。クライアント端末116は、仲介サーバ100にWebサーバ114へのアクセスを要求するリクエストを送信する(ステップS1)。仲介サーバ100の要求転送部11は、Webサーバ114に閲覧要求を転送する(ステップS11)。Webサーバ114は、その閲覧要求に応答させてコンテンツを仲介サーバ100に送信する(ステップS12)。仲介サーバ100のタグ付加部13は、Webサーバ114に対応させたタグをタグ記憶部14から読み出して受信したコンテンツに付加する(ステップS13)。そして、仲介サーバ100のタグ付加済みコンテンツ送信部15が、タグを付加したコンテンツをクライアント端末116に送信する(ステップS15)。   FIG. 4 shows an operation sequence diagram of the Web mediation server system 1000 shown in FIG. The client terminal 116 transmits a request for requesting access to the Web server 114 to the mediation server 100 (step S1). The request transfer unit 11 of the mediation server 100 transfers the browsing request to the Web server 114 (step S11). The web server 114 transmits the content to the mediation server 100 in response to the browsing request (step S12). The tag addition unit 13 of the mediation server 100 reads the tag associated with the Web server 114 from the tag storage unit 14 and adds it to the received content (step S13). Then, the tagged content transmission unit 15 of the mediation server 100 transmits the content with the tag added to the client terminal 116 (step S15).

クライアント端末116は、そのタグを解析してタグで指定された計測サーバにアクセス解析用のプログラム(一般にJava(登録商標)スクリプト)を要求する(ステップS2)。計測サーバ115は、クライアント端末116にアクセス解析用のプログラムを送信する(ステップS3)。クライアント端末116は、アクセス解析用のプログラムを実行し、アクセス解析に必要な情報を計測サーバ115に送信する(ステップS4)。計測サーバ115は、アクセス解析に必要な情報を受信し、1×1dotサイズの透過gifファイルをそのレスポンスとしてクライアント端末116に送信する(ステップS5)。   The client terminal 116 analyzes the tag and requests an access analysis program (generally a Java (registered trademark) script) from the measurement server designated by the tag (step S2). The measurement server 115 transmits an access analysis program to the client terminal 116 (step S3). The client terminal 116 executes a program for access analysis and transmits information necessary for access analysis to the measurement server 115 (step S4). The measurement server 115 receives information necessary for access analysis, and transmits a 1 × 1 dot size transparent gif file as a response to the client terminal 116 (step S5).

計測サーバ115は、ユーザから送信されたデータを解析し、PV(ページ表示数:page view)、CV(conversion)、訪問者数、閲覧時間、サイト内のページ遷移、計測対象ページへの進入経路、離脱情報といった閲覧者の行動を分析する。計測サーバ115の解析結果は、クライアント端末116から閲覧することが出来る(ステップS6)。   The measurement server 115 analyzes the data transmitted from the user, PV (page display number: page view), CV (conversion), number of visitors, browsing time, page transition in the site, entry path to the measurement target page , Analyze viewer behavior such as withdrawal information. The analysis result of the measurement server 115 can be viewed from the client terminal 116 (step S6).

以上述べたように、この発明の仲介サーバ100は、アクセス対象毎に定義されたタグを、Webサーバから受信したコンテンツに付加してクライアント端末116に送信するので、Webページに自動的に埋め込むタグを多様に定義することができ、アクセス対象に応じたアクセス解析に必要十分な情報の提供を可能にする。   As described above, the mediation server 100 according to the present invention adds the tag defined for each access target to the content received from the Web server and transmits it to the client terminal 116, so that the tag is automatically embedded in the Web page. It is possible to provide information necessary and sufficient for access analysis according to the access target.

なお、図3ではURL毎に一つのタグを定義する例を示したが、タグ付加部13はコンテンツの内容に応じてタグを埋め込むことも可能である。例えば、Webページのソース内にリンク先のアドレスがある場合に、そのリンク先に遷移したことを計測サーバに知らせるタグを付加するようにしても良い。   Although FIG. 3 shows an example in which one tag is defined for each URL, the tag adding unit 13 can embed a tag according to the content. For example, when there is a link destination address in the source of the Web page, a tag for notifying the measurement server that the link destination has been changed may be added.

図5にWebページのソースの例を示す。図5(a)は、タグが付加されていないWebページのソースを示す。「<a href=www.ntt.com>」はリンク先のアドレスを表すが、このリンク先が計測対象外のサイトである場合、ユーザがリンク先をクリックした瞬間にページ遷移の情報は失われてしまう。   FIG. 5 shows an example of a web page source. FIG. 5A shows the source of a Web page to which no tag is added. “<a href=www.ntt.com>” represents the link destination address, but if this link destination is an unmeasured site, the page transition information is lost at the moment the user clicks the link destination. End up.

それを防止するためには、図5(b)に示すようにリンク先のアドレスの後に、例えば「onclick=” page Tracker._link(this.ref);return false;”>」のタグを付加すれば良い。このような条件付で付加するタグは、タグ付加部13を、例えば「条件:WebサーバAの時で、且つリンク先が計測対象外のサイトの時に指定されたタグを埋め込む。」ように構成しておくことでコンテンツに付加することが出来る。   In order to prevent this, for example, a tag “onclick =” page Tracker._link (this.ref); return false; ”>” is added after the link destination address as shown in FIG. It ’s fine. The tag to be added with such a condition is configured such that the tag addition unit 13 embeds a tag specified when, for example, the condition is Web server A and the link destination is a site not to be measured. You can add it to the content.

このような条件に応じたタグを埋め込むことで、アクセス解析の条件を更に細かく指定することが可能である。   By embedding tags according to such conditions, it is possible to further specify the conditions for access analysis.

従来から、複数のサーバへのユーザ認証を集中して行う認証技術(Single Sign On等)が知られている(参考文献:http://www.atmarkit.co.jp/icd/root/88/56025488.html)。このようなユーザ認証を集中して行うWebサーバへのアクセス解析に、適用可能なこの発明の仲介サーバ200を実施例2として説明する。   Conventionally, authentication technology (Single Sign On, etc.) that centralizes user authentication to multiple servers is known (reference: http://www.atmarkit.co.jp/icd/root/88/ 56025488.html). A mediation server 200 of the present invention that can be applied to an access analysis to a Web server that performs such user authentication in a concentrated manner will be described as a second embodiment.

図6に、仲介サーバ200の機能構成例と、仲介サーバ200を用いたWeb仲介サーバシステム2000の機能構成例を示す。仲介サーバ200は、複数のWebサーバA,B117,118と接続する認証サーバ119と、クライアント端末116との間に設定される。その動作フローを図7に示す。Web仲介サーバシステム2000では、認証サーバ119が認証情報(ユーザID)を保持する機能と、クライアントのセッション(アクセス)管理機能を備えている。認証サーバ119は、セッション(アクセス)毎に認証情報を一意に関連付けることが出来る。なお、認証情報を保持する機能は、認証サーバ119の他に、認証サーバ119と接続される図示していない別サーバに持たせても良い。   FIG. 6 shows a functional configuration example of the mediation server 200 and a functional configuration example of the Web mediation server system 2000 using the mediation server 200. The mediation server 200 is set between the client terminal 116 and the authentication server 119 connected to the plurality of Web servers A, B 117 and 118. The operation flow is shown in FIG. In the Web mediation server system 2000, the authentication server 119 has a function of holding authentication information (user ID) and a client session (access) management function. The authentication server 119 can uniquely associate authentication information for each session (access). In addition to the authentication server 119, a function for holding authentication information may be provided in another server (not shown) connected to the authentication server 119.

仲介サーバ200は、仲介サーバ100の機能構成に加えて認証結果判定部21と認証結果タグ埋め込み部22を具備する。認証サーバ通信部20は、仲介サーバ100の要求転送部11の代わりに設けられる。その他の機能部は仲介サーバ100と同じである。   The mediation server 200 includes an authentication result determination unit 21 and an authentication result tag embedding unit 22 in addition to the functional configuration of the mediation server 100. The authentication server communication unit 20 is provided instead of the request transfer unit 11 of the mediation server 100. Other functional units are the same as those of the mediation server 100.

認証サーバ送信部20は、クライアント端末116からの閲覧要求とクライアントの認証に必要な認証情報を認証サーバ119に送信する(ステップS20)。認証結果判定部21は、認証サーバ119からの認証結果を判定する(ステップS21)。認証結果タグ埋め込み部22は、認証結果が認証情報、つまりクライアントを認可する結果の場合に、タグ内の「ユーザID」と記されている箇所を実際のユーザIDに置換する(ステップS22)。認証結果がクライアンを認可しない場合、認証結果タグ埋め込み部22は何もしない。
表1に、認証結果タグ埋め込み部22がユーザIDを置換するタグの例を示す。
The authentication server transmission unit 20 transmits a browsing request from the client terminal 116 and authentication information necessary for client authentication to the authentication server 119 (step S20). The authentication result determination unit 21 determines the authentication result from the authentication server 119 (step S21). If the authentication result is authentication information, that is, the result of authorizing the client, the authentication result tag embedding unit 22 replaces the portion marked “user ID” in the tag with the actual user ID (step S22). If the authentication result does not authorize the client, the authentication result tag embedding unit 22 does nothing.
Table 1 shows an example of a tag that the authentication result tag embedding unit 22 replaces the user ID.

Figure 2012093841
Figure 2012093841

認証結果判定部21がクライアント端末116からのアクセスを認可した場合、認証結果タグ埋込み部22は表1に示す(ユーザID)と記されて箇所を、実際のユーザIDに置換する。表1の2つ目のタグは、ユーザIDを、ユーザIDとそれに対応させた事前に定義されたページIDと組合わせて置換する例を示す。この2つ目の例は、ブログサイトなどの複数ページ(URL)で構成される個人サイトの場合のページ情報の収集の際に便利である。   When the authentication result determination unit 21 authorizes the access from the client terminal 116, the authentication result tag embedding unit 22 replaces the portion indicated by (user ID) shown in Table 1 with an actual user ID. The second tag in Table 1 shows an example of replacing a user ID in combination with a user ID and a pre-defined page ID corresponding to the user ID. This second example is convenient when collecting page information in the case of a personal site composed of a plurality of pages (URLs) such as a blog site.

以上述べたように仲介サーバ200は、認証サーバと組み合わせた場合でもユーザに応じたタグを埋め込むことが出来る。よって、その場合でもユーザ毎のアクセス解析の条件を細かく指定することが可能である。   As described above, the mediation server 200 can embed tags according to the user even when combined with the authentication server. Therefore, even in this case, it is possible to specify in detail the conditions for access analysis for each user.

上記した仲介サーバ100と200は、Webページに自動的に埋め込むタグを多様に定義することを可能にし、アクセス解析に必要十分な情報提供を可能にする効果を奏する。しかし一方で、計測サーバ側の付加を増加させてしまう心配もある。そこで、実施例3として仲介サーバ100と200の機能に、計測サーバ側における負荷を軽減する工夫を施したこの発明の仲介サーバ300を説明する。   The above-described mediation servers 100 and 200 can effectively define various tags to be automatically embedded in a Web page, and can provide information necessary and sufficient for access analysis. However, on the other hand, there is a concern that the addition on the measurement server side is increased. Therefore, as a third embodiment, an intermediary server 300 of the present invention in which the functions of the intermediary servers 100 and 200 are devised to reduce the load on the measurement server side will be described.

図8に仲介サーバ300の機能構成例を示す。その動作フローを図9に示す。仲介サーバ300は、仲介サーバ100,200に対して更に、タグ埋め込みテーブル30と閲覧要求数/タグ付加数記憶部31と解析結果補正部32と、を備える点が異なる。   FIG. 8 shows a functional configuration example of the mediation server 300. The operation flow is shown in FIG. The mediation server 300 is different from the mediation servers 100 and 200 in that the mediation server 300 further includes a tag embedding table 30, a browsing request count / tag addition count storage section 31, and an analysis result correction section 32.

タグ埋め込みテーブル30は、アクセス対象毎にタグの埋め込み動作の割合を定義したテーブルである。タグの埋め込み動作の割合とは、例えば、WebサーバAへのアクセスには100%タグを付加し、WebサーバBのアクセスの50%の応答にタグを付加するといったことである。表2のタグ埋め込みテーブル30の一例を示す。   The tag embedding table 30 is a table that defines the ratio of tag embedding operations for each access target. The ratio of the tag embedding operation is, for example, that a 100% tag is added to the access to the Web server A and a tag is added to a response of 50% of the access to the Web server B. An example of the tag embedding table 30 of Table 2 is shown.

Figure 2012093841
Figure 2012093841

タグ付加部13′は、アクセス対象毎にタグ埋め込みテーブル30に定義された割合を参照してその割合で抽選を行いタグをコンテンツに付加する(ステップS13′)。また、タグを付加しない場合はコンテンツに手を加えずに転送する。抽選とは、予め決められたこの割合でタグをコンテンツに付加することを意味する。タグ付加済みコンテンツ送信部15′は、その割合でタグが付加されたコンテンツをクライアント端末116に送信する(ステップS15′)。   The tag addition unit 13 ′ refers to the ratio defined in the tag embedding table 30 for each access target, performs lottery at the ratio, and adds a tag to the content (step S13 ′). If no tag is added, the content is transferred without modification. Lottery means adding tags to content at this predetermined ratio. The tagged content transmitting unit 15 ′ transmits the content with the tag added to the client terminal 116 at the ratio (step S15 ′).

閲覧要求数/タグ付加数記憶部31は、閲覧要求数とタグを埋め込んだタグ付加数を記憶する(ステップS31)。表3に、閲覧要求数/タグ付加数記憶部31に記憶される閲覧要求数mとタグ付加数nの例を示す。   The browsing request number / tag addition number storage unit 31 stores the browsing request number and the tag addition number in which the tag is embedded (step S31). Table 3 shows an example of the browsing request number m and the tag addition number n stored in the browsing request number / tag addition number storage unit 31.

Figure 2012093841
Figure 2012093841

解析結果補正部32は、計測サーバ115から計測結果の例えばアクセス数cを受信し、閲覧要求数/タグ付加数記憶部31に記憶された閲覧要求数mとタグ付加数nを読み出して、アクセス先への訪問者数GをG=c×m÷nと補正してクライアント端末116に送信する(ステップS32)。   The analysis result correction unit 32 receives, for example, the access number c of the measurement result from the measurement server 115, reads the browsing request number m and the tag addition number n stored in the browsing request number / tag addition number storage unit 31, and accesses them. The number of previous visitors G is corrected to G = c × m ÷ n and transmitted to the client terminal 116 (step S32).

閲覧要求に対するコンテンツにタグを埋め込まないと、その閲覧要求はアクセス解析の対象外となるが、解析結果補正部32によってアクセス情報が正しい値に補正される。   If the tag is not embedded in the content corresponding to the browsing request, the browsing request is not subject to access analysis, but the access information is corrected to a correct value by the analysis result correcting unit 32.

このように仲介サーバ300は、正しいアクセス情報を提供すると共に計測サーバ115の負荷を軽減する効果を奏する。   As described above, the mediation server 300 has the effect of providing correct access information and reducing the load on the measurement server 115.

なお、サイトへの訪問者がアクセスしたページの順番等のアクセス情報は、仲介サーバ300でも正確に計測することが出来ない。また、任意の訪問者の過去の閲覧情報も知ることが出来ない。これは、アクセス毎に計測対象が無作為に分割されるためである。そこで、この課題を解決した仲介サーバ400を次に説明する。   Note that access information such as the order of pages accessed by visitors to the site cannot be accurately measured even by the mediation server 300. Also, it is impossible to know past browsing information of an arbitrary visitor. This is because the measurement target is randomly divided for each access. Therefore, the mediation server 400 that solves this problem will be described next.

なお、タグ付加部13′とタグ付加済みコンテンツ送信部15′とタグ埋め込みテーブル30と閲覧要求数/タグ付加数記憶部31と解析結果補正部32の機能は、別サーバに実装しても良い。   The functions of the tag addition unit 13 ′, the tagged content transmission unit 15 ′, the tag embedding table 30, the browsing request number / tag addition number storage unit 31, and the analysis result correction unit 32 may be mounted on another server. .

図10に、仲介サーバ400の機能構成例を示す。その動作フローを図11に示す。仲介サーバ400は、上記した各仲介サーバに対して、タグ埋め込み記憶部40を備える点で異なる。   FIG. 10 shows a functional configuration example of the mediation server 400. The operation flow is shown in FIG. The mediation server 400 differs from the above-described mediation servers in that a tag embedded storage unit 40 is provided.

タグ埋め込み記憶部40は、タグ埋め込みテーブル30で定義されたアクセス対象毎の割合に応じた比率でタグを付加したコンテンツを送信したクライアント端末116からの1回目の閲覧要求にタグを付加したか否かを記憶する(ステップS40)。タグ埋め込み記憶部40は、例えば30分間隔で自らをリセットする。リセットされた後の最初の閲覧要求が1回目の閲覧要求となる。
表4に、タグ埋め込み記憶部40に記憶される情報を例示する。
Whether the tag embedding storage unit 40 has added a tag to the first browsing request from the client terminal 116 that has transmitted the content with the tag added at a rate corresponding to the rate for each access target defined in the tag embedding table 30. Is stored (step S40). The tag embedding storage unit 40 resets itself at intervals of, for example, 30 minutes. The first browsing request after being reset becomes the first browsing request.
Table 4 illustrates information stored in the tag embedding storage unit 40.

Figure 2012093841
Figure 2012093841

表4は、クライアント端末からの閲覧要求にタグを付加したか否かの情報を、クライアント端末のIPアドレスに対応付けて記憶した例である。更に、アクセス日時と組み合わせて記憶させても良い。   Table 4 is an example in which information indicating whether or not a tag is added to the browsing request from the client terminal is stored in association with the IP address of the client terminal. Further, it may be stored in combination with the access date and time.

タグ付加部13″は、タグ埋め込み記憶部40を参照して前回の閲覧要求にタグが付加されていた場合、現在の閲覧要求に対するコンテンツにもタグを付加する。前回の閲覧要求にタグが付加されなかった場合にはタグを付加しない。このように動作することで、任意の訪問者の閲覧履歴を正確に計測しながらタグを埋め込む数を減らすことが出来る。その結果、アクセス解析情報の正確性を確保した上で計測サーバの負荷を軽減することが出来る。   When a tag is added to the previous browsing request with reference to the tag embedding storage unit 40, the tag adding unit 13 ″ adds a tag to the content corresponding to the current browsing request. The tag is added to the previous browsing request. If this is not done, the tag is not added.By operating in this way, it is possible to reduce the number of tags to be embedded while accurately measuring the browsing history of any visitor. It is possible to reduce the load on the measurement server while ensuring the performance.

なお、タグを付加したか否かの情報を、仲介サーバ400のタグ埋め込み記憶部40ではなく、クッキー(以降Cookie)を使ってクライアント端末側に持たせても良い(参考文献「HTTP(Web)プロトコルのセッション維持方式 http://fenics.fujitsu.com/products/ipcom/catalog/data/1/6.html」)。Cookieは、クライアント端末のWebブラウザに保存された情報のことであり、アクセス先のURL情報等が記憶される。表5に示すように、タグが付加されたか否かの情報をクライアント端末側に持たせても良い。   Note that information indicating whether or not a tag has been added may be provided on the client terminal side using a cookie (hereinafter referred to as cookie) instead of the tag embedded storage unit 40 of the mediation server 400 (reference document “HTTP (Web) Protocol session maintenance method http://fenics.fujitsu.com/products/ipcom/catalog/data/1/6.html ”). A cookie is information stored in a Web browser of a client terminal, and URL information of an access destination is stored. As shown in Table 5, the client terminal side may have information on whether or not a tag has been added.

Figure 2012093841
Figure 2012093841

Cookieを用いたタグの埋め込み動作は次のようになる。Cookieには保持時間が設定されているので、その保持時間内における新規の閲覧要求に対して、タグ付加部13″はタグ埋め込みテーブル30に定義された割合に応じて抽選でタグを埋め込む。   The tag embedding operation using Cookie is as follows. Since the holding time is set for the cookie, the tag addition unit 13 ″ embeds the tag by lottery according to the ratio defined in the tag embedding table 30 in response to a new browsing request within the holding time.

そのタグの埋め込みの有無を、Cookieに記憶する。保持時間内の同じアクセス先への閲覧要求に対しては、Cookieの埋め込みの有無情報を確認して、前回の閲覧要求時にタグを付加していればタグを付加する。前回の閲覧要求時にタグが付加されていなければタグは付加しない。有効期限切れのアクセスについては、新規アクセスとして再抽選する。   Whether or not the tag is embedded is stored in a cookie. For a browsing request to the same access destination within the holding time, the cookie embedding information is confirmed, and a tag is added if a tag was added at the previous browsing request. If no tag is added at the time of the previous browsing request, no tag is added. For the access that has expired, it is drawn again as a new access.

仲介サーバ300と400は、ある所定の割合でタグの埋め込み動作を行うので、逐次変化するアクセス状況に適応できない課題を持つ。例えば、新たに広告を実施した場合の関連サイトへのアクセスは、その広告の前後で大きく変化するのが一般的であるが、増加するアクセス数が予想を超えてしまう場合もある。また、その効果が一時的な場合は計測サーバの負荷は急激に軽くなることもある。このような事態でも、適応的に対応できる仲介サーバ500を実施例5として説明する。   Since the mediation servers 300 and 400 perform the tag embedding operation at a predetermined ratio, there is a problem that the mediation servers 300 and 400 cannot adapt to the sequentially changing access situation. For example, access to related sites when a new advertisement is executed generally changes greatly before and after the advertisement, but the number of accesses may exceed the expectation. In addition, when the effect is temporary, the load on the measurement server may be drastically reduced. An intermediary server 500 that can adaptively cope with such a situation will be described as a fifth embodiment.

図12に、仲介サーバ500の機能構成例を示す。その動作フローを図13に示す。仲介サーバ500は、仲介サーバ400に対して、計測サーバ負荷状況監視部50とタグ埋め込み割合変更部51と、を備える点で異なる。   FIG. 12 shows a functional configuration example of the mediation server 500. The operation flow is shown in FIG. The mediation server 500 differs from the mediation server 400 in that it includes a measurement server load status monitoring unit 50 and a tag embedding ratio changing unit 51.

計測サーバ負荷状況監視部50は、定期的に計測サーバ115の負荷状況を監視する(ステップS50)。定期的とは、単位時間毎(例えば30分、1時間等)でも良いし閲覧要求時でも良い。タグ埋め込み割合変更部51は、計測サーバ負荷状況監視部50で監視した計測サーバ115の負荷状況に応じてタグ埋め込みテーブルで定義された割合を変更する(ステップS51)。要求数/タグ付加数記憶部31′は、定期的にタグ埋め込み割合変更部51が変更した割合に基づいて埋め込んだタグ数とアクセス数を記憶する(ステップS31′)。
表6に、タグ埋め込み割合変更部51が変更する「割合」の例を示す。
The measurement server load status monitoring unit 50 periodically monitors the load status of the measurement server 115 (step S50). “Periodic” may be every unit time (for example, 30 minutes, 1 hour, etc.) or at the time of browsing request. The tag embedding rate changing unit 51 changes the rate defined in the tag embedding table according to the load status of the measurement server 115 monitored by the measurement server load status monitoring unit 50 (step S51). The request number / tag addition number storage unit 31 ′ periodically stores the number of embedded tags and the number of accesses based on the ratio changed by the tag embedding ratio changing unit 51 (step S31 ′).
Table 6 shows an example of “ratio” changed by the tag embedding ratio changing unit 51.

Figure 2012093841
Figure 2012093841

表6では、例えば、アクセス先「www.aaa.co.jp」の24時間以内のアクセス数が10万回を越える場合は、コンテンツにタグを埋め込む割合を20%に制限する例を示している。また、直近のアクセス数が減少すると計測サーバの負荷が軽くなるので、アクセス先「www.aaa.co.jp」と「www.bbb.co.jp」の割合を、共に90%にしている。また、「www.bbb.co.jp」の割合を10%としているように、アクセス先に応じてアクセス集中時の割合を、変えても良い。   In Table 6, for example, when the number of accesses within 24 hours of the access destination “www.aaa.co.jp” exceeds 100,000 times, an example is shown in which the ratio of embedding tags in the content is limited to 20%. . In addition, since the load on the measurement server decreases as the number of recent accesses decreases, the ratio of access destinations “www.aaa.co.jp” and “www.bbb.co.jp” is both 90%. Moreover, the ratio at the time of concentration of access may be changed according to the access destination so that the ratio of “www.bbb.co.jp” is 10%.

なお、表6ではアクセス数に応じて、つまり計測サーバへの負荷集中を回避する目的で、タグの埋め込み割合を可変する例を示したが、他の条件との組み合わせでアクセス解析に必要な情報を、メリハリを付けて収集することも可能である。表7に、日時や地域でメリハリを付けた例を示す。   Table 6 shows an example in which the tag embedding ratio is varied according to the number of accesses, that is, for the purpose of avoiding load concentration on the measurement server, but information necessary for access analysis in combination with other conditions. Can also be collected with sharpness. Table 7 shows an example where the date and time and region are marked.

Figure 2012093841
Figure 2012093841

このように、時間帯や地域等毎に割合を変えることで、ポイントを絞ったアクセス解析を行うことが可能である。   In this way, by changing the ratio for each time zone, region, etc., it is possible to perform access analysis with narrowed points.

以上述べたように、この発明の仲介サーバは、アクセス対象毎に定義されたタグを、Webサーバから受信したコンテンツに付加してクライアント端末に送信するので、Webページに自動的に埋め込むタグを多様に定義することが出来る。と共に、計測サーバの負荷を軽減させながらアクセス解析に必要な正確な情報の取得を可能にする。
なお、上記した各装置における処理手段をコンピュータによって実現する場合、各装置が有すべき機能の処理内容はプログラムによって記述される。そして、このプログラムをコンピュータで実行することにより、各装置における処理手段がコンピュータ上で実現される。
As described above, the intermediary server of the present invention adds a tag defined for each access target to the content received from the Web server and transmits it to the client terminal, so various tags can be automatically embedded in the Web page. Can be defined. At the same time, accurate information necessary for access analysis can be obtained while reducing the load on the measurement server.
When the processing means in each device described above is realized by a computer, the processing contents of functions that each device should have are described by a program. Then, by executing this program on the computer, the processing means in each apparatus is realized on the computer.

この処理内容を記述したプログラムは、コンピュータで読み取り可能な記録媒体に記録しておくことができる。コンピュータで読み取り可能な記録媒体としては、例えば、磁気記録装置、光ディスク、光磁気記録媒体、半導体メモリ等どのようなものでもよい。具体的には、例えば、磁気記録装置として、ハードディスク装置、フレキシブルディスク、磁気テープ等を、光ディスクとして、DVD(Digital Versatile Disc)、DVD-RAM(Random Access Memory)、CD-ROM(Compact Disc Read Only Memory)、CD-R(Recordable)/RW(ReWritable)等を、光磁気記録媒体として、MO(Magneto Optical disc)等を、半導体メモリとしてEEP-ROM(Electronically Erasable and Programmable-Read Only Memory)等を用いることができる。   The program describing the processing contents can be recorded on a computer-readable recording medium. As the computer-readable recording medium, for example, any recording medium such as a magnetic recording device, an optical disk, a magneto-optical recording medium, and a semiconductor memory may be used. Specifically, for example, as a magnetic recording device, a hard disk device, a flexible disk, a magnetic tape or the like, and as an optical disk, a DVD (Digital Versatile Disc), a DVD-RAM (Random Access Memory), a CD-ROM (Compact Disc Read Only) Memory), CD-R (Recordable) / RW (ReWritable), etc., magneto-optical recording media, MO (Magneto Optical disc), etc., semiconductor memory, EEP-ROM (Electronically Erasable and Programmable-Read Only Memory), etc. Can be used.

また、このプログラムの流通は、例えば、そのプログラムを記録したDVD、CD-ROM等の可搬型記録媒体を販売、譲渡、貸与等することによって行う。さらに、このプログラムをサーバコンピュータの記録装置に格納しておき、ネットワークを介して、サーバコンピュータから他のコンピュータにそのプログラムを転送することにより、このプログラムを流通させる構成としてもよい。   This program is distributed by selling, transferring, or lending a portable recording medium such as a DVD or CD-ROM in which the program is recorded. Further, the program may be distributed by storing the program in a recording device of a server computer and transferring the program from the server computer to another computer via a network.

また、各手段は、コンピュータ上で所定のプログラムを実行させることにより構成することにしてもよいし、これらの処理内容の少なくとも一部をハードウェア的に実現することとしてもよい。   Each means may be configured by executing a predetermined program on a computer, or at least a part of these processing contents may be realized by hardware.

Claims (9)

複数のWebサーバとクライアント端末の間に設定される仲介サーバであって、
上記クライアント端末からの閲覧要求を受信する閲覧要求受信部と、
上記閲覧要求をWebサーバに転送する要求転送部と、
Webサーバからのコンテンツを受信するコンテンツ受信部と、
タグ記憶部に記憶されたアクセス対象毎に定義されたタグを上記コンテンツに付加するタグ付加部と、
上記タグを付加したコンテンツを上記クライアント端末に送信するタグ付加済みコンテンツ送信部と、
を具備する仲介サーバ。
An intermediary server set up between multiple Web servers and client terminals,
A browsing request receiver for receiving a browsing request from the client terminal;
A request transfer unit for transferring the browsing request to a Web server;
A content receiver for receiving content from a web server;
A tag addition unit for adding a tag defined for each access target stored in the tag storage unit to the content;
A tagged content transmitter that transmits the content with the tag to the client terminal;
An intermediary server.
複数のWebサーバと接続する認証サーバとクライアント端末の間に設定される仲介サーバであって、
上記クライアント端末からの閲覧要求を受信する閲覧要求受信部と、
上記閲覧要求とクライアントの認証に必要な認証情報を上記認証サーバに送信する認証サーバ通信部と、
上記認証情報に対する認証結果を上記認証サーバから受信してその認証結果を判定する認証結果判定部と、
Webサーバからのコンテンツを受信するコンテンツ受信部と、
上記認証結果が上記クライアントを認可する結果の場合にタグ記憶部に記憶されたアクセス対象毎に定義されたタグに、その認証の結果を示す情報を埋め込む認証結果タグ埋め込み部と、
上記認証の結果が埋め込まれたタグを上記コンテンツに付加するタグ付加部と、
上記タグを付加したコンテンツを上記クライアント端末に送信するタグ付加済みコンテンツ送信部と、
を具備する仲介サーバ。
An intermediary server set between an authentication server and a client terminal connected to a plurality of Web servers,
A browsing request receiver for receiving a browsing request from the client terminal;
An authentication server communication unit that transmits authentication information necessary for the browsing request and client authentication to the authentication server;
An authentication result determination unit that receives an authentication result for the authentication information from the authentication server and determines the authentication result;
A content receiver for receiving content from a web server;
An authentication result tag embedding unit that embeds information indicating the authentication result in a tag defined for each access target stored in the tag storage unit when the authentication result is a result of authorizing the client;
A tag adding unit for adding a tag in which the authentication result is embedded to the content;
A tagged content transmitter that transmits the content with the tag to the client terminal;
An intermediary server.
請求項1又は2に記載した仲介サーバにおいて、
上記タグ付加部は、タグ記憶部に記憶されたアクセス対象毎に定義された埋め込み条件に応じたタグを上記コンテンツに付加するものであることを特徴とする仲介サーバ。
In the mediation server according to claim 1 or 2,
The intermediary server, wherein the tag adding unit adds a tag corresponding to an embedding condition defined for each access target stored in a tag storage unit to the content.
請求項1乃至3の何れかに記載した仲介サーバにおいて、
更に、
アクセス対象毎にタグの埋め込み動作の割合を定義したタグ埋め込みテーブルと、
上記閲覧要求数とタグを埋め込んだタグ付加数を記憶する閲覧要求数/タグ付加数記憶部と、
上記閲覧要求数と上記タグ付加数を用いて計測サーバからの計測結果を補正した補正済み計測結果を上記クライアント端末に送信する解析結果補正部と、を備え、
上記タグ付加部は、上記割合を参照してその割合に応じたタグを上記コンテンツに付加するものであり、
上記タグ付加済みコンテンツ送信部は、上記割合に応じた比率でタグを付加したコンテンツを上記クライアント端末に送信するものであることを特徴とする仲介サーバ。
In the mediation server according to any one of claims 1 to 3,
Furthermore,
A tag embedding table that defines the ratio of tag embedding operations for each access target;
A browsing request number / tag addition number storage unit for storing the number of browsing requests and the number of tag additions embedded with tags;
An analysis result correction unit that transmits the corrected measurement result obtained by correcting the measurement result from the measurement server using the number of browsing requests and the number of tag additions to the client terminal,
The tag adding unit refers to the ratio and adds a tag corresponding to the ratio to the content.
The intermediary server, wherein the tag-added content transmission unit transmits content to which a tag is added at a ratio corresponding to the ratio to the client terminal.
請求項4に記載した仲介サーバにおいて、
更に、
上記割合に応じた比率でタグを付加したコンテンツを送信したクライアント端末からの1回目の閲覧要求に対するコンテンツにタグを付加したか否かを記憶するタグ埋め込み記憶部を備え、
上記タグ付加部は、上記タグ埋め込み記憶部を参照して1回目の閲覧要求にタグが付加されていた場合に現在の閲覧要求に対するコンテンツにも上記タグを付加し、1回目の閲覧要求にタグが付加されていない場合にタグをコンテンツに付加しないことを特徴とする仲介サーバ。
In the mediation server according to claim 4,
Furthermore,
A tag embedding storage unit for storing whether or not a tag is added to the content in response to the first browsing request from the client terminal that has transmitted the content to which the tag is added at a rate corresponding to the above-mentioned rate;
The tag adding unit adds the tag to the content corresponding to the current browsing request when the tag is added to the first browsing request with reference to the tag embedding storage unit, and the tag is added to the first browsing request. An intermediary server characterized by not adding a tag to content when no is added.
請求項5に記載した仲介サーバにおいて、
更に、
定期的に計測サーバの負荷状況を監視する計測サーバ負荷状況監視部と、
上記タグ埋め込みテーブルに定義された割合を上記負荷状況に応じて変更するタグ埋め込み割合変更部と、
定期的に上記タグ埋め込み割合変更部が変更した割合とアクセス数を記憶するアクセス数記憶部と、を具備することを特徴とする仲介サーバ。
In the mediation server according to claim 5,
Furthermore,
A measurement server load status monitoring unit for periodically monitoring the load status of the measurement server;
A tag embedding ratio changing unit for changing the ratio defined in the tag embedding table according to the load situation;
An intermediary server, comprising: an access number storage unit that stores a ratio and an access number that are periodically changed by the tag embedding ratio changing unit.
複数のWebサーバとクライアント端末の間に設定される仲介サーバによるアクセス解析方法であって、
上記クライアント端末からの閲覧要求を受信する閲覧要求受信過程と、
上記閲覧要求をWebサーバに転送する要求転送過程と、
Webサーバからのコンテンツを受信するコンテンツ受信過程と、
タグ記憶部に記憶されたアクセス対象毎に定義されたタグを上記コンテンツに付加するタグ付加過程と、
上記タグを付加したコンテンツを上記クライアント端末に送信するタグ付加済みコンテンツ送信過程と、
を備える仲介サーバによるアクセス解析方法。
An access analysis method by an intermediary server set between a plurality of Web servers and client terminals,
A browsing request reception process for receiving a browsing request from the client terminal;
A request forwarding process for forwarding the browsing request to a web server;
A content receiving process for receiving content from a web server;
A tag addition process for adding a tag defined for each access target stored in the tag storage unit to the content;
A tagged content transmission process for transmitting the content with the tag to the client terminal;
An access analysis method by a mediation server comprising:
複数のWebサーバと接続する認証サーバとクライアント端末の間に設定される仲介サーバによるアクセス解析方法であって、
上記クライアント端末からの閲覧要求を受信する閲覧要求受信過程と、
上記閲覧要求とクライアントの認証に必要な認証情報を上記認証サーバに送信する認証サーバ通信過程と、
上記認証情報に対する認証結果を上記認証サーバから受信してその認証結果を判定する認証結果判定部と、
Webサーバからのコンテンツを受信するコンテンツ受信過程と、
上記認証結果が上記クライアントを認可する結果の場合にタグ記憶部に記憶されたアクセス対象毎に定義されたタグに、その認証の結果を示す情報を埋め込む認証結果タグ埋め込み過程と、
上記認証の結果が埋め込まれたタグを上記コンテンツに付加するタグ付加過程と、
上記タグを付加したコンテンツを上記クライアント端末に送信するタグ付加済みコンテンツ送信過程と、
を備える仲介サーバによるアクセス解析方法。
An access analysis method by an intermediary server set between an authentication server and a client terminal connected to a plurality of Web servers,
A browsing request reception process for receiving a browsing request from the client terminal;
An authentication server communication process for transmitting the browsing request and authentication information necessary for client authentication to the authentication server;
An authentication result determination unit that receives an authentication result for the authentication information from the authentication server and determines the authentication result;
A content receiving process for receiving content from a web server;
An authentication result tag embedding process for embedding information indicating an authentication result in a tag defined for each access target stored in the tag storage unit when the authentication result is a result of authorizing the client;
A tag addition process for adding a tag in which the authentication result is embedded to the content;
A tagged content transmission process for transmitting the content with the tag to the client terminal;
An access analysis method by a mediation server comprising:
請求項1乃至6の何れかに記載した仲介サーバとしてコンピュータを機能させるためのプログラム。   The program for functioning a computer as a mediation server in any one of Claims 1 thru | or 6.
JP2010238745A 2010-10-25 2010-10-25 Mediation server, and access analysis method and program by the mediation server Active JP5543896B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010238745A JP5543896B2 (en) 2010-10-25 2010-10-25 Mediation server, and access analysis method and program by the mediation server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010238745A JP5543896B2 (en) 2010-10-25 2010-10-25 Mediation server, and access analysis method and program by the mediation server

Publications (2)

Publication Number Publication Date
JP2012093841A true JP2012093841A (en) 2012-05-17
JP5543896B2 JP5543896B2 (en) 2014-07-09

Family

ID=46387122

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010238745A Active JP5543896B2 (en) 2010-10-25 2010-10-25 Mediation server, and access analysis method and program by the mediation server

Country Status (1)

Country Link
JP (1) JP5543896B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015211337A (en) * 2014-04-25 2015-11-24 ソフトバンク株式会社 System comprising information generating device and receiving device
JP2019079474A (en) * 2017-10-27 2019-05-23 エヌ・ティ・ティ・コミュニケーションズ株式会社 Site improvement device, site improvement method and site improvement program
JP2020009065A (en) * 2018-07-05 2020-01-16 株式会社リコー Digital marketing system, information processing device, program and marketing support method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005182364A (en) * 2003-12-18 2005-07-07 Canon Software Inc Www relay server and information browsing time measurement method and program and recording medium
JP2008117267A (en) * 2006-11-07 2008-05-22 Yafoo Japan Corp Browsing history provision system, browsing history provision device, browsing history provision method and browsing history provision program
JP2009541903A (en) * 2006-06-26 2009-11-26 オムニチュア・インコーポレーテッド (デラウェア コーポレーション) Web beacon plugin and its authentication

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005182364A (en) * 2003-12-18 2005-07-07 Canon Software Inc Www relay server and information browsing time measurement method and program and recording medium
JP2009541903A (en) * 2006-06-26 2009-11-26 オムニチュア・インコーポレーテッド (デラウェア コーポレーション) Web beacon plugin and its authentication
JP2008117267A (en) * 2006-11-07 2008-05-22 Yafoo Japan Corp Browsing history provision system, browsing history provision device, browsing history provision method and browsing history provision program

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015211337A (en) * 2014-04-25 2015-11-24 ソフトバンク株式会社 System comprising information generating device and receiving device
JP2019079474A (en) * 2017-10-27 2019-05-23 エヌ・ティ・ティ・コミュニケーションズ株式会社 Site improvement device, site improvement method and site improvement program
JP7009160B2 (en) 2017-10-27 2022-01-25 エヌ・ティ・ティ・コミュニケーションズ株式会社 Site improvement equipment, site improvement methods and site improvement programs
JP2020009065A (en) * 2018-07-05 2020-01-16 株式会社リコー Digital marketing system, information processing device, program and marketing support method
JP7176259B2 (en) 2018-07-05 2022-11-22 株式会社リコー Digital marketing system, information processing device, program, marketing support method

Also Published As

Publication number Publication date
JP5543896B2 (en) 2014-07-09

Similar Documents

Publication Publication Date Title
US6973490B1 (en) Method and system for object-level web performance and analysis
US9083743B1 (en) Managing request routing information utilizing performance information
US9800539B2 (en) Request routing management based on network components
US9160703B2 (en) Request routing management based on network components
US8065417B1 (en) Service provider registration by a content broker
US8825849B2 (en) Distributed data collection and aggregation
US20170244616A1 (en) Unobtrusive Methods and Systems for Collecting Information Transmitted over a Network
US20200382392A1 (en) Method and server for monitoring users during their browsing within a communications network
US20110302272A1 (en) Unobtrusive methods and systems for collecting information transmitted over a network
KR20140093491A (en) Method, system and computer-readable storage medium storing computer program for handling shortened url
US20120278445A1 (en) Load balancing system
JP5543896B2 (en) Mediation server, and access analysis method and program by the mediation server
US20160226708A1 (en) Assigning client devices to point-of-presence centers
CN103581361A (en) Domain name resolution proxy method, device and system
CN102918527B (en) Investigation method and system for web application hosting
JP5547530B2 (en) Content acquisition status survey system, content acquisition status survey method
CN104283727B (en) The method and system that network service quality is monitored
JP5851251B2 (en) Communication packet storage device
JP6787846B2 (en) Suspected location estimation device and suspected location estimation method
TWI446772B (en) A cross - domain cookie access method, system and device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130221

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131010

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131022

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20131218

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140509

R150 Certificate of patent or registration of utility model

Ref document number: 5543896

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250