CN105701164A - A method and device for counting web page hits - Google Patents
A method and device for counting web page hits Download PDFInfo
- Publication number
- CN105701164A CN105701164A CN201511031032.9A CN201511031032A CN105701164A CN 105701164 A CN105701164 A CN 105701164A CN 201511031032 A CN201511031032 A CN 201511031032A CN 105701164 A CN105701164 A CN 105701164A
- Authority
- CN
- China
- Prior art keywords
- browser
- statistical
- statistics
- web page
- webpage
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/958—Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
技术领域technical field
本发明涉及网络技术领域,具体涉及一种网页点击量的统计方法和装置。The invention relates to the field of network technology, in particular to a method and device for counting web page hits.
背景技术Background technique
现有的智能手机可以通过浏览器显示的网页窗口来为用户提供浏览网页页面的功能,在用户通过智能手机浏览网页页面的过程中,为了基于用户的浏览记录来挖掘用户的有效信息,可以通过记录用户的浏览记录,然后采用合适的数据挖掘技术来分析浏览记录,从而对网页页面的页面布局进行改进。Existing smart phones can provide users with the function of browsing web pages through the web page window displayed by the browser. Record the user's browsing records, and then use appropriate data mining technology to analyze the browsing records, so as to improve the page layout of the web page.
例如,可以统计浏览器(如Android平台浏览器)当前显示页面上的某一个网页链接的点击量来分析该网页链接对应的网页内容是否受到用户的喜爱等。具体地,通过浏览器将网页链接的点击信息发送至点击量统计服务器,由该点击量统计服务器来对该网页链接的点击量进行统计。For example, the number of hits of a certain webpage link on the currently displayed page of the browser (such as the Android platform browser) can be counted to analyze whether the webpage content corresponding to the webpage link is liked by the user or not. Specifically, the browser sends the click information of the webpage link to the click statistics server, and the click statistics server counts the clicks of the webpage link.
然而,分析上述网页点击量统计方案可知,需要设置专门的服务器用来统计网页的点击量,成本比较高,另外,由于对点击量进行统计是基于浏览器发送的点击信息的,在实际应用中,浏览器有时候会出现点击信息发送错误,比如少发了一次点击信息,那么会导致服务器统计的点击量不准确。However, the analysis of the above-mentioned web page hit statistics scheme shows that a dedicated server needs to be set up to count web page hits, and the cost is relatively high. In addition, since the hit statistics are based on the click information sent by the browser, in practical applications , The browser sometimes sends click information incorrectly, for example, if one click information is missing, it will lead to inaccurate click volume counted by the server.
由上可知,现有网页点击量统计方案存在成本高和点击量统计不准确的技术问题。From the above, it can be seen that the existing webpage hit counting scheme has technical problems of high cost and inaccurate hit counting.
发明内容Contents of the invention
本发明实施例提供一种网页点击量的统计方法和装置,可以解决现有网页点击量统计方案存在成本高和点击量统计不准确的技术问题。Embodiments of the present invention provide a method and device for counting webpage clicks, which can solve the technical problems of high cost and inaccurate statistics of hits in existing webpage hits statistics schemes.
本发明实施例提供一种网页点击量的统计方法,包括:An embodiment of the present invention provides a method for counting web page hits, including:
在浏览器中设置用于调用统计功能的统计接口;Set the statistical interface used to call the statistical function in the browser;
检测浏览器当前显示网页上的网页链接是否发生点击事件;Detect whether a click event occurs on the webpage link on the webpage currently displayed by the browser;
若是,则通过所述统计接口调用所述浏览器的统计功能对所述网页链接的点击量进行统计,以得到所述网页链接的点击量统计信息;If so, call the statistics function of the browser through the statistical interface to count the clicks of the webpage links, so as to obtain the statistics of the clicks of the webpage links;
调用所述浏览器将所述点击量统计信息发送至服务器。Invoke the browser to send the click count statistics to the server.
其中,所述通过所述统计接口调用所述浏览器的统计功能对所述网页链接的点击量进行统计的步骤具体包括:Wherein, the step of calling the statistical function of the browser through the statistical interface to count the number of hits of the webpage links specifically includes:
通过所述统计接口调用对应的对象,所述对象与预设统计方式对应;Invoking a corresponding object through the statistical interface, the object corresponding to a preset statistical method;
根据所述对象调用所述浏览器的统计功能采用对应的预设统计方式对所述网页链接的点击量进行统计。The statistics function of the browser is invoked according to the object to perform statistics on the number of clicks on the webpage links using a corresponding preset statistics method.
进一步的,所述在浏览器中设置用于调用统计功能的统计接口的步骤具体包括:Further, the step of setting the statistical interface for calling the statistical function in the browser specifically includes:
向所述浏览器注入脚本,以形成用于调用统计功能的统计接口。A script is injected into the browser to form a statistical interface for invoking statistical functions.
进一步的,所述向所述浏览器注入脚本,以形成用于调用统计功能的统计接口的步骤具体包括:Further, the step of injecting scripts into the browser to form a statistical interface for calling statistical functions specifically includes:
在初始化所述浏览器时,通过所述浏览器的固有接口向所述浏览器注入脚本,以形成用于调用统计功能的统计接口。When the browser is initialized, a script is injected into the browser through the inherent interface of the browser to form a statistical interface for calling statistical functions.
进一步的,所述通过所述统计接口调用所述浏览器的统计功能对所述网页链接的点击量进行统计的步骤具体包括:Further, the step of calling the statistical function of the browser through the statistical interface to count the number of hits of the webpage links specifically includes:
对所述点击事件进行响应,以得到调用请求,所述调用请求指示需要统计点击量的网页链接;Responding to the click event to obtain a call request, the call request indicates a web page link that needs to be counted;
根据所述调用请求调用所述统计接口,从而调用所述浏览器的统计功能,对所述网页链接的点击量进行统计。The statistical interface is called according to the calling request, thereby calling the statistical function of the browser, and counting the number of clicks on the web page link.
本发明实施例还提供了一种网页点击量的统计装置,包括:The embodiment of the present invention also provides a kind of statistics device of web page hits, comprising:
设置模块,用于在浏览器中设置用于调用统计功能的统计接口;The setting module is used to set the statistical interface used to call the statistical function in the browser;
检测模块,用于检测浏览器当前显示网页上的网页链接是否发生点击事件;A detection module, configured to detect whether a click event occurs on a webpage link on the webpage currently displayed by the browser;
统计模块,用于当所述检测模块检测到浏览器当前显示网页上的网页链接发生点击事件时,通过所述统计接口调用所述浏览器的统计功能对所述网页链接的点击量进行统计,以得到所述网页链接的点击量统计信息;The statistics module is used to call the statistics function of the browser through the statistics interface to count the number of clicks on the webpage links when the detection module detects that a click event occurs on the webpage link on the webpage currently displayed by the browser, To obtain statistics on the number of clicks on the webpage links;
发送模块;用于调用所述浏览器将所述点击量统计信息发送至服务器。A sending module; used for invoking the browser to send the click volume statistics information to the server.
其中,所述统计模块,具体包括:对象调用子模块和统计子模块;Wherein, the statistics module specifically includes: an object calling submodule and a statistics submodule;
所述对象调用子模块,通过所述统计接口调用对应的对象,所述对象与预设统计方式对应;The object calls a submodule, calls a corresponding object through the statistical interface, and the object corresponds to a preset statistical method;
所述统计子模块,用于根据所述对象调用所述浏览器的统计功能采用对应的预设统计方式对所述网页链接的点击量进行统计。The statistical sub-module is used to call the statistical function of the browser according to the object to count the number of clicks on the webpage link by using a corresponding preset statistical method.
进一步的,所述设置模块,具体包括:脚本注入模块;Further, the setting module specifically includes: a script injection module;
所述脚本注入模块,用于向所述浏览器注入脚本,以形成用于调用统计功能的统计接口。The script injection module is used to inject scripts into the browser to form a statistical interface for calling statistical functions.
进一步的,所述脚本注入模块具体用于:Further, the script injection module is specifically used for:
在初始化所述浏览器时,通过所述浏览器的固有接口向所述浏览器注入脚本,以形成用于调用统计功能的统计接口。When the browser is initialized, a script is injected into the browser through the inherent interface of the browser to form a statistical interface for calling statistical functions.
进一步的,所述统计模块,具体包括:响应子模块;Further, the statistics module specifically includes: a response submodule;
所述响应子模块,用于对所述点击事件进行响应,以得到调用请求,所述调用请求指示需要统计点击量的网页链接;The response submodule is configured to respond to the click event to obtain a call request, and the call request indicates a web page link that needs to be counted;
所述统计子模块,具体用于根据所述调用请求调用所述浏览器的统计功能,对所述网页链接的点击量进行统计。The statistical sub-module is specifically configured to call the statistical function of the browser according to the calling request, and count the number of clicks on the webpage links.
本发明实施例采用在浏览器中设置用于调用统计功能的统计接口,检测浏览器当前显示网页上的网页链接是否发生点击事件,若是,则通过统计接口调用浏览器的统计功能对网页链接的点击量进行统计,以得到网页链接的点击量统计信息,调用浏览器将上述点击量统计信息发送至服务器;该方案可以通过调用浏览器的统计功能对网页的点击量进行统计,无需使用专门的服务器基于浏览器发送的网页点击信息对网页的点击量进行统计,另外,通过接口调用统计功能有效的提升统计速度,相对现有技术而言,可以节省成本,提升网页点击量统计的准确性。The embodiment of the present invention adopts the statistical interface that is used to call the statistical function in the browser to detect whether a click event occurs on the web page link on the currently displayed web page of the browser, and if so, the statistical function of the browser is used to call the statistical function of the web page link through the statistical interface. Count the clicks to obtain the click statistics of the webpage links, and call the browser to send the above click statistics to the server; this solution can count the clicks of the webpage by calling the statistics function of the browser without using a special The server counts the hits of the webpage based on the webpage click information sent by the browser. In addition, calling the statistics function through the interface can effectively increase the statistics speed. Compared with the existing technology, it can save costs and improve the accuracy of the statistics of webpage hits.
附图说明Description of drawings
为了更清楚地说明本发明实施例中的技术方案,下面将对实施例描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings that need to be used in the description of the embodiments will be briefly introduced below. Obviously, the drawings in the following description are only some embodiments of the present invention. For those skilled in the art, other drawings can also be obtained based on these drawings without any creative effort.
图1为本发明实施例一提供的一种网页点击量的统计方法的流程示意图;FIG. 1 is a schematic flow diagram of a method for counting webpage hits provided by Embodiment 1 of the present invention;
图2为本发明实施例二提供的一种网页点击量的统计方法的流程示意图;FIG. 2 is a schematic flowchart of a method for counting web page hits provided by Embodiment 2 of the present invention;
图3为本发明实施例三提供的一种网页点击量的统计方法流程示意图;FIG. 3 is a schematic flow chart of a method for counting page hits provided by Embodiment 3 of the present invention;
图4为本发明实施例四提供的一种网页点击量的统计装置的结构示意图;FIG. 4 is a schematic structural diagram of a statistical device for web page hits provided by Embodiment 4 of the present invention;
图5为本发明实施例四提供的第二种网页点击量的统计装置的结构示意图。FIG. 5 is a schematic structural diagram of a second type of webpage hit statistics device provided by Embodiment 4 of the present invention.
具体实施方式detailed description
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The following will clearly and completely describe the technical solutions in the embodiments of the present invention with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only some, not all, embodiments of the present invention. Based on the embodiments of the present invention, all other embodiments obtained by those skilled in the art without creative efforts fall within the protection scope of the present invention.
本发明实施例提供一种网页点击量的统计方法和装置。以下将分别进行详细说明。Embodiments of the present invention provide a method and device for counting web page hits. The details will be described respectively below.
实施例一、Embodiment one,
本实施例将从网页点击量的统计装置的角度进行描述,该网页点击量的统计装置具体可以集成在终端或者其他需要对网页的点击量进行统计的设备中。This embodiment will be described from the perspective of an apparatus for counting hits on webpages. The apparatus for counting hits on webpages may specifically be integrated in a terminal or other equipment that needs to count hits on webpages.
其中,该网页点击量的统计装置集成在终端的方式可以有多种,比如,可以以终端应用的形式安装在终端中。Wherein, the device for counting web page hits can be integrated in the terminal in various manners, for example, it can be installed in the terminal in the form of a terminal application.
一种网页点击量的统计方法,包括:检测浏览器当前显示网页上的网页链接是否发生点击事件,若是,则调用浏览器的统计功能对网页链接的点击量进行统计,以得到网页链接的点击量统计信息,调用浏览器将点击量统计信息发送至服务器。A method for counting web page clicks, comprising: detecting whether a click event occurs on a web page link currently displayed by a browser, and if so, calling the statistical function of the browser to perform statistics on the clicks of the web page link, so as to obtain the number of clicks on the web page link Traffic statistics information, call the browser to send the traffic statistics information to the server.
如图1所示,该网页点击量的统计方法的流程图具体如下:As shown in Figure 1, the flow chart of the statistical method for the web page hits is as follows:
步骤S101,在浏览器中设置用于调用统计功能的统计接口。Step S101, setting a statistical interface for invoking statistical functions in the browser.
比如,在初始化浏览器时,通过向浏览器注入脚本,以形成用于调用统计功能的统计接口,该统计接口是用于调用浏览器的统计功能的。For example, when the browser is initialized, a script is injected into the browser to form a statistical interface for calling the statistical function, and the statistical interface is used for calling the statistical function of the browser.
步骤S102,检测浏览器当前显示网页上的网页链接是否发生点击事件,若是,则执行步骤S103,若否,则返回步骤S102继续检测。Step S102, detecting whether a click event occurs on the web page link currently displayed by the browser, if yes, execute step S103, if not, return to step S102 to continue detection.
具体的,当用户点击一个网页链接时,便会产生一个点击事件,该点击事件是系统预先定义好的,只要浏览器网页发生了这个点击事件,便会触发下一进程,也即系统识别超链接的地址。Specifically, when a user clicks on a webpage link, a click event will be generated, which is pre-defined by the system. As long as the click event occurs on the browser webpage, the next process will be triggered, that is, the system recognizes the The address of the link.
在本发明实施例中,浏览器的核心是浏览器引擎,比如IE使用的是Trident、Firefox使用的是Gecko、Safari和Chrome使用的是Webkit,用户在进行访问网页时,首先在地址栏中输入一个URL(UniformResoureLocator,统一资源定位符),并单击GO按钮要求浏览器打开该URL后,浏览器做的第一件事情是寻找该URL所在服务器,通过向DNS(DomainNameSystem,域名系统)服务器查询,浏览器可以获得该URL所在网站的IP地址。然后,浏览器向该地址发起连接请求,建立到服务器的连接。In the embodiment of the present invention, the core of the browser is the browser engine. For example, what IE uses is Trident, what Firefox uses is Gecko, and what Safari and Chrome use is Webkit. A URL (UniformResoureLocator, Uniform Resource Locator), and click the GO button to ask the browser to open the URL, the first thing the browser does is to find the server where the URL is located, by querying the DNS (DomainNameSystem, Domain Name System) server , the browser can obtain the IP address of the website where the URL is located. Then, the browser initiates a connection request to this address to establish a connection to the server.
上述点击事件可以具体为检测到当前浏览器窗口中显示的网页页面的任意一条超链接发生的点击事件,该超链接可以通过网页页面中的文字、控制按钮、图片、视频等等载体进行携带。The above-mentioned click event may specifically be a click event detected on any hyperlink of a web page displayed in the current browser window, and the hyperlink may be carried by carriers such as text, control buttons, pictures, and videos in the web page.
比如,当用户点击浏览器当前显示网页页面上面(例如:http://www.baidu.com)的一条超链接(例如:http://news.baidu.com)之后,可以触发由于点击该超链接而触发的一个点击事件,可以在该点击事件发生时,记录当前超链接关联的页面内容的打开方式。For example, when the user clicks a hyperlink (for example: http://news.baidu.com) on the web page (for example: http://www.baidu.com) currently displayed by the browser, it can trigger A click event triggered by a link can record the opening method of the page content associated with the current hyperlink when the click event occurs.
可选的,在本实施例中打开当前浏览器窗口显示的一条链接地址关联的页面内容的过程中,可以采用在当前浏览器窗口中显示,也可以采用在新弹出的浏览器窗口中显示,其中,在当前浏览器窗口中显示是指点击事件触发当前链接地址关联的页面内容在本地当前浏览器窗口中跳转并打开;在新弹出的浏览器窗口中显示是指,点击事件触发系统弹出一个新的浏览器窗口,并将当前链接地址关联的页面内容跳转并显示在该新的浏览器窗口中。Optionally, in the process of opening the page content associated with a link address displayed in the current browser window in this embodiment, it can be displayed in the current browser window or displayed in a new pop-up browser window, Among them, displaying in the current browser window means that the click event triggers the page content associated with the current link address to jump and open in the local current browser window; displaying in the new pop-up browser window means that the click event triggers the system to pop up A new browser window is opened, and the content of the page associated with the current link address is redirected and displayed in the new browser window.
步骤S103,调用浏览器统计功能对网页链接的点击量进行统计。Step S103, call the statistics function of the browser to count the number of clicks on the webpage links.
具体的,当用户点击一个网页连接的时候,点击数据中就会记录下这个页面的URL,通过这个URL就知道是那个页面被点击了,根据获取的URL地址,以及预先定义的统计点击量URL规则的匹配情况,进行相应的点击量的累加,也即对网页链接的点击量进行统计。其中,浏览器的统计功能可以为浏览器原本自带的,也可以后续增加的。Specifically, when a user clicks on a web page connection, the URL of the page will be recorded in the click data, and the page that was clicked can be known through this URL, according to the obtained URL address and the pre-defined URL for statistical clicks According to the matching situation of the rules, the corresponding hits are accumulated, that is, the hits of the webpage links are counted. Wherein, the statistical function of the browser may be originally provided by the browser, or may be added later.
在本发明实施例中,可以在浏览器中设置一个统计功能的调用程序,当用户点击一个网页连接的时候,浏览器首先通过客户端上现成的统计接口调用浏览器的统计功能,也即,上述调用浏览器统计功能对网页链接的点击量进行统计的步骤可以具体包括:通过统计接口调用浏览器的统计功能,对网页链接的点击量进行统计。In the embodiment of the present invention, a statistical function calling program can be set in the browser. When the user clicks a webpage connection, the browser first calls the statistical function of the browser through the ready-made statistical interface on the client, that is, The above-mentioned step of calling the statistics function of the browser to count the hits of the webpage links may specifically include: calling the statistics function of the browser through the statistics interface to count the hits of the webpage links.
比如,在检测到发生点击事件后,对点击事件进行响应,以得到调用请求,然后,根据该调用请求调用浏览器的统计功能,对该网页链接的点击量进行统计,其中,该调用请求指示需要统计点击量的网页链接。具体地,该调用请求携带需要统计点击量的网页链接。在实际应用中,可以事先写一段事件响应代码来对点击事件进行响应。For example, after a click event is detected, respond to the click event to obtain a call request, and then call the statistical function of the browser according to the call request to count the number of clicks on the web page link, wherein the call request indicates Links to webpages that need to be counted. Specifically, the call request carries a link to a webpage for which clicks need to be counted. In practical applications, you can write a piece of event response code in advance to respond to the click event.
步骤S104,调用浏览器将点击量统计信息发送至服务器。Step S104, invoking the browser to send the statistics of clicks to the server.
在本发明实施例中,通过获取发生点击事件的超链接的打开方式来确定点击量统计信息的发送方式,由于打开当前浏览器窗口显示的一条链接地址关联的页面内容的过程中,可以采用在当前浏览器窗口中显示,也可以采用在新弹出的浏览器窗口中显示,从而调用浏览器将点击量统计信息发送至服务器的步骤可以包括:In the embodiment of the present invention, the sending method of the click volume statistical information is determined by obtaining the opening method of the hyperlink where the click event occurs, because in the process of opening the page content associated with a link address displayed in the current browser window, the Display in the current browser window, or display in a new pop-up browser window, so that the steps of invoking the browser to send the traffic statistics information to the server may include:
如果打开方式为将超链接关联的页面内容在新浏览器窗口中打开,则先在新浏览器中记录发生上述点击事件的超链接的点击数据,然后在调用新浏览器的统计功能对网页链接的点击量进行统计之后,将统计信息发送至服务器;如果打开方式为将超链接关联的页面内容在当前浏览器窗口进行本地跳转打开,而没有在新的浏览器窗口中打开,则可以采用先在本地记录发生上述点击事件的超链接的点击数据,然后在调用浏览器统计功能对网页链接的点击量进行统计后,将该统计信息发送至服务器。If the opening method is to open the page content associated with the hyperlink in a new browser window, first record the click data of the hyperlink where the above click event occurs in the new browser, and then call the statistics function of the new browser to analyze the webpage link After counting the number of hits, the statistical information is sent to the server; if the opening method is to open the page content associated with the hyperlink in the current browser window by jumping and opening it locally instead of opening it in a new browser window, you can use First record the click data of the hyperlink where the above click event occurs locally, and then send the statistical information to the server after calling the browser statistics function to count the clicks of the web page link.
由上可知,本发明实施例采用在浏览器中设置用于调用统计功能的统计接口,检测浏览器当前显示网页上的网页链接是否发生点击事件,若是,则通过统计接口调用浏览器的统计功能对网页链接的点击量进行统计,以得到网页链接的点击量统计信息,调用浏览器将上述点击量统计信息发送至服务器;该方案可以通过调用浏览器的统计功能对网页的点击量进行统计,无需使用专门的服务器基于浏览器发送的网页点击信息对网页的点击量进行统计,相对现有技术而言,可以节省成本,提升网页点击量统计的准确性,另外,通过接口调用统计功能有效的提升统计速度,由于不需要服务器等待终端发送的点击信息之后再进行点击量统计,还可以提高统计的效率。As can be seen from the above, the embodiment of the present invention adopts the statistical interface that is used to call the statistical function in the browser, and detects whether a click event occurs on the webpage link on the currently displayed web page of the browser, and if so, calls the statistical function of the browser through the statistical interface Count the clicks of the webpage links to obtain the statistics of the clicks of the webpage links, and call the browser to send the above statistics of clicks to the server; this solution can count the clicks of the webpage by calling the statistics function of the browser, There is no need to use a special server to count the hits of the webpage based on the webpage click information sent by the browser. Compared with the existing technology, it can save costs and improve the accuracy of the statistics of webpage hits. In addition, calling the statistical function through the interface is effective. Improve the statistical speed, because the server does not need to wait for the click information sent by the terminal before performing click statistics, which can also improve the efficiency of statistics.
实施例二、Embodiment two,
本实施例将在实施例一方法的基础上作进一步描述。This embodiment will be further described on the basis of the method in Embodiment 1.
如图2所示,该网页点击量的统计方法的流程图示意图具体如下:As shown in Figure 2, the schematic diagram of the flow chart of the method for counting the hits of the web page is as follows:
步骤S201,初始化浏览器,向浏览器注入脚本,以形成用于调用统计功能的统计接口。In step S201, the browser is initialized, and a script is injected into the browser to form a statistical interface for calling statistical functions.
在本发明实施例中,在初始化浏览器时,通过上述浏览器的固有接口向浏览器注入脚本,比如为JS脚本,该脚本是用于形成用于调用统计功能的统计接口。In the embodiment of the present invention, when the browser is initialized, a script, such as a JS script, is injected into the browser through the inherent interface of the browser, and the script is used to form a statistical interface for calling statistical functions.
步骤S202,检测浏览器当前显示网页上的网页链接是否发生点击事件,若是,则执行步骤S203,若否,则返回执行步骤202继续检测。Step S202, detecting whether a click event occurs on the web page link currently displayed by the browser, if yes, execute step S203, if not, return to execute step 202 to continue detection.
具体的,当用户点击一个网页链接时,便会产生一个点击事件,该点击事件是系统预先定义好的,只要浏览器网页发生了这个点击事件,便会触发下一进程,也即系统识别超链接的地址。Specifically, when a user clicks on a webpage link, a click event will be generated, which is pre-defined by the system. As long as the click event occurs on the browser webpage, the next process will be triggered, that is, the system recognizes the The address of the link.
比如,当用户点击浏览器当前显示网页页面上面的一条超链接之后,可以触发由于点击该超链接而触发的一个点击事件,可以在该点击事件发生时,记录当前超链接关联的页面内容的打开方式。For example, when the user clicks a hyperlink on the web page currently displayed by the browser, a click event triggered by clicking the hyperlink can be triggered, and when the click event occurs, the opening of the page content associated with the current hyperlink can be recorded. Way.
步骤S203,对点击事件进行响应,以得到调用请求。Step S203, responding to the click event to obtain a calling request.
具体的,在检测到浏览器当前显示网页上的网页链接发生点击事件时,对该点击事件进行响应,以得到调用请求,上述调用请求指示需要统计点击量的网页链接,比如该调用请求携带需要统计点击量的网页链接。Specifically, when it is detected that a click event occurs on a webpage link on the webpage currently displayed by the browser, the click event is responded to to obtain a call request, and the above call request indicates a webpage link that needs to be counted. For example, the call request carries the required Web links that count clicks.
步骤S204,根据调用请求触发统计接口调用对应的对象。Step S204, triggering the statistics interface to call the corresponding object according to the call request.
在本方法实施例中,由于在初始化浏览器时对该浏览器客户端注入了统计接口,所以在检测到浏览器当前显示网页上的网页链接发生点击事件后,加载链接的时候,调用统计接口所对应的对象,该对象与预设统计方式对应。In this method embodiment, since the browser client is injected with a statistical interface when the browser is initialized, after detecting that a click event occurs on a webpage link on the webpage currently displayed by the browser, when the link is loaded, the statistical interface is invoked The corresponding object corresponds to the preset statistical method.
步骤S205,根据上述对象调用浏览器的统计功能,采用对应的预设统计方式对上述网页链接的点击量进行统计。Step S205, calling the statistical function of the browser according to the above-mentioned object, and using the corresponding preset statistical method to count the number of clicks on the above-mentioned web page link.
在本实施例中,在对上述点击事件进行响应之后,得到调用请求,上述根据对象调用浏览器的统计功能采用对应的预设统计方式对网页链接的点击量进行统计的步骤还包括:根据调用请求以及对象调用浏览器的统计功能,采用与该对象对应的预设统计方式对网页链接的点击量进行统计。In this embodiment, after responding to the above-mentioned click event, a call request is obtained, and the above-mentioned step of counting the number of hits of webpage links in a corresponding preset statistical method according to the object-called statistical function of the browser also includes: according to the call The request and the object call the statistical function of the browser, and use the preset statistical method corresponding to the object to count the number of clicks on the web page links.
步骤S206,调用服务器将点击量统计信息发送至服务器。In step S206, the server is invoked to send the statistical information of clicks to the server.
可选的,若打开网页的方式为将超链接关联的页面内容在新浏览器窗口中打开,则先在新浏览器中记录发生上述点击事件的超链接的点击数据,然后在调用新浏览器的统计功能对网页链接的点击量进行统计之后,将统计信息发送至服务器;若打开网页的方式为将超链接关联的页面内容在当前浏览器窗口进行本地跳转打开,而没有在新的浏览器窗口中打开,则可以采用先在本地记录发生上述点击事件的超链接的点击数据,然后在调用浏览器统计功能对网页链接的点击量进行统计后,将该统计信息发送至服务器。Optionally, if the way to open the webpage is to open the page content associated with the hyperlink in a new browser window, first record the click data of the hyperlink where the above click event occurs in the new browser, and then call the new browser After the statistics function counts the number of clicks on the webpage links, the statistical information is sent to the server; If it is opened in a browser window, the click data of the hyperlink where the above-mentioned click event occurs can be recorded locally first, and then the statistical information is sent to the server after calling the browser statistics function to count the clicks of the web page link.
由上可知,本发明实施例采用在浏览器中设置用于调用统计功能的统计接口,检测浏览器当前显示网页上的网页链接是否发生点击事件,若是,则通过统计接口调用浏览器的统计功能对网页链接的点击量进行统计,以得到网页链接的点击量统计信息,调用浏览器将上述点击量统计信息发送至服务器;该方案可以通过调用浏览器的统计功能对网页的点击量进行统计,无需使用专门的服务器基于浏览器发送的网页点击信息对网页的点击量进行统计,相对现有技术而言,可以节省成本,提升网页点击量统计的准确性,另外,通过接口调用统计功能有效的提升统计速度,由于不需要服务器等待终端发送的点击信息之后再进行点击量统计,还可以提高统计的效率。As can be seen from the above, the embodiment of the present invention adopts the statistical interface that is used to call the statistical function in the browser, and detects whether a click event occurs on the webpage link on the currently displayed web page of the browser, and if so, calls the statistical function of the browser through the statistical interface Count the clicks of the webpage links to obtain the statistics of the clicks of the webpage links, and call the browser to send the above statistics of clicks to the server; this solution can count the clicks of the webpage by calling the statistics function of the browser, There is no need to use a special server to count the hits of the webpage based on the webpage click information sent by the browser. Compared with the existing technology, it can save costs and improve the accuracy of the statistics of webpage hits. In addition, calling the statistical function through the interface is effective. Improve the statistical speed, because the server does not need to wait for the click information sent by the terminal before performing click statistics, which can also improve the efficiency of statistics.
实施例三、Embodiment three,
根据实施例一和二所描述的方法,以下将举例作进一步详细说明。According to the methods described in Embodiments 1 and 2, examples will be given below for further detailed description.
在本实施例中,将以网页点击量的统计装置集成在智能手机中为例进行详细说明。In this embodiment, it will be described in detail by taking the device for counting web page hits integrated in a smart phone as an example.
如图3所示,一种网页接收到点击事件后的点击量的统计方法,具体流程可以如下:As shown in Figure 3, a method for counting clicks after a web page receives a click event, the specific process may be as follows:
步骤S301,在初始化浏览器的WebView时,注入用于调用浏览器统计功能的JavaScript到WebView。Step S301, when initializing the WebView of the browser, inject JavaScript for calling the browser statistics function into the WebView.
在本实施例中,借助AndroidWebView能注入JavaScript的特性,在客户端在初始化WebView的时候,调用WebView的固有接口,注入统计的JavaScript,其中,JavaScript对象中包含了统计方法,即JavaScript对象与统计方法对应。In this embodiment, with the help of the feature that AndroidWebView can inject JavaScript, when the client initializes WebView, it calls the inherent interface of WebView and injects statistical JavaScript, wherein the JavaScript object contains statistical methods, that is, JavaScript objects and statistical methods correspond.
例如,将JS函数以字符串的形式注入到JS里面,当注入完JS若要立即调用其中的方法,是可以调用到WebView.loadurl(“JavaScript:JSContentString”)比如: For example, inject JS functions into JS in the form of strings. If you want to call the method immediately after injecting JS, you can call WebView.loadurl("JavaScript:JSContentString"), for example:
步骤S302,当WebView接收到URL点击事件时,调用上述的JavaScript,JavaScript调用对应的Java对象。Step S302, when the WebView receives the URL click event, invoke the above-mentioned JavaScript, and the JavaScript invokes the corresponding Java object.
在本发明实施例中,当用户点击一个网页连接的时候,点击数据中就会记录下这个页面的URL,通过这个URL就知道是那个页面被点击了。In the embodiment of the present invention, when the user clicks on a webpage connection, the URL of the page will be recorded in the click data, and it is known that the page has been clicked through this URL.
具体的,由于在网页接收到URL点击事件之前,通过浏览器客户端注入了JavaScript到网页端,且在网页端的源代码中写好了用于对点击时间响应的代码,所以在接收到点击事件后并加载链接的同时,可以直接调用JavaScript,从而会调用到客户端中对应的对象,调用该Java对象的目的是为了调用该Java对象所对应的方法。Specifically, before the web page receives the URL click event, JavaScript is injected into the web page through the browser client, and the code for responding to the click time is written in the source code of the web page, so when the click event is received After loading the link, you can directly call JavaScript, which will call the corresponding object in the client. The purpose of calling the Java object is to call the method corresponding to the Java object.
步骤S303,调用WebView自带的统计模块采用Java对象对应的统计方法对该URL的点击量进行统计,以得到该URL的点击量统计信息。Step S303, calling the statistics module built in the WebView to perform statistics on the hits of the URL using the statistics method corresponding to the Java object, so as to obtain the statistics of the clicks of the URL.
具体的,可以在对上述点击事件进行响应之后,得到调用请求,调用统计方法采用预设统计方式对网页链接的点击量进行统计,也即根据获取的URL地址,以及预先定义的统计点击量URL规则的匹配情况,进行相应的点击量的累加,也就是对网页链接的点击量进行统计。Specifically, after responding to the above-mentioned click event, the call request can be obtained, and the call statistics method can be used to count the hits of webpage links in a preset statistical way, that is, according to the obtained URL address and the predefined click count URL According to the matching of the rules, the corresponding clicks are accumulated, that is, the clicks of the webpage links are counted.
步骤S304,调用WebView将点击量统计信息发送至服务器。Step S304, calling the WebView to send the hit statistics to the server.
由上可知,本发明实施例采用初始化WebView的时候,注入统计的JavaScript到网页端,网页端接收到URL点击事件时,调用JavaScript,调用对应的Java对象,从而调用Java对象所对应方法对网页链接的点击量进行统计,并将点击量统计信息发送至服务器;本方案借助注入的JavaScript这一桥梁,沿用已有的统计方法对网页的点击量进行统计,相对现有技术而言,可以节省成本,提升网页点击量统计的准确性。As can be seen from the above, when the embodiment of the present invention adopts the initialization of WebView, inject statistical JavaScript into the web page, and when the web page receives a URL click event, it calls JavaScript and calls the corresponding Java object, thereby calling the method corresponding to the Java object to link to the web page. The clicks of the website are counted, and the statistics of the clicks are sent to the server; this solution uses the injected JavaScript as a bridge, and uses the existing statistical method to count the clicks of the webpage. Compared with the existing technology, it can save costs , to improve the accuracy of webpage hits statistics.
实施例四、Embodiment four,
为了更好地实施以上方法,本发明实施例还提供一种网页点击量的统计装置,该网页点击量的统计装置可以集成在终端中,该终端具体可以包括手机或平板电脑等设备。如图4所示,该网页点击量的统计装置可以包括:设置模块401、检测模块402、统计模块403以及发送模块404;In order to better implement the above method, an embodiment of the present invention also provides a statistical device for webpage hits, which can be integrated in a terminal, and the terminal can specifically include devices such as mobile phones or tablet computers. As shown in Figure 4, the statistical device of the web page hits may include: a setting module 401, a detection module 402, a statistical module 403 and a sending module 404;
该设置模块401、用于在浏览器中设置用于调用统计功能的统计接口。The setting module 401 is configured to set a statistical interface for calling a statistical function in the browser.
该检测模块402,用于检测浏览器当前显示网页上的网页链接是否发生点击事件;The detection module 402 is used to detect whether a click event occurs on the webpage link on the webpage currently displayed by the browser;
该统计模块403,用于当检测模块检测到浏览器当前显示网页上的网页链接发生点击事件时,调用浏览器的统计功能对网页链接的点击量进行统计,以得到网页链接的点击量统计信息;The statistical module 403 is used to call the statistics function of the browser to perform statistics on the clicks of the webpage links when the detection module detects that a click event occurs on the webpage links on the currently displayed webpage of the browser, so as to obtain the click volume statistical information of the webpage links ;
该发送模块404;用于调用浏览器将点击量统计信息发送至服务器。The sending module 404; is used for invoking the browser to send the statistics information of clicks to the server.
其中,设置模块401,具体用于在检测模块检测浏览器当前显示网页上的网页链接是否发生点击事件之前,在浏览器中设置统计接口,统计接口用于调用浏览器的统计功能;Among them, the setting module 401 is specifically used to set a statistical interface in the browser before the detection module detects whether a click event occurs on the web page link currently displayed by the browser, and the statistical interface is used to call the statistical function of the browser;
具体的,可以在初始化所述浏览器时,通过所述浏览器的固有接口向所述浏览器注入脚本,比如JS脚本,以形成用于调用统计功能的统计接口。Specifically, when the browser is initialized, a script, such as a JS script, may be injected into the browser through an inherent interface of the browser, so as to form a statistical interface for calling a statistical function.
该统计模块403,具体用于通过统计接口调用浏览器的统计功能,对网页链接的点击量进行统计。The statistic module 403 is specifically used to call the statistic function of the browser through the statistic interface to count the number of clicks on the webpage links.
其中,统计模块403具体包括:对象调用子模块4031和统计子模块4032;Wherein, the statistical module 403 specifically includes: an object calling sub-module 4031 and a statistical sub-module 4032;
该对象调用子模块4031,用于通过统计接口调用对应的对象,对象与预设统计方式对应;The object calling sub-module 4031 is used to call the corresponding object through the statistical interface, and the object corresponds to the preset statistical method;
该统计子模块4032,用于根据对象调用浏览器的统计功能采用对应的预设统计方式对网页链接的点击量进行统计。The statistic sub-module 4032 is used to count the number of clicks on webpage links by using the corresponding preset statistic method to call the statistic function of the browser according to the object.
优选的,统计模块403还可以具体包括:响应子模块4033;Preferably, the statistics module 403 may also specifically include: a response submodule 4033;
该响应子模块4033,用于对点击事件进行响应,以得到调用请求,上述调用请求指示需要统计点击量的网页链接;The response sub-module 4033 is used to respond to the click event to obtain a call request, and the above call request indicates a web page link that needs to be counted;
统计子模块4032,具体用于根据上述调用请求调用浏览器的统计功能,对网页链接的点击量进行统计。The statistical sub-module 4032 is specifically used to call the statistical function of the browser according to the above calling request, and count the number of clicks on the webpage links.
具体实施时,以上各个模块可以作为独立的实体来实现,也可以进行任意组合,作为同一或若干个实体来实现,以上各个模块的具体实施可参见前面的方法实施例,在此不再赘述。During specific implementation, each of the above modules may be implemented as an independent entity, or may be combined arbitrarily as the same or several entities. For the specific implementation of each of the above modules, please refer to the previous method embodiments, which will not be repeated here.
由上可知,本发明实施例采用设置模块401在浏览器中设置用于调用统计功能的统计接口,检测模块402检测浏览器当前显示网页上的网页链接是否发生点击事件,若是,则调用统计模块403对上述浏览器的统计功能对上述网页链接的点击量进行统计,以得到网页链接的点击量统计信息,然后,调用浏览器发送模块404将点击量统计信息发送至服务器;该方案可以通过调用浏览器的统计功能对网页的点击量进行统计,无需使用专门的服务器基于浏览器发送的网页点击信息对网页的点击量进行统计,相对现有技术而言,可以节省成本,提升网页点击量统计的准确性,另外,通过接口调用统计功能有效的提升统计速度,由于不需要服务器等待终端发送的点击信息之后再进行点击量统计,还可以提高统计的效率。As can be seen from the above, the embodiment of the present invention adopts the setting module 401 to set the statistical interface for calling the statistical function in the browser, and the detection module 402 detects whether a click event occurs on the web page link on the currently displayed web page of the browser, and if so, calls the statistical module 403 counts the hits of the above-mentioned webpage links to the statistics function of the above-mentioned browser, to obtain the hits statistics of the webpage links, then, call the browser sending module 404 to send the hits statistics to the server; The statistical function of the browser counts the hits of the webpage, without using a special server to count the hits of the webpage based on the webpage click information sent by the browser. Compared with the existing technology, it can save costs and improve the statistics of webpage hits In addition, calling the statistical function through the interface can effectively improve the statistical speed. Since the server does not need to wait for the click information sent by the terminal before performing click statistics, the efficiency of statistics can also be improved.
需要说明的是,本领域普通技术人员可以理解上述实施例的各种方法中的全部或部分步骤是可以通过程序来指令相关的硬件来完成,该程序可以存储于计算机可读存储介质中,如存储在终端的存储器中,并被该终端内的至少一个处理器执行,在执行过程中可包括如信息发布方法的实施例的流程。其中,存储介质可以包括:只读存储器(ROM,ReadOnlyMemory)、随机存取记忆体(RAM,RandomAccessMemory)、磁盘或光盘等。It should be noted that those skilled in the art can understand that all or part of the steps in the various methods of the above embodiments can be completed by instructing related hardware through a program, and the program can be stored in a computer-readable storage medium, such as It is stored in the memory of the terminal and executed by at least one processor in the terminal, and the execution process may include the flow of the embodiment of the information publishing method. Wherein, the storage medium may include: a read only memory (ROM, ReadOnlyMemory), a random access memory (RAM, RandomAccessMemory), a magnetic disk or an optical disk, and the like.
以上对本发明实施例提供的一种网页点击量的统计方法和装置进行了详细介绍,其各功能模块可以集成在一个处理芯片中,也可以是各个模块单独物理存在,也可以两个或两个以上模块集成在一个模块中。上述集成的模块既可以采用硬件的形式实现,也可以采用软件功能模块的形式实现。本文中应用了具体个例对本发明的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本发明的方法及其核心思想;同时,对于本领域的技术人员,依据本发明的思想,在具体实施方式及应用范围上均会有改变之处,综上所述,本说明书内容不应理解为对本发明的限制。The method and device for counting webpage hits provided by the embodiments of the present invention have been described in detail above. Its functional modules can be integrated into one processing chip, or each module can exist separately physically, or it can be two or two The above modules are integrated in one module. The above-mentioned integrated modules can be implemented in the form of hardware or in the form of software function modules. In this paper, specific examples have been used to illustrate the principle and implementation of the present invention. The description of the above embodiments is only used to help understand the method of the present invention and its core idea; meanwhile, for those skilled in the art, according to the present invention Thoughts, specific implementation methods and scope of application all have changes. In summary, the contents of this specification should not be construed as limiting the present invention.
Claims (10)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201511031032.9A CN105701164A (en) | 2015-12-30 | 2015-12-30 | A method and device for counting web page hits |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201511031032.9A CN105701164A (en) | 2015-12-30 | 2015-12-30 | A method and device for counting web page hits |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| CN105701164A true CN105701164A (en) | 2016-06-22 |
Family
ID=56226072
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201511031032.9A Pending CN105701164A (en) | 2015-12-30 | 2015-12-30 | A method and device for counting web page hits |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN105701164A (en) |
Cited By (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106897202A (en) * | 2017-02-28 | 2017-06-27 | 百度在线网络技术(北京)有限公司 | For the method and apparatus of output data |
| CN106933722A (en) * | 2017-03-06 | 2017-07-07 | 腾云天宇科技(北京)有限公司 | A kind of web application monitoring method, server and system |
| CN107480177A (en) * | 2017-07-03 | 2017-12-15 | 深圳市金立通信设备有限公司 | A kind of webpage click amount statistical method and terminal |
| CN107515865A (en) * | 2016-06-15 | 2017-12-26 | 北京京东尚科信息技术有限公司 | Page data click volume statistical method and device |
| CN107688568A (en) * | 2016-08-03 | 2018-02-13 | 腾讯科技(深圳)有限公司 | Acquisition method and device based on web page access behavior record |
| CN108282405A (en) * | 2017-12-27 | 2018-07-13 | 努比亚技术有限公司 | Application programming interfaces buffer memory management method, application server and storage medium |
| CN109547855A (en) * | 2018-11-20 | 2019-03-29 | 四川长虹电器股份有限公司 | The method of web front end simulated television home court scape monitoring television poster click data |
| CN110020292A (en) * | 2017-10-13 | 2019-07-16 | 华为技术有限公司 | Webpage content extracting method and terminal device |
| CN111813623A (en) * | 2020-06-29 | 2020-10-23 | 北京百度网讯科技有限公司 | A page monitoring method, device, electronic device and storage medium |
| CN112363784A (en) * | 2020-10-26 | 2021-02-12 | 深圳市明源云科技有限公司 | Method and device for displaying window in application program |
Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20100082526A1 (en) * | 2008-09-24 | 2010-04-01 | Tomas Karl-Axel Wassingbo | System and method for determining website popularity by location |
| US20100293178A1 (en) * | 2009-05-14 | 2010-11-18 | Microsoft Corporation | Providing tools for navigational search query results |
| CN103559277A (en) * | 2013-11-06 | 2014-02-05 | 北京国双科技有限公司 | Data processing method and device for webpage page click quantity statistics |
| CN104199939A (en) * | 2014-09-09 | 2014-12-10 | 北京国双科技有限公司 | Webpage thermodynamic diagram generating method and device |
| CN104750717A (en) * | 2013-12-29 | 2015-07-01 | 中国移动通信集团公司 | Click rate recording method, server and client |
| CN104820667A (en) * | 2014-09-15 | 2015-08-05 | 腾讯科技(北京)有限公司 | Method, device and system for reporting webpage click rate |
| US20150254349A1 (en) * | 2012-10-11 | 2015-09-10 | Itai Sela | System and Method for Providing Content in Real-Time |
| CN105138599A (en) * | 2015-08-06 | 2015-12-09 | 丁大砾 | Method for automatically monitoring click volume of each link point in all pages of website |
-
2015
- 2015-12-30 CN CN201511031032.9A patent/CN105701164A/en active Pending
Patent Citations (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20100082526A1 (en) * | 2008-09-24 | 2010-04-01 | Tomas Karl-Axel Wassingbo | System and method for determining website popularity by location |
| US20100293178A1 (en) * | 2009-05-14 | 2010-11-18 | Microsoft Corporation | Providing tools for navigational search query results |
| US20150254349A1 (en) * | 2012-10-11 | 2015-09-10 | Itai Sela | System and Method for Providing Content in Real-Time |
| CN103559277A (en) * | 2013-11-06 | 2014-02-05 | 北京国双科技有限公司 | Data processing method and device for webpage page click quantity statistics |
| CN104750717A (en) * | 2013-12-29 | 2015-07-01 | 中国移动通信集团公司 | Click rate recording method, server and client |
| CN104199939A (en) * | 2014-09-09 | 2014-12-10 | 北京国双科技有限公司 | Webpage thermodynamic diagram generating method and device |
| CN104820667A (en) * | 2014-09-15 | 2015-08-05 | 腾讯科技(北京)有限公司 | Method, device and system for reporting webpage click rate |
| CN105138599A (en) * | 2015-08-06 | 2015-12-09 | 丁大砾 | Method for automatically monitoring click volume of each link point in all pages of website |
Cited By (18)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107515865B (en) * | 2016-06-15 | 2022-08-09 | 北京京东尚科信息技术有限公司 | Page data click rate statistical method and device |
| CN107515865A (en) * | 2016-06-15 | 2017-12-26 | 北京京东尚科信息技术有限公司 | Page data click volume statistical method and device |
| CN107688568A (en) * | 2016-08-03 | 2018-02-13 | 腾讯科技(深圳)有限公司 | Acquisition method and device based on web page access behavior record |
| CN106897202A (en) * | 2017-02-28 | 2017-06-27 | 百度在线网络技术(北京)有限公司 | For the method and apparatus of output data |
| CN106933722B (en) * | 2017-03-06 | 2019-12-31 | 腾云天宇科技(北京)有限公司 | Webpage application monitoring method, server and system |
| CN106933722A (en) * | 2017-03-06 | 2017-07-07 | 腾云天宇科技(北京)有限公司 | A kind of web application monitoring method, server and system |
| CN107480177A (en) * | 2017-07-03 | 2017-12-15 | 深圳市金立通信设备有限公司 | A kind of webpage click amount statistical method and terminal |
| US11403364B2 (en) | 2017-10-13 | 2022-08-02 | Huawei Technologies Co., Ltd. | Method and terminal device for extracting web page content |
| CN110020292A (en) * | 2017-10-13 | 2019-07-16 | 华为技术有限公司 | Webpage content extracting method and terminal device |
| CN110020292B (en) * | 2017-10-13 | 2020-07-28 | 华为技术有限公司 | Web page content extraction method and terminal device |
| US12182221B2 (en) | 2017-10-13 | 2024-12-31 | Huawei Techologies Co., Ltd. | Method and terminal device for extracting web page content |
| CN108282405B (en) * | 2017-12-27 | 2020-09-18 | 好活(昆山)网络科技有限公司 | Application program interface cache management method, application server and storage medium |
| CN108282405A (en) * | 2017-12-27 | 2018-07-13 | 努比亚技术有限公司 | Application programming interfaces buffer memory management method, application server and storage medium |
| CN109547855B (en) * | 2018-11-20 | 2021-05-25 | 四川长虹电器股份有限公司 | Method for monitoring television poster click data by simulating television main scene at Web front end |
| CN109547855A (en) * | 2018-11-20 | 2019-03-29 | 四川长虹电器股份有限公司 | The method of web front end simulated television home court scape monitoring television poster click data |
| CN111813623A (en) * | 2020-06-29 | 2020-10-23 | 北京百度网讯科技有限公司 | A page monitoring method, device, electronic device and storage medium |
| CN111813623B (en) * | 2020-06-29 | 2024-02-27 | 北京百度网讯科技有限公司 | Page monitoring method and device, electronic equipment and storage medium |
| CN112363784A (en) * | 2020-10-26 | 2021-02-12 | 深圳市明源云科技有限公司 | Method and device for displaying window in application program |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN105701164A (en) | A method and device for counting web page hits | |
| TWI690812B (en) | Method, device and client for dynamic layout of page elements | |
| US10841335B1 (en) | Detecting malicious code received from malicious client side injection vectors | |
| CN102629273B (en) | Advertising information pushing method based on browser, device and browser system | |
| US11222110B2 (en) | Detecting malicious code received from malicious client side injection vectors | |
| CN106294648B (en) | A processing method and device for a page access path | |
| US10614213B1 (en) | Detecting malicious code existing in internet advertisements by ongoing sandbox monitoring | |
| KR101748196B1 (en) | Determining message data to present | |
| CN104036030B (en) | Browser-based pop-up advertisement blocking method, system and related browser | |
| US20130212465A1 (en) | Postponed rendering of select web page elements | |
| WO2016173200A1 (en) | Malicious website detection method and system | |
| CN106528657A (en) | Control method and device for jumping from browser to application program | |
| US20140082498A1 (en) | Method and mobile terminal device for independently playing a video | |
| US20140325323A1 (en) | Online video playing method and apparatus and computer readable medium | |
| US20110209075A1 (en) | Page resource processing method and system | |
| US10599834B1 (en) | Detecting malicious code existing in internet advertisements | |
| CN106503134A (en) | Browser jumps to the method for data synchronization and device of application program | |
| CN108549568B (en) | Application entry processing method, device, storage medium and electronic device | |
| WO2017215270A1 (en) | Information presentation method and apparatus, and electronic device | |
| CN108829693A (en) | Method and device for acquiring user access track and storage medium | |
| CN103577427A (en) | Browser kernel based web page crawling method and device and browser containing device | |
| CN103970760A (en) | Webpage request handling method and device | |
| WO2014176906A1 (en) | Online video playing method and apparatus and computer readable medium | |
| CN106528659A (en) | A control method and device for jumping from a browser to an application program | |
| US20140258372A1 (en) | Systems and Methods for Categorizing and Measuring Engagement with Content |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| RJ01 | Rejection of invention patent application after publication | ||
| RJ01 | Rejection of invention patent application after publication |
Application publication date: 20160622 |