CN101236562A - Web page screen area hot point analytical method - Google Patents

Web page screen area hot point analytical method Download PDF

Info

Publication number
CN101236562A
CN101236562A CNA2008100103159A CN200810010315A CN101236562A CN 101236562 A CN101236562 A CN 101236562A CN A2008100103159 A CNA2008100103159 A CN A2008100103159A CN 200810010315 A CN200810010315 A CN 200810010315A CN 101236562 A CN101236562 A CN 101236562A
Authority
CN
China
Prior art keywords
web page
url
link
file
statistical
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CNA2008100103159A
Other languages
Chinese (zh)
Inventor
刘峰
孙宏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to CNA2008100103159A priority Critical patent/CN101236562A/en
Publication of CN101236562A publication Critical patent/CN101236562A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention provides a web page screen region click hotspot analysis method, which relates to a method for analyzing and displaying hot links in a web page screen region, wherein, URLs at which all the links point in a web page are obtained through analysis of Html files in the web page; a 'link URL statistical table' is established; Refers in access records of the web page are analyzed; novel Html files are obtained by numerical statement of web page link click times through the 'link URL statistical table'; a browser is finally used for displaying the Html files in which statistical codes are added. By adoption of the method, web site programmers can be allowed to know the conditions of being clicked of various links; the states of being clicked of the web page in various screen regions are visually displayed; the web site programmers are assisted to improve content and layout design of the web page; effective click is increased and service quality of a web site is improved. The method is simple and easy to implement; moreover, analysis is accurate and effectiveness is obvious.

Description

Web page screen area hot point analytical method
Technical field:
The present invention relates to the method for a kind of analyzing website access, flow analysis, is a kind of Web page screen area hot point analytical method specifically.
Background technology:
In Internet, the website is the core of carrying content, no matter is any websites such as door, ecommerce, Web bank, all needs some technological means, realizes the flowing of access analysis, according to analysis result, improves website design.The website traffic analytic product mainly concentrates on the general statistics aspect of browsing several PV (PageView), independent IP etc. now, and data are very helpful to portal management like this, but little to concrete webpage design directive significance.Analyze and display web page screen zones of different click situation, the designer is improved webpage design very big directive significance.
Summary of the invention:
The invention provides the method for the clicked situation of each zone link on a kind of analyzing web page screen, by analysis result is handled especially, each regional clicked situation of display web page, thus instruct the webpage design personnel to improve design, improve effective clicking rate of webpage.The objective of the invention is to be achieved through the following technical solutions:
Web page screen area hot point analytical method, step is as follows:
A: the user need to determine the webpage of analysis;
B: open the URL of named web page with browser, be saved in then on the disk, obtain the Html file of this URL;
C: analyze the Html file, seek in the file " bookmark " link URL that is wherein comprised;
D: set up by " link URL statistical form ";
E: web log file file or other forms of " Visitor Logs " are analyzed line by line, got the Refer item in the daily record, if URL wherein adds up in " link URL statistical form ", this URL statistical number adds 1;
F: after having analyzed all " Visitor Logs ", obtain all URL statistical number in " link URL statistical form ", add code at Html file " bookmark " URL place,, obtain new Html file so that show this URL link statistical number;
G: use browser display to add the Html file of statistics codes, show the screen area of each connection, show that simultaneously the connection statistics number represents clicked situation with the frame of different colours.
Ultimate principle of the present invention:, when finally in browser, showing, all be converted into the Html form though have a lot of computerese Html, ASP, PHP, JAVA etc. can realize the Internet programming.Html is a kind of " SGML ", and all-links has " bookmark ", and certain webpage after showing on the browser, can be preserved the Html file to disk.The Html file is analyzed line by line, sought the URL that " bookmark " obtains linking in the file.By analyzing web site access log or other forms of Visitor Logs, obtain " link URL " accessed statistical number in all these Html files.Code is added in each link place in the Html file, can show for the special requirement of " screen area link analysis ".
Beneficial effect of the present invention:
Compared with prior art, advantage of the present invention is as follows: 1, simple, a lot of people attempt to be used in browser the purpose that the form of plug-in unit reaches this " analysis of webpage hot spot region " are installed, and the now basic property of this method is obstructed.Because for the sake of security, generally plug-in unit is installed and all can be warned the user, the plug-in unit of in most cases all being unwilling to install at browser.2, analyze accurately, a lot of in the world now products are also installed plug-in unit and are carried out flow analysis continuing to use browser, as: international foremost Alexa etc., do not install under the situation of plug-in unit most users at browser, just there is not statistics.The present invention in the link URL of this webpage of statistics of retrodicting from Visitor Logs, can accurately analyze the click situation in each zone by the URL link analysis to this analysis webpage.3, visual result shows link area by the block diagram with different colours, and the additional statistical number is represented clicked situation again, can make coming into plain view of each zone of webpage.
Pass through this method, can allow the website design personnel, understand the clicked situation of each link of webpage, the visualization display webpage is at the clicked state in each zone of screen, help website design person to improve the design of web page contents and layout, increase and effectively click, improve the website service quality.Method is simple, and analysis is accurate, benefit is obvious.
Description of drawings:
Fig. 1 is the process flow diagram of Web page screen area hot point analytical method.
Specific implementation method:
Web page screen area hot point analytical method, step is as follows:
At first in browser, key in the network address X of certain website; After opening webpage, select " file/save as ", webpage is saved as Html file (as: X.html) by the browser top; Html is a kind of " SGML ", seeks the bookmark that has " a href=" xxx/xxxx/xxxx " " mark or form in the X.html file, as finds following bookmark:
a href=″liuyan/index.asp″
a href=″index.asp″
a href=″ReadNews.asp
It is as follows to set up table " link URL statistical form ",
The URL link Statistical number
liuyan/index.asp 0
index.asp ReadNews.asp , , 0 0
Differentiate whether there is bookmark<a=href=" xxxURL " among the Html line by line, " xxxURL " wherein is exactly the network address of the webpage of link, thereby the all-links that obtains comprising in the file points to URL; Be saved in " link URL statistical form ", every records 2 data item in the table, URL and corresponding statistical number;
Read this website visiting record (Web daily record, or other forms of Visitor Logs), see whether its Refer item is " URL link " in " link URL statistical form ", if " statistical number " adds 1; (Refer is a URL, and explanation is which URL is linked to here)
After having analyzed all " Visitor Logs ", obtain all URL statistical number in the link URL statistical form, add code at original X.Html file chaining URL place,, obtain new X.Html file so that show this URL link statistical number;
Add the X.Html file of statistics codes in browser display, just obtained the clicks of X webpage zones of different.
Can finish at the statistics that will embody interviewee's click situation in the different zones on the screen according to above-mentioned steps, the display web page screen area is clicked focus visually, helps website design person to improve webpage design.

Claims (1)

1, Web page screen area hot point analytical method is characterized in that, step is as follows:
A: the user need to determine the webpage of analysis;
B: open the URL of named web page with browser, be saved in then on the disk, obtain the Html file of this URL;
C: analyze the Html file, seek in the file " bookmark " link URL that is wherein comprised;
D: set up by " link URL statistical form ";
E: web log file file or other forms of " Visitor Logs " are analyzed line by line, got the Refer item in the daily record, if URL wherein adds up in " link URL statistical form ", this URL statistical number adds 1;
F: after having analyzed all " Visitor Logs ", obtain all URL statistical number in " link URL statistical form ", add code at Html file " bookmark " URL place,, obtain new Html file so that show this URL link statistical number;
G: use browser display to add the Html file of statistics codes, show the screen area of each connection, show that simultaneously the connection statistics number represents clicked situation with the frame of different colours.
CNA2008100103159A 2008-02-01 2008-02-01 Web page screen area hot point analytical method Pending CN101236562A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNA2008100103159A CN101236562A (en) 2008-02-01 2008-02-01 Web page screen area hot point analytical method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNA2008100103159A CN101236562A (en) 2008-02-01 2008-02-01 Web page screen area hot point analytical method

Publications (1)

Publication Number Publication Date
CN101236562A true CN101236562A (en) 2008-08-06

Family

ID=39920180

Family Applications (1)

Application Number Title Priority Date Filing Date
CNA2008100103159A Pending CN101236562A (en) 2008-02-01 2008-02-01 Web page screen area hot point analytical method

Country Status (1)

Country Link
CN (1) CN101236562A (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102243634A (en) * 2010-05-13 2011-11-16 深圳市蓝凌软件股份有限公司 Data statistical method and system
CN102299832A (en) * 2011-09-30 2011-12-28 互动在线(北京)科技有限公司 General network flow counting method
CN102426593A (en) * 2011-11-01 2012-04-25 宇龙计算机通信科技(深圳)有限公司 Checking method for linkage and terminal
CN101504671B (en) * 2009-03-05 2012-10-03 阿里巴巴集团控股有限公司 Visible processing method, apparatus and system for web page access behavior of users
CN102904765A (en) * 2011-07-26 2013-01-30 腾讯科技(深圳)有限公司 Method and equipment for data reporting
CN103020087A (en) * 2011-09-26 2013-04-03 百度在线网络技术(北京)有限公司 Method and device for generating clicking journals, as well as method and device for adjusting search results
CN103117892A (en) * 2013-01-21 2013-05-22 深信服网络科技(深圳)有限公司 Method and device for adding website access record
CN103646108A (en) * 2013-12-25 2014-03-19 北京京东尚科信息技术有限公司 Method for obtaining click position density of page area
CN103678306A (en) * 2012-08-31 2014-03-26 腾讯科技(深圳)有限公司 Method and device for displaying access link
CN103823883A (en) * 2014-03-06 2014-05-28 焦点科技股份有限公司 Analysis method and system for website user access path
CN104102636A (en) * 2013-04-02 2014-10-15 阿里巴巴集团控股有限公司 Method and device for counting and presenting page data
CN104166656A (en) * 2013-05-17 2014-11-26 阿里巴巴集团控股有限公司 Traffic statistic webpage display method and device
CN110020269A (en) * 2017-08-01 2019-07-16 上海福网信息科技有限公司 A kind of website click heating power drawing system
CN111324809A (en) * 2020-02-04 2020-06-23 京东数字科技控股有限公司 Hotspot information monitoring method, device and system

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101504671B (en) * 2009-03-05 2012-10-03 阿里巴巴集团控股有限公司 Visible processing method, apparatus and system for web page access behavior of users
CN102243634A (en) * 2010-05-13 2011-11-16 深圳市蓝凌软件股份有限公司 Data statistical method and system
CN102904765B (en) * 2011-07-26 2016-01-27 腾讯科技(深圳)有限公司 The method and apparatus that data report
US8966072B2 (en) 2011-07-26 2015-02-24 Tencent Technology (Shenzhen) Company Limited Method and apparatus for submitting data
CN102904765A (en) * 2011-07-26 2013-01-30 腾讯科技(深圳)有限公司 Method and equipment for data reporting
WO2013013556A1 (en) * 2011-07-26 2013-01-31 腾讯科技(深圳)有限公司 Data reporting method and device
CN103020087A (en) * 2011-09-26 2013-04-03 百度在线网络技术(北京)有限公司 Method and device for generating clicking journals, as well as method and device for adjusting search results
CN102299832A (en) * 2011-09-30 2011-12-28 互动在线(北京)科技有限公司 General network flow counting method
CN102426593A (en) * 2011-11-01 2012-04-25 宇龙计算机通信科技(深圳)有限公司 Checking method for linkage and terminal
CN103678306A (en) * 2012-08-31 2014-03-26 腾讯科技(深圳)有限公司 Method and device for displaying access link
CN103117892A (en) * 2013-01-21 2013-05-22 深信服网络科技(深圳)有限公司 Method and device for adding website access record
CN103117892B (en) * 2013-01-21 2016-07-20 深圳市深信服电子科技有限公司 Add method and the device of website visiting record
CN104102636A (en) * 2013-04-02 2014-10-15 阿里巴巴集团控股有限公司 Method and device for counting and presenting page data
CN104102636B (en) * 2013-04-02 2018-01-19 阿里巴巴集团控股有限公司 A kind of statistics of page data, rendering method and device
CN104166656A (en) * 2013-05-17 2014-11-26 阿里巴巴集团控股有限公司 Traffic statistic webpage display method and device
CN104166656B (en) * 2013-05-17 2019-02-01 阿里巴巴集团控股有限公司 The webpage methods of exhibiting and device of traffic statistics
CN103646108A (en) * 2013-12-25 2014-03-19 北京京东尚科信息技术有限公司 Method for obtaining click position density of page area
CN103646108B (en) * 2013-12-25 2017-07-07 北京京东尚科信息技术有限公司 A kind of acquisition methods of the click location closeness of page area
CN103823883A (en) * 2014-03-06 2014-05-28 焦点科技股份有限公司 Analysis method and system for website user access path
CN103823883B (en) * 2014-03-06 2015-06-10 焦点科技股份有限公司 Analysis method and system for website user access path
CN110020269A (en) * 2017-08-01 2019-07-16 上海福网信息科技有限公司 A kind of website click heating power drawing system
CN111324809A (en) * 2020-02-04 2020-06-23 京东数字科技控股有限公司 Hotspot information monitoring method, device and system

Similar Documents

Publication Publication Date Title
CN101236562A (en) Web page screen area hot point analytical method
AU2002353379B2 (en) Method and system for characterization of online behavior
CN100507920C (en) Search engine retrieving result reordering method based on user behavior information
CN101989303A (en) Automatic barrier-free network detection method
Zheng et al. Web analytics overview
KR100532621B1 (en) analysis system of online advertising impact and method thereof
CN101299688A (en) Method for acquiring touching quantity of web page area
CN102663012A (en) Webpage preloading method and system
CN102693501A (en) Method for analyzing Internet advertisement popularizing effect
CN102073960A (en) Method for assessing operation effect in website marketing process
CN101042694B (en) Method for accessing father page in the time of brewing web page
CN101650715A (en) Method and device for screening links on web pages
CN103914478A (en) Webpage training method and system and webpage prediction method and system
CN102932207A (en) Method for monitoring website access information and server
CN103281217B (en) A kind of measuring method of User Page stay time
CN102592067A (en) Webpage recognition method, device and system
KR20110035960A (en) Method and system for identifying advertisement in web page
CN102932206A (en) Method and system for monitoring website access information
CN102609474A (en) Access information providing method and system
US20120041936A1 (en) Search engine optimization at scale
Bruns Big data analysis
Brenes et al. Stratified analysis of AOL query log
CN102629933B (en) Method for identifying actual behavior of user to click and access website and system thereof
Sharma Do natural resources and corruption curse tourism development?
Zahoor et al. Uniqueness in user behavior while using the web

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication