KR100835905B1 - Apparatus for visualizing website visitor's click distribution in webpage and method using the same - Google Patents

Apparatus for visualizing website visitor's click distribution in webpage and method using the same Download PDF

Info

Publication number
KR100835905B1
KR100835905B1 KR1020070032576A KR20070032576A KR100835905B1 KR 100835905 B1 KR100835905 B1 KR 100835905B1 KR 1020070032576 A KR1020070032576 A KR 1020070032576A KR 20070032576 A KR20070032576 A KR 20070032576A KR 100835905 B1 KR100835905 B1 KR 100835905B1
Authority
KR
South Korea
Prior art keywords
click
web page
analysis
click data
visitor
Prior art date
Application number
KR1020070032576A
Other languages
Korean (ko)
Inventor
구자훈
Original Assignee
(주)비즈스프링
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 (주)비즈스프링 filed Critical (주)비즈스프링
Priority to KR1020070032576A priority Critical patent/KR100835905B1/en
Application granted granted Critical
Publication of KR100835905B1 publication Critical patent/KR100835905B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/12Digital output to print unit, e.g. line printer, chain printer
    • G06F3/1201Dedicated interfaces to print systems
    • G06F3/1223Dedicated interfaces to print systems specifically adapted to use a particular technique
    • G06F3/1237Print job management
    • G06F3/1244Job translation or job parsing, e.g. page banding
    • G06F3/1246Job translation or job parsing, e.g. page banding by handling markup languages, e.g. XSL, XML, HTML
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/22Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks comprising specially adapted graphical user interfaces [GUI]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/02Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
    • H04L63/0227Filtering policies
    • H04L63/0236Filtering by address, protocol, port number or service, e.g. IP-address or URL
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/431Generation of visual interfaces for content selection or interaction; Content or additional data rendering
    • H04N21/4312Generation of visual interfaces for content selection or interaction; Content or additional data rendering involving specific graphical features, e.g. screen layout, special fonts or colors, blinking icons, highlights or animations

Landscapes

  • Engineering & Computer Science (AREA)
  • Signal Processing (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Tourism & Hospitality (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Human Resources & Organizations (AREA)
  • Marketing (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • General Health & Medical Sciences (AREA)
  • General Business, Economics & Management (AREA)
  • Economics (AREA)
  • Health & Medical Sciences (AREA)
  • Multimedia (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

A device and a method for visualizing distribution of visitor clicks in a webpage are provided to display the number of clicks and a click trend on a copy or captured image of the analyzed webpage according to user setting areas by directly collecting coordinates clicked by a website visitor with a mouse on the analyzed webpage. A click data collection server(310) collects and stores click data information on an analyzed webpage(10) by using a click data collection script. A reporting server(330) includes a webpage representing unit(332) generating a copy of the analyzed webpage, a click analysis area setting part(336) setting a click analysis area on the copy, and a click area representing unit(334) displaying click data on the copy by referring to the click analysis area. A click database(320) comprises a click information database(322) storing the click data received from the click data collection server and a click data analysis area setting information database which stores click analysis area setting information.

Description

웹사이트 방문자의 웹페이지 내부 클릭분포를 시각화하는 장치 및 그를 이용하여 시각화하는 방법{Apparatus for visualizing website visitor's click distribution in webpage and method using the same}Apparatus for visualizing website visitor's click distribution in webpage and method using the same}

도 1은 본 발명에 따른 웹사이트 방문자의 웹페이지 내부 클릭위치를 시각적으로 분석하는 방법이 구현되는 컴퓨터 네트워크 구성을 각 구성요소와 함께 나타낸 것이다.1 shows a computer network configuration with each component in which a method for visually analyzing a click position within a web page of a website visitor according to the present invention is implemented.

도 2는 클릭데이터 수집 스크립트로부터 전송받은 클릭데이터 정보를 저장, 분석하고 리포트를 생성하는 본 방법을 구현한 시스템의 데이터 흐름에 따른 기능 구성 블럭도이다.2 is a functional block diagram according to a data flow of a system implementing the present method for storing and analyzing click data information received from a click data collection script and generating a report.

도 3은 클릭데이터 수집 스크립트의 바람직한 실시 예를 표현한 그림이다.3 is a diagram representing a preferred embodiment of a click data collection script.

도 4는 클릭데이터 데이터베이스 내에 저장되는 클릭데이터 정보의 데이터 구조의 예를 표현한 표이다.4 is a table representing an example of the data structure of click data information stored in the click data database.

도 5는 클릭데이터 데이터베이스 내에 저장되는 클릭 분석영역 설정정보의 바람직한 데이터 구조의 예를 표현한 표이다. 5 is a table representing an example of a preferable data structure of the click analysis region setting information stored in the click data database.

도 6은 웹페이지 표현부에 의해 생성된 시각적 복사본 위에 DHTML 레이어를 추가한 형태의 바람직한 실시 예이다.FIG. 6 illustrates a preferred embodiment in which a DHTML layer is added on a visual copy generated by the web page presentation unit.

도 7은 클릭 분석영역 설정부을 이용하는 사용자 인터페이스(UI)의 바람직한 실시 예를 간략하게 표현한 그림이다.7 is a view briefly illustrating a preferred embodiment of a user interface (UI) using the click analysis region setting unit.

도 8은 본 발명에 따른 웹사이트 방문자의 웹페이지 내부 클릭위치를 시각적으로 분석하는 방법의 전체적인 흐름도이다.8 is an overall flowchart of a method for visually analyzing a click position within a web page of a website visitor according to the present invention.

도 9는 클릭데이터 수집 스크립트가 클라이언트 웹브라우저 내에서 실행되어 클릭데이터 정보를 클릭데이터 수집서버에 전송하는 방법을 나타낸 흐름도이다. 9 is a flowchart illustrating a method of executing a click data collection script in a client web browser to transmit click data information to a click data collection server.

도 10은 클릭데이터 수집서버가 클릭데이터 수집스크립트가 전송한 클릭데이터를 클릭데이터 데이터베이스 내 클릭데이터 정보로 저장하는 방법을 나타낸 흐름도이다. FIG. 10 is a flowchart illustrating a method in which the click data collection server stores the click data transmitted by the click data collection script as click data information in the click data database.

도 11은 웹페이지 표현부가 분석대상 웹페이지의 시각적 복사본을 생성하여 클릭 분석영역 설정부 및 클릭영역 표현부가 사용할 수 있도록 준비하는 단계를 나타낸 흐름도이다. FIG. 11 is a flowchart illustrating a step in which a web page presentation unit generates a visual copy of an analysis target web page and prepares the click analysis region setting unit and the click region presentation unit for use.

도 12는 클릭 분석영역 설정부가 본 시스템 이용자에 의해 분석 대상 웹페이지에 대한 분석영역 설정을 입력받아 클릭데이터 데이터베이스 내 클릭 분석영역 설정정보에 저장하는 방법을 나타낸 흐름도이다. 12 is a flowchart illustrating a method in which the click analysis area setting unit receives an analysis area setting for an analysis target web page by the system user and stores the analysis area setting information in the click data database in the click data database.

도 13은 클릭영역 표현부가 웹페이지 표현부가 생성한 분석대상 웹페이지의의 시각적 복사본 위에, 클릭데이터 데이터베이스 내 저장된 클릭 분석영역 설정정보 및 클릭데이터 정보을 조합하여 클릭데이터 분석리포트를 생성하는 방법을 나타낸 흐름도이다. FIG. 13 is a flowchart illustrating a method of generating a click data analysis report by combining the click analysis area setting information and the click data information stored in the click data database on a visual copy of the analysis target web page generated by the click area presentation unit. to be.

도 14는 클릭영역 표현부에 의해 생성된 클릭데이터 분석리포트의 사용자 인터페이스(UI)의 바람직한 실시 예를 간략하게 표현한 그림이다.FIG. 14 is a diagram schematically illustrating a preferred embodiment of a user interface (UI) of a click data analysis report generated by a click area representation unit.

< 도면의 주요부분에 대한 부호의 설명 ><Description of Symbols for Major Parts of Drawings>

100 : 클라이언트100: client

200 : 웹서버200: web server

300 : 클릭데이터 분석시스템300: Click data analysis system

310 : 클릭데이터 수집서버310: click data collection server

320 : 클릭데이터 데이터베이스320: click data database

322 : 클릭데이터 정보 데이터베이스322: Click data information database

324 : 클릭 분석영역 설정정보 데이터베이스324: Click analysis area setting information database

330 : 리포팅서버330: reporting server

332 : 웹페이지 표현부332: web page presentation unit

334 : 클릭영역 표현부334: click area expression unit

336 : 클릭 분석영역 설정부336: click analysis area setting unit

400 : 클릭데이터 분석시스템 이용자400: Click data analysis system user

본 발명은 웹사이트 방문자가 웹페이지 내부에서 클릭하는 좌표를 웹페이지 내 의미있는 컨텐츠 영역군별로 그 분석결과를 이해하기 쉽게 해당 웹페이지 컨텐츠 위에 직접적·시각적으로 표시하는 장치 및 그를 이용하여 시각화하는 방법에 관한 것이다.The present invention provides a device that visually displays the coordinates clicked by a website visitor within a web page directly and visually on the web page content for easy understanding of the analysis result for each meaningful content area group in the web page. It is about.

본 발명은 사용자 인터페이스의 효율성 분석 및 웹페이지 내 컨텐츠 및 메뉴의 사용성 분석의 범주에 속하는 것으로, 넓게는 웹로그 분석 범주에 속하며 웹사이트 내 방문자 활동성향분석(Navigaion 분석) 및 웹사이트 내 방문자 클릭이동경로 분석(Click stream 분석)에 해당한다.The present invention belongs to the category of the efficiency analysis of the user interface and the usability analysis of content and menus in the web page. The present invention is broadly in the Analytics category and includes visitor activity analysis (Navigaion analysis) in the website and visitor click movement in the website. Corresponds to path analysis (Click stream analysis).

기존 기술은 특정 웹페이지 이후에 이동한 웹페이지를 웹브라우저와 웹서버가 통신하는 HTTP 헤더 상에서 Referer(웹브라우저가 전달하는 이전 페이지 정보)를 추출하거나, 특정 웹페이지 이후에 이동한 웹페이지를 시계열상으로 나열하여 이전 웹페이지에서 어떤 링크를 클릭하였는지 분석하는 방법이 사용되어 왔다.Existing technology extracts referer (the previous page information delivered by web browser) from HTTP header that web browser communicates with web server to web page moved after specific web page, or watches web page moved after specific web page. A list of columns has been used to analyze which links have been clicked on previous web pages.

기본 방법의 문제점은 자바스크립트 또는 플래시(Macromedia Flash) 메뉴 등을 클릭하여 이동하는 경우와 같이 웹브라우저가 Referer정보를 전달하지 않는 경우 및 외부사이트로 유출되는 링크와 같이 자신의 웹사이트 로그분석에서 데이터를 수집할 수 없는 경우에는 클릭스트림 및 네비게이션 분석이 불가능한 문제점이 있었다.The problem with the default method is that if your web browser doesn't pass Referer information (for example, when you click to navigate through JavaScript or the Macromedia Flash menu, etc.), and if your web site's log analysis shows In case of not being able to collect, there was a problem that clickstream and navigation analysis were impossible.

또한, 사용자 인터페이스(User Interface)분석을 위해 메뉴, 입력양식 항목, 버튼 등에 대한 클릭검출을 위해 별도의 자바스크립트 코드를 생성하여 HTML페이지 내 각 항목에 대하여 개별적으로 코딩하여 적용하는 방법이 사용되기도 하나 이는 많은 작업량과 유지보수의 문제점으로 인해 분석에 필요한 리소스가 다량 소요되는 문제점을 갖고 있었다.In addition, a method of generating a separate JavaScript code to detect a click on a menu, an input form item, a button, etc. for user interface analysis and individually coding and applying each item in an HTML page is used. This has a problem that a large amount of resources required for analysis due to a lot of work and maintenance problems.

이와 더불어 분석결과를 시각적으로 표현하는 방법으로는 본 출원인의 선출원특허(제10-0686929호)에 의해 제안된 것처럼 분석대상 웹페이지 상에 각 링크별 클릭수를 DHTML(Dynamic HTML)을 이용하여 표현하는 방법이 가능하지만, 플래시메뉴와 같이 웹브라우저의 DOM(Document Object Model)구조내에서 플래시객체의 웹페이지 내 위치좌표를 자바스크립트에 의해 접근이 불가능한 경우에는 분석된 클릭수 값이 존재한다고 하더라도 그 측정된 값 Label을 해당 객체(Flash) 위에 표현하는 것이 불가능하였다.In addition, as a method of visually expressing the analysis result, the number of clicks for each link on the target web page is expressed using DHTML (Dynamic HTML) as proposed by the applicant's prior application patent (No. 10-0686929). However, if the location coordinates of the Flash object's web page are not accessible by JavaScript within the DOM (Document Object Model) structure of the web browser, such as the Flash menu, even if the analyzed click value exists, It was not possible to represent the measured value Label on the object (Flash).

본 발명은 상기한 기존 클릭스트림 분석 및 특정 웹페이지 내 링크 및 메뉴선호도를 분석하는 방법의 문제점을 감안하여 안출된 것으로, 상기한 기존 분석방법을 개선하여 웹사이트 방문자가 마우스를 이용하여 클릭하는 웹페이지 내 좌표를 직접적으로 수집하여 이용자가 설정한 영역에 맞추어 클릭수 및 클릭추세를 분석대상 웹페이지의 복사본 또는 웹페이지를 캡쳐한 이미지 위에 시각적으로 표시하는 것을 그 목적으로 한다.The present invention has been made in view of the problems of the existing clickstream analysis and the method of analyzing links and menu preferences within a specific web page, and the web visitor clicks by using a mouse by improving the existing analysis method. The purpose is to collect the coordinates in the page directly and visually display the number of clicks and the click trend according to the area set by the user on the copy of the analysis target web page or the captured image of the web page.

이를 통해 네비게이션 및 클릭스트림분석을 위해 사용되는 Referer 정보를 발생시키지 않는 자바스크립트에 의한 페이지 이동 및 플래시메뉴 클릭에 대한 분석과 사용자 인터페이스 분석시 웹페이지 구성요소들 중 기존 방법으로 분석이 불가능하었던 플래시 메뉴, 자바스크립트에 의한 링크, 외부사이트로의 유출링크, 사용자 입력항목(FORM) 내 각 항목별 클릭수, 페이지 이동을 발생시키지 않는 버튼 등에 대해서도 상세한 분석이 가능하도록 하고, 더 나아가 분석결과를 이해하기 쉽게 표현하는데 그 목적이 있다.This allows Flash to analyze page movements and Flash menu clicks that do not generate Referer information used for navigation and clickstream analysis, as well as user interface analysis. Detailed analysis is also possible for menus, links by JavaScript, leaked links to external sites, clicks for each item in the user input item (FORM), and buttons that do not cause page movement. Its purpose is to make it easy to express.

또한 방문자 및 웹사이트 운영자가 별도의 ActiveX 콘트롤이나 Plug-in 설치 를 하지 않으며, 웹페이지 각 항목 분석을 위해 웹사이트 운영자가 웹페이지 구성요소(각 링크, 버튼, 메뉴, 유출링크 등)별 별도의 스크립트 코드를 추가할 필요없이, 분석하고자 하는 웹페이지의 HTML코드 내에 하나의 클릭데이터 수집 스크립트를 추가하는 것만으로 분석을 위한 준비가 이루어지므로 손쉽게 분석이 이루어질 수 있다.In addition, visitors and website operators do not install separate ActiveX controls or plug-ins, and the website operator separates each web page component (links, buttons, menus, leaked links, etc.) to analyze each item. Without the need to add script code, simply add a single click data collection script in the HTML code of the web page to be analyzed.

본 발명의 그 밖의 목적, 특정한 장점 및 신규 특징들은 첨부된 도면들과 연관된 이하의 상세한 설명과 바람직한 실시 예로부터 더욱 분명해질 것이다.Other objects, specific advantages, and novel features of the present invention will become more apparent from the following detailed description and preferred embodiments associated with the accompanying drawings.

상기한 본 발명의 목적은 분석대상 웹페이지를 조회하는 클라이언트와, 분석대상 웹페이지를 제공하는 웹서버와, 분석대상 웹페이지의 클릭데이터를 수집하여 분석결과를 분석대상 웹페이지의 시각적 복사본 위에 표시하는 클릭데이터 분석시스템과, 상기 분석시스템을 이용하는 이용자가 인터넷과 같은 통신 네트워크를 통해 서로 연결되어 분석대상 웹페이지 내부 클릭분포를 시각화하는 시스템에 있어서, 상기 클릭데이터 분석시스템은, 분석대상 웹페이지에 대한 클릭데이터 정보를 클릭데이터 수집스크립트를 이용해 수집하여 저장하는 클릭데이터 수집서버와, 분석대상 웹페이지의 시각적 복사본을 생성하는 웹페이지 표현부와, 상기 분석대상 웹페이지의 시각적 복사본 상에 클릭 분석영역을 설정하는 클릭 분석영역 설정부와, 상기 클릭 분석영역을 참조하여 상기 분석대상 웹페이지의 시각적 복사본 상에 상기 클릭데이터 정보를 표시하는 클릭영역 표현부로 구성되는 리포팅서버와, 상기 클릭데이터 수집서버에 의해 전송된 클릭데이터 정보를 저장하는 클릭데이터 정보 데이터베이스와 상기 리포팅서버의 클릭 분석영역 설정부에 의해 설정된 클릭 분석영역 설정정보를 저장하는 클릭데이터 분석영역 설정정보 데이터베이스로 구성되는 클릭데이터 데이터베이스를 포함하는 것을 특징으로 하는 웹사이트 방문자의 웹페이지 내부 클릭분포 시각화시스템에 의해 달성된다.The object of the present invention described above is to collect the click data of the client, the web server providing the analysis target web page, the analysis target web page, and display the analysis result on the visual copy of the analysis target web page. In a click data analysis system and a system in which a user using the analysis system is connected to each other through a communication network such as the Internet to visualize a click distribution within an analysis target web page, the click data analysis system is configured to analyze the web page. A click data collection server for collecting and storing click data information about a click data collection script, a web page expression unit for generating a visual copy of the analysis target web page, and a click analysis area on the visual copy of the analysis target web page Click analysis area setting unit for setting the click minutes A reporting server comprising a reporting area representation unit for displaying the click data information on a visual copy of the analysis target web page with reference to an area, and a click data information database for storing click data information transmitted by the click data collection server. And a click data database comprising a click data analysis area setting information database for storing click analysis area setting information set by the click analysis area setting unit of the reporting server. Achieved by a visualization system.

또한, 본 발명은 분석대상 웹페이지에 삽입된 클릭데이터 수집스크립트에 의해 방문자의 마우스 클릭 발생시 클릭데이터 정보를 생성하는 단계와, 상기 클릭데이터 정보를 저장하는 단계와, 상기 분석대상 웹페이지의 시각적 복사본을 생성하는 단계와, 상기 시각적 복사본을 바탕으로 분석대상 웹페이지의 분석대상 영역을 이용자의 의도에 맞도록 설정하는 단계와, 상기 단계에 의해 생성 및 저장된 클릭데이터 정보와 클릭 분석영역 설정정보를 참조하여 분석리포트를 생성하는 단계를 포함하는 것을 특징으로 하는 웹사이트 방문자의 웹페이지 내부 클릭분포 시각화방법에 의해 달성된다.The present invention also provides a method of generating click data information when a mouse click of a visitor is generated by a click data collection script inserted into an analysis target web page, storing the click data information, and a visual copy of the analysis target web page. Generating an image, setting an analysis target region of an analysis target web page according to a user's intention based on the visual copy, and referring to click data information and click analysis region setting information generated and stored by the step. And generating an analysis report by a click distribution visualization method of a web page of a website visitor.

이하 본 발명의 바람직한 실시 예를 첨부한 도면을 참조하여 상세히 설명한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 1, 2는 본 발명에 따른 웹사이트 방문자의 웹페이지 내부 클릭위치 및 분포를 시각적으로 표현하는 방법이 구현되는 컴퓨터 네트워크 구성을 나타낸 것이다.1 and 2 illustrate a computer network configuration in which a method for visually expressing a click location and distribution of a web site visitor of a website visitor according to the present invention is implemented.

도 1, 2에 도시된 바와 같이, 본 발명이 구현되는 컴퓨터 네트워크 구성은, 분석대상 웹페이지(10)를 조회하는 클라이언트(100)와, 분석대상 웹페이지(10)를 제공하는 웹서버(200)와, 분석대상 웹페이지(10)의 클릭데이터를 수집하여 분석결 과를 분석대상 웹페이지의 복사본 또는 분석대상 웹페이지를 캡쳐한 이미지(10', 이하 '분석대상 웹페이지의 시각적 복사본'이라 함) 위에 시각적으로 표시한 리포트(60)를 제공하는 클릭데이터 분석시스템(300)와, 상기 클릭데이터 분석시스템(300)을 이용하는 이용자(400)가 인터넷과 같은 통신 네트워크를 통해 서로 연결되어 있다.As shown in Figures 1 and 2, a computer network configuration in which the present invention is implemented includes a client 100 for querying the web page 10 for analysis and a web server 200 for providing the web page 10 for analysis. And the click data of the analysis target web page 10 and the result of the analysis is called a copy of the analysis target web page or an image captured by the analysis target web page 10 (hereinafter referred to as a visual copy of the analysis target web page). The click data analysis system 300 which provides the report 60 visually displayed above, and the user 400 using the click data analysis system 300 are connected to each other via a communication network such as the Internet.

상기 클릭데이터 분석시스템(300)은 클릭데이터 수집서버(310)와, 클릭데이터 데이터베이스(320)와, 리포팅서버(330)로 구성되며, 이들은 물리적으로 구별되거나 기능상 모듈형태로 하나의 물리적 서버 내에서 작동될 수 있다.The click data analysis system 300 includes a click data collection server 310, a click data database 320, and a reporting server 330, which are physically distinguished or functionally modular in a single physical server. Can work.

상기 클릭데이터 수집서버(310)는 일반적인 웹서버로 구성되어 있으며, 분석대상 웹페이지(10)에 미리 삽입된 클릭데이터 수집스크립트(20)에 의해 전송되는 데이터를 HTTP GET요청으로 받아 파라미터를 통해 수집한다. The click data collection server 310 is configured as a general web server, and receives the data transmitted by the click data collection script 20 pre-inserted in the analysis target web page 10 as an HTTP GET request to collect through parameters do.

상기 클릭데이터 수집스크립트(20)란 상기 분석시스템(300)을 이용하여 분석을 하고자 하는 이용자에 의해 자신이 운영하는 웹사이트 내 웹페이지에 사전에 삽입되어 분석대상 웹페이지(10)를 조회하는 클라이언트(100) 웹브라우저에 의해 로딩된 후 실행되어 해당 웹페이지 내 방문자의 클릭좌표와 해당 웹페이지의 URL을 상기 클릭데이터 수집서버(310)에 전달하는 프로그램을 말한다.The click data collection script 20 is a client inserted into a web page in a website operated by a user who wants to analyze by using the analysis system 300 to search the analysis target web page 10. (100) refers to a program that is executed after being loaded by a web browser and delivers the click coordinates of the visitor in the web page and the URL of the web page to the click data collection server 310.

본 발명에 따른 클릭데이터 수집스크립트(20)의 하나의 예를 도 3에 나타내었다.One example of the click data collection script 20 according to the present invention is shown in FIG. 3.

도 3을 참조하면, 클릭데이터 수집스크립트(20)는 분석대상 웹페이지(10)의 HTML코드 내 <BODY>와 </BODY> 태그 사이에 삽입되며, 방문자가 마우스를 클릭할 경우 방문자가 클릭한 분석대상 웹페이지(10) 내의 마우스클릭 좌표를 구하고(21), 수집된 마우스클릭 좌표에 분석대상 웹페이지(10)의 URL정보를 추가하여 클릭테이터 수집서버(310)로 전송하는 함수(22)가 마우스 클릭시 실행되도록 마우스 클릭시에 해당하는 이벤트에 등록한다(23). 클릭데이터 수집스크립트(20)는 최초 1회 삽입 후 분석이 진행되는 도중에 스크립트를 수정 또는 삭제할 필요는 없다. Referring to FIG. 3, the click data collection script 20 is inserted between the <BODY> and </ BODY> tags in the HTML code of the analysis target web page 10. When the visitor clicks the mouse, the click data collection script 20 is clicked. A function 22 for obtaining the mouse click coordinates in the analysis target web page 10 and adding URL information of the analysis target web page 10 to the collected mouse click coordinates and transmitting it to the click data collection server 310. Is registered at the event corresponding to the mouse click (23) to be executed when the mouse is clicked. The click data collection script 20 does not need to modify or delete the script during the analysis after the first insertion.

상기 클릭데이터 수집서버(310)는 클릭데이터 수집스크립트(20)에 의해 수집된 방문자 마우스클릭의 X좌표 및 Y좌표, 데이터를 전송받은 시각(클릭시각) 및 클릭이 발생한 웹페이지의 URL에 클라이언트(100) 웹브라우저와 클릭데이터 수집서버(310)의 웹서버를 통해 얻은 클라이언트(100)의 IP정보를 추가하여 클릭데이터 데이터베이스(320)의 클릭데이터 정보 데이터베이스(322)에 저장한다.The click data collection server 310 is a client (X) and Y coordinate of the visitor mouse click collected by the click data collection script 20, the time (click time) of receiving the data and the URL of the web page where the click occurred ( 100) IP information of the client 100 obtained through the web browser of the web browser and the click data collection server 310 is added and stored in the click data information database 322 of the click data database 320.

상기 클릭데이터 정보 데이터베이스(322)에 저장되는 테이블(30)은, 도 4에 도시된 바와 같이, 클릭시각(31), 웹페이지 URL(32), 클릭좌표 X(33), 클릭좌표 Y(34), 방문자 IP 필드(35)와 각 필드 값을 가지는 여러 개의 레코드(36a - 36d)로 구성된다.As shown in FIG. 4, the table 30 stored in the click data information database 322 includes a click time 31, a web page URL 32, a click coordinate X 33, and a click coordinate Y 34. ), The visitor IP field 35 and several records 36a-36d having respective field values.

상기 클릭데이터 데이터베이스(320)는 앞서 설명한 상기 클릭데이터 수집서버(310)에 의해 전송된 클릭데이터 정보를 저장하는 클릭데이터 정보 데이터베이스(320)와 후술하는 리포팅서버(330)의 클릭 분석영역 설정부(336)에 의해 설정된 영역설정 정보를 저장하는 클릭데이터 분석영역 설정정보 데이터베이스(324)를 포함한다.The click data database 320 may include a click data information database 320 storing the click data information transmitted by the click data collection server 310 and a click analysis region setting unit of the reporting server 330 which will be described later. A click data analysis region setting information database 324 for storing region setting information set by 336 is included.

상기 리포팅서버(330)은 웹페이지 표현부(332)와, 클릭영역 표현부(334)와, 클릭 분석영역 설정부(336)을 포함한다. 여기서 상기한 각 처리부는 기능상으로 분류된 것으로 하나의 시스템으로 구성되거나 각 기능별로 모듈로 분리하여 통신하도록 하는 것이 가능하다.The reporting server 330 includes a web page presenter 332, a click area presenter 334, and a click analysis area setter 336. Here, each of the processing units classified as functional units may be configured as a system or may be separated into modules for each function to communicate.

상기 웹페이지 표현부(332)는 분석대상 웹페이지의 시각적 복사본(10')을 생성하기 위한 장치이다.The web page expression unit 332 is a device for generating a visual copy 10 'of the analysis target web page.

상기 웹페이지 표현부(332)는 분석하고자 하는 분석대상 웹페이지(10)의 URL을 본 분석시스템의 이용자(400)로부터 입력받고, 웹페이지 표현부(332)가 입력받은 URL에 HTTP접속하여 HTML 결과물 복사본을 받아오며, 접속이 불가능할 경우에는 이용자가 작성한 웹페이지의 스크린샷 이미지를 업로드 받고, 생성된 시각적 복사본(10')을 클릭영역 표현부(334) 및 클릭 분석영역 설정부(336)에 제공할 수 있도록 파일로 저장한다.The web page expression unit 332 receives the URL of the analysis target web page 10 to be analyzed from the user 400 of the present analysis system, and the HTTP page URL 332 is HTTP-connected to the URL received by the HTML. If a copy of the result is received and the connection is not possible, the screenshot image of the web page created by the user is uploaded, and the generated visual copy 10 'is transmitted to the click area expression unit 334 and the click analysis area setting unit 336. Save it as a file to provide.

상기 클릭 분석영역 설정부(336)는 시각적 본사본(10')의 HTML코드 내에 반투명 레이어를 생성하는 장치이다.The click analysis region setting unit 336 is a device for generating a translucent layer in the HTML code of the visual main office copy 10 '.

상기 클릭 분석영역 설정부(336)는 상기 웹페이지 표현부(332)에 의해 생성된 분석대상 웹페이지의 시각적 복사본(10') HTML 페이지를 구성하여 차후 작업의 바탕이 되는 HTML코드를 생성하고, 생성된 HTML코드 내에 DHTML(Dynamic HTML)을 이용하여 반투명 레이어(Layer)를 생성하며, 사용자가 DHTML레이어박스를 Drag & Drop방식 등의 방법으로 레이어박스의 위치 및 크기를 조정할 수 있도록 하고, 사용자가 설정을 변경할 때 자바스크립트를 이용해 해당 레이어박스의 좌표와 크기를 추출하고, 추출된 영역설정 정보를 클릭 분석영역 설정정보 데이터베이스(324)에 저장한다.The click analysis region setting unit 336 configures the HTML page of the visual copy 10 'of the analysis target web page generated by the web page expression unit 332 to generate the HTML code that is the basis for the subsequent work, Creates a semi-transparent layer using DHTML (Dynamic HTML) in the generated HTML code, and allows the user to adjust the position and size of the layer box by dragging and dropping the DHTML layer box. When changing the setting, the coordinates and size of the layer box are extracted using JavaScript, and the extracted region setting information is stored in the click analysis region setting information database 324.

상기 클릭데이터 분석영역 설정정보 데이터베이스(324)에 저장되는 테이블(40)은, 도 5에 도시된 바와 같이, 웹페이지URL(41), 영역번호(42), 영역 시작좌표 X(43), 영역 시작좌표 Y(44), 영역 종료좌표 X(45), 영역 종료좌표 Y 필드(46)와 각 필드 값을 가지는 여러 개의 레코드(47a - 47f)로 구성된다.As shown in FIG. 5, the table 40 stored in the click data analysis region setting information database 324 includes a web page URL 41, an area number 42, an area start coordinate X 43, and an area. It consists of a starting coordinate Y 44, an area ending coordinate X 45, an area ending coordinate Y field 46, and several records 47a to 47f having respective field values.

상기 클릭영역 표현부(334)는 상기 웹페이지 표현부(332)가 생성한 시각적복사본(10')을 얻고, 클릭데이터 데이터베이스(320) 내 클릭데이터 정보 데이터베이스(322)와 클릭 분석영역 설정정보 데이터베이스(324)로부터 데이터를 가져오며, 가져온 클릭 분석영역 설정정보의 수만큼 반복하여 시각적 복사본 HTML코드 내에 DHTML레이어박스와 분석값을 삽입하고, 완성된 HTML코드를 리포트형태로 본 시스템 이용자(400)에게 전송한다.The click area expression unit 334 obtains a visual copy 10 'generated by the web page expression unit 332, and click data information database 322 and click analysis area setting information database in the click data database 320. The data is retrieved from (324), the DHTML layer box and the analysis value are inserted in the visual copy HTML code by repeating the number of click analysis area setting information retrieved, and the completed HTML code is reported to the system user 400 in the form of a report. send.

도 6은 웹페이지 표현부(332)에 의해 수집된 분석대상 웹페이지의 시각적 복사본(10')에 영역설정을 위한 DHTML레이어박스를 표현하는 단계의 바람직한 실시예이다. FIG. 6 is a preferred embodiment of the step of expressing the DHTML layer box for region setting in the visual copy 10 'of the analysis target web page collected by the web page presenter 332.

도 7은 클릭 분석영역 설정부(336)을 이용하는 사용자 인터페이스(UI)의 바람직한 실시 예를 간략하게 표현한 그림이다.FIG. 7 is a diagram schematically illustrating a preferred embodiment of a user interface (UI) using the click analysis region setting unit 336.

도 7에 도시된 바와 같이 분석대상 웹페이지의 시각적 복사본(10') 상에 클릭 분석영역이 반투명 레이어 박스(11)로 표시되어 있으며 하단에는 분석대상 웹페이지의 URL, 페이지 변경, 영역추가 및 설정저장 메뉴가 마련되어 있다. As shown in FIG. 7, the click analysis area is displayed as a semi-transparent layer box 11 on the visual copy 10 'of the analysis target web page, and the URL, page change, area addition and setting of the analysis target web page are shown at the bottom. There is a storage menu.

이하에서는 상기와 같이 구성된 본 발명에 따른 분석시스템을 이용하여 클릭 분포를 시각화하는 방법을 도면을 참조하여 상세히 설명한다.Hereinafter, a method for visualizing a click distribution using the analysis system according to the present invention configured as described above will be described in detail with reference to the accompanying drawings.

도 8은 본 발명에 따른 웹사이트 방문자의 웹페이지 내부 클릭분포를 시각적으로 분석 및 표현하는 방법을 개괄적으로 나타낸 것이다.8 schematically illustrates a method for visually analyzing and expressing a click distribution within a web page of a website visitor according to the present invention.

도 8에 도시된 바와 같이 본 발명에 따른 방법은, As shown in Figure 8 the method according to the invention,

분석대상 웹페이지(10)에 삽입된 클릭데이터 수집스크립트(20)에 의해 방문자의 마우스 클릭 발생시 관련 클릭데이터를 생성하여 클릭데이터 수집서버(310)로 전송하는 단계(S210)와, 클릭데이터 수집서버(310)가 전송받은 클릭데이터 정보를 클릭데이터 테이터베이스(320)의 클릭데이터 정보 데이터베이스(322)에 저장하는 단계(S220)와, 분석대상 웹페이지(10)를 스크랩핑한 복사본이나 스크린 샷으로 캡쳐한 이미지를 이용하여 분석대상 웹페이지의 시각적 복사본(10')을 생성하는 단계(S230)와, 생성된 시각적 복사본(10')을 바탕으로 분석대상 웹페이지의 분석대상 영역을 분석시스템 이용자의 의도에 맞도록 설정하여 클릭 분석영역 설정정보 데이터를 생성하는 단계(S240)와, 상기 S210, S220 단계에 의해 수집/저장된 클릭데이터 정보와 상기 S230, S240 단계에 의해 생성된 클릭 분석영역 설정정보를 참조하여 분석리포트를 생성하는 단계(S250)로 구성된다. In step S210, the click data collection server 310 generates relevant click data when a mouse click of a visitor is generated by the click data collection script 20 inserted into the analysis target web page 10, and click data collection server. And storing the click data information received by the 310 in the click data information database 322 of the click data database 320 as a scraped copy or a screenshot of the analysis target web page 10. Generating a visual copy (10 ') of the analysis target web page using the captured image (S230), and based on the generated visual copy (10') the analysis target area of the analysis target web page of the user of the analysis system Generating the click analysis region setting information data by setting them according to the intention (S240), and clicking data information collected / stored by the steps S210 and S220 and the steps S230 and S240. The generated reference to click analysis region setting information consists of a step (S250) of generating analysis reports.

이때, 상기 S210, S220 단계와 S230, S240 단계는 독립적으로 수행되며 상호 간 영향을 미치지 않는다. 그리고 상기 S210 단계 및 S220 단계는 인터넷환경상에서 클릭데이터 수집스크립트(20)의 실행에 의해 지속적으로 데이터 수집이 일어나며 반복적인 수행이 일어난다. 또한 상기 S230 단계 및 S240 단계는 상기 S250 단계의 분석리포트 생성을 위해 최소 1회 수행이 필요하다. At this time, the steps S210, S220 and S230, S240 are performed independently and do not affect each other. In addition, the steps S210 and S220 are performed repeatedly by performing data collection by the execution of the click data collection script 20 in the Internet environment. In addition, steps S230 and S240 need to be performed at least once to generate the analysis report of step S250.

각 단계를 도면을 참조하여 보다 구체적으로 설명하면 다음과 같다.Referring to each step in more detail with reference to the drawings as follows.

S210S210 단계 : 클릭데이터 수집스크립트(20)에 의해 수집된 클릭데이터를 클릭데이터 Step: click data collected by the click data collection script 20 click data 수집서버(310)에To the collection server 310 전송하는 단계 Sending steps

상기 S210 단계는, 도 9에 도시된 바와 같이, 클라이언트(100) 웹브라우저에 전송된 분석대상 웹페이지(10) 내에서 방문자의 마우스 클릭 이벤트를 모니터링하는 단계(S211)와, 방문자에 의해 웹페이지 내에서 마우스 클릭이 발생하였는지를 판단하는 단계(S212)와, 마우스 클릭이 발생한 경우 마우스 클릭의 웹브라우저 내 X, Y 좌표값을 획득하는 단계(S213)와, 클릭데이터 수집서버(310)에 웹페이지 URL과 X, Y 좌표값을 전송하는 단계를 포함한다. 이때, 상기 S212 단계에서 마우스 클릭이 발생하지 않은 경우에는 S211 단계를 수행한다. In the step S210, as shown in FIG. 9, monitoring the mouse click event of the visitor within the analysis target webpage 10 transmitted to the client 100 web browser (S211), and the webpage by the visitor. Determining whether a mouse click has occurred in the step (S212), and if a mouse click occurs, obtaining the X, Y coordinate value in the web browser of the mouse click (S213), and the web page to the click data collection server 310 And transmitting the URL and the X and Y coordinate values. At this time, if no mouse click occurs in step S212, step S211 is performed.

S220S220 단계 : 클릭데이터 정보를 클릭데이터 정보 데이터베이스(322)에 저장하는 단계 Step: storing the click data information in the click data information database 322

상기 S220 단계는, 도 10에 도시된 바와 같이, 클릭데이터 수집스크립트(20)로부터 HTTP요청에 의해 웹페이지 URL과 마우스 클릭 X, Y 좌표값을 수신하는 단계(S221)와, 수신된 데이터에 클릭시각 정보, 방문자 IP(세션)정보를 추가하는 단계(S222)와, 클릭데이터 데이터베이스 내 클릭데이터 정보 데이터베이스(322)에 웹페이지 URL, 클릭좌표 X, 클릭좌표 Y, 클릭시각 및 방문자 IP 정보(클릭데이터 정보)를 기록하는 단계(S223)로 구성된다.In step S220, as shown in FIG. 10, the web page URL and mouse click X and Y coordinate values are received by the HTTP request from the click data collection script 20 (S221), and the received data is clicked. Adding the time information, visitor IP (session) information (S222) and the web page URL, click coordinate X, click coordinate Y, click time and visitor IP information (click) in the click data information database 322 in the click data database. Data information) is recorded (S223).

S230S230 단계 : 분석대상 웹페이지의 시각적 복사본(10')을 생성하는 단계 Step: Creating a visual copy 10 'of the analyzed web page

상기 S230 단계는, 도 11에 도시된 바와 같이, 분석하고자 하는 웹페이지의 URL을 입력받는 단계(S231)와, 해당 웹페이지 URL에 HTTP 접속하여 페이지 결과물(HTML)을 수신하는 단계(S232)와, 성공적으로 HTML를 수신하였는지 판단하는 단계(S233)와, 성공적으로 수신하지 못한 경우 해당 웹페이지의 스크린 샷 이미지를 클릭데이터 분석시스템 이용자가 직접 생성하여 웹페이지 표현부에 전송하여 저장하는 단계(S234)와, S232 단계로부터 수신한 HTML코드 또는 S233 단계로부터 생성한 스크린 샷 이미지를 임시파일로 저장한 후 클릭영역 표현부(334) 및 클릭 분석영영 설정부(336)에 제공하는 단계(S235)로 구성된다.In step S230, as shown in Figure 11, the step of receiving the URL of the web page to be analyzed (S231), the HTTP access to the web page URL to receive the page result (HTML) (S232) and In operation S233, the method determines whether the HTML has been successfully received, and if the user does not successfully receive the HTML, the user of the click data analysis system directly generates a screenshot image of the corresponding web page and transmits the image to the web page expression unit and stores it (S234). ), And storing the HTML code received from the step S232 or the screenshot image generated from the step S233 as a temporary file and then providing it to the click area expression unit 334 and the click analysis setting unit 336 (S235). It is composed.

S240S240 단계 : 분석대상 웹페이지의 클릭 분석영역을 설정하는 단계 Step: setting up the click analysis area of the target web page

상기 S240 단계는, 도 12에 도시된 바와 같이, 웹페이지 표현부(332)로부터 수신한 분석대상 웹페이지의 시각적 복사본(10')을 바탕으로 바탕 HTML 웹페이지를 생성하는 단계(S241)와, 생성된 HTML 웹페이지 위에 DHTML 레이어 박스(11)를 표현하는 단계(S242)와, DHTML 레이어 박스(11)의 위치 및 크기를 조정하는 단계(S243)와, 설정된 DHTML 레이어 박스(11)의 좌측상단 X, Y 좌표와 우측하단 X, Y 좌표를 추출하는 단계(S244)와, 각 DHTML 레이어의 영역좌표를 클릭 분석영역 설정정보 데이터베이스(324)에 저장하는 단계(S245)로 구성된다.In step S240, as shown in FIG. 12, a base HTML web page is generated based on the visual copy 10 ′ of the analysis target web page received from the web page expression unit 332 (S241); Expressing the DHTML layer box 11 on the generated HTML web page (S242), adjusting the position and size of the DHTML layer box 11 (S243), and the upper left of the set DHTML layer box 11 Extracting the X, Y coordinates and the lower right X, Y coordinates (S244), and storing the area coordinates of each DHTML layer in the click analysis region setting information database (324) (S245).

S250S250 단계 : 분석리포트(60)를 생성하는 단계 Step: generating an analysis report 60

상기 S250 단계는, 도 13에 도시된 바와 같이, 웹페이지 표현부(332)로부터 분석대상 웹페이지의 시각적 복사본(10')을 획득하고 클릭데이터 데이터베이스(320)로부터 클릭데이터 정보와 클릭 분석영역 설정정보를 획득하는 단계(S251)와, 클릭 분석영역의 개수(N)만큼 LOOP를 시작하는 단계(S252)와, N번째 클릭영역 설정정보에 해당하는 시작 X 좌표와 종료 X 좌표 내에 포함되고, 시작 Y 좌표와 종료 Y 좌표 내에 포함되는 마우스 클릭 X, Y 좌표를 갖는 클릭데이터의 수를 조회하는 단계(S253)와, 분석대상 웹페이지의 시각적 복사본(10')에 N번째 클릭분석영역 설정정보(시작 X, Y 좌표와 종료 X, Y 좌표)에 맞추어 DHTML 반투명 레이어박스(11)에 클릭데이터 수를 표현하는 HTML 코드를 추가하는 단계(S254)와, 처리할 클릭분석 영역이 남았는가를 판단하는 단계(S255)와, 남아있지 않을 경우 완성된 HTML 코드를 분석 리포트(60) 형태로 제공하는 단계(S256)를 포함하며, 상기 S255 단계에서 처리할 클릭분석 영역이 남아있는 경우 S253 단계로 이행하여 그 이후 단계를 수행한다.In step S250, as shown in FIG. 13, the visual copy 10 ′ of the analysis target web page is obtained from the web page expression unit 332, and the click data information and the click analysis region are set from the click data database 320. Acquiring the information (S251), starting the LOOP by the number (N) of the click analysis area (S252), included in the start X coordinates and the end X coordinates corresponding to the N-th click area setting information, the start Inquiring the number of click data having the mouse click X and Y coordinates included in the Y coordinate and the end Y coordinate (S253), and the Nth click analysis region setting information (10 ') in the visual copy 10' of the target web page Adding HTML code representing the number of click data to the DHTML translucent layer box 11 according to the starting X, Y coordinates and the ending X, Y coordinates (S254), and determining whether there is a click analysis area to be processed. With step S255, remaining If not, it comprises the step (S256) of providing the completed HTML code in the form of an analysis report (60), and if there is a click analysis area to be processed in step S255 proceeds to step S253 and performs the subsequent steps.

도 14에 본 발명에 따른 웹사이트 방문자의 웹페이지 내부 클릭분포를 분석하여 시각화하는 방법 및 장치에 의해 제공되는 분석리포트(60)의 실시 예를 나타내었다. 14 shows an embodiment of an analysis report 60 provided by a method and apparatus for analyzing and visualizing a click distribution inside a web page of a website visitor according to the present invention.

도 14에 도시된 바와 같이, 분석리포트(60)는 반투명 레이어박스(11)에 위에 클릭데이터 수, 클릭율 및 방문자 수가 표시되어 있으며, 하단에는 이용자가 조회기간과 반투명 레이어박스의 투명도를 조절할 수 있는 메뉴가 마련되어 있다. As shown in FIG. 14, the analysis report 60 displays the number of click data, the click rate, and the number of visitors on the translucent layer box 11, and at the bottom, the user can adjust the viewing period and the transparency of the translucent layer box. There is a menu.

상술한 바와 같이 본 발명에 따르면, 분석하고자 하는 웹사이트 내 웹페이지 내부의 각종 영역에 대해 방문자가 어느 정도 클릭하였는지를 시각적으로 표현함으로써 직접적이고 직관적으로 분석이 가능하다.As described above, according to the present invention, it is possible to analyze directly and intuitively by visually expressing how much the visitor clicks on various areas within the web page of the website to be analyzed.

또한 기존 로그분석 방법을 통해 분석이 불가능하였던 플래시 배너 링크, 플 래시 메뉴 링크, 자바스크립트 링크, FORM 입력 양식의 입력 칸 항목, 양식 제출버튼, 외부사이트 유출링크 등 웹페이지 내의 화면상에 표현되는 모든 요소를 영역으로 지정하여 분석할 수 있으므로 사용자 인터페이스 설계 및 사용자 네비게이션 분석에서 강력한 응용이 가능하다.In addition, all displayed on the screen in the web page, such as Flash banner link, Flash menu link, JavaScript link, FORM input form entry field, form submit button, external site leak link that could not be analyzed by the existing log analysis method Elements can be designated as areas for analysis, enabling powerful applications in user interface design and user navigation analysis.

또한 방문자의 클라이언트 웹브라우저에 별도의 Plug-In 또는 ActiveX 콘트롤을 설치하지 않고 분석이 수행되므로, 방문자에게 어떠한 불편을 끼치지 않고도 방문자의 직접적인 클릭성향을 분석할 수 있다.In addition, since the analysis is performed without installing a separate plug-in or ActiveX control in the visitor's client web browser, the visitor's direct click tendency can be analyzed without any inconvenience to the visitor.

또한 웹사이트 메인페이지와 같이 연결된 링크와 컨텐츠 영역이 다수 복잡하게 구성된 경우라 하더라도, 고가의 복잡한 로그분석 장비 없이 간단한 스크립트 및 간단한 데이터베이스 구조만으로 방문자의 관심성향을 분석할 수 있으므로 경제적인 효용성이 높다.In addition, even if the linked links and content areas, such as the main page of the website, are composed of a lot of complexity, it is highly economical because it can analyze the interest of visitors with a simple script and a simple database structure without expensive and complicated log analysis equipment.

비록 본 발명이 상기에서 언급한 바람직한 실시 예와 관련하여 설명되어졌지만 본 발명의 요지와 범위로부터 벗어남이 없이 다양한 수정이나 변형이 가능하다. 따라서 특허청구범위는 본 발명의 요지에 속하는 어떠한 수정이나 변형도 포함할 것이다.Although the present invention has been described in connection with the above-mentioned preferred embodiments, various modifications and variations are possible without departing from the spirit and scope of the invention. Thus, the claims will cover any modifications or variations that fall within the spirit of the invention.

Claims (14)

분석대상 웹페이지를 조회하는 클라이언트(100)와, 분석대상 웹페이지를 제공하는 웹서버(200)와, 분석대상 웹페이지의 클릭데이터를 수집하여 분석결과를 분석대상 웹페이지의 시각적 복사본 위에 표시하는 클릭데이터 분석시스템(300)과, 상기 분석시스템(300)을 이용하는 이용자(400)가 인터넷과 같은 통신 네트워크를 통해 서로 연결되어 분석대상 웹페이지 내부 클릭분포를 시각화하는 시스템에 있어서, Client 100 for viewing the analysis target web page, web server 200 for providing the analysis target web page, and collecting click data of the analysis target web page and displaying the analysis result on the visual copy of the analysis target web page In a system in which the click data analysis system 300 and the user 400 using the analysis system 300 are connected to each other through a communication network such as the Internet, to visualize the click distribution inside the target web page, 상기 클릭데이터 분석시스템(300)은, The click data analysis system 300, 분석대상 웹페이지(10)에 대한 클릭데이터 정보를 클릭데이터 수집스크립트(20)를 이용해 수집하여 저장하는 클릭데이터 수집서버(310)와, A click data collection server 310 for collecting and storing click data information about the analysis target web page 10 using the click data collection script 20; 분석대상 웹페이지의 시각적 복사본(10')을 생성하는 웹페이지 표현부(332)와, 상기 분석대상 웹페이지의 시각적 복사본(10') 상에 클릭 분석영역을 설정하는 클릭 분석영역 설정부(336)와, 상기 클릭 분석영역을 참조하여 상기 분석대상 웹페이지의 시각적 복사본(10') 상에 상기 클릭데이터 정보를 표시하는 클릭영역 표현부(334)로 구성되는 리포팅서버(330)와,Web page expression unit 332 for generating a visual copy (10 ') of the analysis target web page, click analysis area setting unit 336 for setting a click analysis area on the visual copy (10') of the analysis target web page And a reporting server 330 configured to display the click data information on the visual copy 10 'of the analysis target web page with reference to the click analysis area. 상기 클릭데이터 수집서버(310)에 의해 전송된 클릭데이터 정보를 저장하는 클릭데이터 정보 데이터베이스(322)와 상기 리포팅서버(330)의 클릭 분석영역 설정부(336)에 의해 설정된 클릭 분석영역 설정정보를 저장하는 클릭데이터 분석영역 설정정보 데이터베이스(324)로 구성되는 클릭데이터 데이터베이스(320)를 포함하며,The click data area setting information set by the click data area database 322 storing the click data information transmitted by the click data collection server 310 and the click analysis area setting unit 336 of the reporting server 330 is stored. It includes a click data database 320 consisting of a click data analysis area setting information database 324 to store, 여기서, 상기 클릭데이터 수집스크립트(20)는,Here, the click data collection script 20, 방문자가 마우스를 클릭할 경우 방문자가 클릭한 분석대상 웹페이지(10) 내의 마우스클릭 좌표를 구하는 함수(21)와, A function 21 for calculating the mouse click coordinates in the analysis target web page 10 clicked by the visitor when the visitor clicks the mouse; 수집된 마우스클릭 좌표에 분석대상 웹페이지(10)의 URL정보를 추가하여 클릭테이터 수집서버(310)로 전송하는 함수(22)와, A function 22 for adding URL information of the analysis target web page 10 to the collected mouse click coordinates and transmitting it to the click data collection server 310; 상기 함수들이 마우스 클릭시 실행되도록 마우스 클릭시에 해당하는 이벤트에 등록하는 함수(23)를 포함하고,A function 23 for registering the event corresponding to the mouse click so that the functions are executed on the mouse click, 상기 분석대상 웹페이지의 시각적 복사본(10')은, The visual copy 10 'of the analysis target web page, 분석대상 웹페이지(10)를 스크랩핑한 복사본 또는 스크린 샷으로 캡쳐한 이미지인 것을 특징으로 하는 웹사이트 방문자의 웹페이지 내부 클릭분포 시각화시스템.Click distribution visualization system in the web page of the visitor, characterized in that the image captured by scraped copy or screen shot of the analysis target web page (10). 삭제delete 제 1 항에 있어서,The method of claim 1, 상기 클릭데이터 정보는 클릭시각(31), 웹페이지 URL(32), 클릭좌표 X(33), 클릭좌표 Y(34), 방문자 IP(35) 데이터를 포함하고,The click data information includes click time 31, web page URL 32, click coordinate X (33), click coordinate Y (34), and visitor IP (35) data. 상기 클릭 분석영역 설정정보는 웹페이지URL(41), 영역번호(42), 영역 시작좌표 X(43), 영역 시작좌표 Y(44), 영역 종료좌표 X(45), 영역 종료좌표 Y 데어터를 포함하는 것을 특징으로 하는 웹사이트 방문자의 웹페이지 내부 클릭분포 시각화시스템.The click analysis region setting information includes a web page URL (41), an area number (42), an area start coordinate X (43), an area start coordinate Y (44), an area end coordinate X (45), and an area end coordinate Y data. A click distribution visualization system within a web page of a website visitor, including. 삭제delete 제 1 항에 있어서,The method of claim 1, 상기 클릭데이터 수집서버(310)는, The click data collection server 310, 상기 클릭데이터 수집스크립트(20)에 의해 수집된 방문자 마우스클릭의 X좌표 및 Y좌표, 데이터를 전송받은 시각(클릭시각) 및 클릭이 발생한 웹페이지의 URL에 클라이언트(100) 웹브라우저와 클릭데이터 수집서버(310)의 웹서버를 통해 얻은 클라이언트(100)의 IP정보를 추가하여 클릭데이터 데이터베이스(320)의 클릭데이터 정보 데이터베이스(322)에 저장하는 것을 특징으로 하는 웹사이트 방문자의 웹페이지 내부 클릭분포 시각화시스템.X- and Y-coordinates of the visitor mouse clicks collected by the click data collection script 20, client 100 web browser and click data collection on the URL of the web page where the data was received (click time) and the click occurred. Click distribution within the web page of a website visitor, characterized in that the IP information of the client 100 obtained through the web server of the server 310 is added and stored in the click data information database 322 of the click data database 320. Visualization system. 제 1 항에 있어서,The method of claim 1, 상기 웹페이지 표현부(332)는, The web page representation unit 332, 분석하고자 하는 분석대상 웹페이지(10)의 URL을 이용자(400)로부터 입력받고, 웹페이지 표현부(332)가 입력받은 URL에 HTTP접속하여 HTML 결과물 복사본을 받아오며, 접속이 불가능할 경우에는 이용자가 작성한 웹페이지의 스크린샷 이미지를 업로드 받고, 생성된 시각적 복사본(10')을 클릭영역 표현부(334) 및 클릭 분석 영역 설정부(336)에 제공할 수 있도록 파일로 저장하는 것을 특징으로 하는 웹사이트 방문자의 웹페이지 내부 클릭분포 시각화시스템.The URL of the analysis target web page 10 to be analyzed is input from the user 400, and the web page expression unit 332 receives a copy of the HTML output by HTTP access to the input URL. Upload a screenshot image of the created web page, and saves the generated visual copy (10 ') as a file to be provided to the click area expression unit 334 and the click analysis area setting unit 336 Visualization system of click distribution inside web pages of site visitors. 제 1 항에 있어서,The method of claim 1, 상기 클릭 분석영역 설정부(336)는, The click analysis region setting unit 336, 상기 웹페이지 표현부(332)에 의해 생성된 분석대상 웹페이지의 시각적 복사본(10') HTML 페이지를 구성하여 차후 작업의 바탕이 되는 HTML코드를 생성하고, 생성된 HTML코드 내에 DHTML(Dynamic HTML)을 이용하여 반투명 레이어(Layer)를 생성하며, 사용자가 DHTML레이어박스를 Drag & Drop방식 등의 방법으로 레이어박스의 위치 및 크기를 조정할 수 있도록 하고, 사용자가 설정을 변경할 때 자바스크립트를 이용해 해당 레이어박스의 좌표와 크기를 추출하고, 추출된 영역설정 정보를 클릭 분석영역 설정정보 데이터베이스(324)에 저장하는 것을 특징으로 하는 웹사이트 방문자의 웹페이지 내부 클릭분포 시각화시스템.Compose a visual copy (10 ') HTML page of the analysis target web page generated by the web page expression unit 332 to generate HTML code that is the basis for subsequent work, DHTML (Dynamic HTML) in the generated HTML code Create a semi-transparent layer using, allow the user to adjust the position and size of the layer box by dragging and dropping the DHTML layer box, and use the JavaScript to change the setting. The system of extracting clicks and sizes of boxes and storing the extracted area setting information in the click analysis area setting information database (324). 제 1 항에 있어서,The method of claim 1, 상기 클릭영역 표현부(334)는, The click area representation unit 334, 상기 웹페이지 표현부(332)가 생성한 시각적복사본(10')을 얻고, 클릭데이터 데이터베이스(320) 내 클릭데이터 정보 데이터베이스(322)와 클릭 분석영역 설정정보 데이터베이스(324)로부터 데이터를 가져오며, 가져온 클릭 분석영역 설정정보의 수만큼 반복하여 시각적 복사본 HTML코드 내에 DHTML레이어박스와 분석값을 삽입하 고, 완성된 HTML코드를 리포트형태로 이용자(400)에게 전송하는 것을 특징으로 하는 웹사이트 방문자의 웹페이지 내부 클릭분포 시각화시스템.Obtain a visual copy 10 'generated by the web page expression unit 332, and obtain data from the click data information database 322 and the click analysis region setting information database 324 in the click data database 320, By repeating the number of click analysis area settings obtained, the DHTML layer box and analysis value are inserted in the visual copy HTML code, and the completed HTML code is transmitted to the user 400 in the form of a report. Click distribution visualization system inside web pages. 제 1 항에 기재된 웹사이트 방문자의 웹페이지 내부 클릭분포 시각화시스템을 이용하여 웹사이트 방문자의 웹페이지 내부 클릭분포를 시각화하는 방법에 있어서, A method for visualizing a click distribution within a web page of a visitor using a click visit visualization system within a web page of a visitor of a website according to claim 1, 분석대상 웹페이지(10)에 삽입된 클릭데이터 수집스크립트(20)가 방문자의 마우스 클릭 발생시 클릭을 검출하여 클릭데이터 정보를 생성하는 단계(S210)와, The click data collection script 20 inserted into the analysis target web page 10 detects a click when a visitor mouse click occurs and generates click data information (S210); 상기 클릭데이터 수집스크립트(20)가 생성하여 전송한 클릭데이터 정보를 클릭데이터 수집서버(310)가 받아 저장하는 단계(S220)와, And receiving and storing the click data information generated by the click data collection script 20 by the click data collection server 310 (S220); 웹페이지 표현부(332)가 상기 분석대상 웹페이지의 시각적 복사본(10')을 생성하는 단계(S230)와, Generating a visual copy 10 'of the analysis target web page by the webpage expression unit 332 (S230); 상기 시각적 복사본(10')을 바탕으로 분석대상 웹페이지의 분석대상 영역을 이용자(400)가 클릭분석영역설정부(336)을 이용하여 분석의도에 맞도록 설정하는 단계(S240)와, Setting the analysis target region of the analysis target web page based on the visual copy 10 'such that the user 400 fits the analysis intention using the click analysis region setting unit 336 (S240); 상기 S210, S220 단계에 의해 생성 및 저장된 클릭데이터 정보와 상기 S230, S240 단계에 의해 생성된 클릭 분석영역 설정정보를 참조하여 클릭영역 표현부(334)가 분석리포트를 생성하는 단계(S250)를 포함하는 것을 특징으로 하는 웹사이트 방문자의 웹페이지 내부 클릭분포 시각화방법.And a click area expression unit 334 generates an analysis report by referring to the click data information generated and stored by the steps S210 and S220 and the click analysis area setting information generated by the steps S230 and S240 (S250). Visualizing the click distribution inside the web page of the website visitor, characterized in that. 제 9 항에 있어서,The method of claim 9, 상기 S210 단계는, The S210 step, 상기 분석대상 웹페이지(10) 내에서 방문자의 마우스 클릭 이벤트를 모니터링하는 단계(S211)와, Monitoring the mouse click event of the visitor within the analysis target web page 10 (S211); 방문자에 의해 상기 분석대상 웹페이지(10) 내에서 마우스 클릭이 발생하였는지를 판단하는 단계(S212)와, Determining whether a mouse click occurs in the analysis target web page 10 by a visitor (S212); 마우스 클릭이 발생한 경우 마우스 클릭의 분석대상 웹브라우저(10) 내 X, Y 좌표값을 획득하는 단계(S213)와, Acquiring X and Y coordinate values in the analysis target web browser 10 of the mouse click when a mouse click occurs (S213); 상기 웹페이지 URL과 X, Y 좌표값을 저장하는 단계를 포함하는 것을 특징으로 하는 웹사이트 방문자의 웹페이지 내부 클릭분포 시각화방법.And storing the web page URL and X and Y coordinate values. 제 9 항에 있어서,The method of claim 9, 상기 S220 단계는, The step S220, 상기 클릭데이터 수집스크립트(20)로부터 HTTP요청에 의해 웹페이지 URL과 마우스 클릭 X, Y 좌표값을 수신하는 단계(S221)와, Receiving a web page URL and mouse click X, Y coordinate values by the HTTP request from the click data collection script 20 (S221), 수신된 데이터에 클릭시각 정보, 방문자 IP(세션)정보를 추가하는 단계(S222)와, Adding click time information and visitor IP (session) information to the received data (S222); 상기 웹페이지 URL, 클릭좌표 X, 클릭좌표 Y, 클릭시각 및 방문자 IP 정보를 기록하는 단계(S223)를 포함하는 것을 특징으로 하는 웹사이트 방문자의 웹페이지 내부 클릭분포 시각화방법.And recording (S223) the web page URL, click coordinate X, click coordinate Y, click time, and visitor IP information. 제 9 항에 있어서,The method of claim 9, 상기 S230 단계는, The step S230, 분석하고자 하는 웹페이지의 URL을 입력받는 단계(S231)와, Receiving a URL of a webpage to be analyzed (S231); 해당 웹페이지 URL에 HTTP 접속하여 페이지 결과물(HTML)을 수신하는 단계(S232)와, Receiving a page output (HTML) by HTTP access to the web page URL (S232), 성공적으로 HTML를 수신하였는지 판단하는 단계(S233)와, Determining whether the HTML has been successfully received (S233); 성공적으로 수신하지 못한 경우 웹페이지의 스크린 샷 이미지를 전송받는 단계(S234)와, If it is not successfully received step (S234) receiving a screenshot image of the web page, S232 단계로부터 수신한 HTML코드 또는 S233 단계로부터 생성한 스크린 샷 이미지를 임시파일로 저장하는 단계(S235)를 포함하는 것을 특징으로 하는 웹사이트 방문자의 웹페이지 내부 클릭분포 시각화방법.And storing the HTML code received from the step S232 or the screenshot image generated from the step S233 as a temporary file (S235). 제 9 항에 있어서,The method of claim 9, 상기 S240 단계는, The step S240, 분석대상 웹페이지의 시각적 복사본(10')을 바탕으로 바탕 HTML 웹페이지를 생성하는 단계(S241)와, Generating a base HTML web page based on the visual copy 10 'of the target web page (S241); 생성된 HTML 웹페이지 위에 DHTML 레이어 박스(11)를 표현하는 단계(S242)와, Expressing the DHTML layer box 11 on the generated HTML web page (S242); 상기 DHTML 레이어 박스(11)의 위치 및 크기를 조정하는 단계(S243)와, Adjusting the position and size of the DHTML layer box 11 (S243); 설정된 DHTML 레이어 박스(11)의 좌측상단 X, Y 좌표와 우측하단 X, Y 좌표를 추출하는 단계(S244)와, Extracting the upper left X, Y coordinates and the lower right X, Y coordinates of the set DHTML layer box 11 (S244); 각 DHTML 레이어의 영역좌표를 저장하는 단계(S245)를 포함하는 웹사이트 방문자의 웹페이지 내부 클릭분포 시각화방법.Visualizing the click distribution inside the web page of the website visitor comprising the step (S245) of storing the area coordinates of each DHTML layer. 제 9 항에 있어서,The method of claim 9, 상기 S250 단계는, The S250 step, 상기 분석대상 웹페이지의 시각적 복사본(10'), 클릭데이터 정보 및 클릭 분석영역 설정정보를 획득하는 단계(S251)와, Obtaining a visual copy (10 '), click data information, and click analysis region setting information of the analysis target web page (S251); 클릭 분석영역의 개수(N)만큼 LOOP를 시작하는 단계(S252)와, Starting the LOOP by the number N of click analysis areas (S252); N번째 클릭영역 설정정보에 해당하는 시작 X 좌표와 종료 X 좌표 내에 포함되고, 시작 Y 좌표와 종료 Y 좌표 내에 포함되는 마우스 클릭 X, Y 좌표를 갖는 클릭데이터의 수를 조회하는 단계(S253)와, Querying the number of click data having mouse click X and Y coordinates included in the start X and end X coordinates corresponding to the N-th click area setting information (S253); , 분석대상 웹페이지의 시각적 복사본(10')에 N번째 클릭분석영역 설정정보(시작 X, Y 좌표와 종료 X, Y 좌표)에 맞추어 DHTML 반투명 레이어박스(11)에 클릭데이터 수를 표현하는 HTML 코드를 추가하는 단계(S254)와, HTML code expressing the number of click data in the DHTML translucent layer box 11 according to the Nth click analysis area setting information (start X, Y coordinates and end X, Y coordinates) on the visual copy of the target web page (10 '). Adding a step (S254), 처리할 클릭분석 영역이 남았는가를 판단하는 단계(S255)와, Determining whether there is a click analysis region to be processed (S255); 남아있지 않을 경우 완성된 HTML 코드를 분석 리포트(60) 형태로 제공하는 단계(S256)를 포함하며, If not remaining comprises the step (S256) of providing a complete HTML code in the form of an analysis report 60, 상기 S255 단계에서 처리할 클릭분석 영역이 남아있는 경우 S253 단계로 이행하여 그 이후 단계를 수행하는 것을 특징으로 하는 웹사이트 방문자의 웹페이지 내부 클릭분포 시각화방법.If there is a click analysis area to be processed in step S255, the process proceeds to step S253 and performs a subsequent step thereafter.
KR1020070032576A 2007-04-02 2007-04-02 Apparatus for visualizing website visitor's click distribution in webpage and method using the same KR100835905B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020070032576A KR100835905B1 (en) 2007-04-02 2007-04-02 Apparatus for visualizing website visitor's click distribution in webpage and method using the same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020070032576A KR100835905B1 (en) 2007-04-02 2007-04-02 Apparatus for visualizing website visitor's click distribution in webpage and method using the same

Publications (1)

Publication Number Publication Date
KR100835905B1 true KR100835905B1 (en) 2008-06-19

Family

ID=39771354

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020070032576A KR100835905B1 (en) 2007-04-02 2007-04-02 Apparatus for visualizing website visitor's click distribution in webpage and method using the same

Country Status (1)

Country Link
KR (1) KR100835905B1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012519918A (en) * 2009-03-05 2012-08-30 アリババ グループ ホールディング リミテッド Method, apparatus and system for visualizing the behavior of a user browsing a web page
WO2012118337A2 (en) * 2011-03-03 2012-09-07 (주)네오위즈게임즈 System, method, and computer-readable recording medium for user preference analysis in a web browser
CN103544325A (en) * 2013-11-11 2014-01-29 北京国双科技有限公司 Data processing method and device used for web page clicking distribution
CN110020339A (en) * 2017-08-17 2019-07-16 北京国双科技有限公司 Based on without the webpage data acquiring method and device buried a little
CN111767106A (en) * 2020-06-18 2020-10-13 郑州阿帕斯数云信息科技有限公司 Method, device and equipment for adjusting advertisement frame

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040033468A (en) * 2002-10-14 2004-04-28 에스케이 텔레콤주식회사 Test Method of Line Between Exchanger and Exchanger
KR20060075696A (en) * 2004-12-29 2006-07-04 (주)비즈스프링 Visualizing method for click stream analysis of website visitor

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20040033468A (en) * 2002-10-14 2004-04-28 에스케이 텔레콤주식회사 Test Method of Line Between Exchanger and Exchanger
KR20060075696A (en) * 2004-12-29 2006-07-04 (주)비즈스프링 Visualizing method for click stream analysis of website visitor

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012519918A (en) * 2009-03-05 2012-08-30 アリババ グループ ホールディング リミテッド Method, apparatus and system for visualizing the behavior of a user browsing a web page
WO2012118337A2 (en) * 2011-03-03 2012-09-07 (주)네오위즈게임즈 System, method, and computer-readable recording medium for user preference analysis in a web browser
WO2012118337A3 (en) * 2011-03-03 2012-12-20 (주)네오위즈게임즈 System, method, and computer-readable recording medium for user preference analysis in a web browser
CN103544325A (en) * 2013-11-11 2014-01-29 北京国双科技有限公司 Data processing method and device used for web page clicking distribution
CN103544325B (en) * 2013-11-11 2017-03-15 北京国双科技有限公司 For data processing method and device that Webpage clicks on distribution
CN110020339A (en) * 2017-08-17 2019-07-16 北京国双科技有限公司 Based on without the webpage data acquiring method and device buried a little
CN111767106A (en) * 2020-06-18 2020-10-13 郑州阿帕斯数云信息科技有限公司 Method, device and equipment for adjusting advertisement frame
CN111767106B (en) * 2020-06-18 2023-11-07 郑州阿帕斯数云信息科技有限公司 Advertisement frame adjusting method, device and equipment thereof

Similar Documents

Publication Publication Date Title
US8640037B2 (en) Graphical overlay related to data mining and analytics
US7801891B2 (en) System and method for collecting user interest data
CN109862064B (en) Configuration method and device for remote monitoring of equipment
JP2012519918A (en) Method, apparatus and system for visualizing the behavior of a user browsing a web page
JP6101607B2 (en) Data analysis support system
KR102024998B1 (en) Extracting similar group elements
CN109829092B (en) Method for directionally monitoring webpage
KR100835905B1 (en) Apparatus for visualizing website visitor&#39;s click distribution in webpage and method using the same
WO2013186638A2 (en) Analyzing user interaction
JP7308541B2 (en) Dynamic web page visitor behavior analysis information providing device and website visitor behavior analysis information providing method using the same
JP2014164560A (en) Dynamic manual creation device and method therefor and computer program
Valencia et al. Assisted interaction data analysis of web-based user studies
Paternò et al. Timelines for mobile web usability evaluation
CN112817817B (en) Buried point information query method, buried point information query device, computer equipment and storage medium
KR102054896B1 (en) A visitor behavior alalysis appratus of dynamic webpages and a method for analysing a visitor behavior of webpages using it
Gui et al. A visualization-enhanced graphical user interface for geospatial resource discovery
CN114860125A (en) Flow chart processing method, device, equipment and medium
CN113515715A (en) Generating method, processing method and related equipment of buried point event code
Su et al. KaitoroCap: A document navigation capture and visualisation tool
TW201627938A (en) Social media environment data processing system and method
Langer et al. Gideon Replay: A library to replay interactions in web-applications
KR102420707B1 (en) Selective importing system of web data through forced submission of target websites
CN114691837B (en) Insurance business data processing method and processing system based on big data
US20240054174A1 (en) Methods and systems for obtaining and storing web pages
KR101635466B1 (en) Method of providing contents with removing the displayed contents and system thereof

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20130604

Year of fee payment: 6

FPAY Annual fee payment

Payment date: 20140603

Year of fee payment: 7

FPAY Annual fee payment

Payment date: 20150603

Year of fee payment: 8

FPAY Annual fee payment

Payment date: 20160602

Year of fee payment: 9

FPAY Annual fee payment

Payment date: 20180516

Year of fee payment: 11

FPAY Annual fee payment

Payment date: 20190530

Year of fee payment: 12