CN101299688B - Method for acquiring touching quantity of web page area - Google Patents

Method for acquiring touching quantity of web page area Download PDF

Info

Publication number
CN101299688B
CN101299688B CN2008101149982A CN200810114998A CN101299688B CN 101299688 B CN101299688 B CN 101299688B CN 2008101149982 A CN2008101149982 A CN 2008101149982A CN 200810114998 A CN200810114998 A CN 200810114998A CN 101299688 B CN101299688 B CN 101299688B
Authority
CN
China
Prior art keywords
click
web page
obtaining
browser
data
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.)
Active
Application number
CN2008101149982A
Other languages
Chinese (zh)
Other versions
CN101299688A (en
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.)
Alibaba Beijing Software Services Co Ltd
Original Assignee
BEIJING DIYUANXIN INTERNET DATA TECHNOLOGY Co Ltd
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 BEIJING DIYUANXIN INTERNET DATA TECHNOLOGY Co Ltd filed Critical BEIJING DIYUANXIN INTERNET DATA TECHNOLOGY Co Ltd
Priority to CN2008101149982A priority Critical patent/CN101299688B/en
Publication of CN101299688A publication Critical patent/CN101299688A/en
Application granted granted Critical
Publication of CN101299688B publication Critical patent/CN101299688B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a method for acquiring touching quantity of web page area, which includes the following steps: acquiring touching actions on the web page to be monitored, and acquiring the touching position; transmitting the touching information to a data acquisition server; generating a result report according to the received data of the data acquisition server; acquiring the data reportweb page region selected by users in the report page; acquiring the touching quantity of the data report web page region according to each touching position and the data report web page region; and displaying the touching quantity. The invention can acquire and display the touching quantity of the web page region through the acquired positions of every touching position and the data report web page region selected by users, thereby knowing the focus region of pages.

Description

A kind of method of obtaining touching quantity of web page area
Technical field
The present invention relates to technical field of the computer network, particularly relate to a kind of method of obtaining touching quantity of web page area.
Background technology
Along with the continuous development of computer networking technology, the webpage click number quantitative statistics more and more is subjected to user's attention.At present, the method of statistical web page touching quantity mainly is an arrangement javascript code in being required the page of statistics, the javascript code can be monitored the click behavior that the viewer produces when browsing pages, and the data that the viewer clicks are back to acquisition server, calculate by the backstage then and obtain touching quantity.By to the webpage click number quantitative analysis, can judge whether this webpage is subjected to the user and pays close attention to.
In realizing process of the present invention, the inventor finds that there are the following problems at least in the prior art: in the method for existing statistical web page touching quantity, can only add up the overall touching quantity of this webpage, can not obtain the touching quantity of web page area, clicked by the user thereby which column that can not judge this webpage is the most frequent, which content is paid close attention to by the user most, can not understand the focus area of the page.
Summary of the invention
The problem that the embodiment of the invention will solve provides a kind of method of obtaining touching quantity of web page area, to overcome the defective that can not obtain touching quantity of web page area in the prior art.
For achieving the above object, the technical scheme of the embodiment of the invention provides a kind of method of obtaining touching quantity of web page area, said method comprising the steps of: gather the click behavior on the webpage to be monitored, and obtain the position of described click; The information that sends described click is to data acquisition server; Data according to described data acquisition server is received generate the data report webpage; In described data report webpage, obtain the data report web page area that the user selects; According to the position and the described data report web page area of each click, obtain the touching quantity of described data report web page area; Show described touching quantity.
Wherein, click behavior on described collection webpage to be monitored, and obtain in the step of position of described click, specifically comprise: monitor the click behavior on the described webpage to be monitored, and obtain the data of the window size of the screen resolution of object type, coordinate, client of described click and client browser.
Wherein, in the step of the described object type data of obtaining click, specifically comprise: when the browser of opening described webpage to be monitored is IE, utilize window.event.srcElement to obtain the click event object, and utilize the nodeName attribute of object to obtain the type of described click event object; When the browser of opening described webpage to be monitored is Netscape and compatible browser thereof, utilizes event.target to obtain the click event object, and utilize the nodeName attribute of object to obtain the type of described click event object.
Wherein, in the step of the described coordinate data of obtaining click, specifically comprise: obtain the relative abscissa of the click of mouse in current window and the numerical value of relative ordinate; The up-down scroll bar of obtaining browser window is apart from the left side distance of browser and the numerical value of top margin; The relative abscissa by the click of described mouse in current window and the up-down scroll bar of described browser window apart from summation, are obtained the absolute abscissa of described click apart from the left side of browser; Sue for peace apart from the top margin of browser by the relative ordinate of the click of described mouse in current window and the up-down scroll bar of described browser window, obtain the absolute ordinate of described click.
Wherein, in the step of the described screen resolution data of obtaining client, specifically comprise: in the time can getting access to the self.screen object of browser, utilize self.screen.width and self.screen.height to obtain the resolution of screen; In the time can't obtaining browser self.screen object, if can get access to the selfjava object, utilize java.awt.Toolkit.getDefaultToolkit () .getScreenSize () .width and java.awt.Toolkit.getDefaultToolkit () .getScreenSize () .height to obtain the resolution of screen.
Wherein, in the step of the described window size data of obtaining client browser, specifically comprise:, then use self.innerWidth and self.innerHeight value window size for described client browser if get access to the self.innerWidth and the self.innerHeight attribute of client browser; Or the value of obtaining document.documentElement.clientWidth and document.documentElement.clientHeight is the window size of described client browser; Or the value of obtaining document.body.clientWidth and document.body.clientHeight is the window size of described client browser.
Wherein, after the data of the window size of the screen resolution of the described object type of obtaining click, coordinate, client and client browser, also comprise the step that filters out illegal click record, the described step that filters out illegal click record specifically comprises: when double click during interval greater than setting-up time, filter out described click; When clicking the size that surpasses content pages or on scroll bar, clicking, filter out described click; When page download when this locality is clicked, filter out described click; In the time of after clicking the object click, can't triggering the page events generation, filter out described click.
Wherein,, generate in the step of data report webpage, comprising in the described data of receiving according to data acquisition server: after data acquisition server is received click information, calculate the clicked total quantity of the page, and the touching quantity of each block; According to the number of times that the click coordinate that is obtained and each coordinate are repeated to click, can generate and click thermal map and reflect the hot spot region that the page is clicked, each color of pixel is clicked the number of times that overlaps with this coordinate and is divided into different colours in the thermal map.
Wherein, the data report web page area of described user's selection comprises: the zone that predefined zone, user go out with mouse drag in the page of described data report webpage in the complete page of described data report webpage, the described data report webpage.
Wherein, in the described step of obtaining the data report web page area that the user selects, specifically comprise: in the page of described data report webpage, go out one when regional with mouse drag when monitoring the user, obtain the coordinate in the upper left corner and the lower right corner in described zone, the zone of being determined by described coordinate is the data report web page area that the user selects.
Technique scheme only is an optimal technical scheme of the present invention, has following advantage: the data report web page area that position and the user of the embodiment of the invention by each click of collecting selects, can obtain and show the touching quantity of described web page area, thereby understand the focus area of the page.
Description of drawings
Fig. 1 is a kind of flow chart that obtains the method for touching quantity of web page area of the embodiment of the invention;
Fig. 2 is the flow chart that the another kind of the embodiment of the invention obtains the method for touching quantity of web page area;
Fig. 3 is the flow chart that the another kind of the embodiment of the invention obtains the method for touching quantity of web page area.
Embodiment
Below in conjunction with drawings and Examples, the specific embodiment of the present invention is described in further detail.Following examples are used to illustrate the present invention, but are not used for limiting the scope of the invention.
The present invention mainly is the analysis of clicking situation at website homepage, channel homepage or a certain popularization page, can show the touching quantity in described zone according to the User Defined zone.
A kind of method of obtaining touching quantity of web page area of the present invention may further comprise the steps:
At first, gather the click behavior on the webpage to be monitored, and obtain the position of described click.Be specially: at first monitor the click behavior on the described webpage to be monitored, and obtain the data of the window size of the screen resolution of object type, coordinate, client of described click and client browser, filter out illegal click record then, at last, the click information with the user is sent to data acquisition server.
When obtaining the object type data of click, it is different that IE (Ineternet Explorer) and Netscape and compatible browser thereof (for example Firefox etc.) obtain the mode of clicking the object incident.When the browser of opening described webpage to be monitored is IE (Internet Explorer), can utilize window.event.srcElement to obtain the click event object; When the browser of opening described webpage to be monitored is the Netscape compatible browser, producing the click event object can obtain by the event argument that provides to function when function triggers, for example parameter is called event, and then event.target is the object of click event.After obtaining the click event object, can utilize nodeName to obtain the type (as: link type (A), text filed type (AREA) etc.) of described click event object.
When obtaining the coordinate data of click, the main numerical value of abscissa by obtaining the click of mouse in current window and ordinate and obtain the numerical value of the up-down scroll bar of browser window apart from browser top margin and left side distance, by these two pairs of values and obtain the absolute coordinate of click.Wherein, can utilize event.clientX to obtain the relative abscissa of the click of mouse in current window, utilize event.clientY to obtain the relative ordinate of the click of mouse in current window; Obtain scroll bar and use different acquisition methods to come compatible different browsers to different browsers, as the left side of scroll bar that obtains the Netscape browser is apart from using self.pageXOffset, top margin self.pageYOffset apart from the distance of browser; For the IE browser, then use document.documentElement.scrollLeft to obtain the left side distance of scroll bar, use document.documentElement.scrollTop to obtain the top margin of scroll bar; For other browsers, then use document.body.scrollLeft to obtain the left side distance of scroll bar, use document.body.scrollTop to obtain the top margin of scroll bar; The up-down scroll bar of relative abscissa by the click of described mouse in current window and described browser window apart from summation, is obtained the absolute abscissa of described click apart from the left side of browser then; Sue for peace apart from the top margin of browser by the relative ordinate of the click of described mouse in current window and the up-down scroll bar of described browser window, obtain the absolute ordinate of described click.
When obtaining the screen resolution of client, under normal situation, use self.screen.width and self.screen.height to obtain the resolution of screen; If support JAVA and do not support under the situation of screen that use java.awt.Toolkit.getDefaultToolkit () .getScreenSize () .width and java.awt.Toolkit.getDefaultToolkit () .getScreenSize () .height obtain the resolution of screen at browser.
When obtaining the window size of client browser, use different acquisition methods for different client browsers, use self.innerWidth and self.innerHeight to obtain the size of client browser window as Netscape; Then use document.documentElement.clientWidth and document.documentElement.clientHeight to obtain for IE; For other browser, then use document.body.clientWidth and document.body.clientHeight to obtain.
The step that filters out illegal click record comprises:
(1) when double click during, filters out described click interval greater than setting-up time;
(2) when clicking the size that surpasses content pages or on scroll bar, clicking, filter out described click;
(3) when page download when this locality is clicked, filter out described click;
(4) in the time of after clicking the object click, can't triggering the page events generation, filter out described click.
After obtaining user's click information, create the image object by Javascript, the address of picture is a data acquisition server, and the click information that is collected is passed back as the parameter of picture address.
After data acquisition server is collected click information, obtain the clicked total quantity of the page according to the bar number of receiving information, and the touching quantity of each block; The click coordinate of passing through to be obtained calculates the number of times that each coordinate is repeated to click, can generate the click thermal map according to these data, reflect the hot spot region that the page is clicked by different colors, the number of times that each color of pixel is clicked coincidence with this coordinate in the thermal map is divided into different colours.
Then, report checks that the user can sign in to click information data report system, system will obtain the data report web page area that the user selects, and the report web page area that described user selects comprises the zone that predefined zone, user go out with mouse drag in the complete page of described webpage, the described webpage in the page of described webpage.Go out one when regional with mouse drag when monitoring the user in the page of described data report webpage, obtain the coordinate in the upper left corner and the lower right corner in described zone, the zone of being determined by described coordinate is the data report web page area that the user selects.
According to the position and the described data report web page area of each click, obtain the touching quantity of described data report web page area again.
At last, show described touching quantity.
Embodiment one, when the data report web page area of selecting as described user is the complete page of described webpage, the flow chart of a kind of method of obtaining touching quantity of web page area of the present invention as shown in Figure 1, with reference to Fig. 1, present embodiment may further comprise the steps:
Step s101 gathers the click behavior on the webpage to be monitored, and obtains the data of described click.In the present embodiment, arrangement javascript code in being required the page of statistics, the javascript code can be monitored the click behavior that the viewer produces when browsing pages, and obtains object type, coordinate, the screen resolution of client and the data such as window size of client browser of described click.In the present embodiment, suppose to use IE to open described webpage to be monitored, when obtaining the object type data of click, utilize window.event.srcElement to obtain the click event object, and utilize nodeName to obtain the type of described click event object; Utilize event.clientX to obtain the relative abscissa of the click of mouse in current window, utilize event.clientY to obtain the relative ordinate of the click of mouse in current window, use document.documentElement.scrollLeft to obtain the left side distance of scroll bar, use document.documentElement.scrollTop to obtain the top margin of scroll bar, and by these two pairs of values and obtain the absolute coordinate of click; Use self.screen.width and self.screen.height to obtain the resolution of screen; Use document.documentElement.clientWidth and document.documentElement.clientHeight to obtain the size of the window of client browser.
Step s102 filters out illegal click record.In the present embodiment, suppose partly to click double click, then filter out described click interval greater than setting-up time (as 500 milliseconds).
Step s103 arrives data acquisition server with the transfer of data that collects, and calculates page total number of clicks by the backstage, generates according to the coordinate of clicking object and clicks thermal map, and each color of pixel is divided into different colours with the number of times that this coordinate click overlaps in the thermal map.In the present embodiment, user's click behavior will present in thermal map with the form of color lump, and the color in zone is bright more, shows that then this regional touching quantity is intensive more.
Step s104 according to the position of each click, obtains the touching quantity of described data report webpage.In the present embodiment, by the Ajax mode, relatively whether the coordinate of Dian Jiing and is added up the click in described webpage in described webpage, obtains the touching quantity of described webpage.
Step s105 shows described touching quantity in described data report webpage.
Embodiment two, and the data report web page area of selecting as described user is in the described webpage during predefined zone, the flow chart of a kind of method of obtaining touching quantity of web page area of the present invention as shown in Figure 2, with reference to Fig. 2, present embodiment may further comprise the steps:
Step s201 gathers the click behavior on the webpage to be monitored, and obtains the data of described click.In the present embodiment, arrangement javascript code in being required the page of statistics, the javascript code can be monitored the click behavior that the viewer produces when browsing pages, and obtains object type, coordinate, the screen resolution of client and the data such as window size of client browser of described click.In the present embodiment, suppose to use IE to open described webpage to be monitored, its method of window size of obtaining the screen resolution of object type, coordinate, client of described click and client browser is identical with method among the embodiment one.
Step s202 filters out illegal click record.In the present embodiment, suppose that the part click for to click, then filters out described click on scroll bar.
Step s203 arrives data acquisition server with the transfer of data that collects, and calculates page total number of clicks by the backstage, generates according to the coordinate of clicking object and clicks thermal map, and each color of pixel is divided into different colours with the number of times that this coordinate click overlaps in the thermal map.In the present embodiment, user's click behavior will present in thermal map with the form of color lump, and the color in zone is bright more, shows that then this regional touching quantity is intensive more.
Step s204 according to predefined zone in the position of each click and the described data report webpage, obtains the touching quantity of described web page area.In the present embodiment, described web page area is determined by the upper left corner in predefined zone in this webpage and the coordinate in the lower right corner, for example: the upper left corner coordinate in predefined zone is (300 in this webpage, 500), lower right corner coordinate is (600,200) time, by line, the point (300 of point (300,500) with point (300,200), 200) with point (600, line, the point (600 of line 200), point (600,200) and point (600,500), 500) rectangular area that constitutes with the line of point (300,500) is the web page area of user's selection.By the Ajax mode, relatively whether the coordinate of Dian Jiing and is added up the click in described web page area in described web page area, obtains the touching quantity of described web page area.
Step s205 shows described touching quantity in described data report web page area.
Embodiment three, when data report web page area that described user selects in the page of user at described webpage with mouse drag go out regional the time, the flow chart of a kind of method of obtaining touching quantity of web page area of the present invention as shown in Figure 3, with reference to Fig. 3, present embodiment may further comprise the steps:
Step s301 gathers the click behavior on the webpage to be monitored, and obtains the data of described click.In the present embodiment, arrangement javascript code in being required the page of statistics, the javascript code can be monitored the click behavior that the viewer produces when browsing pages, and obtains object type, coordinate, the screen resolution of client and the data such as window size of client browser of described click.In the present embodiment, suppose to use IE to open described webpage to be monitored, its method of window size of obtaining the screen resolution of object type, coordinate, client of described click and client browser is identical with method among the embodiment one.
Step s302 filters out illegal click record.In the present embodiment, suppose that the part click does not trigger any page events, then filters out described click.For example go out, determine the event code that does not have onClick or onMouswdown in the HTML code of clicking object, judge that then this time click is invalid when clicking page empty.
Step s303 arrives data acquisition server with the transfer of data that collects, and calculates page total number of clicks by the backstage, generates according to the coordinate of clicking object and clicks thermal map, and each color of pixel is divided into different colours with the number of times that this coordinate click overlaps in the thermal map.In the present embodiment, user's click behavior will present in thermal map with the form of color lump, and the color in zone is bright more, shows that then this regional touching quantity is intensive more.
Step s304 goes out one when regional with mouse drag when monitoring the user in the page of described report webpage, obtain the coordinate in the upper left corner and the lower right corner in described zone, and the zone of being determined by described coordinate is the report web page area that the user selects.For example: the upper left corner coordinate when the zone that mouse drag goes out is (300,500), and lower right corner coordinate is (600,200) time, by line, the point (300 of point (300,500) with point (300,200), 200) with point (600, line, the point (600 of line 200), point (600,200) and point (600,500), 500) rectangular area that constitutes with the line of point (300,500) is the report web page area of user's selection.
Step s305 according to the position and the described report web page area of each click, obtains the touching quantity of described web page area.In the present embodiment, by the Ajax mode, relatively whether the coordinate of Dian Jiing and is added up the click in described web page area in described web page area, obtains the touching quantity of described web page area.
Step s306 shows described touching quantity in described report web page area.
The web page area that position and the user of the embodiment of the invention by each click of collecting selects, can obtain and show the touching quantity of described web page area, judge which column of this webpage is the most frequent and clicked by the user, which content is paid close attention to by the user most, and the focus area of the understanding page, thereby draw the most effective input of advertisement zone, provide directive function web page contents design and page layout; Further improve user's marketing program and help the user to create the higher website of transfer ratio, improve the website efficiency of operation, also at large reflect that the media value of the analyzed page and advertisement putting are worth, and finally help the user to improve conversion amount and profit simultaneously.
The above only is a preferred implementation of the present invention; should be pointed out that for those skilled in the art, under the prerequisite that does not break away from the technology of the present invention principle; can also make some improvements and modifications, these improvements and modifications also should be considered as protection scope of the present invention.

Claims (10)

1. a method of obtaining touching quantity of web page area is characterized in that, said method comprising the steps of:
Gather the click behavior on the webpage to be monitored, and obtain the position of described click;
The information that sends described click is to data acquisition server;
Data according to described data acquisition server is received generate the data report webpage;
In described data report webpage, obtain the data report web page area that the user selects;
According to the position and the described data report web page area of each click, obtain the touching quantity of described data report web page area;
Show described touching quantity.
2. obtain the method for touching quantity of web page area according to claim 1, it is characterized in that, the click behavior on described collection webpage to be monitored, and obtain in the step of position of described click, specifically comprise:
Monitor the click behavior on the described webpage to be monitored, and obtain the data of the window size of the screen resolution of object type, coordinate, client of described click and client browser.
3. as obtaining the method for touching quantity of web page area as described in the claim 2, it is characterized in that, in the step of the described object type data of obtaining click, specifically comprise:
When the browser of opening described webpage to be monitored is IE, utilizes window.event.srcElement to obtain the click event object, and utilize the nodeName attribute of object to obtain the type of described click event object;
When the browser of opening described webpage to be monitored is Netscape and compatible browser thereof, utilizes event.target to obtain the click event object, and utilize the nodeName attribute of object to obtain the type of described click event object.
4. as obtaining the method for touching quantity of web page area as described in the claim 2, it is characterized in that, in the step of the described coordinate data of obtaining click, specifically comprise:
Obtain the relative abscissa of the click of mouse in current window and the numerical value of relative ordinate;
The up-down scroll bar of obtaining browser window is apart from the left side distance of browser and the numerical value of top margin;
The relative abscissa by the click of described mouse in current window and the up-down scroll bar of described browser window apart from summation, are obtained the absolute abscissa of described click apart from the left side of browser;
Sue for peace apart from the top margin of browser by the relative ordinate of the click of described mouse in current window and the up-down scroll bar of described browser window, obtain the absolute ordinate of described click.
5. as obtaining the method for touching quantity of web page area as described in the claim 2, it is characterized in that, in the step of the described screen resolution data of obtaining client, specifically comprise:
When getting access to the self.screen object of browser, utilize self.screen.width and self.screen.height to obtain the resolution of screen;
When not obtaining browser self.screen object, and when getting access to the self.java object, utilize java.awt.Toolkit.getDefaultToolkit () .getScreenSize () .width and java.awt.Toolkit.getDefaultToolkit () .getScreenSize () .height to obtain the resolution of screen.
6. as obtaining the method for touching quantity of web page area as described in the claim 2, it is characterized in that, in the step of the described window size data of obtaining client browser, specifically comprise:
If get access to the self.innerWidth and the self.innerHeight attribute of client browser, then use self.innerWidth and self.innerHeight value window size for described client browser,
Or the value of obtaining document.documentElement.clientWidth and document.documentElement.clientHeight is the window size of described client browser,
Or the value of obtaining document.body.clientWidth and document.body.clientHeight is the window size of described client browser.
7. as obtaining the method for touching quantity of web page area as described in the claim 2, it is characterized in that, after the data of the window size of the screen resolution of the described object type of obtaining click, coordinate, client and client browser, also comprise the step that filters out illegal click record, the described step that filters out illegal click record specifically comprises:
When double click during, filter out described click interval greater than setting-up time;
When clicking the size that surpasses content pages or on scroll bar, clicking, filter out described click;
When page download when this locality is clicked, filter out described click;
In the time of after clicking the object click, can't triggering the page events generation, filter out described click.
8. obtain the method for touching quantity of web page area according to claim 1, it is characterized in that, in the described data of receiving according to data acquisition server, generate in the step of data report webpage, comprise and generate page total number of clicks, regional hits, and according to page click coordinate generation click thermal map, the number of times that each color of pixel is clicked coincidence with this coordinate in the thermal map is divided into different colours.
9. obtain the method for touching quantity of web page area according to claim 1, it is characterized in that the data report web page area that described user selects comprises: the zone that predefined zone, user go out with mouse drag in the complete page of described data report webpage, the described data report webpage in the page of described data report webpage.
10. as obtaining the method for touching quantity of web page area as described in the claim 9, it is characterized in that, in the described step of obtaining the data report web page area that the user selects, specifically comprise:
Go out one when regional with mouse drag when monitoring the user in the page of described data report webpage, obtain the coordinate in the upper left corner and the lower right corner in described zone, the zone of being determined by described coordinate is the data report web page area that the user selects.
CN2008101149982A 2008-06-13 2008-06-13 Method for acquiring touching quantity of web page area Active CN101299688B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2008101149982A CN101299688B (en) 2008-06-13 2008-06-13 Method for acquiring touching quantity of web page area

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2008101149982A CN101299688B (en) 2008-06-13 2008-06-13 Method for acquiring touching quantity of web page area

Publications (2)

Publication Number Publication Date
CN101299688A CN101299688A (en) 2008-11-05
CN101299688B true CN101299688B (en) 2010-12-22

Family

ID=40079385

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2008101149982A Active CN101299688B (en) 2008-06-13 2008-06-13 Method for acquiring touching quantity of web page area

Country Status (1)

Country Link
CN (1) CN101299688B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103544325A (en) * 2013-11-11 2014-01-29 北京国双科技有限公司 Data processing method and device used for web page clicking distribution

Families Citing this family (36)

* 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
CN101777080B (en) * 2010-03-19 2013-02-13 北京国双科技有限公司 User click data-based webpage analysis method
CN102279854A (en) * 2010-06-08 2011-12-14 腾讯科技(北京)有限公司 Method and device for displaying webpage contents
US9760650B2 (en) 2010-08-13 2017-09-12 Sony Corporation Automatic notification
CN101969463A (en) * 2010-10-11 2011-02-09 苏州阔地网络科技有限公司 Method for realizing whiteboard full-screen synchronization on web page
CN102299832A (en) * 2011-09-30 2011-12-28 互动在线(北京)科技有限公司 General network flow counting method
CN103297469B (en) * 2012-02-25 2016-12-14 阿里巴巴集团控股有限公司 The acquisition method of a kind of website data and device
CN103365901B (en) * 2012-04-01 2017-05-24 上海聚力传媒技术有限公司 Method for obtaining information on clicked webpage objects, device for obtaining information on clicked webpage objects and equipment for obtaining information on clicked webpage objects
CN102830922B (en) * 2012-08-07 2015-11-18 晶赞广告(上海)有限公司 A kind of hot spot data method for visualizing of ad click effect
CN102831218B (en) * 2012-08-17 2014-05-07 北京国双科技有限公司 Method and device for determining data in thermodynamic chart
CN103678306A (en) * 2012-08-31 2014-03-26 腾讯科技(深圳)有限公司 Method and device for displaying access link
CN102866885B (en) * 2012-09-03 2015-06-17 北京国双科技有限公司 Method and device for confirming clicking position in webpage
CN103902436B (en) * 2012-12-28 2018-04-03 百度在线网络技术(北京)有限公司 A kind of method and device reduced to user access activity
CN103546326B (en) * 2013-11-04 2017-01-11 北京中搜网络技术股份有限公司 Website traffic statistic method
CN103559277A (en) * 2013-11-06 2014-02-05 北京国双科技有限公司 Data processing method and device for webpage page click quantity statistics
CN103559278A (en) * 2013-11-06 2014-02-05 北京国双科技有限公司 Data processing method and device for webpage page click quantity statistics
CN103530431B (en) * 2013-11-06 2016-08-17 北京国双科技有限公司 Data processing method and device for webpage page click quantity statistics
CN104657360B (en) * 2013-11-18 2018-10-02 中国移动通信集团公司 A kind of the display monitoring method and equipment of web page contents
CN104714948A (en) * 2013-12-11 2015-06-17 部落邦(北京)科技有限责任公司 Method, system and thermodynamic diagram display device for replaying user web page operation behavior
CN104750717B (en) * 2013-12-29 2018-11-02 中国移动通信集团公司 A kind of click volume recording method, server and client
CN104811464B (en) * 2014-01-27 2019-01-04 腾讯科技(北京)有限公司 A kind of information processing method, device and system
CN104881408A (en) * 2014-02-27 2015-09-02 腾讯科技(深圳)有限公司 Method, device and system for counting number of clicks on page and displaying result
CN104199939B (en) * 2014-09-09 2018-02-02 北京国双科技有限公司 Webpage thermodynamic generation method and device
CN104408135B (en) * 2014-11-27 2017-12-19 北京国双科技有限公司 The loading method and device of webpage thermodynamic
CN104484401A (en) * 2014-12-12 2015-04-01 北京国双科技有限公司 Statistical method and device for interface access data
CN106033302B (en) * 2015-03-12 2019-10-15 深圳市腾讯计算机系统有限公司 The operation processing method and system of message display area
CN106933925B (en) * 2015-12-31 2020-10-13 北京国双科技有限公司 Method and device for acquiring click behavior
CN105677827B (en) * 2016-01-04 2019-03-29 百度在线网络技术(北京)有限公司 A kind of acquisition methods and device of list
CN105976201B (en) * 2016-04-28 2021-04-20 北京小米移动软件有限公司 Purchasing behavior monitoring method and device for e-commerce system
CN108073597A (en) * 2016-11-10 2018-05-25 北京国双科技有限公司 The page clicks on behavior methods of exhibiting, device and system
CN108271081B (en) * 2016-12-30 2021-02-12 北京国双科技有限公司 Evaluation method and device of electronic navigation menu
CN107562811A (en) * 2017-08-11 2018-01-09 湖北盛天网络技术股份有限公司 Click on heating power drawing generating method and device
CN108415999A (en) * 2018-02-26 2018-08-17 广州要啦网络有限公司 A kind of real time acquiring method and system of webpage hot spot
CN110473021A (en) * 2019-08-21 2019-11-19 北京智云联众科技有限公司 A kind of ad content layout system
CN110765220B (en) * 2019-10-16 2022-12-13 每日互动股份有限公司 Geographical position determining method based on thermodynamic diagram and electronic equipment
CN110889056B (en) * 2019-12-06 2023-08-22 北京百度网讯科技有限公司 Page marking method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1389811A (en) * 2002-02-06 2003-01-08 北京造极人工智能技术有限公司 Intelligent search method of search engine
CN1949259A (en) * 2006-01-28 2007-04-18 商助科技(北京)有限公司 Method for point contacting information of collecting web page by embedding code in web page
CN101079768A (en) * 2006-05-25 2007-11-28 阿里巴巴公司 A method for computing click data of webpage link

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1389811A (en) * 2002-02-06 2003-01-08 北京造极人工智能技术有限公司 Intelligent search method of search engine
CN1949259A (en) * 2006-01-28 2007-04-18 商助科技(北京)有限公司 Method for point contacting information of collecting web page by embedding code in web page
CN101079768A (en) * 2006-05-25 2007-11-28 阿里巴巴公司 A method for computing click data of webpage link

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
CN 1389811 A,全文.

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103544325A (en) * 2013-11-11 2014-01-29 北京国双科技有限公司 Data processing method and device used for web page clicking distribution
CN103544325B (en) * 2013-11-11 2017-03-15 北京国双科技有限公司 For data processing method and device that Webpage clicks on distribution

Also Published As

Publication number Publication date
CN101299688A (en) 2008-11-05

Similar Documents

Publication Publication Date Title
CN101299688B (en) Method for acquiring touching quantity of web page area
US11489934B2 (en) Method and system for monitoring and tracking browsing activity on handled devices
JP5061104B2 (en) Web usage overlay for third-party web plug-in content
US9805377B2 (en) Unified content visibility
CN1949259B (en) Method for collecting click information of web page by embedding code in web page
CN105138599B (en) It is a kind of can in the automatically monitoring website whole page each link clicks amount method
US9577897B2 (en) Providing visualizations of event sequence data
US10079737B2 (en) Method and system for generating comparable visual maps for browsing activity analysis
CN104750471A (en) WEB page performance detection and analysis plug-in and method based on browser
US20100251128A1 (en) Visualization of website analytics
CN102830922B (en) A kind of hot spot data method for visualizing of ad click effect
CN104714948A (en) Method, system and thermodynamic diagram display device for replaying user web page operation behavior
CN102314455A (en) Method and system for calculating click flow of web page
US10311490B2 (en) Visual tag editor
CN102469111B (en) Analyzing website access method and system
CN106777086B (en) Dynamic management method and device for webpage embedded points
CN103246661A (en) Visual user behavior collecting system and method
CN101382947A (en) Method and device for determining pointing distribution information in page
CN102932206A (en) Method and system for monitoring website access information
CN102663091B (en) WEB application navigation management method and system thereof
WO2013186638A2 (en) Analyzing user interaction
TWI598835B (en) Terminal and recording medium
WO2014067442A1 (en) Page browsing method and browser
CN107025237A (en) A kind of page clicks on the generation method and system of distribution map
CN109428776A (en) A kind of monitoring method and device of website traffic

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20160918

Address after: Four Beijing area 100102 Chaoyang District Dongyuan Wangjing No. 9 Building 3 layer 301

Patentee after: Alibaba (Beijing) Software Service Co., Ltd.

Address before: 100007, Beijing, Dongcheng District, Dongzhimen shipping warehouse No. 1, International Building, one floor, No. 8-080 (East Second Ring)

Patentee before: Beijing Diyuanxin Internet Data Technology Co., Ltd.