WO2009110723A2 - Real time log analysis system for respective users connected with website, and a method therefor - Google Patents

Real time log analysis system for respective users connected with website, and a method therefor Download PDF

Info

Publication number
WO2009110723A2
WO2009110723A2 PCT/KR2009/001029 KR2009001029W WO2009110723A2 WO 2009110723 A2 WO2009110723 A2 WO 2009110723A2 KR 2009001029 W KR2009001029 W KR 2009001029W WO 2009110723 A2 WO2009110723 A2 WO 2009110723A2
Authority
WO
WIPO (PCT)
Prior art keywords
user terminal
website
real
unique
time
Prior art date
Application number
PCT/KR2009/001029
Other languages
French (fr)
Korean (ko)
Other versions
WO2009110723A3 (en
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
Priority claimed from KR1020080020245A external-priority patent/KR100823075B1/en
Application filed by 주식회사 로그 filed Critical 주식회사 로그
Publication of WO2009110723A2 publication Critical patent/WO2009110723A2/en
Publication of WO2009110723A3 publication Critical patent/WO2009110723A3/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/535Tracking the activity of the user

Definitions

  • the cookie is information that connects the user terminal 10 and the website 20 by leaving a visit record of the Internet website 20.
  • Cookies are temporary files that contain information generated when a customer visits a particular website or homepage. It is small, less than 4KB. Such a cookie is transmitted from the web server 21 to the user terminal 10 at the same time as the web server 21 is accessed or authenticated.
  • the cookie includes various information about the visitor and the form of the cookie It depends on the predetermined rules of the server 21.
  • the log analyzer 23 of the website 20 stores log information according to the access history of the user terminal 10 in the log analysis DB 24 and utilizes the log information.
  • the operator of the website 20 analyzes the log information and analyzes the number of visitors of the website 20, the behavior of the visitor on the web server 21, and the like to efficiently manage the website 20. Taking care of it.
  • the log analyzer 23 provides log information (data recorded by time of access to the website 20) provided by the web server 21 for the history management and the like according to the use of the website 20. Extract and analyze and store in log analysis database 24 in website 20. This log extraction and analysis is a necessary technique for performing advanced web services.
  • Korean Patent Application No. 2005-12355 discloses an invention entitled "Integrated management system of a website and a management method using the same".
  • the present invention displays the log information and the search results of the visitors who access the website 20 on one screen so that the analysis can be easily performed.
  • the present invention is an integrated management system of a web site and a management method using the same, which enables to modify content data of a web page in real time using log analysis information and a search result.
  • Korean Patent Application No. 2007-1636 discloses an invention entitled "Web page connection history information management method.”
  • the invention generates log data of a user for a web page.
  • the log data is managed by the client terminal of the user rather than a separate management server. Therefore, the present invention can reduce the load required for the management server to manage the log data.
  • the access keyword, the access date and time, etc. are recorded in the log analysis DB of the operator website 20. Therefore, by analyzing the access statistics of the entire website, only cumulative statistics can be confirmed, and there is a problem that the log analysis information of each visitor cannot be confirmed.
  • the present invention has been made to solve the above-described problems, and the technical problem is to generate unique user data or flash data including a unique ID for each user terminal, thereby analyzing access statistics for each user terminal accessing a website.
  • the present invention provides a real-time log analysis system and method for each website visitor.
  • Another technical problem to be solved by the present invention is that when the same user terminal reconnects to the website, the log of analyzing the access history of each user terminal, and can be utilized as statistical data when managing the access customer, website operation or advertisement execution
  • the present invention provides a real-time log analysis system and method for each website visitor who generates information.
  • the first aspect of the present invention when the user terminal connects to the website, confirms the unique user data using the user data behavior (userData Behavior) to the first connection or Check whether the user terminal has reconnected, and when the user terminal accesses the website for the first time, generates unique user data including a unique ID and transmits the generated user data to the user terminal; and when the user terminal reconnects to the website, A web server for updating a connection history of the user terminal in association with a unique ID; Unique ID generation unit for generating the unique ID to be inserted into the unique user data of the user terminal; A database for storing a connection history of the user terminal in association with the unique ID; And a log analyzer for analyzing log information according to the access history of the stored user terminal.
  • userData Behavior user data behavior
  • the second aspect of the present invention when the user terminal accesses a website, checks the Flash data using the ShareObject class of the Macromedia Flash, the first connection or reconnection of the user terminal Check whether the user terminal first accesses the website, generates flash data including the unique ID, and transmits the flash data to the user terminal; and when the user terminal reconnects to the website, the unique ID.
  • a web server for updating a connection history of the user terminal in association with; Unique ID generation unit for generating the unique ID to be inserted into the flash data of the user terminal;
  • a database for storing a connection history of the user terminal in association with the unique ID;
  • a log analyzer for analyzing log information according to the access history of the stored user terminal.
  • the third aspect of the present invention includes the steps of: a) checking the user data or flash data of the user terminal connected to the website, to determine whether the user terminal is the first access or reconnect; b) when it is confirmed that the user terminal accesses the website for the first time, generates a unique ID corresponding to the user terminal, transmits unique user data or flash data including the unique ID to the user terminal, Storing the access history of the user terminal in a DB in association with the unique ID; c) if it is confirmed that the user terminal has reconnected to the website, updating the access history of the user terminal in the DB; And d) analyzing log information according to the access history of the stored user terminal, wherein the user data uses a user data behavior, and the flash data of the Macromedia Flash. It is possible to provide a real-time log analysis method for each website visitor, which uses the SharedObject class.
  • FIG. 2 is a block diagram of a real-time log analysis system for each website visitor according to an embodiment of the present invention.
  • FIG. 3 is a diagram illustrating an example of log information of a user terminal stored in a customer database of a web server.
  • FIG. 4 is a diagram illustrating a main access screen of a website according to an embodiment of the present invention.
  • FIG. 5 is a diagram illustrating a screen displaying a list of accessors of a website according to an embodiment of the present invention.
  • FIG. 6 is a diagram showing a screen for displaying daily statistics on a visitor's first visit and revisit in a website according to an embodiment of the present invention.
  • FIG. 8 is a screen showing a log analysis of a member accessor in a website according to an embodiment of the present invention.
  • FIG. 9 is a flowchart of a real-time log analysis method for each website visitor according to an embodiment of the present invention.
  • the log information is analyzed by distinguishing individual users accessing the website, and each user terminal accessing the website is analyzed.
  • FIG. 2 is a block diagram of a real-time log analysis system for each website visitor according to an embodiment of the present invention.
  • a real-time log analysis system for each website visitor is largely divided into a user terminal 100 and a website 200.
  • the user terminal 100 includes a web browser 110 and user data or flash data including a unique ID.
  • Website 200 is web server 210, customer DB 220, unique ID generator 230, log analyzer 240, log analysis DB 250, real-time consultation server 260 and real-time consultation DB ( 270).
  • the user terminal 100 is, for example, any one of a desktop computer, a notebook computer, or a personal portable terminal.
  • the user terminal 100 is a communication device that can access a website through a network such as the Internet.
  • a network such as the Internet.
  • it is various communication devices, such as a mobile communication terminal and a computer.
  • a user can access a website or a portal site conveniently and quickly through the Internet.
  • users communicate with external systems through web browsers and receive the necessary information and programs.
  • the user terminal 100 may access the website 200 on the Internet through the web browser 110.
  • the user terminal 100 receives one or more of unique user data including a unique ID and flash data from the website 200.
  • Unique user data and flash data will be described later.
  • the web server 210 of the website 200 is an interface server that allows the user terminal 100 to access the website 200.
  • the web server 210 converts various information provided through each server to meet the communication standard and provides the same to the plurality of user terminals 100.
  • the web server 210 receives the information transmitted from the user terminal 100 through the Internet and provides to each server.
  • the web server 210 checks one or more of an IP address, unique user data, or flash data of the user terminal 100 and the user terminal 100. Check whether or not the When the user terminal 100 accesses the website 200 for the first time, the web server 210 generates one or more of unique user data or flash data including the unique ID, and the user terminal 100 To send). In addition, when the user terminal 100 reconnects to the website 200, the web server 210 updates the access history of the user terminal 100 stored in the customer DB 220.
  • a detailed method of checking whether the user terminal 100 accesses the website 200 for the first time by the web server 210 is as follows.
  • the web server 210 reads unique user data or flash data stored in the user terminal 100 and checks whether there is a connection history before. In other words, the web server 210 confirms the access history by analyzing the unique user data, or confirms the access history by analyzing the flash data. Alternatively, the web server 210 may check the access history by analyzing the unique user data, and check the access history by analyzing the flash data when there is no unique user data, or may change the analysis order differently from the above. .
  • the access history analysis method may include all methods using at least one of an IP address, unique user data, and flash data in any order.
  • the unique user data is basic and minimal information that is automatically downloaded to the user terminal 100 such as a cookie in a web browser.
  • the unique user data has a structure in which the cookie and the storage location are different in the user terminal 100 and the capacity is larger than that of the cookie and more variable than the cookie.
  • unique user data is a type of Internet temporary file that contains information that can be updated, such as cookies, in a web browser.
  • the unique user data can have a size of 1MB, which is much larger than 1KB, which is the general size of cookies. Cookies are in the form of text, but user data is in the form of extensible markup language (xml).
  • user data is user data behavior, which is a kind of function provided by Microsoft for use in Internet Explorer. This is described in detail in "http://msdn2.microsoft.com/en-us/library/ms531424.aspx”.
  • flash data can be stored and retrieved from a local computer using a built-in class called SharedObject of Macromedia Flash.
  • Flash does not have cookies commonly used in JavaScript or server site scripts (php, asp, jsp, etc.). Flash can store data on your computer just like a cookie.
  • Flash uses Macromedia Flash's ShareObject class to store data in Flash SWF files when the device stops working. The flash can also load stored data when the device comes back up.
  • SharedObject is a reference to a shared object that is stored permanently in a local location and available only to the current client. If Flash cannot create or find a shared object, the getLocal () function returns null.
  • the storage path is, for example, C: ⁇ DocumentsandSettings ⁇ Administrator ⁇ ApplicationData ⁇ Macromedia ⁇ Flash Player ⁇ #SharedObjects.
  • the storage capacity of the cookie of the normal browser is 4KB maximum
  • the default storage capacity of the local storage is 100KB, there is no limit and can be set by the user.
  • the web server 210 reads a login session for the web site of the user terminal 100 in real time. In addition, the web server 210 displays the unique information of the member in the login state. In addition, the web server 210 updates one or more of the unique user data or flash data of the user terminal 100 so that one or more of the unique user data or flash data may include corresponding member information. Therefore, even when the user terminal 100, which is the member, accesses the website 200 without logging in, it may be recognized that the member is accessed by reading one or more of the unique user data or flash data.
  • the web server 210 assigns a unique ID to at least one of unique user data or flash data so as to distinguish the user terminal 100.
  • the web server 210 may analyze various logs of the accessor by reading at least one of unique user data or flash data, a referrer value, and a location value.
  • the customer DB 220 of the website 200 may store information about a user who has registered as a member of the website 200. In addition, the customer DB 220 manages the access history of the user terminal 100.
  • the unique ID generation unit 230 When the user terminal 100 accesses the website 200 for the first time, the unique ID generation unit 230 generates a unique ID to be inserted into the unique user data or flash data of the user terminal 100 and generates a web server 210. To send).
  • the log analyzer 240 analyzes log information according to the access history of the user terminal 100.
  • the log analysis DB 250 stores the log analysis information analyzed by the log analyzer 240.
  • reference numeral 710 denotes a unique ID inserted into unique user data or flash data according to an embodiment of the present invention.
  • login information a connection IP, and a connection path are displayed.
  • the web server 210 reads a login session for the web site 200 of the user terminal 100 that is accessing the web site 200 in real time.
  • the web server 210 may recognize a login state of the corresponding user terminal 100 and store unique information such as a member's name and ID in the customer DB 220.
  • the web server 210 updates the unique user data or flash data such that the unique user data or flash data stored in the user terminal 100 includes the corresponding member information. Therefore, even if the user terminal 100 later accesses the website 200 without logging in, the web server 210 checks the IP address and the unique user data or flash data of the user terminal 100, thereby allowing the corresponding member to be registered. Recognizing that the user is connected, the member-specific information can be displayed on the log analysis screen of each visitor.
  • the real time consultation server 260 may check whether the user wants real time consultation with the operator of the website 200 (S1180). When the user has a real-time consultation with the operator, the real-time consultation server 260 stores the real-time consultation content for each unique accessor (S1190).

Abstract

A real time log analysis system for respective users connected with a website comprises: a web server, which checks intrinsic user data using user data behaviour (userData Behavior), when a user terminal is connected with a website, to check whether the user terminal is being connected for the first time or has been connected, generates intrinsic user data containing an intrinsic ID and transmits the data to the user terminal if the user terminal is being connected for the first time with the website, and renews the connection history of the user terminal linked with the intrinsic ID if the user terminal has been connected with the website; an intrinsic ID generator, which generates the intrinsic ID to be inserted into intrinsic user data of the user terminal; a database, which stores the connection history of the user terminal linked with the intrinsic ID; and a log analyser, which analyses the log information based on the stored connection history of the user terminal.

Description

[규칙 제26조에 의한 보정 23.03.2009]  웹사이트 접속자 개개인별 실시간 로그 분석 시스템 및 그 방법[Revision 23.03.2009] according to Rule 26. Real-time log analysis system and method for each website visitor
본 발명은 웹사이트 로그 분석 시스템 및 그 방법에 관한 것이다. 보다 구체적으로, 인터넷을 통해 웹사이트에 접속하는 사용자 단말에 대해 접속자 개개인별 로그정보를 분석할 수 있는 시스템 및 그 방법에 관한 것이다.The present invention relates to a website log analysis system and method thereof. More specifically, the present invention relates to a system and method for analyzing log information for each user for a user terminal accessing a website through the Internet.
도 1은 종래의 기술에 따른 사용자 단말과 웹사이트의 연결 관계를 나타내는 도면이다.1 is a diagram illustrating a connection relationship between a user terminal and a website according to the related art.
도 1을 참조하면, 종래의 기술에 따른 사용자 단말(10)은 웹 브라우저(11) 및 쿠키(12)를 포함하며, 웹사이트(20)는 웹 서버(21), 고객 DB(22), 로그 분석기(23) 및 로그분석 DB를 포함한다.Referring to FIG. 1, the user terminal 10 according to the related art includes a web browser 11 and a cookie 12, and the website 20 includes a web server 21, a customer DB 22, and a log. Analyzer 23 and log analysis DB.
사용자 단말(10)과 웹사이트(20)는 인터넷을 통해 연결되며, 사용자 단말(10)이 웹사이트(20)에 접속하여 로그인할 경우(S1), 웹사이트(20)의 웹 서버(21)는 쿠키를 생성하여 사용자 단말(10)로 전송한다(S2).The user terminal 10 and the website 20 are connected via the Internet, and when the user terminal 10 accesses and logs in to the website 20 (S1), the web server 21 of the website 20 Generates a cookie and transmits the cookie to the user terminal 10 (S2).
여기서, 쿠키(cookie)는 인터넷 웹사이트(20)의 방문기록을 남겨 사용자 단말(10)과 웹사이트(20) 사이를 연결해 주는 정보이다. 쿠키는 고객이 특정 웹사이트 또는 홈페이지를 접속할 때 생성되는 정보를 담은 임시 파일이고 그 크기는 4KB 이하로 작다. 이러한 쿠키는 웹 서버(21)에 접속함과 동시에, 또는 인증을 거친 후에 웹 서버(21)에서 사용자 단말(10)로 전송되는데, 쿠키는 접속자에 대한 다양한 정보를 포함하고 있으며 쿠키의 형태는 웹 서버(21)의 정해진 규칙에 따라 다르다.Here, the cookie is information that connects the user terminal 10 and the website 20 by leaving a visit record of the Internet website 20. Cookies are temporary files that contain information generated when a customer visits a particular website or homepage. It is small, less than 4KB. Such a cookie is transmitted from the web server 21 to the user terminal 10 at the same time as the web server 21 is accessed or authenticated. The cookie includes various information about the visitor and the form of the cookie It depends on the predetermined rules of the server 21.
예를 들어, 사용자 단말(10)이 특정 웹사이트(20)에 처음 접속하면, 아이디와 비밀번호 등을 포함하는 쿠키가 만들어지고, 다음에 접속했을 때에는 별도의 절차 없이 사이트에 빠르게 연결될 수 있게 된다. 즉, 쿠키를 전송 받은 사용자 단말(10)이 해당 웹사이트(20)에 재접속할 경우(S3), 쿠키를 참조함으로써 로그인 과정을 생략하고 해당 서비스를 상기 사용자 단말(10)에게 제공한다.For example, when the user terminal 10 first accesses a specific website 20, a cookie including an ID and a password is created, and the user terminal 10 can be quickly connected to the site without additional procedures. That is, when the user terminal 10 receiving the cookie reconnects to the website 20 (S3), the login process is omitted by referring to the cookie and the corresponding service is provided to the user terminal 10.
후속적으로, 웹사이트(20)의 로그 분석기(23)는 사용자 단말(10)의 접속 이력에 따른 로그정보를 로그분석 DB(24)에 저장하고 상기 로그정보를 활용한다.Subsequently, the log analyzer 23 of the website 20 stores log information according to the access history of the user terminal 10 in the log analysis DB 24 and utilizes the log information.
웹사이트(20)의 운영자는 이러한 로그정보를 분석하고 자신의 웹사이트(20)의 방문자의 수, 방문자가 웹 서버(21)에서 보이는 행태 등을 파악하여 자신의 웹사이트(20)를 효율적으로 관리하고 있다.The operator of the website 20 analyzes the log information and analyzes the number of visitors of the website 20, the behavior of the visitor on the web server 21, and the like to efficiently manage the website 20. Taking care of it.
일반적으로, 웹사이트(20) 이용에 따른 이력 관리 등을 위해서, 로그 분석기(23)가 웹 서버(21)에서 제공하는 로그정보(웹사이트(20)에의 접속이 시간에 따라 기록된 자료)를 추출 및 분석하고, 웹사이트(20) 내의 로그분석 데이터베이스(24)에 저장한다. 이러한 로그 추출 및 분석은 향상된 웹 서비스를 수행하기 위하여 필요한 기술이다.In general, the log analyzer 23 provides log information (data recorded by time of access to the website 20) provided by the web server 21 for the history management and the like according to the use of the website 20. Extract and analyze and store in log analysis database 24 in website 20. This log extraction and analysis is a necessary technique for performing advanced web services.
또한, 인터넷 포털 사이트 혹은 전자상거래 사이트에서는 얼마나 많은 사용자들이 사이트를 방문했는지, 방문자 중에서 얼마나 많은 방문자가 중복되지 않는지, 그들이 어떠한 경로를 통하여 웹사이트(20)를 방문했는지 등을 명확하게 측정하기 위하여 다양한 종류의 로그 분석 소프트웨어를 사용한다.In addition, in an Internet portal site or an e-commerce site, various measures are used to clearly measure how many users visited the site, how many of the visitors are not duplicated, and how they visited the website 20. Use a kind of log analysis software.
또한, 포털 사이트에서의 로그 분석은 특정 웹사이트(20)를 방문하는 사용자의 특성과 행동을 파악하고, 고객관계관리(Customer Relationship Management: CRM) 서비스를 통해 고객의 욕구에 맞는 서비스를 적절하게 제공하기 위하여 사용된다. 한편, 제 1 선행 기술로서, 한국 특허출원번호 제2005-12355호에는 "웹사이트의 통합 관리시스템 및 이를 이용한 관리방법"라는 명칭을 갖는 발명이 개시되어 있다. 상기 발명은 웹사이트(20)에 접속한 방문자의 로그정보와 검색결과를 한 화면에 표시하여 용이하게 분석이 가능하도록 한다. 또한, 상기 발명은 로그분석 정보와 검색 결과를 이용하여 웹페이지의 컨텐츠 데이터를 실시간으로 수정할 수 있도록 하는 웹사이트의 통합 관리시스템 및 이를 이용한 관리방법이다.In addition, the log analysis in the portal site to grasp the characteristics and behavior of the user visiting a specific website 20, and provides a service that suits the needs of customers through Customer Relationship Management (CRM) service appropriately To be used. On the other hand, as the first prior art, Korean Patent Application No. 2005-12355 discloses an invention entitled "Integrated management system of a website and a management method using the same". The present invention displays the log information and the search results of the visitors who access the website 20 on one screen so that the analysis can be easily performed. In addition, the present invention is an integrated management system of a web site and a management method using the same, which enables to modify content data of a web page in real time using log analysis information and a search result.
제 2 선행 기술로서, 한국 특허출원번호 제2007-1636호에는 "웹페이지 접속 이력정보 관리방법"이라는 명칭을 갖는 발명이 개시되어 있다. 상기 발명은 웹 페이지에 대한 사용자의 로그 데이터를 생성한다. 또한 상기 발명에서는 상기 로그데이터를 별도의 관리 서버가 아닌 사용자의 클라이언트 단말기에서 관리한다. 따라서 상기 발명은 관리 서버가 로그데이터를 관리하기 위해 요구되는 부하를 줄일 수 있다.As a second prior art, Korean Patent Application No. 2007-1636 discloses an invention entitled "Web page connection history information management method." The invention generates log data of a user for a web page. In addition, in the present invention, the log data is managed by the client terminal of the user rather than a separate management server. Therefore, the present invention can reduce the load required for the management server to manage the log data.
그러나, 종래의 기술에 따르면 운영자 웹사이트(20)의 로그분석 DB에는 접속 키워드, 접속 날짜와 시간 등이 기록된다. 따라서, 웹사이트 전체의 접속 통계를 분석함으로써, 단지 누적 통계만이 확인될 수 있고, 접속자 개개인의 로그분석 정보는 확인될 수 없는 문제점이 있었다.However, according to the related art, the access keyword, the access date and time, etc. are recorded in the log analysis DB of the operator website 20. Therefore, by analyzing the access statistics of the entire website, only cumulative statistics can be confirmed, and there is a problem that the log analysis information of each visitor cannot be confirmed.
본 발명은 전술한 문제점을 해결하기 위하여 도출된 것으로서 그 기술적 과제는, 사용자 단말마다 고유 ID를 포함하는 고유 유저 데이터 또는 플래시 데이터를 생성함으로써, 웹사이트에 접속하는 사용자 단말 각각에 대한 접속 통계를 분석할 수 있는 웹사이트 접속자 개개인별 실시간 로그 분석 시스템 및 그 방법을 제공하는 것이다.SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problems, and the technical problem is to generate unique user data or flash data including a unique ID for each user terminal, thereby analyzing access statistics for each user terminal accessing a website. The present invention provides a real-time log analysis system and method for each website visitor.
본 발명이 이루고자 하는 다른 기술적 과제는, 동일한 사용자 단말이 웹사이트에 재접속할 경우, 사용자 단말 각각의 접속 이력을 분석하고, 접속고객 관리, 웹사이트 운영 또는 광고 집행시 통계 자료로 활용될 수 있는 로그 정보를 생성하는 웹사이트 접속자 개개인별 실시간 로그 분석 시스템 및 그 방법을 제공하는 것이다.Another technical problem to be solved by the present invention is that when the same user terminal reconnects to the website, the log of analyzing the access history of each user terminal, and can be utilized as statistical data when managing the access customer, website operation or advertisement execution The present invention provides a real-time log analysis system and method for each website visitor who generates information.
상술한 기술적 과제를 달성하기 위한 기술적 수단으로서, 본 발명의 제 1 측면은 사용자 단말이 웹사이트에 접속시, 유저 데이터 비헤이버(userData Behavior)를 이용한 고유 유저 데이터를 확인하여 상기 사용자 단말의 처음 접속 또는 재접속 여부를 확인하고, 상기 사용자 단말이 상기 웹사이트에 처음 접속한 경우에는 고유 ID를 포함하는 고유 유저 데이터를 생성하여 상기 사용자 단말로 전송하고, 상기 사용자 단말이 상기 웹사이트에 재접속한 경우에는 상기 고유 ID와 연계하여 상기 사용자 단말의 접속 이력을 갱신하는 웹 서버; 상기 사용자 단말의 고유 유저 데이터에 삽입할 상기 고유 ID를 생성하는 고유 ID 생성부; 상기 고유 ID와 연계하여 상기 사용자 단말의 접속 이력을 저장하는 데이터베이스; 및 상기 저장된 사용자 단말의 접속 이력에 따라 로그 정보를 분석하는 로그 분석기를 포함하는 웹사이트 접속자 개개인별 실시간 로그 분석 시스템을 제공할 수 있다.As a technical means for achieving the above-described technical problem, the first aspect of the present invention, when the user terminal connects to the website, confirms the unique user data using the user data behavior (userData Behavior) to the first connection or Check whether the user terminal has reconnected, and when the user terminal accesses the website for the first time, generates unique user data including a unique ID and transmits the generated user data to the user terminal; and when the user terminal reconnects to the website, A web server for updating a connection history of the user terminal in association with a unique ID; Unique ID generation unit for generating the unique ID to be inserted into the unique user data of the user terminal; A database for storing a connection history of the user terminal in association with the unique ID; And a log analyzer for analyzing log information according to the access history of the stored user terminal.
또한, 본 발명의 제 2 측면은 사용자 단말이 웹사이트에 접속시, 매크로미디어 플래시(Macromedia Flash)의 공유 객체(ShareObject) 클래스를 이용한 플래시(Flash) 데이터를 확인하여 상기 사용자 단말의 처음 접속 또는 재접속 여부를 확인하고, 상기 사용자 단말이 상기 웹사이트에 처음 접속한 경우에는 고유 ID를 포함하는 플래시 데이터를 생성하여 상기 사용자 단말로 전송하고, 상기 사용자 단말이 상기 웹사이트에 재접속한 경우에는 상기 고유 ID와 연계하여 상기 사용자 단말의 접속 이력을 갱신하는 웹 서버; 상기 사용자 단말의 플래시 데이터에 삽입할 상기 고유 ID를 생성하는 고유 ID 생성부; 상기 고유 ID와 연계하여 상기 사용자 단말의 접속 이력을 저장하는 데이터베이스; 및 상기 저장된 사용자 단말의 접속 이력에 따라 로그 정보를 분석하는 로그 분석기를 포함하는 웹사이트 접속자 개개인별 실시간 로그 분석 시스템을 제공할 수 있다.In addition, the second aspect of the present invention, when the user terminal accesses a website, checks the Flash data using the ShareObject class of the Macromedia Flash, the first connection or reconnection of the user terminal Check whether the user terminal first accesses the website, generates flash data including the unique ID, and transmits the flash data to the user terminal; and when the user terminal reconnects to the website, the unique ID. A web server for updating a connection history of the user terminal in association with; Unique ID generation unit for generating the unique ID to be inserted into the flash data of the user terminal; A database for storing a connection history of the user terminal in association with the unique ID; And a log analyzer for analyzing log information according to the access history of the stored user terminal.
또한, 본 발명의 제 3 측면은 a) 웹사이트에 접속한 사용자 단말의 유저 데이터 또는 플래시 데이터를 확인하여, 상기 사용자 단말이 처음 접속하였는지 재접속하였는지 여부를 확인하는 단계; b) 상기 사용자 단말이 상기 웹사이트에 처음 접속한 것으로 확인된 경우, 상기 사용자 단말에 대응하는 고유 ID를 생성하고, 상기 고유 ID를 포함하는 고유 유저 데이터 또는 플래시 데이터를 상기 사용자 단말로 전송하고, 상기 고유 ID와 연계하여 상기 사용자 단말의 접속 이력을 DB에 저장하는 단계; c) 상기 사용자 단말이 상기 웹사이트에 재접속한 것으로 확인된 경우, 상기 사용자 단말의 접속 이력을 상기 DB에서 갱신하는 단계; 및 d) 상기 저장된 사용자 단말의 접속 이력에 따른 로그정보를 분석하는 단계를 포함하고, 상기 유저 데이터는 유저 데이터 비헤이버(user Data Behavior)를 이용하고, 상기 플래시 데이터는 매크로미디어 플래시(Macromedia Flash)의 공유 객체(ShareObject) 클래스를 이용하는 것인 웹사이트 접속자 개개인별 실시간 로그 분석 방법을 제공할 수 있다.In addition, the third aspect of the present invention includes the steps of: a) checking the user data or flash data of the user terminal connected to the website, to determine whether the user terminal is the first access or reconnect; b) when it is confirmed that the user terminal accesses the website for the first time, generates a unique ID corresponding to the user terminal, transmits unique user data or flash data including the unique ID to the user terminal, Storing the access history of the user terminal in a DB in association with the unique ID; c) if it is confirmed that the user terminal has reconnected to the website, updating the access history of the user terminal in the DB; And d) analyzing log information according to the access history of the stored user terminal, wherein the user data uses a user data behavior, and the flash data of the Macromedia Flash. It is possible to provide a real-time log analysis method for each website visitor, which uses the SharedObject class.
본 발명에 따르면, 사용자 단말마다 고유 ID를 포함하는 고유 유저 데이터 또는 플래시 데이터를 생성함으로써, 웹사이트에 접속하는 사용자 단말 각각의 접속 통계를 분석할 수 있다.According to the present invention, by generating unique user data or flash data including a unique ID for each user terminal, it is possible to analyze the access statistics of each of the user terminals accessing the website.
본 발명에 따르면, 동일한 사용자 단말이 웹사이트에 재접속할 경우, 사용자 단말의 접속 이력을 분석하고, 접속고객 관리, 웹사이트 운영 또는 광고 집행시 통계 자료로 활용할 수 있다.According to the present invention, when the same user terminal reconnects to the website, the access history of the user terminal can be analyzed and used as statistical data when managing access customers, operating a website, or executing an advertisement.
도 1은 종래의 기술에 따른 사용자 단말과 웹사이트의 연결 관계를 나타내는 도면.1 is a view showing a connection between a user terminal and a website according to the prior art.
도 2는 본 발명의 실시예에 따른 웹사이트 접속자 개개인별 실시간 로그 분석 시스템의 구성도.2 is a block diagram of a real-time log analysis system for each website visitor according to an embodiment of the present invention.
도 3은 웹 서버의 고객 데이터베이스에 저장된 사용자 단말의 로그정보의 예를 도시한 도면.3 is a diagram illustrating an example of log information of a user terminal stored in a customer database of a web server.
도 4는 본 발명의 실시예에 따른 웹사이트의 메인 접속 화면을 도시한 도면.4 is a diagram illustrating a main access screen of a website according to an embodiment of the present invention.
도 5는 본 발명의 실시예에 따른 웹사이트의 접속자 목록을 표시하는 화면을 도시한 도면.5 is a diagram illustrating a screen displaying a list of accessors of a website according to an embodiment of the present invention.
도 6은 본 발명의 실시예에 웹사이트에서, 접속자의 처음 방문 및 재방문에 대한 일자별 통계를 표시하는 화면을 도시한 도면.FIG. 6 is a diagram showing a screen for displaying daily statistics on a visitor's first visit and revisit in a website according to an embodiment of the present invention.
도 7은 본 발명의 실시예에 따른 웹사이트에서, 실시간 상담 내역을 표시하는 화면을 도시한 도면.7 is a view showing a screen displaying a real-time consultation history in a website according to an embodiment of the present invention.
도 8은 본 발명의 실시예에 따른 웹사이트에서, 회원 접속자의 로그 분석을 표시하는 화면을 도시한 도면.8 is a screen showing a log analysis of a member accessor in a website according to an embodiment of the present invention.
도 9는 본 발명의 일 실시예에 따른 웹사이트 접속자 개개인별 실시간 로그 분석 방법의 흐름도.9 is a flowchart of a real-time log analysis method for each website visitor according to an embodiment of the present invention.
아래에서는 첨부한 도면을 참조하여 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자가 용이하게 실시할 수 있도록 본 발명의 실시예를 상세히 설명한다. 그러나 본 발명은 여러 가지 상이한 형태로 구현될 수 있으며 여기에서 설명하는 실시예에 한정되지 않는다. 그리고 도면에서 본 발명을 명확하게 설명하기 위해서 설명과 관계없는 부분은 생략하였으며, 명세서 전체를 통하여 유사한 부분에 대해서는 유사한 도면 부호를 붙였다.DETAILED DESCRIPTION Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings so that those skilled in the art may easily implement the present invention. As those skilled in the art would realize, the described embodiments may be modified in various different ways, all without departing from the spirit or scope of the present invention. In the drawings, parts irrelevant to the description are omitted in order to clearly describe the present invention, and like reference numerals designate like parts throughout the specification.
명세서 전체에서, 어떤 부분이 다른 부분과 "연결"되어 있다고 할 때, 이는 "직접적으로 연결"되어 있는 경우뿐 아니라, 그 중간에 다른 소자를 사이에 두고 "전기적으로 연결"되어 있는 경우도 포함한다. 또한 어떤 부분이 어떤 구성요소를 "포함"한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라 다른 구성요소를 더 포함할 수 있는 것을 의미한다.Throughout the specification, when a part is "connected" to another part, this includes not only "directly connected" but also "electrically connected" with another element in between. . In addition, when a part is said to "include" a certain component, which means that it may further include other components, except to exclude other components unless otherwise stated.
본 발명의 실시예로서, 사용자 단말마다 고유 ID를 포함하는 고유 유저 데이터 또는 플래시 데이터를 생성함으로써, 웹사이트에 접속하는 개별 사용자를 구분하여 로그정보를 분석하고, 웹사이트에 접속하는 사용자 단말 각각의 로그정보에 대한 통계를 분석할 수 있는 웹사이트 접속자 개개인별 실시간 로그 분석 시스템 및 그 방법이 제공된다.As an embodiment of the present invention, by generating unique user data or flash data including a unique ID for each user terminal, the log information is analyzed by distinguishing individual users accessing the website, and each user terminal accessing the website is analyzed. Provided are a real-time log analysis system and method for each website visitor capable of analyzing statistics on log information.
도 2는 본 발명의 실시예에 따른 웹사이트 접속자 개개인별 실시간 로그 분석 시스템의 구성도이다.2 is a block diagram of a real-time log analysis system for each website visitor according to an embodiment of the present invention.
도 2를 참조하면, 본 발명의 실시예에 따른 웹사이트 접속자 개개인별 실시간 로그 분석 시스템은 크게 사용자 단말(100)과 웹사이트(200)로 구분된다. 사용자 단말(100)은 웹 브라우저(110) 및 고유 ID를 포함하는 유저 데이터 또는 플래시 데이터를 포함한다. 웹사이트(200)는 웹 서버(210), 고객 DB(220), 고유 ID 생성부(230), 로그 분석기(240), 로그분석 DB(250), 실시간 상담 서버(260) 및 실시간 상담 DB(270)를 포함할 수 있다.2, a real-time log analysis system for each website visitor according to an embodiment of the present invention is largely divided into a user terminal 100 and a website 200. The user terminal 100 includes a web browser 110 and user data or flash data including a unique ID. Website 200 is web server 210, customer DB 220, unique ID generator 230, log analyzer 240, log analysis DB 250, real-time consultation server 260 and real-time consultation DB ( 270).
사용자 단말(100)은, 예를 들어, 데스크탑 컴퓨터, 노트북 컴퓨터, 또는 개인 휴대용 단말 중 어느 하나이다. 사용자 단말(100)은 인터넷과 같은 네트워크를 통해 웹사이트에 접속할 수 있는 통신장치이다. 예를 들면, 이동통신 단말기, 컴퓨터 등의 다양한 통신장치이다. 그리고, 사용자는 인터넷을 통해 편리하고 신속하게 웹사이트 또는 포털 사이트에 접속할 수 있다. 일반적으로는 사용자들은 웹 브라우저를 통해 외부 시스템과 통신하며, 필요한 정보 및 프로그램을 제공받는다.The user terminal 100 is, for example, any one of a desktop computer, a notebook computer, or a personal portable terminal. The user terminal 100 is a communication device that can access a website through a network such as the Internet. For example, it is various communication devices, such as a mobile communication terminal and a computer. In addition, a user can access a website or a portal site conveniently and quickly through the Internet. In general, users communicate with external systems through web browsers and receive the necessary information and programs.
이러한 사용자 단말(100)은 웹 브라우저(110)를 통해 인터넷상의 웹사이트(200)로 접속할 수 있다. 이때, 사용자 단말(100)은 웹사이트(200)로부터 고유 ID를 포함하는 고유 유저 데이터 및 플래시 데이터 중 하나 이상을 전송 받는다. 고유 유저 데이터 및 플래시 데이터에 대해서는 후술하기로 한다.The user terminal 100 may access the website 200 on the Internet through the web browser 110. In this case, the user terminal 100 receives one or more of unique user data including a unique ID and flash data from the website 200. Unique user data and flash data will be described later.
웹사이트(200)의 웹 서버(210)는 사용자 단말(100)이 웹사이트(200)에 접속하도록 하는 인터페이스 서버이다. 웹 서버(210)는 각 서버를 통해 제공되는 다양한 정보들을 통신 규격에 맞도록 변환하여 다수의 사용자 단말(100)로 제공한다. 또한, 웹 서버(210)는 인터넷을 통해 사용자 단말(100)로부터 전송되는 정보를 수신하고 각 서버로 제공한다.The web server 210 of the website 200 is an interface server that allows the user terminal 100 to access the website 200. The web server 210 converts various information provided through each server to meet the communication standard and provides the same to the plurality of user terminals 100. In addition, the web server 210 receives the information transmitted from the user terminal 100 through the Internet and provides to each server.
웹 서버(210)는 상기 사용자 단말(100)이 상기 웹사이트(200)에 접속할 때, 상기 사용자 단말(100)의 IP 주소, 고유 유저 데이터 또는 플래시 데이터 중 하나 이상을 확인하여 상기 사용자 단말(100)이 처음 접속했는지 재접속 했는지 여부를 확인한다. 상기 사용자 단말(100)이 상기 웹사이트(200)에 처음 접속한 경우에는 상기 웹 서버(210)는 상기 고유 ID를 포함하는 고유 유저 데이터 또는 플래시 데이터 중 하나 이상을 생성하고, 상기 사용자 단말(100)로 전송한다. 또한, 상기 사용자 단말(100)이 상기 웹사이트(200)에 재접속한 경우에는 웹 서버(210)는 고객 DB(220)에 저장된 사용자 단말(100)의 접속 이력을 갱신한다.When the user terminal 100 accesses the website 200, the web server 210 checks one or more of an IP address, unique user data, or flash data of the user terminal 100 and the user terminal 100. Check whether or not the When the user terminal 100 accesses the website 200 for the first time, the web server 210 generates one or more of unique user data or flash data including the unique ID, and the user terminal 100 To send). In addition, when the user terminal 100 reconnects to the website 200, the web server 210 updates the access history of the user terminal 100 stored in the customer DB 220.
웹 서버(210)가 상기 사용자 단말(100)이 상기 웹사이트(200)에 처음 접속했는지 여부를 확인하는 구체적인 방법은 다음과 같다.A detailed method of checking whether the user terminal 100 accesses the website 200 for the first time by the web server 210 is as follows.
우선, 웹 서버(210)는 사용자 단말(100)에 저장된 고유 유저 데이터 또는 플래시 데이터를 읽고 이전에 접속 이력이 있는지를 확인한다. 다시 말해, 웹 서버(210)는 고유 유저 데이터를 분석하여 접속 이력을 확인하거나, 플래시 데이터를 분석하여 접속 이력을 확인한다. 또는, 웹 서버(210)는 고유 유저 데이터를 분석하여 접속 이력을 확인하고, 고유 유저 데이터가 없는 경우에는 플래시 데이터를 분석하여 접속 이력을 확인할 수도 있으며, 상술한 바와 달리 분석 순서를 달리할 수도 있다.First, the web server 210 reads unique user data or flash data stored in the user terminal 100 and checks whether there is a connection history before. In other words, the web server 210 confirms the access history by analyzing the unique user data, or confirms the access history by analyzing the flash data. Alternatively, the web server 210 may check the access history by analyzing the unique user data, and check the access history by analyzing the flash data when there is no unique user data, or may change the analysis order differently from the above. .
즉, 본 발명의 실시예에 따른 접속 이력 분석 방법은 IP 주소, 고유 유저 데이터 및 플래시 데이터 중 하나 이상을 임의의 순서로 이용하는 모든 방법을 포함할 수 있다.That is, the access history analysis method according to an embodiment of the present invention may include all methods using at least one of an IP address, unique user data, and flash data in any order.
여기서 고유 유저 데이터(userData)란 웹 브라우저에서 사용자 단말(100)에 쿠키와 같이 자동 다운로드되는 기본적이고 최소한의 정보이다. 고유 유저 데이터는 사용자 단말(100) 내에서 쿠키와 저장 위치가 다르며 용량이 쿠키보다 크고 쿠키보다 더 가변적인 구조를 갖는다. 다시 말해, 고유 유저 데이터란 웹 브라우저에서 쿠키와 같이 갱신될 수 있는 정보를 포함하는 인터넷 임시 파일의 일종이다. 고유 유저 데이터는 쿠키의 일반적인 크기인 1KB 보다 훨씬 큰 1MB의 크기를 가질 수 있다. 쿠키는 텍스트(text)의 형태를 갖지만, 유저 데이터는 확장성 생성 언어(xml : extensible markup language)의 형태를 갖는다. Here, the unique user data (userData) is basic and minimal information that is automatically downloaded to the user terminal 100 such as a cookie in a web browser. The unique user data has a structure in which the cookie and the storage location are different in the user terminal 100 and the capacity is larger than that of the cookie and more variable than the cookie. In other words, unique user data is a type of Internet temporary file that contains information that can be updated, such as cookies, in a web browser. The unique user data can have a size of 1MB, which is much larger than 1KB, which is the general size of cookies. Cookies are in the form of text, but user data is in the form of extensible markup language (xml).
본 명세서에서, 유저 데이터는 마이크로소프트사(Microsoft)가 인터넷 익스플로러(Internet Explorer)에서 사용되도록 제공하는 일종의 함수인 유저 데이터 비헤이버(userData Behavior)이다. 이에 관한 자세한 내용은 "http://msdn2.microsoft.com/en-us/library/ms531424.aspx" 에 자세히 기재되어 있다.In this specification, user data is user data behavior, which is a kind of function provided by Microsoft for use in Internet Explorer. This is described in detail in "http://msdn2.microsoft.com/en-us/library/ms531424.aspx".
또한, 플래시 데이터는 매크로미디어 플래시(Macromedia Flash)의 공유 객체(ShareObject)라는 내장 클래스를 이용하여 로컬 컴퓨터에 데이터를 저장하였다가 가져올 수 있다. 플래시에는 자바 스크립트 또는 서버 사이트 스크립트(php, asp, jsp 등)에서 일반적으로 사용되는 쿠키(Cookie)가 존재하지 않는다. 다만 플래시도 쿠키처럼 사용자 컴퓨터에 데이터를 저장할 수 있다. 플래시는 매크로미디어 플래시(Macromedia Flash)의 공유 객체(ShareObject) 클래스를 사용하여 장치가 동작을 멈출 때 플래시 SWF 파일에 데이터를 저장한다. 또한 플래시는 장치가 다시 동작할 때 저장된 데이터를 로드할 수 있다. 공유 객체(SharedObject)란 로컬 위치에 영구 저장되어 현재 클라이언트만 사용 가능한 공유 객체에 대한 참조이다. 플래시가 공유 객체를 만들거나 찾을 수 없으면 getLocal() 함수가 널(null)을 반환한다. 저장 경로는 예를들어,C:\DocumentsandSettings\Administrator\ApplicationData\Macromedia\Flash Player\#SharedObjects이다. 또한, 일반 브라우저의 쿠키의 저장 용량이 4KB가 최대인데 비해, 로컬 저장소의 저장 용량의 기본값이 100KB이고, 제한이 없고 사용자가 직접 설정할 수 있다.In addition, flash data can be stored and retrieved from a local computer using a built-in class called SharedObject of Macromedia Flash. Flash does not have cookies commonly used in JavaScript or server site scripts (php, asp, jsp, etc.). Flash can store data on your computer just like a cookie. Flash uses Macromedia Flash's ShareObject class to store data in Flash SWF files when the device stops working. The flash can also load stored data when the device comes back up. SharedObject is a reference to a shared object that is stored permanently in a local location and available only to the current client. If Flash cannot create or find a shared object, the getLocal () function returns null. The storage path is, for example, C: \ DocumentsandSettings \ Administrator \ ApplicationData \ Macromedia \ Flash Player \ #SharedObjects. In addition, while the storage capacity of the cookie of the normal browser is 4KB maximum, the default storage capacity of the local storage is 100KB, there is no limit and can be set by the user.
또한, 웹 서버(210)는 상기 사용자 단말(100)의 상기 웹 사이트에 대한 로그인 세션(Session)을 실시간으로 읽는다. 또한, 웹 서버(210)는 로그인 상태의 회원의 고유정보를 표시한다. 또한, 웹 서버(210)는 상기 고유 유저 데이터 또는 플래시 데이터 중 하나 이상이 해당 회원 정보를 포함할 수 있도록 상기 사용자 단말(100)의 상기 고유 유저 데이터 또는 플래시 데이터 중 하나 이상을 갱신한다. 따라서, 상기 회원인 사용자 단말(100)이 상기 웹사이트(200)에 로그인 없이 접속한 경우에도 상기 고유 유저 데이터 또는 플래시 데이터 중 하나 이상을 읽어서 회원이 접속한 것으로 인식할 수 있다.In addition, the web server 210 reads a login session for the web site of the user terminal 100 in real time. In addition, the web server 210 displays the unique information of the member in the login state. In addition, the web server 210 updates one or more of the unique user data or flash data of the user terminal 100 so that one or more of the unique user data or flash data may include corresponding member information. Therefore, even when the user terminal 100, which is the member, accesses the website 200 without logging in, it may be recognized that the member is accessed by reading one or more of the unique user data or flash data.
이때, 상기 웹 서버(210)는 사용자 단말(100)이 웹사이트(200)에 접속한 경우, 해당 사용자 단말(100)을 구분할 수 있도록 고유 유저 데이터 또는 플래시 데이터 중 하나 이상에 고유 ID를 부여한다. 그리고, 상기 웹 서버(210)는 고유 유저 데이터 또는 플래시 데이터 중 하나 이상과 리퍼러(referrer) 값과 로케이션(location) 값을 읽어서 접속자의 각종 로그를 분석할 수 있다.In this case, when the user terminal 100 accesses the website 200, the web server 210 assigns a unique ID to at least one of unique user data or flash data so as to distinguish the user terminal 100. . The web server 210 may analyze various logs of the accessor by reading at least one of unique user data or flash data, a referrer value, and a location value.
웹사이트(200)의 고객 DB(220)는 웹사이트(200)의 회원으로 가입한 사용자에 대한 정보를 저장할 수 있다. 또한, 고객 DB(220)는 상기 사용자 단말(100)의 접속 이력을 관리한다.The customer DB 220 of the website 200 may store information about a user who has registered as a member of the website 200. In addition, the customer DB 220 manages the access history of the user terminal 100.
고유 ID 생성부(230)는 사용자 단말(100)이 웹사이트(200)에 처음 접속한 경우, 상기 사용자 단말(100)의 고유 유저 데이터 또는 플래시 데이터에 삽입할 고유 ID를 생성하여 웹 서버(210)로 전송한다.When the user terminal 100 accesses the website 200 for the first time, the unique ID generation unit 230 generates a unique ID to be inserted into the unique user data or flash data of the user terminal 100 and generates a web server 210. To send).
로그 분석기(240)는 상기 사용자 단말(100)의 접속 이력에 따라 로그 정보를 분석한다.The log analyzer 240 analyzes log information according to the access history of the user terminal 100.
로그분석 DB(250)는 상기 로그 분석기(240)에 의해 분석된 로그분석 정보를 저장한다.The log analysis DB 250 stores the log analysis information analyzed by the log analyzer 240.
또한, 상기 로그 분석기(240)는 상기 사용자 단말(100)이 상기 웹사이트(200)에 접속한 경우, 고유 유저 데이터 또는 플래시 데이터 중 하나 이상과 리퍼러(referrer) 값과 로케이션(location) 함수의 리턴값을 읽고 상기 사용자 단말(100)의 로그정보를 분석한다. 이때, 리퍼러(referrer) 값에는 이전 사이트 주소 및 클릭 당 과금(CPC) 광고 업체 정보, 예를 들면, 오버추어, 네이버 등의 광고업체 정보가 포함되어 있다. 또한, 로케이션(location) 함수의 리턴값에는 키워드 정보, 예를 들면, 접속자가 검색 엔진에 입력한 "쇼핑", 등의 키워드 정보가 기록되어 있다.In addition, when the user terminal 100 accesses the website 200, the log analyzer 240 returns one or more of unique user data or flash data, a referrer value, and a location function. Read the value and analyze the log information of the user terminal 100. In this case, the referrer value includes previous site address and CPC advertisement company information, for example, advertiser information such as Overture and Naver. The return value of the location function stores keyword information, for example, keyword information such as " shopping " input to the search engine by the visitor.
한편, 웹 서버(210)는 웹사이트(200)에 접속 중인 사용자 단말(100)의 상기 웹 사이트(200)에 대한 로그인 세션(Session)을 실시간으로 읽는다. 또한, 웹 서버(210)는 해당 사용자 단말(100)의 로그인 상태를 인식하고, 회원의 이름과 아이디 등의 고유 정보를 고객 DB(200)에 저장할 수 있다. 또한, 웹 서버(210)는 사용자 단말(100)에 저장된 고유 유저 데이터 또는 플래시 데이터가 해당 회원 정보를 포함하도록 상기 고유 유저 데이터 또는 플래시 데이터를 갱신한다. 따라서, 웹 서버(210)는 사용자 단말(100) 추후 해당 웹사이트에 로그인 없이 접속하였을 경우에도, 상기 사용자 단말(100)의 IP 주소, 고유 유저 데이터 또는 플래시 데이터를 확인하여 해당 회원이 접속하였음을 인식한다. 또한 웹 서버(210)는 접속자 개개인의 로그 분석 화면에 회원 고유 정보를 표시할 수 있다.Meanwhile, the web server 210 reads a login session for the web site 200 of the user terminal 100 that is accessing the web site 200 in real time. In addition, the web server 210 may recognize the login state of the corresponding user terminal 100 and store unique information such as a member's name and ID in the customer DB 200. In addition, the web server 210 updates the unique user data or flash data such that the unique user data or flash data stored in the user terminal 100 includes the corresponding member information. Therefore, even when the user terminal 100 accesses the corresponding website later without logging in, the web server 210 checks the IP address, the unique user data, or the flash data of the user terminal 100 to access the corresponding member. Recognize. In addition, the web server 210 may display member-specific information on the log analysis screen of each visitor.
실시간 상담 서버(260)는 상기 사용자 단말(100)과 상기 웹사이트(200)간의 실시간 상담 서비스를 제공한다.The real time counseling server 260 provides a real time counseling service between the user terminal 100 and the website 200.
실시간 상담 DB(270)는 상기 실시간 상담 서버(260)에 의해 상담된 내용을 상기 사용자 단말(100)과 연결되도록 저장한다.The real-time consultation DB 270 stores the content consulted by the real-time consultation server 260 to be connected to the user terminal 100.
예를 들면, 상기 사용자 단말(100)이 상기 웹사이트(200)의 운영자와 회원 가입이나 프로그램 설치 없이 채팅 상담을 한 경우, 상기 실시간 상담 서버(260)는 상기 실시간 상담 DB(270)에 상담 내용을 저장한다. 또한, 상기 사용자 단말(100)이 재접속한 경우, 상기 실시간 상담 서버(260)는 이전 상담 내용을 확인하고, 추후 상담시 상담 자료로 활용할 수 있다.For example, when the user terminal 100 provides a chat consultation with the operator of the website 200 without registering or installing a program, the real-time consultation server 260 consults the real-time consultation DB 270. Save it. In addition, when the user terminal 100 reconnects, the real-time counseling server 260 may check the previous counseling contents and may use the counseling data in a later counseling.
한편, 도 3은 웹 서버의 고객 데이터베이스에 저장된 사용자 단말의 로그정보의 예를 도시하는 도면이다.3 is a diagram illustrating an example of log information of a user terminal stored in a customer database of a web server.
도 3은 웹 서버의 고객 데이터베이스에 저장된 사용자 단말(100)의 로그정보(500)이다. 예를 들어, 로그정보(500)는 고유 ID(510), 사용자 단말의 IP 주소(520), 사용자 단말의 로그인 ID(530), 사용자 단말의 웹사이트 방문 횟수(540), 사용자 단말(100)이 웹사이트 운영자와 상담한 상담 횟수(550) 및 실시간 상담 DB(270) 내에 저장된 상담 파일(560) 등을 포함할 수 있다. 본 발명의 실시예에 따른 사용자 단말(100)의 로그정보(500)는 종래의 로그정보에 비해 유저 데이터 고유 ID(510)를 포함함으로써, 접속자 개개인에 대한 개인 통계를 산출할 수 있다.3 is log information 500 of a user terminal 100 stored in a customer database of a web server. For example, the log information 500 may include a unique ID 510, an IP address 520 of the user terminal, a login ID 530 of the user terminal, a website visit number 540 of the user terminal, and the user terminal 100. The number of consultations 550 consulted with the website operator and the consultation file 560 stored in the real-time consultation DB 270 may be included. The log information 500 of the user terminal 100 according to an exemplary embodiment of the present invention includes a user data unique ID 510 as compared with the conventional log information, thereby calculating personal statistics for each visitor.
한편, 도 4는 본 발명의 실시예에 웹사이트의 메인 접속 화면을 도시한 도면이다.4 is a diagram illustrating a main access screen of a website in an embodiment of the present invention.
도시된 바와 같이, 사용자 단말(100)이 웹사이트에 접속한 경우, 메인 접속 화면(600)상에 운영자와 실시간으로 상담할 때 이용되는 상담창(610)이 표시된다.As shown in the drawing, when the user terminal 100 accesses a website, a consultation window 610 is displayed on the main access screen 600 to consult with an operator in real time.
도 5는 본 발명의 실시예에 따른 웹사이트의 접속자 목록을 표시하는 화면을 도시한 도면이다.5 is a diagram illustrating a screen displaying a list of accessors of a website according to an exemplary embodiment of the present invention.
도 5를 참조하면, 도면부호 710은 본 발명의 실시예에 따른 고유 유저 데이터 또는 플래시 데이터에 삽입되는 고유 ID를 나타낸다. 또한, 로그인 정보, 접속 IP 및 접속 경로가 표시된다.Referring to FIG. 5, reference numeral 710 denotes a unique ID inserted into unique user data or flash data according to an embodiment of the present invention. In addition, login information, a connection IP, and a connection path are displayed.
도 6은 본 발명의 실시예에 따른 웹사이트에서, 접속자의 처음 방문 및 재방문에 대한 일자별 통계를 표시하는 화면을 도시한 도면이다.FIG. 6 is a diagram illustrating a screen displaying daily statistics of a visitor's first visit and revisit in a website according to an exemplary embodiment of the present invention.
도 6을 참조하면, 본 발명의 실시예에 따른 접속자의 처음 방문 및 재방문에 대한 일자별 통계를 표시하는 화면(800)은 처음 방문 횟수(810) 및 재방문 횟수(820) 등이 표시된다. 또한, 총접속수, 재방문률, 상담 횟수 등이 웹사이트 운영자의 선택에 따라 표시될 수 있다. 이외에도, 일자별 총방문자, 시간대별 총방문자, 일자별 순방문자, 시간대별 순방문자, 시간대별 처음방문/재방문, 일자별 최대 방문시간 및 요일별 방문 등이 웹사이트의 운영자에 의해 선택적으로 분석되고 표시될 수 있다.Referring to FIG. 6, a screen 800 for displaying daily statistics about a visitor's first visit and re-visit according to an exemplary embodiment of the present invention displays the number of first visits 810 and the number of re-visits 820. In addition, the total number of visits, the return visit rate, the number of consultations, etc. may be displayed according to the website operator's selection. In addition, daily visitor, total visitor by time zone, unique visitor by day, unique visitor by timezone, first visit / revisit by timezone, maximum visit time by day, and visit by day may be selectively analyzed and displayed by the operator of the website. have.
도 7은 본 발명의 실시예에 따른 웹사이트에서, 실시간 상담 내역을 표시하는 화면을 도시한 도면이다.7 is a diagram showing a screen displaying a real-time consultation history in a website according to an embodiment of the present invention.
도시된 바와 같이, 제목(910)에 쓰여진 명칭으로 상담 파일이 저장된다. 즉, IP 주소가 "219.253.181.166"이고 고유 ID가 "639493239"인 사용자 단말(100)이 웹사이트 운영자와 실시간 상담을 한 경우, 도 7에 도시된 바와 같이, 상담 내용이 저장된다.As shown, the counseling file is stored under a name written in the title 910. That is, when the user terminal 100 having an IP address of "219.253.181.166" and a unique ID of "639493239" has a real-time consultation with the website operator, as shown in FIG. 7, the contents of the consultation are stored.
도 8은 본 발명의 실시예에 따른 웹사이트에서, 회원 접속자의 로그 분석을 표시하는 화면을 도시한 도면이다.8 is a diagram illustrating a screen displaying log analysis of a member accessor in a website according to an embodiment of the present invention.
도시된 바와 같이, 접속자의 로그 분석을 표시하는 화면(1000)에는 웹사이트(200)에 회원으로 가입한 사용자 단말(100)의 고유 ID(1010), 총방문수(1020), 접속 PC의 IP 주소, 검색어가 표시된다.As shown, the screen 1000 displaying the log analysis of the visitor, the unique ID (1010), the total number of visits (1020) of the user terminal 100 subscribed as a member to the website 200, the IP address of the access PC , The search word is displayed.
한편, 도 9는 본 발명의 일 실시예에 따른 웹사이트 접속자 개개인별 실시간 로그 분석 방법의 흐름도이다.9 is a flowchart of a real-time log analysis method for each website visitor according to an embodiment of the present invention.
도 9를 참조하면, 먼저, 사용자 단말(100)이 웹 브라우저를 통해 웹사이트(200)에 접속하면(S1110), 웹사이트(200)의 웹 서버(210)가 사용자 단말(100)의 고유 유저 데이터 또는 플래시 데이터를 확인한다(S1120).Referring to FIG. 9, first, when the user terminal 100 accesses the website 200 through a web browser (S1110), the web server 210 of the website 200 may be a unique user of the user terminal 100. The data or flash data is checked (S1120).
다음으로, 웹 서버(210)는 사용자 단말(100)이 해당 웹사이트(200)에 처음 접속한 것인지 재접속한 것인지를 확인한다(S1130). 만약, 사용자 단말(100)이 웹 서버(210)에 처음 접속한 경우, 고유 ID 생성부(230)는 고유 ID를 생성한다(S1140). 이후, 웹 서버(210)는 고유 ID를 포함하는 유저 데이터 또는 플래시 데이터를 생성하여 사용자 단말(100)로 전송하고(S1150), 고객 DB(220)에 해당 접속자의 고유 데이터를 상기 고유 ID와 연계하여 생성한다.Next, the web server 210 checks whether the user terminal 100 has first accessed or reconnected to the corresponding website 200 (S1130). If the user terminal 100 accesses the web server 210 for the first time, the unique ID generation unit 230 generates a unique ID (S1140). Thereafter, the web server 210 generates user data or flash data including the unique ID and transmits the generated user data or the flash data to the user terminal 100 (S1150), and associates the unique data of the corresponding user to the customer DB 220 with the unique ID. To create.
다음으로, 사용자 단말(100)이 해당 웹사이트(200)에서 이동하는 경로 등에 따라, 웹 서버(210)가 사용자 단말(100)의 접속 이력을 갱신하고(S1160), 갱신된 접속 이력을 고객 DB(220)에 저장한다.Next, the web server 210 updates the access history of the user terminal 100 according to a path that the user terminal 100 moves from the corresponding website 200 (S1160), and updates the updated access history to the customer DB. Save to 220.
다음으로, 웹사이트(200)의 로그 분석기(240)는 상기 사용자 단말(100)의 로그정보를 분석하고, 로그분석 DB(250)에 저장한다(S1170).Next, the log analyzer 240 of the website 200 analyzes log information of the user terminal 100 and stores the log information in the log analysis DB 250 (S1170).
이미 설명한 바와 같이, 웹 서버(210)는 웹사이트(200)에 접속중인 사용자 단말(100)의 상기 웹 사이트(200)에 대한 로그인 세션(Session)을 실시간으로 읽는다. 나아가, 웹 서버(210)는 해당 사용자 단말(100)의 로그인 상태를 인식하고, 회원의 이름과 아이디 등의 고유 정보를 고객 DB(220)에 저장할 수 있다. 또한, 웹 서버(210)는 상기 사용자 단말(100)에 저장된 고유 유저 데이터 또는 플래시 데이터가 해당 회원 정보를 포함하도록 상기 고유 유저 데이터 또는 플래시 데이터를 갱신한다. 따라서, 사용자 단말(100)이 추후 해당 웹사이트(200)에 로그인 없이 접속하였더라도, 웹 서버(210)는 상기 사용자 단말(100)의 IP 주소 및 고유 유저 데이터 또는 플래시 데이터를 확인함으로써, 해당 회원이 접속하였음을 인식하고, 접속자 개개인의 로그 분석 화면에 회원 고유 정보를 표시할 수 있다.As described above, the web server 210 reads a login session for the web site 200 of the user terminal 100 that is accessing the web site 200 in real time. In addition, the web server 210 may recognize a login state of the corresponding user terminal 100 and store unique information such as a member's name and ID in the customer DB 220. In addition, the web server 210 updates the unique user data or flash data such that the unique user data or flash data stored in the user terminal 100 includes the corresponding member information. Therefore, even if the user terminal 100 later accesses the website 200 without logging in, the web server 210 checks the IP address and the unique user data or flash data of the user terminal 100, thereby allowing the corresponding member to be registered. Recognizing that the user is connected, the member-specific information can be displayed on the log analysis screen of each visitor.
후속적으로, 실시간 상담 서버(260)는 사용자가 웹사이트(200)의 운영자와 실시간 상담을 원하는지 확인할 수 있다(S1180). 사용자가 운영자와 실시간 상담을 한 경우, 실시간 상담 서버(260)는 고유 접속자별로 실시간 상담 내용을 구분하여 저장한다(S1190).Subsequently, the real time consultation server 260 may check whether the user wants real time consultation with the operator of the website 200 (S1180). When the user has a real-time consultation with the operator, the real-time consultation server 260 stores the real-time consultation content for each unique accessor (S1190).
전술한 본 발명의 설명은 예시를 위한 것이며, 본 발명이 속하는 기술분야의 통상의 지식을 가진 자는 본 발명의 기술적 사상이나 필수적인 특징을 변경하지 않고서 다른 구체적인 형태로 쉽게 변형이 가능하다는 것을 이해할 수 있을 것이다. 그러므로 이상에서 기술한 실시예들은 모든 면에서 예시적인 것이며 한정적이 아닌 것으로 이해해야만 한다. 예를 들어, 단일형으로 설명되어 있는 각 구성 요소는 분산되어 실시될 수도 있으며, 마찬가지로 분산된 것으로 설명되어 있는 구성 요소들도 결합된 형태로 실시될 수 있다.The foregoing description of the present invention is intended for illustration, and it will be understood by those skilled in the art that the present invention may be easily modified in other specific forms without changing the technical spirit or essential features of the present invention. will be. Therefore, it should be understood that the embodiments described above are exemplary in all respects and not restrictive. For example, each component described as a single type may be implemented in a distributed manner, and similarly, components described as distributed may be implemented in a combined form.
본 발명의 범위는 상기 상세한 설명보다는 후술하는 특허청구범위에 의하여 나타내어지며, 특허청구범위의 의미 및 범위 그리고 그 균등 개념으로부터 도출되는 모든 변경 또는 변형된 형태가 본 발명의 범위에 포함되는 것으로 해석되어야 한다.The scope of the present invention is shown by the following claims rather than the above description, and all changes or modifications derived from the meaning and scope of the claims and their equivalents should be construed as being included in the scope of the present invention. do.

Claims (15)

  1. 웹사이트 접속자 개개인별 실시간 로그 분석 시스템에 있어서,In the real-time log analysis system for each website visitor,
    사용자 단말이 웹사이트에 접속시, 유저 데이터 비헤이버(userData Behavior)를 이용한 고유 유저 데이터를 확인하여 상기 사용자 단말의 처음 접속 또는 재접속 여부를 확인하고, 상기 사용자 단말이 상기 웹사이트에 처음 접속한 경우에는 고유 ID를 포함하는 고유 유저 데이터를 생성하여 상기 사용자 단말로 전송하고, 상기 사용자 단말이 상기 웹사이트에 재접속한 경우에는 상기 고유 ID와 연계하여 상기 사용자 단말의 접속 이력을 갱신하는 웹 서버;When the user terminal accesses the website, it checks the unique user data using the user data behavior (userData behavior) to confirm whether the user terminal is the first access or reconnection, and when the user terminal accesses the website for the first time A web server for generating unique user data including a unique ID and transmitting the generated unique user data to the user terminal, and updating the connection history of the user terminal in association with the unique ID when the user terminal reconnects to the website;
    상기 사용자 단말의 고유 유저 데이터에 삽입할 상기 고유 ID를 생성하는 고유 ID 생성부;Unique ID generation unit for generating the unique ID to be inserted into the unique user data of the user terminal;
    상기 고유 ID와 연계하여 상기 사용자 단말의 접속 이력을 저장하는 데이터베이스; 및A database for storing a connection history of the user terminal in association with the unique ID; And
    상기 저장된 사용자 단말의 접속 이력에 따라 로그 정보를 분석하는 로그 분석기를 포함하는 웹사이트 접속자 개개인별 실시간 로그 분석 시스템.Real-time log analysis system for each website visitor comprising a log analyzer for analyzing the log information according to the access history of the stored user terminal.
  2. 제1항에 있어서,The method of claim 1,
    상기 로그 분석기는 상기 사용자 단말이 상기 웹사이트에 접속한 경우, 상기 고유 유저 데이터, 리퍼러(referrer) 값 및 로케이션(location) 함수의 리턴값을 읽어서 상기 사용자 단말의 로그정보를 분석하는 것인 웹사이트 접속자 개개인별 실시간 로그 분석 시스템.The log analyzer analyzes log information of the user terminal by reading the return value of the unique user data, a referrer value, and a location function when the user terminal accesses the website. Real-time log analysis system for each visitor.
  3. 제1항에 있어서,The method of claim 1,
    상기 웹 서버는 상기 사용자 단말의 상기 웹 사이트에 대한 로그인 세션(Session)을 실시간으로 읽어서 로그인 상태의 회원 고유정보를 표시하고, 상기 회원인 사용자 단말이 상기 웹사이트에 로그인 없이 접속한 경우에도 상기 고유 유저 데이터를 읽어서 회원이 접속한 것으로 인식하는 것인 웹사이트 접속자 개개인별 실시간 로그 분석 시스템.The web server reads a login session for the web site of the user terminal in real time and displays member unique information in a logged in state, even when the user terminal as the member accesses the website without login. Real-time log analysis system for each individual visitor to the website that reads the user data and recognizes it as accessed by the member.
  4. 제1항에 있어서,The method of claim 1,
    상기 사용자 단말과 상기 웹사이트간의 실시간 상담 서비스를 제공하는 실시간 상담 서버; 및A real time consultation server providing a real time consultation service between the user terminal and the website; And
    상기 실시간 상담 서버에 의해 상담된 내용을 상기 사용자 단말과 연계되도록 저장하는 실시간 상담 DBReal-time consultation DB for storing the content consulted by the real-time consultation server to be associated with the user terminal
    를 더 포함하는 웹사이트 접속자 개개인별 실시간 로그 분석 시스템.Real-time log analysis system for each individual visitor to the website further comprising.
  5. 제4항에 있어서,The method of claim 4, wherein
    상기 사용자 단말이 상기 웹사이트의 운영자와 회원 가입이나 프로그램 설치 없이 채팅 상담을 한 경우, 상기 실시간 상담 서버는 상기 사용자 단말 각각의 상담 내용을 상기 실시간 상담 DB에 저장하여, 상기 사용자 단말의 재접속시 이전 상담 내용을 확인하는 것인 웹사이트 접속자 개개인별 실시간 로그 분석 시스템.When the user terminal chats with the operator of the website without registering or installing a program, the real-time counseling server stores the counseling contents of each of the user terminals in the real-time counseling DB, and transfers them when the user terminal is reconnected. Real-time log analysis system for each website visitor to check the contents of the consultation.
  6. 웹사이트 접속자 개개인별 실시간 로그 분석 시스템에 있어서,In the real-time log analysis system for each website visitor,
    사용자 단말이 웹사이트에 접속시, 매크로미디어 플래시(Macromedia Flash)의 공유 객체(ShareObject) 클래스를 이용한 플래시(Flash) 데이터를 확인하여 상기 사용자 단말의 처음 접속 또는 재접속 여부를 확인하고, 상기 사용자 단말이 상기 웹사이트에 처음 접속한 경우에는 고유 ID를 포함하는 플래시 데이터를 생성하여 상기 사용자 단말로 전송하고, 상기 사용자 단말이 상기 웹사이트에 재접속한 경우에는 상기 고유 ID와 연계하여 상기 사용자 단말의 접속 이력을 갱신하는 웹 서버;When the user terminal accesses a website, the flash data using the shared object class of Macromedia Flash is checked to confirm whether the user terminal is initially connected or reconnected. In the first access to the website, the flash data including the unique ID is generated and transmitted to the user terminal. When the user terminal reconnects to the website, the access history of the user terminal is linked to the unique ID. A web server for updating;
    상기 사용자 단말의 플래시 데이터에 삽입할 상기 고유 ID를 생성하는 고유 ID 생성부;Unique ID generation unit for generating the unique ID to be inserted into the flash data of the user terminal;
    상기 고유 ID와 연계하여 상기 사용자 단말의 접속 이력을 저장하는 데이터베이스; 및A database for storing a connection history of the user terminal in association with the unique ID; And
    상기 저장된 사용자 단말의 접속 이력에 따라 로그 정보를 분석하는 로그 분석기를 포함하는 웹사이트 접속자 개개인별 실시간 로그 분석 시스템.Real-time log analysis system for each website visitor comprising a log analyzer for analyzing the log information according to the access history of the stored user terminal.
  7. 제6항에 있어서,The method of claim 6,
    상기 로그 분석기는 상기 사용자 단말이 상기 웹사이트에 접속한 경우, 상기 플래시 데이터, 리퍼러(refrerer) 값 및 로케이션(location) 함수의 리턴값을 읽어서 상기 사용자 단말의 로그정보를 분석하는 것인 웹사이트 접속자 개개인별 실시간 로그 분석 시스템.The log analyzer analyzes log information of the user terminal by reading the flash data, the referer value, and the return value of a location function when the user terminal accesses the website. Individual real time log analysis system.
  8. 제6항에 있어서,The method of claim 6,
    상기 웹 서버는 상기 사용자 단말의 상기 웹 사이트에 대한 로그인 세션(Session)을 실시간으로 읽어서 로그인 상태의 회원 고유정보를 표시하고, 상기 회원인 사용자 단말이 상기 웹사이트에 로그인 없이 접속한 경우에도 상기 플래시 데이터를 읽어서 회원이 접속한 것으로 인식하는 것인 웹사이트 접속자 개개인별 실시간 로그 분석 시스템.The web server reads a login session for the web site of the user terminal in real time and displays member-specific information in a logged-in state, even when the user terminal as the member accesses the web site without logging in. Real-time log analysis system for each website visitor who reads the data and recognizes it as accessed by the member.
  9. 제6항에 있어서,The method of claim 6,
    상기 사용자 단말과 상기 웹사이트간의 실시간 상담 서비스를 제공하는 실시간 상담 서버; 및A real time consultation server providing a real time consultation service between the user terminal and the website; And
    상기 실시간 상담 서버에 의해 상담된 내용을 상기 사용자 단말과 연계되도록 저장하는 실시간 상담 DBReal-time consultation DB for storing the content consulted by the real-time consultation server to be associated with the user terminal
    를 더 포함하는 웹사이트 접속자 개개인별 실시간 로그 분석 시스템.Real-time log analysis system for each individual visitor to the website further comprising.
  10. 제9항에 있어서,The method of claim 9,
    상기 사용자 단말이 상기 웹사이트의 운영자와 회원 가입이나 프로그램 설치 없이 채팅 상담을 한 경우, 상기 실시간 상담 서버는 상기 사용자 단말 각각의 상담 내용을 상기 실시간 상담 DB에 저장하여, 상기 사용자 단말의 재접속시 이전 상담 내용을 확인하는 것인 웹사이트 접속자 개개인별 실시간 로그 분석 시스템.When the user terminal chats with the operator of the website without registering or installing a program, the real-time counseling server stores the counseling contents of each of the user terminals in the real-time counseling DB, and transfers them when the user terminal is reconnected. Real-time log analysis system for each website visitor to check the contents of the consultation.
  11. 웹사이트 접속자 개개인별 실시간 로그 분석 방법에 있어서,In the real-time log analysis method for each website visitor,
    a) 웹사이트에 접속한 사용자 단말의 유저 데이터 또는 플래시 데이터를 확인하여, 상기 사용자 단말이 처음 접속하였는지 재접속하였는지 여부를 확인하는 단계;a) checking user data or flash data of a user terminal connected to a website to determine whether the user terminal has first accessed or reconnected;
    b) 상기 사용자 단말이 상기 웹사이트에 처음 접속한 것으로 확인된 경우, 상기 사용자 단말에 대응하는 고유 ID를 생성하고, 상기 고유 ID를 포함하는 고유 유저 데이터 또는 플래시 데이터를 상기 사용자 단말로 전송하고, 상기 고유 ID와 연계하여 상기 사용자 단말의 접속 이력을 DB에 저장하는 단계;b) when it is confirmed that the user terminal accesses the website for the first time, generates a unique ID corresponding to the user terminal, transmits unique user data or flash data including the unique ID to the user terminal, Storing the access history of the user terminal in a DB in association with the unique ID;
    c) 상기 사용자 단말이 상기 웹사이트에 재접속한 것으로 확인된 경우, 상기 사용자 단말의 접속 이력을 상기 DB에서 갱신하는 단계; 및c) if it is confirmed that the user terminal has reconnected to the website, updating the access history of the user terminal in the DB; And
    d) 상기 저장된 사용자 단말의 접속 이력에 따른 로그정보를 분석하는 단계d) analyzing log information according to access history of the stored user terminal;
    를 포함하고Including
    상기 유저 데이터는 유저 데이터 비헤이버(user Data Behavior)를 이용하고, 상기 플래시 데이터는 매크로미디어 플래시(Macromedia Flash)의 공유 객체(ShareObject) 클래스를 이용하는 것인 웹사이트 접속자 개개인별 실시간 로그 분석 방법.Wherein the user data uses a user data behavior, and the flash data uses a shared object class of Macromedia Flash.
  12. 제11항에 있어서,The method of claim 11,
    상기 d) 단계는, 상기 사용자 단말이 상기 웹사이트에 접속한 경우, 상기 고유 유저 데이터 또는 상기 플래시 데이터 중 하나 이상과 리퍼러(referrer) 값 및 로케이션(location) 함수의 리턴값을 읽어서 상기 사용자 단말의 로그정보를 분석하는 것인 웹사이트 접속자 개개인별 실시간 로그 분석 방법.In step d), when the user terminal accesses the website, at least one of the unique user data or the flash data and a return value of a referrer value and a location function may be read. Real-time log analysis method for each website visitor to analyze log information.
  13. 제11항에 있어서, The method of claim 11,
    상기 d) 단계는, 상기 사용자 단말의 상기 웹 사이트에 대한 로그인 세션(Session)을 실시간으로 읽어서 로그인 상태의 회원 고유정보를 표시하고, 상기 고유 유저 데이터 또는 상기 플래시 데이터 중 하나 이상이 해당 회원 정보를 포함하도록 상기 사용자 단말의 상기 고유 유저 데이터 또는 상기 플래시 데이터 중 하나 이상을 갱신하고, 상기 회원인 사용자 단말이 상기 웹사이트에 로그인 없이 접속한 경우에도 상기 고유 유저 데이터 또는 상기 플래시 데이터 중 하나 이상을 읽어서 회원이 접속한 것으로 인식하는 것인 웹사이트 접속자 개개인별 실시간 로그 분석 방법.In step d), the user terminal reads a login session for the web site of the user terminal in real time to display member unique information in a logged in state, and at least one of the unique user data or the flash data indicates the member information. Update at least one of the unique user data or the flash data of the user terminal to include, and read one or more of the unique user data or the flash data even when the user terminal as the member accesses the website without login; Real-time log analysis method for each individual visitor to the website that members recognize as accessed.
  14. 제11항에 있어서, The method of claim 11,
    상기 사용자 단말이 상기 웹사이트의 운영자와 회원 가입이나 프로그램 설치 없이 채팅 상담을 한 경우, 상담 내용을 저장하는 단계를 더 포함하는 웹사이트 접속자 개개인별 실시간 로그 분석 방법.If the user terminal has a chat consultation with the operator of the website without registering or installing a program, storing the contents of the consultation further comprises a real-time log analysis method for each individual website accessor.
  15. 제14항에 있어서,The method of claim 14,
    상기 사용자 단말의 재접속시 이전 상담 내용을 확인하는 단계를 더 포함하는 웹사이트 접속자 개개인별 실시간 로그 분석 방법.Real-time log analysis method for each individual visitor to the website further comprising the step of confirming the previous consultation content when reconnecting the user terminal.
PCT/KR2009/001029 2008-03-04 2009-03-03 Real time log analysis system for respective users connected with website, and a method therefor WO2009110723A2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020080020245A KR100823075B1 (en) 2007-11-29 2008-03-04 Realtime log analysis system for respective user connected with website, and method thereof
KR10-2008-0020245 2008-03-04

Publications (2)

Publication Number Publication Date
WO2009110723A2 true WO2009110723A2 (en) 2009-09-11
WO2009110723A3 WO2009110723A3 (en) 2009-12-03

Family

ID=41057296

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2009/001029 WO2009110723A2 (en) 2008-03-04 2009-03-03 Real time log analysis system for respective users connected with website, and a method therefor

Country Status (1)

Country Link
WO (1) WO2009110723A2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010105705A (en) * 2000-05-17 2001-11-29 정문술 Method for providing integrated user management environment to multi-internet service and system for the same
KR20030047962A (en) * 2003-05-29 2003-06-18 (주)바스네트워크 A method of managing personal digital assistant through internet and a system thereof
KR20030060849A (en) * 2003-06-25 2003-07-16 주식회사 제이앤제이 인터랙티브 The method and system of analyizing user's traffic path on the web site
KR100709584B1 (en) * 2006-05-19 2007-04-24 방용정 Marketing service system of the realtime connecting persons and method thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20010105705A (en) * 2000-05-17 2001-11-29 정문술 Method for providing integrated user management environment to multi-internet service and system for the same
KR20030047962A (en) * 2003-05-29 2003-06-18 (주)바스네트워크 A method of managing personal digital assistant through internet and a system thereof
KR20030060849A (en) * 2003-06-25 2003-07-16 주식회사 제이앤제이 인터랙티브 The method and system of analyizing user's traffic path on the web site
KR100709584B1 (en) * 2006-05-19 2007-04-24 방용정 Marketing service system of the realtime connecting persons and method thereof

Also Published As

Publication number Publication date
WO2009110723A3 (en) 2009-12-03

Similar Documents

Publication Publication Date Title
KR100823075B1 (en) Realtime log analysis system for respective user connected with website, and method thereof
WO2009120003A2 (en) Method of generating connection statistics for each user connected to website
WO2010104280A2 (en) System and method for integratedly managing multiple connection statistics servers
US8976955B2 (en) System and method for tracking web interactions with real time analytics
WO2010095867A2 (en) Customized intellectual system for searching internet information using symbols and icons through a mobile communication terminal and an ip-based information terminal
US9106709B2 (en) Server side mobile audience intelligence creation
US7778801B2 (en) Automated test script for communications server
CN107678933A (en) Daily record generation management method, device, equipment and computer-readable recording medium
CN110347942A (en) Method for page jump, device, storage medium and computer equipment
CN109688280A (en) Request processing method, request processing equipment, browser and storage medium
CN110266661A (en) A kind of authorization method, device and equipment
CN110022354A (en) Mobile application integrated approach, device, computer equipment and storage medium based on http protocol
WO2012141412A9 (en) Method and server for providing a webpage
WO2020111662A1 (en) Favorites management and information search service providing system and favorites management and information search service providing method using same
WO2014046382A1 (en) System and method for providing markup language-based contextual recognition user interface
WO2009110723A2 (en) Real time log analysis system for respective users connected with website, and a method therefor
CN109145182A (en) Collecting method, device, computer equipment and system
WO2011065739A2 (en) System and method for providing log information
WO2016159484A1 (en) Method and apparatus for sharing personalized content using user information of mobile terminal
WO2014189231A1 (en) Advertisement service system and method for sequentially exposing two popup windows
WO2018074856A1 (en) Method and system for providing word information
KR100373988B1 (en) Analysis method of log file, analysis system and computer-readable medium recording the method
WO2013172660A1 (en) Content connection system and method therefor
CN114996621B (en) Method, system and storage medium for user to self-select portal home page
KR20080087188A (en) Apparatus and method for clipping in real-time, and web-page service system using thereof

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09716751

Country of ref document: EP

Kind code of ref document: A2

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 11/11/2010)

122 Ep: pct application non-entry in european phase

Ref document number: 09716751

Country of ref document: EP

Kind code of ref document: A2