JP2016021212A - Analysis server device and analysis program - Google Patents

Analysis server device and analysis program Download PDF

Info

Publication number
JP2016021212A
JP2016021212A JP2014157019A JP2014157019A JP2016021212A JP 2016021212 A JP2016021212 A JP 2016021212A JP 2014157019 A JP2014157019 A JP 2014157019A JP 2014157019 A JP2014157019 A JP 2014157019A JP 2016021212 A JP2016021212 A JP 2016021212A
Authority
JP
Japan
Prior art keywords
web page
server device
analysis
terminal device
browsing behavior
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
JP2014157019A
Other languages
Japanese (ja)
Other versions
JP6539432B2 (en
Inventor
弘樹 金島
Hiroki Kaneshima
弘樹 金島
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.)
Glad Cube Inc
Original Assignee
Glad Cube 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 Glad Cube Inc filed Critical Glad Cube Inc
Priority to JP2014157019A priority Critical patent/JP6539432B2/en
Publication of JP2016021212A publication Critical patent/JP2016021212A/en
Application granted granted Critical
Publication of JP6539432B2 publication Critical patent/JP6539432B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide an analysis server device configured to efficiently perform heat map analysis appropriately on a dynamic web page, and an analysis program.SOLUTION: A heat map analysis system 100 includes a user terminal device 10, a web server device 20, an analysis server device 30, and a manager terminal device 40. The analysis server device 30 receives an HTML file and browsing behavior information from the user terminal device 10, and stores them in association with each other. On receipt of a request to transmit a result of heat map analysis from the manager terminal device 40, the analysis server device 30 receives an image file or a style sheet from the web server device 20, on the basis of the stored HTML file, to restore a web page. The analysis server device 30 performs heat map analysis on the restored web page, on the basis of the stored browsing behavior information.SELECTED DRAWING: Figure 1

Description

本発明は、Webページに対するアクセス解析技術に関する。  The present invention relates to an access analysis technique for a Web page.

従来、Webサイトは、多くの企業にとって広告媒体として大きな役割を担っている。よって、自社の製品やサービスの内容を正しく伝え、多くの顧客を獲得するために、多くの企業は、自社のWebサイトの内容を最適化することを考えている。  Conventionally, Web sites have played a major role as advertising media for many companies. Therefore, in order to correctly convey the contents of their products and services and acquire many customers, many companies are considering optimizing the contents of their websites.

Webサイトの最適化のために、一般的にアクセス解析が広く行われている。アクセス解析とは、Webサイトに含まれる各Webページの閲覧者数、各Webページの閲覧者による特定の閲覧行動の有無等のデータに基づき、Webサイトの構成やWebページの内容等の改善を行う手法をいう。  In order to optimize a website, access analysis is generally widely performed. Access analysis is the improvement of the structure of the website and the contents of the web page based on data such as the number of viewers of each web page included in the website and the presence / absence of specific browsing behavior by the viewer of each web page. The technique to do.

アクセス解析の方法としては、例えば特許文献1のように様々な方法が開示されているが、近年、ヒートマップを用いたアクセス解析(以下、ヒートマップ解析と称する。)が注目されている。Webサイトの管理者は、このヒートマップ解析によって、任意のWebページにおけるユーザの閲覧行動を直感的に把握することができる。  As an access analysis method, various methods are disclosed, for example, as in Patent Document 1, but in recent years, an access analysis using a heat map (hereinafter referred to as a heat map analysis) has attracted attention. The administrator of the website can intuitively grasp the browsing behavior of the user on an arbitrary web page by this heat map analysis.

ここで、ヒートマップとは、可視化グラフの一種であり、任意のWebページにおけるユーザの閲覧行動を示す図形や色などの表示をWebページ上に付加(可視化)したものである。そのため、ヒートマップ解析では、そのWebページにおけるユーザの閲覧行動を示す閲覧行動情報を随時取得する必要がある。  Here, the heat map is a kind of visualization graph, and is obtained by adding (visualizing) a display such as a figure or a color indicating a user's browsing behavior on an arbitrary Web page. Therefore, in heat map analysis, it is necessary to acquire browsing behavior information indicating the browsing behavior of the user on the Web page as needed.

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

しかしながら、閲覧行動情報を取得した時点からWebページの内容が更新された場合、閲覧行動情報を取得した時点のWebページに基づくヒートマップと、更新された現時点のWebページとに食い違いが生じ、適正なヒートマップ解析が不可能となる。  However, if the content of the Web page is updated from the time when the browsing behavior information is acquired, there is a discrepancy between the heat map based on the Web page at the time when the browsing behavior information is acquired and the updated current Web page. Heat map analysis becomes impossible.

そのため、Webページのうち、ユーザの操作入力によって表示内容を更新するタイプのWebページ(以下、動的Webページと称する。)、即ち、更新が前提となる動的Webページ上に、適正なヒートマップを付加することは極めて困難である。動的Webページは、例えば、ショッピングカート機能を利用した商品販売ページである。  For this reason, an appropriate heat is applied to a web page of a type in which display contents are updated by a user's operation input (hereinafter referred to as a dynamic web page), that is, a dynamic web page on which update is assumed. Adding a map is extremely difficult. The dynamic web page is, for example, a product sales page using a shopping cart function.

なお、動的Webページの更新が行われる毎に、動的Webページに係る全てのWebページデータ(HTMLファイル、画像ファイル等)を保存していく方法が考えられるが、この方法では、データ量が膨大となり、極めて効率が悪いという問題がある。  In addition, every time a dynamic Web page is updated, a method of saving all Web page data (HTML file, image file, etc.) related to the dynamic Web page can be considered. Is enormous, and there is a problem that it is extremely inefficient.

したがって、本発明は、動的Webページに対して適正なヒートマップ解析を効率良く行うことができる解析サーバ装置および解析プログラムを提供することを目的とする。  Therefore, an object of the present invention is to provide an analysis server device and an analysis program that can efficiently perform an appropriate heat map analysis on a dynamic Web page.

本発明の解析サーバ装置は、前記課題を解決するために以下の構成を備えている。  The analysis server device of the present invention has the following configuration in order to solve the above problems.

(1)Webサーバ装置とWebサーバ装置からWebページを受信して表示する情報端末装置とにネットワークを介して接続する解析サーバ装置において、
Webページのうち、情報端末装置のユーザの操作入力によって表示内容を更新する動的Webページのマークアップ言語ファイルと、情報端末装置で表示される動的Webページに対するユーザの閲覧行動を示す閲覧行動情報とを、情報端末装置から受信する受信手段と、
受信手段で受信したマークアップ言語ファイルと閲覧行動情報とを対応付けて保存する保存手段と、
保存手段に保存されているマークアップ言語ファイルに基づいて動的Webページを復元する復元手段と、
保存手段に保存されている閲覧行動情報に基づいて、復元手段により復元した動的Webページ上に、閲覧行動を可視化したヒートマップを生成するヒートマップ解析を実行する解析手段と、
を備える解析サーバ装置。
(1) In an analysis server device connected via a network to a Web server device and an information terminal device that receives and displays a Web page from the Web server device,
Among Web pages, a markup language file of a dynamic Web page that updates display contents by an operation input by a user of the information terminal device, and a browsing behavior indicating a user's browsing behavior with respect to the dynamic Web page displayed on the information terminal device Receiving means for receiving information from the information terminal device;
Storage means for storing the markup language file received by the reception means and the browsing behavior information in association with each other;
Restoring means for restoring a dynamic web page based on a markup language file saved in the saving means;
Analysis means for performing heat map analysis for generating a heat map that visualizes browsing behavior on the dynamic Web page restored by the restoration means based on the browsing behavior information stored in the storage means;
An analysis server device comprising:

この構成では、受信手段が動的Webページのマークアップ言語ファイルと閲覧行動情報とを情報端末装置から受信し、保存手段が動的Webページのマークアップ言語ファイルと閲覧行動情報とを対応付けて保存している。そして、復元手段が、保存手段に保存されているマークアップ言語ファイルに基づいて動的Webページを復元している。  In this configuration, the receiving unit receives the markup language file of the dynamic Web page and the browsing behavior information from the information terminal device, and the storage unit associates the markup language file of the dynamic Web page with the browsing behavior information. Saved. Then, the restoring means restores the dynamic Web page based on the markup language file saved in the saving means.

そのため、この構成では、保存手段に保存されている閲覧行動情報に基づくヒートマップと、復元手段が復元した動的Webページとに食い違いが生じない。よって、ヒートマップ解析を、動的Webページに対して適正に行うことができる。  Therefore, in this configuration, there is no discrepancy between the heat map based on the browsing behavior information stored in the storage unit and the dynamic web page restored by the restoration unit. Therefore, heat map analysis can be appropriately performed on a dynamic Web page.

また、解析サーバ装置は、データ量の大きい画像ファイルを保存せず、データ量の小さいマークアップ言語ファイルを保存するため、データ量も少なく済む。画像ファイルは、静止画像ファイル及び動画像ファイルを含む。  In addition, the analysis server device does not store an image file with a large amount of data, but stores a markup language file with a small amount of data, so the amount of data is small. The image file includes a still image file and a moving image file.

したがって、本実施形態の解析サーバ装置によれば、動的Webページに対して適正なヒートマップ解析を効率良く行うことができる。  Therefore, according to the analysis server device of the present embodiment, it is possible to efficiently perform an appropriate heat map analysis for a dynamic Web page.

(2)受信手段は、保存手段に保存されているマークアップ言語ファイルに基づいてWebサーバ装置から画像ファイルを受信し、
復元手段は、保存手段に保存されているマークアップ言語ファイルと受信手段で受信された画像ファイルとに基づいて、動的Webページを復元する、ことが好ましい。
(2) The receiving unit receives the image file from the Web server device based on the markup language file stored in the storing unit,
The restoring means preferably restores the dynamic web page based on the markup language file saved in the saving means and the image file received by the receiving means.

また、本発明の解析プログラムは、課題を解決するために以下の構成を備えている。  The analysis program of the present invention has the following configuration in order to solve the problem.

(3)情報端末装置がWebサーバ装置から受信して表示するWebページのうち、情報端末装置のユーザの操作入力によって表示内容を更新する動的Webページのマークアップ言語ファイルを、ネットワークを介して情報端末装置から受信する言語ファイル受信ステップと、
情報端末装置で表示される動的Webページに対するユーザの閲覧行動を示す閲覧行動情報を、ネットワークを介して情報端末装置から受信する閲覧行動受信ステップと、
言語ファイル受信ステップ及び閲覧行動受信ステップで受信したマークアップ言語ファイルと閲覧行動情報とを対応付けて保存する保存ステップと、
保存ステップで保存したマークアップ言語ファイルに基づいて動的Webページを復元する復元ステップと、
保存ステップで保存した閲覧行動情報に基づいて、復元ステップで復元した動的Webページ上に、閲覧行動を可視化したヒートマップを生成するヒートマップ解析を実行する解析ステップと、
をコンピュータに実行させる解析プログラム。
(3) Among the Web pages received and displayed by the information terminal device from the Web server device, the markup language file of the dynamic Web page that updates the display content by the operation input of the user of the information terminal device is transmitted via the network. A language file receiving step for receiving from the information terminal device;
A browsing behavior receiving step of receiving browsing behavior information indicating the browsing behavior of the user with respect to the dynamic Web page displayed on the information terminal device from the information terminal device via the network;
A storing step of storing the markup language file and the browsing behavior information received in the language file receiving step and the browsing behavior receiving step in association with each other;
A restoration step of restoring a dynamic web page based on the markup language file saved in the saving step;
An analysis step for performing a heat map analysis for generating a heat map that visualizes browsing behavior on the dynamic web page restored in the restoration step based on the browsing behavior information saved in the saving step;
Analysis program that causes a computer to execute.

この構成における解析プログラムは、上記(1)の解析サーバ装置に実装されるプログラムである。
これにより、上記(1)と同様の効果を奏する。
The analysis program in this configuration is a program installed in the analysis server device of (1) above.
Thereby, there exists an effect similar to said (1).

本発明は、動的Webページに対して適正なヒートマップ解析を効率良く行うことができる。  The present invention can efficiently perform an appropriate heat map analysis for a dynamic Web page.

本発明の実施形態に係る解析サーバ装置30を備えるヒートマップ解析システム100の構成を示したシステム構成図である。It is a system configuration figure showing the composition of heat map analysis system 100 provided with analysis server device 30 concerning the embodiment of the present invention. 図1に示す解析サーバ装置30の構成を示したブロック図である。It is the block diagram which showed the structure of the analysis server apparatus 30 shown in FIG. 図1に示すヒートマップ解析システム100の動作を模式的に示したフローチャートである。It is the flowchart which showed typically operation | movement of the heat map analysis system 100 shown in FIG. 図1に示すユーザ端末装置10のディスプレイに表示される動的Webページの一例を示す図である。It is a figure which shows an example of the dynamic web page displayed on the display of the user terminal device 10 shown in FIG. 図2に示す記憶部31に保存されるHTMLファイル及び閲覧行動情報の保存形式の一例を示す図である。It is a figure which shows an example of the preservation | save format of the HTML file preserve | saved at the memory | storage part 31 shown in FIG. 2, and browsing action information. 図1に示すヒートマップ解析システム100の動作を模式的に示したフローチャートである。It is the flowchart which showed typically operation | movement of the heat map analysis system 100 shown in FIG. 図1に示す管理者端末装置40のディスプレイにおいて表示される選択ページの一例を示す図である。It is a figure which shows an example of the selection page displayed on the display of the administrator terminal device 40 shown in FIG. 図1に示す管理者端末装置40のディスプレイにおいて表示されるヒートマップ解析結果の一例を示す図である。It is a figure which shows an example of the heat map analysis result displayed on the display of the administrator terminal device 40 shown in FIG.

以下、本発明の実施形態について説明する。  Hereinafter, embodiments of the present invention will be described.

図1は、本発明の実施形態に係る解析サーバ装置30を備えるヒートマップ解析システム100の構成を示したシステム構成図である。ヒートマップ解析システム100は、ユーザ端末装置10と、Webサーバ装置20と、解析サーバ装置30と、管理者端末装置40と、を備える。  FIG. 1 is a system configuration diagram illustrating a configuration of a heat map analysis system 100 including an analysis server device 30 according to an embodiment of the present invention. The heat map analysis system 100 includes a user terminal device 10, a Web server device 20, an analysis server device 30, and an administrator terminal device 40.

ユーザ端末装置10は、一般ユーザUがWebページの閲覧に用いる情報端末装置である。このユーザUは、Webページの閲覧者である。  The user terminal device 10 is an information terminal device used by a general user U for browsing web pages. This user U is a web page viewer.

Webサーバ装置20は、ユーザ端末装置10からの要求に応じて、Webページの表示を指示するWebページデータを要求元のユーザ端末装置10に送信する。  In response to a request from the user terminal device 10, the Web server device 20 transmits Web page data instructing display of the Web page to the requesting user terminal device 10.

解析サーバ装置30は、ユーザ端末装置10を用いて一般ユーザUがWebページを閲覧する際にユーザ端末装置10から送信される閲覧行動情報に基づいて、ヒートマップを用いたアクセス解析(以下、ヒートマップ解析と称する。)を行う。閲覧行動情報は、一般ユーザUの閲覧行動を示す情報である。  The analysis server device 30 uses an access analysis (hereinafter referred to as heat) based on browsing behavior information transmitted from the user terminal device 10 when the general user U browses the Web page using the user terminal device 10. (Referred to as map analysis). The browsing behavior information is information indicating the browsing behavior of the general user U.

ここで、ヒートマップとは、可視化グラフの一種であり、任意のWebページにおけるユーザの閲覧行動を示す図形や色などの表示をWebページ上に付加(可視化)したものである。  Here, the heat map is a kind of visualization graph, and is obtained by adding (visualizing) a display such as a figure or a color indicating a user's browsing behavior on an arbitrary Web page.

管理者端末装置40は、Webサーバ装置20の管理者Yがヒートマップ解析の結果を解析サーバ装置30から受信し表示させるために用いる端末装置である。  The administrator terminal device 40 is a terminal device used by the administrator Y of the Web server device 20 to receive and display the result of the heat map analysis from the analysis server device 30.

なお、本実施形態では、Webサーバ装置20及び管理者端末装置40は、同一企業によって所有されていることとする。そして、管理者YがWebサーバ装置20及び管理者端末装置40を管理していることとする。  In the present embodiment, it is assumed that the Web server device 20 and the administrator terminal device 40 are owned by the same company. The administrator Y manages the Web server device 20 and the administrator terminal device 40.

ユーザ端末装置10と、Webサーバ装置20と、解析サーバ装置30と、管理者端末装置40とは、ネットワークNを介して接続されている。ユーザ端末装置10と、Webサーバ装置20と、解析サーバ装置30と、管理者端末装置40とは、それぞれ、ネットワークNを介して互いにデータ通信可能である。ネットワークNは、例えばインターネット、移動体通信網である。  The user terminal device 10, the Web server device 20, the analysis server device 30, and the administrator terminal device 40 are connected via a network N. The user terminal device 10, the Web server device 20, the analysis server device 30, and the administrator terminal device 40 can communicate data with each other via the network N. The network N is, for example, the Internet or a mobile communication network.

なお、図1においては、ユーザ端末装置10が1台しか示されていないが、この台数はWebサーバ装置20から提供されるWebページを閲覧する一般ユーザの数に応じて任意に変動する。  Although only one user terminal device 10 is shown in FIG. 1, the number varies arbitrarily according to the number of general users who browse web pages provided from the web server device 20.

また、図1においてはWebサーバ装置20、解析サーバ装置30及び管理者端末装置40は1台ずつしか示されていないが、これらの数も任意に変更可能である。  In FIG. 1, only one Web server device 20, analysis server device 30, and administrator terminal device 40 are shown, but these numbers can be arbitrarily changed.

ユーザ端末装置10及び管理者端末装置40は、ネットワークNを介して他の通信機器との間でデータ通信が可能で、Webページの閲覧を行うブラウザ機能を備える一般的な端末装置である。  The user terminal device 10 and the administrator terminal device 40 are general terminal devices that can perform data communication with other communication devices via the network N and have a browser function for browsing web pages.

ユーザ端末装置10および管理者端末装置40は、例えばノートPC(Personal Computer)である。ただし、ユーザ端末装置10および管理者端末装置40は、デスクトップPC、スマートフォン等のいずれの形態であってもよい。また、ユーザ端末装置10および管理者端末装置40は、ユーザ等の操作者から操作入力を受け付ける操作部(キーボード、マウス、タッチパネル等)を備える。  The user terminal device 10 and the administrator terminal device 40 are, for example, notebook PCs (Personal Computers). However, the user terminal device 10 and the administrator terminal device 40 may be in any form such as a desktop PC or a smartphone. In addition, the user terminal device 10 and the administrator terminal device 40 include an operation unit (a keyboard, a mouse, a touch panel, or the like) that receives an operation input from an operator such as a user.

Webサーバ装置20は一般的なWebサーバ装置であり、Webサイトを構成する複数のWebページの各々の表示を指示するWebページデータを予め保存している。  The Web server device 20 is a general Web server device, and stores in advance Web page data instructing display of each of a plurality of Web pages constituting the Web site.

Webページデータは、マークアップ言語の一種であるHTML(HyperText Markup Language)で記述されたHTMLファイルと、静止画像や動画像を表す画像ファイルとで構成されている。  Web page data includes an HTML file described in HTML (HyperText Markup Language), which is a kind of markup language, and an image file representing a still image or a moving image.

なお、本実施形態のWebページデータは、HTMLで記述されたHTMLファイル及び画像ファイルで構成されているが、これに限るものではない。実施の際は、他のマークアップ言語で記述されたマークアップ言語ファイル及び画像ファイルで構成されていてもよい。  The Web page data of this embodiment is composed of an HTML file and an image file described in HTML, but is not limited to this. At the time of implementation, it may be composed of markup language files and image files described in other markup languages.

各Webページに配置されるコンテンツは、例えば、テキスト、静止画像、動画像の少なくともいずれか1つから構成される。Webページに配置される各コンテンツのサイズ及び配置位置等は、HTMLファイルによって定義されている。  The content arranged on each Web page is composed of at least one of text, still images, and moving images, for example. The size and arrangement position of each content arranged on the Web page are defined by the HTML file.

Webサーバ装置20は、任意のユーザ端末装置10からURL(Uniform Resource Locator)等により特定されるWebページデータの送信要求に応じて、Webページデータを要求元のユーザ端末装置10に送信する。  The Web server device 20 transmits Web page data to the requesting user terminal device 10 in response to a transmission request for Web page data specified by a URL (Uniform Resource Locator) or the like from an arbitrary user terminal device 10.

ただし、Webサーバ装置20からユーザ端末装置10に送信されるWebページデータには、ユーザによるWebページの閲覧行動を示す閲覧行動情報とそのWebページのHTMLファイルとをユーザ端末装置10から解析サーバ装置30に送信させる指示が含まれている。  However, the Web page data transmitted from the Web server device 20 to the user terminal device 10 includes browsing behavior information indicating the browsing behavior of the Web page by the user and the HTML file of the Web page from the user terminal device 10 to the analysis server device. 30 includes an instruction to be transmitted.

この指示は、例えばJavaScript(登録商標)などの一般的なブラウザにより解釈可能なプログラム言語により記述され、例えばWebページデータのヘッダ内やタグ内に直接含められていてもよいし、外部ファイルとして記述されたスクリプトがヘッダ内のスクリプトに従い読み出されることにより間接的にWebページデータに含められる構成が採用されてもよい。  This instruction is described in a program language that can be interpreted by a general browser such as JavaScript (registered trademark), for example, and may be included directly in the header or tag of Web page data, or described as an external file. A configuration may be adopted in which the read script is read according to the script in the header and indirectly included in the Web page data.

ヒートマップ解析システム100を利用するWebページの管理者Yは、予め解析サーバ装置30の管理者(ヒートマップ解析システム100の運営事業者)から各Webページデータに含めるべきスクリプトを取得し、そのスクリプトを自社のWebページデータに埋め込んだ後にWebサーバ装置20にアップロードする。  The administrator Y of the Web page that uses the heat map analysis system 100 acquires a script to be included in each Web page data from the administrator of the analysis server device 30 (operator of the heat map analysis system 100) in advance. Is embedded in the company's Web page data and then uploaded to the Web server device 20.

これにより、解析サーバ装置30は、Webページの閲覧行動を示す閲覧行動情報とそのWebページのHTMLファイルとを任意のユーザ端末装置10から受信可能となる。  Thereby, the analysis server device 30 can receive the browsing behavior information indicating the browsing behavior of the Web page and the HTML file of the Web page from any user terminal device 10.

次に、解析サーバ装置30の構成について以下詳述する。  Next, the configuration of the analysis server device 30 will be described in detail below.

図2は、図1に示す解析サーバ装置30の構成を示したブロック図である。解析サーバ装置30は、記憶部31と、通信部32と、RAM33と、制御部34と、を備えている。  FIG. 2 is a block diagram showing the configuration of the analysis server device 30 shown in FIG. The analysis server device 30 includes a storage unit 31, a communication unit 32, a RAM 33, and a control unit 34.

なお、通信部32が本発明の受信手段に相当する。また、記憶部31が本発明の保存手段に相当する。また、制御部34が本発明の復元手段と解析手段とに相当する。  The communication unit 32 corresponds to the receiving unit of the present invention. Further, the storage unit 31 corresponds to a storage unit of the present invention. Further, the control unit 34 corresponds to the restoration unit and the analysis unit of the present invention.

通信部32は、例えばネットワークインタフェースカード(Network Interface Card)で構成される。通信部32は、インターネットに接続されている。通信部32は、ユーザ端末装置10から送信されてくるHTMLファイルと閲覧行動情報とを受信する。  The communication unit 32 is configured by, for example, a network interface card (Network Interface Card). The communication unit 32 is connected to the Internet. The communication unit 32 receives an HTML file and browsing behavior information transmitted from the user terminal device 10.

記憶部31は、例えばハードディスクで構成される。記憶部31は、オペレーティングシステムを記憶する。オペレーティングシステムには、本発明にかかる解析プログラムPがインストールされている。また、記憶部31は、通信部32で受信したHTMLファイルと閲覧行動情報とを対応付けて保存する。  The storage unit 31 is configured by a hard disk, for example. The storage unit 31 stores an operating system. An analysis program P according to the present invention is installed in the operating system. In addition, the storage unit 31 stores the HTML file received by the communication unit 32 in association with the browsing behavior information.

制御部34は、例えばCPUで構成される。制御部34は、記憶部31に保存されている解析プログラムPをRAM33上に展開し、解析プログラムPに基づいて、後述の図3や図6に示す処理を実行する。  The control unit 34 is configured by a CPU, for example. The control unit 34 develops the analysis program P stored in the storage unit 31 on the RAM 33, and executes processes shown in FIG. 3 and FIG. 6 described later based on the analysis program P.

制御部34は、通信部32がヒートマップ解析の結果の送信要求を受信すると、記憶部31に保存されているHTMLファイルに基づいてWebサーバ装置20から構成ファイル群を受信し、Webページを復元する。構成ファイル群は、例えば画像ファイルやスタイルシートファイル等を含む。画像ファイルは、静止画像ファイル及び動画像ファイルを含む。スタイルシートファイルは、例えばCSS(Cascading Style Sheet)ファイルである。Webページには、例えば、動的Webページと静的Webページとがある。  When the communication unit 32 receives the transmission request of the heat map analysis result, the control unit 34 receives the configuration file group from the Web server device 20 based on the HTML file stored in the storage unit 31 and restores the Web page. To do. The configuration file group includes, for example, an image file and a style sheet file. The image file includes a still image file and a moving image file. The style sheet file is, for example, a CSS (Cascading Style Sheet) file. The web page includes, for example, a dynamic web page and a static web page.

ここで、動的Webページとは、ユーザの操作入力によって表示内容を更新するタイプのWebページのことである。動的Webページは、例えば、ショッピングカート機能を利用した商品販売ページである。静的Webページとは、ユーザ端末装置10のユーザの操作入力によって表示内容を更新しないタイプのWebページである。  Here, the dynamic Web page is a type of Web page in which display content is updated by a user operation input. The dynamic web page is, for example, a product sales page using a shopping cart function. The static web page is a type of web page that does not update the display content by a user operation input of the user terminal device 10.

制御部34は、記憶部31に保存されている閲覧行動情報に基づいて、復元したWebページに対して、ヒートマップ解析を行う。制御部34は、管理者端末装置40に対しヒートマップ解析の結果を送信するよう通信部32に指示する。  The control unit 34 performs heat map analysis on the restored web page based on the browsing behavior information stored in the storage unit 31. The control unit 34 instructs the communication unit 32 to transmit the result of the heat map analysis to the administrator terminal device 40.

解析サーバ装置30がユーザ端末装置10から受信して保存する閲覧行動情報は、例えば表示開始データ、流入元データ、ユーザ識別データ、操作ログデータ、操作ログデータ、表示終了データ及び流出先データである。  The browsing behavior information received by the analysis server device 30 from the user terminal device 10 and stored is, for example, display start data, inflow source data, user identification data, operation log data, operation log data, display end data, and outflow destination data. .

表示開始データは、対象のWebページが開かれたことを示す。  The display start data indicates that the target Web page has been opened.

流入元データは、開かれたWebページの閲覧を促したWebページやそのWebページにおいて閲覧者が入力した検索キーワード、クリック等した広告等を識別する。例えば、リファラ情報として取得される。  The inflow source data identifies a Web page that prompts browsing of the opened Web page, a search keyword input by the viewer on the Web page, an advertisement clicked, and the like. For example, it is acquired as referrer information.

ユーザ識別データは、閲覧者を識別する。例えば、Cookie情報や端末固有IDなどとして取得される。  The user identification data identifies a viewer. For example, it is acquired as cookie information or a terminal unique ID.

操作ログデータは、商品購入決定ボタンのクリック等など、閲覧者が特定のアクションを行ったことを示す。また、Webページ内において画面をスクロールする操作や、特定のオブジェクトもしくは領域をマウスオーバーする操作、Webページ内の文字を選択する操作なども操作ログデータが示す閲覧行動である。  The operation log data indicates that the viewer has performed a specific action such as clicking a product purchase decision button. In addition, an operation of scrolling the screen in the Web page, an operation of moving the mouse over a specific object or region, an operation of selecting a character in the Web page, and the like are browsing actions indicated by the operation log data.

表示終了データは、他のWebページに移動、またはブラウザの終了等により、対象のWebページが閉じられたことを示す。  The display end data indicates that the target Web page is closed by moving to another Web page or closing the browser.

流出先データは、対象のWebページが閲覧を促した先のWebページや対象のWebページにおいてクリック等されたボタン等を識別する。例えば、移動先のWebページに関するリファラ情報として取得される。また、ブラウザが閉じられた、他のWebサイトに移動した、といった場合、流出先データは離脱を示すデータとなる。  The outflow destination data identifies a destination Web page that the target Web page is prompted to browse, a button that is clicked on the target Web page, and the like. For example, it is acquired as referrer information related to the Web page to be moved. In addition, when the browser is closed or moved to another Web site, the outflow destination data is data indicating withdrawal.

以下に、ヒートマップ解析システム100の動作を説明する。図3は、図1に示すヒートマップ解析システム100の動作を模式的に示したフローチャートである。図4は、ユーザ端末装置10のディスプレイに表示される動的Webページの一例を示す図である。図5は、図2に示す記憶部31に保存されるHTMLファイル及び閲覧行動情報の保存形式の一例を示す図である。  Below, operation | movement of the heat map analysis system 100 is demonstrated. FIG. 3 is a flowchart schematically showing the operation of the heat map analysis system 100 shown in FIG. FIG. 4 is a diagram illustrating an example of a dynamic Web page displayed on the display of the user terminal device 10. FIG. 5 is a diagram illustrating an example of an HTML file and browsing behavior information storage format stored in the storage unit 31 illustrated in FIG. 2.

なお、以下の説明において、ヒートマップ解析の対象となるWebサーバ装置20のWebサイトをWebサイトXとし、WebサイトXにアクセスしてWebページの閲覧を行うユーザをユーザUとする。ユーザUは、WebサイトXで予め会員登録を行っていることとする。  In the following description, it is assumed that the Web site of the Web server device 20 to be subjected to heat map analysis is the Web site X, and the user who accesses the Web site X and browses the Web page is the user U. It is assumed that the user U has registered as a member in advance on the website X.

また、ユーザUがログイン後に閲覧するWebページをWebページpとする。Webページpは、図4(A)に示す動的Webページであり、商品注文ページとする。  A web page that the user U browses after logging in is referred to as a web page p. The web page p is a dynamic web page shown in FIG. 4A and is a product order page.

次に、ユーザUがWebページpにおいて商品の注文を決め、次に進んだWebページをWebページqとする。Webページqは、図4(B)に示す動的Webページであり、注文確定ページとする。  Next, the user U decides an order for a product on the web page p, and the web page that has proceeded to the next is designated as a web page q. The web page q is a dynamic web page shown in FIG. 4B and is an order confirmation page.

まず、ユーザUがWebサイトXにおいて1つの商品の購入を決め、ログインページへ移動するための操作入力をユーザ端末装置10に行うと、ユーザ端末装置10からWebサーバ装置20に対し、ログインページのURLが送信される(S1)。ここで、URLの送信は、すなわちログインページの送信要求である。なお、実際にはURLはネットワークNに対し送出され、ネットワークN内に配置されたDNS(Domain Name System)サーバ群によりWebサーバ装置20宛であることが特定され、Webサーバ装置20に送信される。以下の説明においても同様である。  First, when the user U decides to purchase one product on the website X and performs an operation input for moving to the login page to the user terminal device 10, the user terminal device 10 sends the login page to the Web server device 20. A URL is transmitted (S1). Here, the transmission of the URL is a login page transmission request. In practice, the URL is transmitted to the network N, specified as being addressed to the Web server device 20 by a DNS (Domain Name System) server group arranged in the network N, and transmitted to the Web server device 20. . The same applies to the following description.

ログインページの送信要求に応じて、Webサーバ装置20は、URLで特定されるログインページのWebページデータをユーザ端末装置10に送信する(S2)。  In response to the login page transmission request, the Web server device 20 transmits Web page data of the login page specified by the URL to the user terminal device 10 (S2).

ユーザ端末装置10はブラウザにより受信したWebページデータを解釈し、ログインページをディスプレイに表示する(S3)。  The user terminal device 10 interprets the Web page data received by the browser and displays a login page on the display (S3).

ユーザUがログイン画面においてIDとパスワードを入力すると、ユーザ端末装置10はIDとパスワードをWebサーバ装置20に送信する(S4)。  When the user U inputs the ID and password on the login screen, the user terminal device 10 transmits the ID and password to the Web server device 20 (S4).

Webサーバ装置20は、受信したIDとパスワードに基づいて認証を行う(S5)。  The Web server device 20 performs authentication based on the received ID and password (S5).

Webサーバ装置20は、認証をクリアしたと判定すれば、動的Webページ(本実施形態ではWebページp)のWebページデータをユーザ端末装置10に送信する(S6)。  If it is determined that the authentication has been cleared, the Web server device 20 transmits Web page data of a dynamic Web page (Web page p in this embodiment) to the user terminal device 10 (S6).

ユーザ端末装置10はブラウザにより受信したWebページデータを解釈し、動的Webページ(本実施形態では動的Webページp)をディスプレイに表示する(S7)。これにより、例えば、図4(A)に示す、ショッピングカート機能を利用した商品販売ページが表示される。  The user terminal device 10 interprets the web page data received by the browser, and displays the dynamic web page (dynamic web page p in the present embodiment) on the display (S7). Thereby, for example, a product sales page using a shopping cart function shown in FIG. 4A is displayed.

ユーザ端末装置10は、動的Webページの表示の際、動的WebページのWebページデータに含まれるスクリプトに従い、表示開始データ、流入元データおよびユーザ識別データを送信する(S8)。解析サーバ装置30は、ユーザ端末装置10から受信した表示開始データなどの閲覧行動に関する閲覧行動情報を順次、RAM33に記憶する。  When displaying the dynamic Web page, the user terminal device 10 transmits display start data, inflow source data, and user identification data according to the script included in the Web page data of the dynamic Web page (S8). The analysis server device 30 sequentially stores browsing behavior information related to browsing behavior such as display start data received from the user terminal device 10 in the RAM 33.

ユーザUは開いた動的Webページにおいて、例えばオススメ商品の注文ボタンRをクリックして商品を追加したり、注文確定画面に進むための注文確認ボタンKをクリックしたりといった閲覧に伴う操作入力を行う(S9)。本実施形態では、ユーザUが動的Webページpにおいて1つの商品の注文を決め、注文確認ボタンKをクリックすることとする。これにより、ユーザUは、注文確定画面である動的Webページqへ進むこととする。  On the opened dynamic web page, the user U clicks on an order button R for a recommended product to add a product, or clicks on an order confirmation button K for proceeding to an order confirmation screen. Perform (S9). In the present embodiment, the user U decides an order for one product on the dynamic Web page p and clicks the order confirmation button K. As a result, the user U proceeds to the dynamic Web page q that is the order confirmation screen.

ユーザ端末装置10は動的WebページのWebページデータに含まれるスクリプトに従い、それらの操作を示す操作ログデータを生成し、順次、解析サーバ装置30に送信する(S10)。解析サーバ装置30は、ユーザ端末装置10から受信した操作ログデータを閲覧行動情報として順次、RAM33に記憶する。  The user terminal device 10 generates operation log data indicating these operations according to the script included in the Web page data of the dynamic Web page, and sequentially transmits the operation log data to the analysis server device 30 (S10). The analysis server device 30 stores the operation log data received from the user terminal device 10 in the RAM 33 sequentially as browsing behavior information.

さらに、ユーザ端末装置10は、動的WebページのHTMLファイルを、解析サーバ装置30に送信する(S11)。例えば、ユーザ端末装置10は、図5に示す動的WebページpのHTMLファイルAを、解析サーバ装置30に送信する。解析サーバ装置30は、受信した動的WebページpのHTMLファイルAをRAM33に記憶する。  Further, the user terminal device 10 transmits the HTML file of the dynamic web page to the analysis server device 30 (S11). For example, the user terminal device 10 transmits the HTML file A of the dynamic web page p shown in FIG. 5 to the analysis server device 30. The analysis server device 30 stores the received HTML file A of the dynamic web page p in the RAM 33.

現在表示されている動的Webページ(例えば動的Webページp)の閲覧の終了に伴い、ユーザ端末装置10は表示終了データおよび流出先データを解析サーバ装置30に送信する(S12)。これらの表示終了データおよび流出先データもまた、解析サーバ装置30において閲覧行動情報としてRAM33に記憶される。  As the viewing of the currently displayed dynamic Web page (for example, the dynamic Web page p) ends, the user terminal device 10 transmits display end data and outflow destination data to the analysis server device 30 (S12). These display end data and outflow destination data are also stored in the RAM 33 as browsing action information in the analysis server device 30.

そして、ユーザ端末装置10は、移動先のWebページが動的Webページであるか判定する(S13)。移動先のWebページが動的Webページで無ければ、ユーザ端末装置10は、本処理を終了する。  Then, the user terminal device 10 determines whether the destination Web page is a dynamic Web page (S13). If the destination Web page is not a dynamic Web page, the user terminal device 10 ends this process.

一方、移動先のWebページが動的Webページであれば、ユーザ端末装置10は、Webサーバ装置20に対し次の動的Webページの送信要求を行う(S14)。Webサーバ装置20は、次の動的Webページの送信要求を受信すると(S15)、S6に戻り、処理を継続する。すなわち、Webサーバ装置20は、次の動的Webページ(本実施形態では動的Webページq)のWebページデータをユーザ端末装置10に送信する(S6)。  On the other hand, if the destination Web page is a dynamic Web page, the user terminal device 10 requests the Web server device 20 to transmit the next dynamic Web page (S14). When receiving the next dynamic Web page transmission request (S15), the Web server device 20 returns to S6 and continues the processing. That is, the Web server device 20 transmits the Web page data of the next dynamic Web page (in this embodiment, the dynamic Web page q) to the user terminal device 10 (S6).

S14の後、ユーザ端末装置10は、S7に戻り、S13において移動先のWebページが動的Webページで無くなるまでS7〜S14の処理を繰り返す。  After S14, the user terminal apparatus 10 returns to S7, and repeats the processing of S7 to S14 until the destination Web page is no longer a dynamic Web page in S13.

例えば、ユーザ端末装置10は、図4(B)に示す動的Webページqにおける操作ログデータ等の閲覧行動情報を順次、解析サーバ装置30に送信する(S8、S10、S12)。解析サーバ装置30は、ユーザ端末装置10から受信した閲覧行動情報を順次、RAM33に記憶する。  For example, the user terminal device 10 sequentially transmits browsing behavior information such as operation log data in the dynamic web page q shown in FIG. 4B to the analysis server device 30 (S8, S10, S12). The analysis server device 30 stores the browsing behavior information received from the user terminal device 10 in the RAM 33 sequentially.

また、例えば、ユーザ端末装置10は、図5に示す動的WebページqのHTMLファイルBを、解析サーバ装置30に送信する(S11)。解析サーバ装置30は、受信した動的WebページqのHTMLファイルBをRAM33に記憶する。  Further, for example, the user terminal device 10 transmits the HTML file B of the dynamic web page q shown in FIG. 5 to the analysis server device 30 (S11). The analysis server device 30 stores the received HTML file B of the dynamic web page q in the RAM 33.

そして、解析サーバ装置30は、受信した閲覧行動情報(流出先データ等)から動的Webページの閲覧が終了したと判定すると(S16)、図5に示すように、受信した閲覧行動情報と、受信した動的WebページのHTMLファイルとを対応付けて記憶部31に保存する(S17)。  When the analysis server device 30 determines that browsing of the dynamic Web page is ended from the received browsing behavior information (outflow destination data or the like) (S16), as shown in FIG. The received dynamic Web page HTML file is stored in the storage unit 31 in association with it (S17).

ここで、図5に示すように、図4(A)に示す表示内容に係るHTMLファイルAと、図4(B)に示す表示内容に係るHTMLファイルBとは、URLが同一である。そのため、解析サーバ装置30は、識別子によってHTMLファイルAとHTMLファイルBとを区別して記憶部31に保存する。図5において、識別子「chuumon」は、注文画面に対応し、識別子「kakutei」は、注文確定画面に対応している。識別子は、WebページpやWebページqへの埋め込みタグにより予め設定しておく。解析サーバ装置30は、識別子をHTMLファイルとともにユーザ端末装置10から受信する。  Here, as shown in FIG. 5, the HTML file A related to the display content shown in FIG. 4 (A) and the HTML file B related to the display content shown in FIG. 4 (B) have the same URL. Therefore, the analysis server device 30 distinguishes the HTML file A and the HTML file B by the identifier and stores them in the storage unit 31. In FIG. 5, the identifier “chuumon” corresponds to the order screen, and the identifier “kakutei” corresponds to the order confirmation screen. The identifier is set in advance by an embedded tag in the web page p or web page q. The analysis server device 30 receives the identifier from the user terminal device 10 together with the HTML file.

なお、任意のユーザによりWebサイトXのいずれかのWebページが閲覧されるたびに、そのWebページに関しS1〜S17の動作が繰り返される。  Every time any web page of the website X is browsed by an arbitrary user, the operations of S1 to S17 are repeated for the web page.

また、S17における記憶部31へのHTMLファイルの保存の頻度は、例えば1日1回とすることが好ましい。また、解析サーバ装置30は、今回受信したHTMLファイルが、記憶部31に既に保存されているHTMLファイルと同じである場合、今回受信したHTMLファイルを記憶部31に保存しないことが好ましい。この場合、解析サーバ装置30は、今回受信した閲覧行動情報を、記憶部31に既に保存されているHTMLファイルに対応付けて記憶部31に保存する。  Moreover, it is preferable that the frequency of storing the HTML file in the storage unit 31 in S17 is, for example, once a day. Moreover, when the HTML file received this time is the same as the HTML file already stored in the storage unit 31, the analysis server device 30 preferably does not store the HTML file received this time in the storage unit 31. In this case, the analysis server device 30 stores the browsing behavior information received this time in the storage unit 31 in association with the HTML file already stored in the storage unit 31.

また、複数のHTMLファイルが保存され、記憶部31のデータ量が多くなった場合、解析サーバ装置30は、複数のHTMLファイルを圧縮することが好ましい。これにより、解析サーバ装置30は記憶部31のデータ量を削減できる。  In addition, when a plurality of HTML files are stored and the amount of data in the storage unit 31 increases, the analysis server device 30 preferably compresses the plurality of HTML files. Thereby, the analysis server device 30 can reduce the data amount of the storage unit 31.

次に、解析サーバ装置30は、例えばWebサーバの機能も備え、Webサイトの管理者は管理者端末装置40のブラウザを用いて解析サーバ装置30により提供されるヒートマップ解析結果をいつでも閲覧することができる。  Next, the analysis server device 30 also has a function of, for example, a Web server, and the administrator of the Web site can browse the heat map analysis result provided by the analysis server device 30 using the browser of the administrator terminal device 40 at any time. Can do.

以下に、WebサイトXの管理者Yがヒートマップ解析結果を閲覧する際に行われるヒートマップ解析システム100の動作を説明する。なお、解析サーバ装置30により提供されるヒートマップ解析に係るWebサイトをWebサイトZとし、管理者Yは、WebサイトZで予め会員登録を行っていることとする。  The operation of the heat map analysis system 100 performed when the administrator Y of the website X browses the heat map analysis result will be described below. It is assumed that the Web site related to the heat map analysis provided by the analysis server device 30 is the Web site Z, and the administrator Y has registered as a member in advance on the Web site Z.

図6は、図1に示すヒートマップ解析システム100の動作を模式的に示したフローチャートである。図7は、図1に示す管理者端末装置40のディスプレイにおいて表示される選択ページの一例を示す図である。図8は、図1に示す管理者端末装置40のディスプレイにおいて表示されるヒートマップ解析結果の一例を示す図である。  FIG. 6 is a flowchart schematically showing the operation of the heat map analysis system 100 shown in FIG. FIG. 7 is a diagram showing an example of a selection page displayed on the display of the administrator terminal device 40 shown in FIG. FIG. 8 is a diagram illustrating an example of a heat map analysis result displayed on the display of the administrator terminal device 40 illustrated in FIG. 1.

なお、図8(A)に示す表示内容は、図4(A)に示す表示内容に対応し、図8(B)に示す表示内容は、図4(B)に示す表示内容に対応している。  The display content shown in FIG. 8A corresponds to the display content shown in FIG. 4A, and the display content shown in FIG. 8B corresponds to the display content shown in FIG. Yes.

管理者Yが管理者端末装置40のブラウザに指定されたURLを入力するなどの所定の操作を行うと、管理者端末装置40は解析サーバ装置30に対しそのURLを送信する(S101)。このURLの送信は、ログインページの送信要求である。  When the administrator Y performs a predetermined operation such as inputting a designated URL in the browser of the administrator terminal device 40, the administrator terminal device 40 transmits the URL to the analysis server device 30 (S101). This URL transmission is a login page transmission request.

ログインページの送信要求に応じて、解析サーバ装置30はURLで特定されるログインページのWebページデータを管理者端末装置40に送信する(S102)。  In response to the login page transmission request, the analysis server device 30 transmits Web page data of the login page specified by the URL to the administrator terminal device 40 (S102).

管理者端末装置40はブラウザにより受信したWebページデータを解釈し、ログインページをディスプレイに表示する(S103)。  The administrator terminal device 40 interprets the Web page data received by the browser and displays a login page on the display (S103).

管理者Yがログインページにおいて自社のWebサイトXのドメイン名とパスワードを入力すると、管理者端末装置40はドメイン名とパスワードを解析サーバ装置30に送信する(S104)。例えば管理者Yは、ドメイン名「gq.com」とパスワードを入力する。  When the administrator Y inputs the domain name and password of the company website X on the login page, the administrator terminal device 40 transmits the domain name and password to the analysis server device 30 (S104). For example, the administrator Y inputs a domain name “gq.com” and a password.

解析サーバ装置30は、受信したドメイン名とパスワードに基づいて認証を行う(S105)。  The analysis server device 30 performs authentication based on the received domain name and password (S105).

解析サーバ装置30は、認証をクリアしたと判定すれば、ヒートマップ解析が可能なWebページの一覧を示す選択ページのWebページデータを管理者端末装置40に送信する(S106)。  If the analysis server device 30 determines that the authentication has been cleared, the analysis server device 30 transmits Web page data of a selected page indicating a list of Web pages for which heat map analysis is possible to the administrator terminal device 40 (S106).

管理者端末装置40はブラウザにより受信したWebページデータを解釈し、選択ページをディスプレイに表示する(S107)。例えば、選択ページは、管理者Yが入力したドメイン名「gq.com」を含むURL「gq.com/abc.html」とカートの数との一覧を示す(図7参照)。図7において、注文画面は、識別子「chuumon」に対応し、注文確定画面は、識別子「kakutei」に対応している。  The administrator terminal device 40 interprets the Web page data received by the browser and displays the selected page on the display (S107). For example, the selection page shows a list of URL “gq.com/abc.html” including the domain name “gq.com” input by the administrator Y and the number of carts (see FIG. 7). In FIG. 7, the order screen corresponds to the identifier “chuumon”, and the order confirmation screen corresponds to the identifier “kakutei”.

管理者Yが選択ページにおいて1つのWebページを選択すると、管理者端末装置40は、選択されたWebページのURLと識別子を解析サーバ装置30に送信する(S108)。  When the administrator Y selects one Web page on the selected page, the administrator terminal device 40 transmits the URL and identifier of the selected Web page to the analysis server device 30 (S108).

管理者端末装置40から送信されたURLと識別子を受信すると、解析サーバ装置30は、URLと識別子に対応するHTMLファイルに基づいて構成ファイル群の送信をWebサーバ装置20に対して要求する(S109)。  When the URL and identifier transmitted from the administrator terminal device 40 are received, the analysis server device 30 requests the Web server device 20 to transmit a configuration file group based on the HTML file corresponding to the URL and identifier (S109). ).

ここで、構成ファイル群は、例えば画像ファイルやスタイルシートファイル等を含む。画像ファイルは、静止画像ファイル及び動画像ファイルを含む。スタイルシートファイルは、例えばCSS(Cascading Style Sheet)ファイルである。  Here, the configuration file group includes, for example, an image file, a style sheet file, and the like. The image file includes a still image file and a moving image file. The style sheet file is, for example, a CSS (Cascading Style Sheet) file.

例えば、管理者Yが図7に示す選択ページにおいてURL「gq.com/abc.html」と注文画面(識別子「chuumon」)とを選択すると、解析サーバ装置30は、図5に示すHTMLファイルAに基づいて構成ファイル群の送信をWebサーバ装置20に対して要求する。また、管理者Yが選択ページにおいてURL「gq.com/abc.html」と注文確定画面(識別子「kakutei」)とを選択すると、解析サーバ装置30は、図5に示すHTMLファイルBに基づいて構成ファイル群の送信をWebサーバ装置20に対して要求する。  For example, when the administrator Y selects the URL “gq.com/abc.html” and the order screen (identifier “chuumon”) on the selection page shown in FIG. 7, the analysis server device 30 displays the HTML file A shown in FIG. Based on the above, the web server device 20 is requested to transmit the configuration file group. Further, when the administrator Y selects the URL “gq.com/abc.html” and the order confirmation screen (identifier “kakuei”) on the selection page, the analysis server device 30 is based on the HTML file B shown in FIG. Request the Web server device 20 to transmit the configuration file group.

構成ファイル群の送信要求を受信すると、Webサーバ装置20は、HTMLファイルに対応する構成ファイル群を解析サーバ装置30に送信する(S110)。なお、Webサーバ装置20は、過去に使用した構成ファイル群を削除せず、一定期間(例えば数月間)保存していることとする。  When receiving the transmission request for the configuration file group, the Web server device 20 transmits the configuration file group corresponding to the HTML file to the analysis server device 30 (S110). It is assumed that the Web server device 20 does not delete the configuration file group used in the past, but stores it for a certain period (for example, several months).

解析サーバ装置30は、URLと識別子に対応するHTMLファイルと、Webサーバ装置20から受信した構成ファイル群(画像ファイルやスタイルシートファイル等)とに基づいて動的Webページを復元する(S111)。  The analysis server device 30 restores the dynamic Web page based on the HTML file corresponding to the URL and the identifier, and the configuration file group (image file, style sheet file, etc.) received from the Web server device 20 (S111).

そして、解析サーバ装置30は、URLと識別子に対応する閲覧行動情報(図5参照)に基づいて、復元した動的Webページ上にヒートマップを付加したヒートマップページを生成する(S112)。  And the analysis server apparatus 30 produces | generates the heat map page which added the heat map on the restored dynamic web page based on browsing action information (refer FIG. 5) corresponding to URL and an identifier (S112).

S112において、制御部34は例えば、過去1ヶ月間において各閲覧者によりクリック等された回数の合計を、動的Webページ上の座標にプロットしていくことによりヒートマップページを生成する。  In S112, for example, the control unit 34 generates a heat map page by plotting the total number of clicks by each viewer in the past month on coordinates on the dynamic Web page.

解析サーバ装置30は、生成したヒートマップページのWebページデータを管理者端末装置40に送信する(S113)。  The analysis server device 30 transmits the generated web page data of the heat map page to the administrator terminal device 40 (S113).

管理者端末装置40は、受信したヒートマップページのWebページデータを解釈して、図8に示すようなヒートマップページをディスプレイに表示する(S114)。  The administrator terminal device 40 interprets the received web page data of the heat map page and displays the heat map page as shown in FIG. 8 on the display (S114).

これにより、管理者Yは動的Webページのどのオブジェクトが頻繁にクリック等されているか、という情報を直感的に得ることができる。  As a result, the administrator Y can intuitively obtain information indicating which object on the dynamic Web page is frequently clicked.

以上の構成では、解析サーバ装置30の通信部32が動的WebページのHTMLファイルと閲覧行動情報とをユーザ端末装置10から受信し、記憶部31が動的WebページのHTMLファイルと閲覧行動情報とを対応付けて保存している。そして、解析サーバ装置30の制御部34が、記憶部31に保存されているHTMLファイルに基づいて動的Webページを復元している。  In the above configuration, the communication unit 32 of the analysis server device 30 receives the HTML file of the dynamic Web page and the browsing behavior information from the user terminal device 10, and the storage unit 31 stores the HTML file of the dynamic Web page and the browsing behavior information. Are stored in association with each other. Then, the control unit 34 of the analysis server device 30 restores the dynamic Web page based on the HTML file stored in the storage unit 31.

そのため、この構成では、記憶部31に保存されている閲覧行動情報に基づくヒートマップと、制御部34が復元した動的Webページとに食い違いが生じない。よって、動的Webページに対して適正なヒートマップ解析が可能となる。  For this reason, in this configuration, there is no discrepancy between the heat map based on the browsing behavior information stored in the storage unit 31 and the dynamic web page restored by the control unit 34. Therefore, it is possible to perform an appropriate heat map analysis for a dynamic Web page.

また、解析サーバ装置30は、データ量の大きい画像ファイルを記憶部31に保存せず、データ量の小さいHTMLファイルを記憶部31に保存するため、データ量も少なく済む。  Further, since the analysis server device 30 does not store the image file with a large amount of data in the storage unit 31 and stores the HTML file with a small amount of data in the storage unit 31, the data amount is small.

したがって、本実施形態の解析サーバ装置30及び解析プログラムPによれば、動的Webページに対して適正なヒートマップ解析を効率良く行うことができる。  Therefore, according to the analysis server device 30 and the analysis program P of the present embodiment, it is possible to efficiently perform an appropriate heat map analysis for a dynamic Web page.

なお、本実施形態では、解析サーバ装置30は、動的Webページを復元し、この動的Webページに対してヒートマップ解析を行っているが、これに限るものではない。実施の際は、動的Webページだけに限らず、静的Webページを復元し、この静的Webページに対してヒートマップ解析を行ってもよい。  In the present embodiment, the analysis server device 30 restores the dynamic Web page and performs the heat map analysis on the dynamic Web page, but is not limited thereto. In implementation, not only a dynamic web page but a static web page may be restored, and heat map analysis may be performed on the static web page.

最後に、前記各実施形態の説明は、すべての点で例示であって、制限的なものではないと考えられるべきである。本発明の範囲は、上述の実施形態ではなく、特許請求の範囲によって示される。さらに、本発明の範囲には、特許請求の範囲と均等の意味および範囲内でのすべての変更が含まれることが意図される。  Finally, the description of each of the embodiments should be considered as illustrative in all points and not restrictive. The scope of the present invention is shown not by the above embodiments but by the claims. Furthermore, the scope of the present invention is intended to include all modifications within the meaning and scope equivalent to the scope of the claims.

A…HTMLファイル
B…HTMLファイル
K…注文確認ボタン
N…ネットワーク
P…解析プログラム
R…注文ボタン
U…ユーザ
Y…管理者
10…ユーザ端末装置
20…Webサーバ装置
30…解析サーバ装置
31…記憶部
32…通信部
33…RAM
34…制御部
40…管理者端末装置
100…ヒートマップ解析システム
A ... HTML file B ... HTML file K ... Order confirmation button N ... Network P ... Analysis program R ... Order button U ... User Y ... Administrator 10 ... User terminal device 20 ... Web server device 30 ... Analysis server device 31 ... Storage unit 32 ... Communication unit 33 ... RAM
34 ... Control unit 40 ... Administrator terminal device 100 ... Heat map analysis system

Claims (3)

Webサーバ装置と前記Webサーバ装置からWebページを受信して表示する情報端末装置とにネットワークを介して接続する解析サーバ装置において、
前記Webページのうち、前記情報端末装置のユーザの操作入力によって表示内容を更新する動的Webページのマークアップ言語ファイルと、前記情報端末装置で表示される前記動的Webページに対するユーザの閲覧行動を示す閲覧行動情報とを、前記情報端末装置から受信する受信手段と、
前記受信手段で受信した前記マークアップ言語ファイルと前記閲覧行動情報とを対応付けて保存する保存手段と、
前記保存手段に保存されている前記マークアップ言語ファイルに基づいて前記動的Webページを復元する復元手段と、
前記保存手段に保存されている前記閲覧行動情報に基づいて、前記復元手段により復元した前記動的Webページ上に、前記閲覧行動を可視化したヒートマップを生成するヒートマップ解析を実行する解析手段と、
を備える解析サーバ装置。
In an analysis server device connected via a network to a Web server device and an information terminal device that receives and displays a Web page from the Web server device,
Among the web pages, a markup language file of a dynamic web page whose display contents are updated by an operation input by the user of the information terminal device, and a user's browsing behavior with respect to the dynamic web page displayed on the information terminal device Receiving means for receiving browsing behavior information indicating from the information terminal device;
Storage means for storing the markup language file received by the reception means and the browsing behavior information in association with each other;
Restoring means for restoring the dynamic web page based on the markup language file saved in the saving means;
Analysis means for performing heat map analysis for generating a heat map that visualizes the browsing behavior on the dynamic Web page restored by the restoration means, based on the browsing behavior information saved in the saving means; ,
An analysis server device comprising:
前記受信手段は、前記保存手段に保存されている前記マークアップ言語ファイルに基づいて前記Webサーバ装置から画像ファイルを受信し、
前記復元手段は、前記保存手段に保存されている前記マークアップ言語ファイルと前記受信手段で受信された前記画像ファイルとに基づいて、前記動的Webページを復元する、請求項1に記載の解析サーバ装置。
The receiving unit receives an image file from the Web server device based on the markup language file stored in the storage unit;
The analysis according to claim 1, wherein the restoration unit restores the dynamic Web page based on the markup language file stored in the storage unit and the image file received by the reception unit. Server device.
情報端末装置がWebサーバ装置から受信して表示するWebページのうち、前記情報端末装置のユーザの操作入力によって表示内容を更新する動的Webページのマークアップ言語ファイルを、ネットワークを介して前記情報端末装置から受信する言語ファイル受信ステップと、
前記情報端末装置で表示される前記動的Webページに対するユーザの閲覧行動を示す閲覧行動情報を、前記ネットワークを介して前記情報端末装置から受信する閲覧行動受信ステップと、
前記言語ファイル受信ステップ及び前記閲覧行動受信ステップで受信した前記マークアップ言語ファイルと前記閲覧行動情報とを対応付けて保存する保存ステップと、
前記保存ステップで保存した前記マークアップ言語ファイルに基づいて前記動的Webページを復元する復元ステップと、
前記保存ステップで保存した前記閲覧行動情報に基づいて、前記復元ステップで復元した前記動的Webページ上に、前記閲覧行動を可視化したヒートマップを生成するヒートマップ解析を実行する解析ステップと、
をコンピュータに実行させる解析プログラム。
Among the Web pages received and displayed by the information terminal device from the Web server device, the markup language file of the dynamic Web page that updates the display content by the operation input of the user of the information terminal device is transmitted via the network. A language file receiving step received from the terminal device;
A browsing behavior receiving step of receiving browsing behavior information indicating a browsing behavior of the user with respect to the dynamic Web page displayed on the information terminal device from the information terminal device via the network;
A storing step of storing the markup language file and the browsing behavior information received in the language file receiving step and the browsing behavior receiving step in association with each other;
A restoring step of restoring the dynamic web page based on the markup language file saved in the saving step;
Based on the browsing behavior information saved in the saving step, on the dynamic Web page restored in the restoration step, an analysis step for executing a heat map analysis that generates a heat map that visualizes the browsing behavior;
Analysis program that causes a computer to execute.
JP2014157019A 2014-07-14 2014-07-14 Analysis server device, analysis program, heat map analysis system Active JP6539432B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014157019A JP6539432B2 (en) 2014-07-14 2014-07-14 Analysis server device, analysis program, heat map analysis system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014157019A JP6539432B2 (en) 2014-07-14 2014-07-14 Analysis server device, analysis program, heat map analysis system

Publications (2)

Publication Number Publication Date
JP2016021212A true JP2016021212A (en) 2016-02-04
JP6539432B2 JP6539432B2 (en) 2019-07-03

Family

ID=55266001

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014157019A Active JP6539432B2 (en) 2014-07-14 2014-07-14 Analysis server device, analysis program, heat map analysis system

Country Status (1)

Country Link
JP (1) JP6539432B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017220099A (en) * 2016-06-09 2017-12-14 株式会社Jsol System for acquiring user's browsing behavior information in web page through network
JP6253838B1 (en) * 2017-07-19 2017-12-27 株式会社Uncover Truth Action log generation method, action log generation device, and action log generation program
JP2021507436A (en) * 2017-12-13 2021-02-22 フォーグリット インコーポレーテッド4Grit Inc. Dynamic Web page visitor behavior analysis information providing device and website visitor behavior analysis information providing method using this device
JP2021507435A (en) * 2017-12-13 2021-02-22 フォーグリット インコーポレーテッド4Grit Inc. Dynamic Web page visitor behavior analysis information providing device and website visitor behavior analysis information providing method using this device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101777080A (en) * 2010-03-19 2010-07-14 北京国双科技有限公司 User click data-based webpage analysis method

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101777080A (en) * 2010-03-19 2010-07-14 北京国双科技有限公司 User click data-based webpage analysis method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
木浦幹雄,他3名: "Webjig:ユーザ行動とユーザ画面の関連付けによる動的Webサイト利用者の行動可視化システムの開発", 情報処理学会論文誌 論文誌ジャーナル VOL.51 NO.1 [CD−ROM], vol. 第51巻,第1号, JPN6018029488, 15 January 2010 (2010-01-15), JP, pages 204 - 215, ISSN: 0003849731 *
木浦幹雄: "Webjig:Webユーザビリティ評価支援システム", コンピュータソフトウェア VOL.28 NO.4, vol. 第28巻,第4号, JPN6018029490, 25 October 2011 (2011-10-25), JP, pages 11 - 16, ISSN: 0003849732 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017220099A (en) * 2016-06-09 2017-12-14 株式会社Jsol System for acquiring user's browsing behavior information in web page through network
JP6253838B1 (en) * 2017-07-19 2017-12-27 株式会社Uncover Truth Action log generation method, action log generation device, and action log generation program
JP2019021084A (en) * 2017-07-19 2019-02-07 株式会社Uncover Truth Action log generation method, action log generation device and action log generation program
JP2021507436A (en) * 2017-12-13 2021-02-22 フォーグリット インコーポレーテッド4Grit Inc. Dynamic Web page visitor behavior analysis information providing device and website visitor behavior analysis information providing method using this device
JP2021507435A (en) * 2017-12-13 2021-02-22 フォーグリット インコーポレーテッド4Grit Inc. Dynamic Web page visitor behavior analysis information providing device and website visitor behavior analysis information providing method using this device
US11630751B2 (en) 2017-12-13 2023-04-18 4Grit Inc. Device for providing visitor behavior analysis data of dynamic webpage, and method for providing visitor behavior analysis data of web she using same
JP7308541B2 (en) 2017-12-13 2023-07-14 フォーグリット インコーポレーテッド Dynamic web page visitor behavior analysis information providing device and website visitor behavior analysis information providing method using the same
JP7308540B2 (en) 2017-12-13 2023-07-14 フォーグリット インコーポレーテッド Dynamic web page visitor behavior analysis information providing device and website visitor behavior analysis information providing method using the same

Also Published As

Publication number Publication date
JP6539432B2 (en) 2019-07-03

Similar Documents

Publication Publication Date Title
EP2433258B1 (en) Protected serving of electronic content
US7805495B2 (en) Method and system for transferring web browser data between web browsers
US8825756B2 (en) Server apparatus, information processing method, information processing program, and recording medium
US20150046562A1 (en) Web browser orchestration
JP6539432B2 (en) Analysis server device, analysis program, heat map analysis system
US20150302473A1 (en) Information processing system and information processing method
US8819537B2 (en) Information generation device, information generation method, information generation program, and recording medium
JP5714145B1 (en) Distribution device, terminal device, distribution method, and distribution program
KR102335731B1 (en) Information processing device, information processing method and program
US20170249604A1 (en) Electronic receipt system
WO2016189883A1 (en) Analysis server device and analysis program storage medium
JP6815597B2 (en) Server equipment, sales promotion support system, sales promotion support method, and program
JP5222882B2 (en) Information providing server, client terminal, and computer program
JP2013137823A (en) Information providing server, client terminal, and computer program
WO2018203992A1 (en) Embeddable web-authenticated instant job integration system and method
JP2016024530A (en) Business support method and business support system
JP5183762B2 (en) Updated part reposting device and updated part reposting method
JP6729166B2 (en) Information processing device and program
JP2007286658A (en) Advertisement system
JP2017220099A (en) System for acquiring user's browsing behavior information in web page through network
US20180011622A1 (en) System and method for dynamic visual representation and analysis of a website traffic
KR102361405B1 (en) Electronic map based dataset linked web page production system
JP7402260B2 (en) Information provision device, information provision method, and information provision program
JP2012003347A (en) Information processing system, information processing method and information processing program
JP6217473B2 (en) Web service providing device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20170706

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20180731

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180821

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20181016

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20181218

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190128

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190610

R150 Certificate of patent or registration of utility model

Ref document number: 6539432

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