WO2017084508A1 - 自动埋点方法和装置 - Google Patents
自动埋点方法和装置 Download PDFInfo
- Publication number
- WO2017084508A1 WO2017084508A1 PCT/CN2016/104964 CN2016104964W WO2017084508A1 WO 2017084508 A1 WO2017084508 A1 WO 2017084508A1 CN 2016104964 W CN2016104964 W CN 2016104964W WO 2017084508 A1 WO2017084508 A1 WO 2017084508A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- data
- buried point
- preset
- response data
- response
- 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.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
-
- 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/953—Querying, e.g. by the use of web search engines
- G06F16/9535—Search customisation based on user profiles and personalisation
Definitions
- the present application relates to the field of network technologies, and in particular, to an automatic burying method and apparatus.
- a web page is generally buryed before being accessed, so that the user behavior can be automatically collected when the web page is accessed.
- the manner of performing the burying process before the webpage is accessed includes the following steps:
- An object of the embodiments of the present application is to provide an automatic burying method and apparatus, which can automatically perform burying processing on response data returned from a network server to a network application.
- the embodiment of the present application provides an automatic burying method that is implemented as follows:
- the network server generates response data according to the data access request received from the network application for the target data
- the response data after being buried is sent to the network application.
- an embodiment of the present application provides an automatic buried point device that is implemented as follows:
- control network server generates response data according to the data access request received from the network application for the target data
- Buried point execution module performing buried point processing on the response data
- the response sending data is sent to the network application in response to the sending module.
- the embodiment of the present application automatically performs the burying process on the response data returned from the network server to the network application, and the response data is automatically started to acquire the user while the network application is running. Operational behavior. Compared with the prior art, the method of manually performing the burying process before the webpage is accessed greatly saves manpower and has high efficiency.
- FIG. 1 is a schematic structural diagram of a network system to which an automatic burying method is applied in an embodiment of the present application
- FIG. 5 is a schematic diagram of a module of an automatic burying device according to an embodiment of the present application.
- Embodiments of the present application provide an automatic burying method and apparatus.
- FIG. 1 is a schematic structural diagram of a network system to which an automatic burying method is applied in an embodiment of the present application.
- the network system may be based on the Internet, may also be based on a local area network, and may also be based on a combined network of the Internet and a local area network, and will not be described herein.
- the network system includes a user terminal 100 and a network server 200, and the user terminal 100 and the network server 200 each implement a communicable connection through the network 300.
- User terminal 100 may be a device that includes a communication module capable of transmitting and receiving data via network 300.
- the network device on which each user terminal 100 is based may include a server, a desktop computer, a laptop computer, a tablet computer, a smart phone, a handheld computer, a personal digital assistant ("PDA”), or any other wired or Wireless processor driver.
- PDA personal digital assistant
- the operating system layer of the user terminal 100 is installed with a web application, and the web application may be a web application or a client application.
- the web application can be a web browser
- the client application can be a computer application or a mobile application such as a social platform program, a shopping platform program, or an instant communication program.
- the web server 200 may be a device that stores code data required for the web application to run on the user terminal 100.
- the web server 200 can store the business codes of all the constituent webpages in the relevant website.
- the web browser sends a data access for the target data based on a communication connection between the user terminal 100 and the web server 200.
- the web server 200 determines the response data according to the data access request, and sends the service code of the response data to the web browser, and the subsequent web browser compiles the service code to generate the webpage content visible by the user.
- Network 300 may include the Internet, a local area network ("LAN”), a wide area network (“WAN”), an intranet, a mobile telephone network, a virtual private network (VPN), a cellular or other mobile communication network, Bluetooth, NFC, or any combination thereof.
- LAN local area network
- WAN wide area network
- VPN virtual private network
- cellular or other mobile communication network Bluetooth, NFC, or any combination thereof.
- the network 300 also performs data transmission based on the corresponding communication protocol.
- the web browser receives the corresponding service code of the webpage based on the HTTP communication protocol, and the service code received by the mobile application can be based on the Websocket communication protocol.
- the execution body of the automatic burying method may be the network server 200 in the foregoing network system, or may be an automatic burying point of a connection that can be communicated with the network server 200.
- the method specifically includes the following steps.
- the network server 200 generates response data according to the data access request for the target data received from the network application.
- a data access request for the target data is transmitted to the web server 200, and the data access request carries the address information of the target data.
- data access requests also carry the user's identity information.
- the target data may be a webpage corresponding to the webpage application, or may be a display page of a function module corresponding to the client application, update data required by the function module, and the like.
- a large number of data access requests are pre-configured in the web server 200, and each data access request corresponds to one response data.
- the network server 200 receives the data access request issued by the network application, if the data access request has been preset in the network server 200, the response data to be generated may be quickly determined.
- the network server 200 when the address information of the target data is authentic, the network server 200 generates the data access request according to the data access request.
- the response data is generally the same as the target data.
- the webpage corresponding to the webpage application may be the display page of the function module corresponding to the client application, the update data required by the function module, and the like.
- the target data and the response data may be web pages that the user wants to access, and the address information of the target data is a Uniform Resource Locator (URL) address of the target web page.
- URL Uniform Resource Locator
- the target data and the response data may be display pages of the function modules that the user wants to access on the social software, for example, may be display pages of friends near the user; the target data and the response data may also be functional modules that the user wants to access on the social software.
- the update data may be, for example, a picture or voice information received by a user from a friend.
- the address information of the target data is the name of the function module.
- the response data may also be different from the target data, pointing to some dedicated pages that are different from the target data.
- the following describes an example in which the response data is a dedicated page in conjunction with a specific scenario.
- the response data generated by the network server 200 is a page reflecting an access error, such as Hypertext Transfer (Hypertext Transfer). Protocol, HTTP) - 404 page, etc., at this time, the response data is inconsistent with the page pointed to by the address information of the target data in the data access request.
- HTTP Hypertext Transfer
- the web server 200 can also generate, for example, an HTTP-500 page or the like.
- the address information of the target data is authentic, but the user identity information carried by the data access request indicates that the user has no access rights, and the response data generated by the network server 200 reflects the abnormality of the authority.
- the special page, at this time, the response data is inconsistent with the page pointed to by the address information of the target data in the data access request.
- the response data is a dedicated page
- the scenario in which the response data is a dedicated page is not limited to the foregoing two types, and is a technology well known to those skilled in the art, and details are not described herein.
- the network server 200 may also obtain target data from the preset transit library. Data access request to generate response data.
- the preset transfer library is configured to receive a data access request from the network application, so that when the data access request is large, the data access request may be pre-stored in the preset transfer library, and then preset from multiple idle network servers 200.
- the data transfer request is extracted from the transfer library to generate response data, and the processing efficiency of the data access request is improved.
- the preset transfer library may be a notebook document, and the data access request issued by the web application is recorded in the log form on the notebook document for review by the web server 200.
- the burying point processing includes the following steps: acquiring a service code of the response data, and adding a preset burying point code in the service code.
- the response data is generated by the web server according to the data access request, it is sent to the web application very quickly after being generated, and the time between the generation and the transmission of the response data is short, so as to display the page of the response data on the web application as soon as possible. content.
- the execution subject that performs the burying process on the response data is a network server or an automatic burying device, which is not manual, so that the transmission efficiency of the response data can be ensured.
- the source code of the response data is stored in the web server 200. After the response data is generated, the source code is backed up as a service code for the response data. After the preset embedding code is added to the service code of the response data, the source code of the response data located in the web server 200 is not destroyed.
- the function implemented by the preset burying code can be set according to requirements, and the source code and the preset burying code stored in the network server 200 can be stored in the network server 200 relatively independently, so as to avoid mutual interference. It is also convenient to call these two kinds of code, and will not be described here.
- the preset buried code is added to the business code before the end of the body Body tag, and the obtained mixed code can be briefly described as: ⁇ html> ⁇ body> ⁇ div>user source code Part ⁇ /div> Preset Buried Point Code section ⁇ .body> ⁇ /html>.
- part of the position or link of the webpage content is monitored by the preset embedding code, and when the user has the operation behavior defined by the preset embedding code, The preset embedding code is triggered and executed to send the user action behavior to the default storage device.
- User behavior data can be obtained from the preset storage device when the user behavior needs to be analyzed.
- the preset buried code is embodied as a character string that is added to the function module, and the preset buried code is added to the response.
- the preset buried code located at the forefront of the business code is executed by the social software, thereby clarifying the name of the function module used by the user.
- the preset buried point code is a business code added to the response data acquired from the web server 200, it is not added to the source code of the response data.
- the preset embedding code needs to be adjusted. The following drawbacks caused by adding a preset buried code directly in the source code of the response data in the prior art are avoided: when the user behavior acquisition requirement is changed, the preset buried point code in all the service codes needs to be manually removed, occupying A large number of engineers are manpower, and manual operations are prone to omissions and errors.
- the network application compiles and executes the service code to generate a display page of the webpage content or the function module visible to the user, and the preset buried code can simultaneously collect The function of the user's operational behavior.
- the embodiment of the present application automatically performs the burying process on the response data returned from the network server to the network application, and the response data is automatically started to acquire the user operation behavior while the network application is running.
- the method of manually performing the burying process before the webpage is accessed greatly saves manpower and has high efficiency.
- the automatic burying method provided by the second embodiment of the present application is different from the foregoing first embodiment in that it further includes the following steps between step S20 and step S40.
- step S30 Determine whether the response data is located in the preset buried point data list. If yes, go to step S40. If no, go to step S50.
- the preset buried point data list includes a plurality of buried point data, each buried point data is associated with a set of preset buried point codes, and each set of preset buried point codes can be associated with a plurality of buried point data.
- Each group of preset embedding code is used to collect the operation behavior of different users, for example, for collecting user's click behavior, user's mouse hover behavior and the like.
- the preset buried point data list includes address information of a single webpage for response data of the webpage application and a regular expression of address information of the plurality of webpages and a function module name of the response data for the client application.
- a set of preset burying code for collecting user click behavior may be associated with a Uniform Resource Locator (URL) address of all web pages of a news portal to implement a behavior of collecting a webpage of a user clicking on a news portal. Data to clarify which web users click more frequently.
- URL addresses of some web pages belonging to the same website can be described by a regular expression to save the storage space of the URL address in the buried point policy, and how to express multiple pages of the same website through regular expressions.
- the URL address is a technique well known to those skilled in the art and will not be described herein.
- a set of users can collect the default buried code of the user's click behavior, which can be associated with all the function module names on the social software on a smart phone, so as to collect the behavior data of the user to click on the function module on the social software, thereby clearing which ones Function module users click more frequently.
- the preset buried data list can be filtered to determine whether there is buried data corresponding to the response data, and the subsequent steps are performed in a targeted manner.
- the automatic burying method also filters the response data by presetting the burying point data list. For some pages that do not need to be buried, the current burying process can be directly ended, and the processing resources caused by the subsequent burying process are avoided. Waste.
- step S40 specifically includes the following steps.
- the preset buried point data list When the response data is preset to the buried point data list, the preset buried point data list always has a set of preset buried point codes associated with the response data, and the set of preset buried point codes is added to add the service code to the response data. Among them, different types of response data are implemented to match different preset buried point codes, and the specificity of the preset buried code is improved.
- the automatic burying method provided by the third embodiment of the present application is different from the foregoing second embodiment in that the method further includes the following steps before step S20.
- step S10 Determine whether the target data is located in the preset buried point data list. If yes, go to step S20. If no, go to step S50.
- the preset buried point data list may be filtered to determine whether the target data exists or not. Consistent burying data to perform the next steps in a targeted manner.
- the target data is filtered by the preset buried data list. For some pages that do not need to be buried, the current buried process can be directly ended without obtaining response data, thereby avoiding waste of processing resources caused by the subsequent buried processing.
- the device embodiment of the present application will be described based on the technical solution of the method embodiment disclosed above. Since the automatic burying device is generated based on the principle of the above automatic burying method, the specific technical details of the device may be partially Or refer to the contents of the above method.
- an automatic burying device includes:
- the response generation module 20 controls the network server to generate response data according to the data access request for the target data received from the network application;
- the burying point execution module 40 performs burying processing on the response data
- the response sending module 60 transmits the response data after the buried processing to the network application.
- the response generating module 20 is specifically configured to:
- the device further includes a response determining module, configured to:
- the buried point execution module 40 When the response data is located in the preset buried point data list, the buried point execution module 40 performs a buried point process on the response data.
- the device further includes a process stop module, configured to stop the automatic burying process when the response data is not located in the preset buried point data list.
- the web application includes a webpage application and a client application;
- the preset buried point data list includes address information of a single webpage for response data of the webpage application, and a regular expression of address information of the multiple webpages, and The name of the function module for the response data of the client application.
- each buried point data in the preset buried point data list is associated with a set of preset buried point codes; the buried point executing module 40 is specifically configured to:
- the device further includes a target determining module, configured to:
- the response generating unit 20 controls the network server to generate response data according to the data access request for the target data received from the network application.
- the device further includes a process stop module, configured to stop the automatic burying process when the target data is not located in the preset buried point data list.
- the embodiment of the present application automatically performs the burying process on the response data returned from the network server to the network application, and the response data is automatically started to acquire the user operation behavior while the network application is running.
- the method of manually performing the burying process before the webpage is accessed greatly saves manpower and has high efficiency.
- the embodiment of the present application automatically performs the burying process on the response data returned from the network server to the network application, and the response data is automatically started to acquire the user operation behavior while the network application is running.
- the method of manually performing the burying process before the webpage is accessed greatly saves manpower and has high efficiency.
- PLD Programmable Logic Device
- FPGA Field Programmable Gate Array
- HDL Hardware Description Language
- the controller can be implemented in any suitable manner, for example, the controller can take the form of, for example, a microprocessor or processor and a computer readable medium storing computer readable program code (eg, software or firmware) executable by the (micro)processor.
- computer readable program code eg, software or firmware
- examples of controllers include, but are not limited to, the following microcontrollers: ARC 625D, Atmel AT91SAM, The Microchip PIC18F26K20 and the Silicone Labs C8051F320, the memory controller can also be implemented as part of the memory's control logic.
- the controller can be logically programmed by means of logic gates, switches, ASICs, programmable logic controllers, and embedding.
- Such a controller can therefore be considered a hardware component, and the means for implementing various functions included therein can also be considered as a structure within the hardware component.
- a device for implementing various functions can be considered as a software module that can be both a method of implementation and a structure within a hardware component.
- the system, device, module or unit illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product having a certain function.
- embodiments of the present invention can be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment, or a combination of software and hardware. Moreover, the invention can take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) including computer usable program code.
- computer-usable storage media including but not limited to disk storage, CD-ROM, optical storage, etc.
- the computer program instructions can also be stored in a computer readable memory that can direct a computer or other programmable data processing device to operate in a particular manner, such that the instructions stored in the computer readable memory produce an article of manufacture comprising the instruction device.
- the apparatus implements the functions specified in one or more blocks of a flow or a flow and/or block diagram of the flowchart.
- These computer program instructions can also be loaded onto a computer or other programmable data processing device such that a series of operational steps are performed on a computer or other programmable device to produce computer-implemented processing for execution on a computer or other programmable device.
- the instructions provide steps for implementing the functions specified in one or more of the flow or in a block or blocks of a flow diagram.
- a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
- processors CPUs
- input/output interfaces network interfaces
- memory volatile and non-volatile memory
- the memory may include non-persistent memory, random access memory (RAM), and/or non-volatile memory in a computer readable medium, such as read only memory (ROM) or flash memory.
- RAM random access memory
- ROM read only memory
- Memory is an example of a computer readable medium.
- Computer readable media includes both permanent and non-persistent, removable and non-removable media.
- Information storage can be implemented by any method or technology.
- the information can be computer readable instructions, data structures, modules of programs, or other data.
- Examples of computer storage media include, but are not limited to, phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), other types of random access memory (RAM), read only memory (ROM), electrically erasable programmable read only memory (EEPROM), flash memory, or other Memory technology, CD-ROM, digital versatile disc (DVD) or other optical storage, magnetic cassette, magnetic tape storage or other magnetic storage device or any other non-transportable medium, available for Stores information that can be accessed by the computing device.
- PRAM phase change memory
- SRAM static random access memory
- DRAM dynamic random access memory
- RAM random access memory
- ROM read only memory
- EEPROM electrically erasable programmable read only memory
- flash memory or other Memory technology
- CD-ROM digital versatile
- embodiments of the present application can be provided as a method, system, or computer program product.
- the present application can take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment in combination of software and hardware.
- the application can take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) including computer usable program code.
- the application can be described in the general context of computer-executable instructions executed by a computer, such as a program module.
- program modules include routines, programs, objects, components, data structures, and the like that perform particular tasks or implement particular abstract data types.
- the present application can also be practiced in distributed computing environments where tasks are performed by remote processing devices that are connected through a communication network.
- program modules can be located in both local and remote computer storage media including storage devices.
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
一种自动埋点方法和装置,所述方法包括:网络服务器根据从网络应用接收到的针对目标数据的数据访问请求,生成响应数据(S20);对所述响应数据做埋点处理(S40);将被埋点处理后的响应数据发送至网络应用(S60)。通过自动对从网络服务器返回至网络应用的响应数据做埋点处理,响应数据在网络应用运行的同时,埋点也自动开始获取用户操作行为。相对于现有技术中,在网页被访问之前就预先做人工埋点处理的方式,大大节省人力,也具有很高的效率。
Description
本申请要求2015年11月17日递交的申请号为201510792475.3、发明名称为“自动埋点方法和装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
本申请涉及网络技术领域,特别涉及一种自动埋点方法和装置。
随着网络技术的快速发展,通过对网页进行埋点处理来搜集用户在该网页上的操作行为以明确用户需求的业务场景越来越多。
现有技术中,一般在网页被访问前就会对其进行埋点处理,以备后续该网页被访问时能够自动搜集用户行为。在网页被访问前进行埋点处理的方式具体包括如下步骤:
S1、人工选定网站上所有用户能够被访问的网页;
S2、人工对步骤S1中选定的每个网页在网站服务器内的网页代码资源做埋点处理。
在实现本申请过程中,发明人发现现有技术中至少存在如下问题:
由于网站上所有网页在被访问之前均被埋点处理,但网站上并非所有网页都会被用户访问,对从未被访问过的网页做埋点处理,会占用了大量的工程师人力,造成工作资源的浪费。
发明内容
本申请实施例的目的在于提供一种自动埋点方法和装置,能够自动对从网络服务器返回至网络应用的响应数据做埋点处理。
为解决上述技术问题,本申请实施例提供一种自动埋点方法是这样实现的:
网络服务器根据从网络应用接收到的针对目标数据的数据访问请求,生成响应数据;
对所述响应数据做埋点处理;
将被埋点处理后的响应数据发送至所述网络应用。
为解决上述技术问题,本申请实施例提供一种自动埋点装置是这样实现的:
响应生成模块,控制网络服务器根据从网络应用接收到的针对目标数据的数据访问请求,生成响应数据;
埋点执行模块,对所述响应数据做埋点处理;
响应发送模块,将被埋点处理后的响应数据发送至所述网络应用。
由以上本申请实施例提供的技术方案可见,本申请实施例通过自动对从网络服务器返回至网络应用的响应数据做埋点处理,响应数据在网络应用运行的同时,埋点也自动开始获取用户操作行为。相对于现有技术中,在网页被访问之前就预先做人工埋点处理的方式,大大节省人力,也具有很高的效率。
为了更清楚地说明本申请实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请中记载的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。
图1为本申请实施例中自动埋点方法适用的网络系统的架构示意图;
图2为本申请第一实施例中自动埋点方法的过程;
图3为本申请第二实施例中自动埋点方法的过程;
图4为本申请第三实施例中自动埋点方法的过程;
图5为本申请实施例中自动埋点装置的模块示意图。
本申请实施例提供一种自动埋点方法和装置。
为了使本技术领域的人员更好地理解本申请中的技术方案,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都应当属于本申请保护的范围。
图1为本申请实施例中自动埋点方法适用的网络系统的架构示意图。
该网络系统可以是基于互联网,也可以基于局域网,还可以基于互联网和局域网的组合网,在此不做赘述。
网络系统中包括用户终端100和网络服务器200,用户终端100和网络服务器200之间均通过网络300实现可通信的连接。
用户终端100可以是包括能够经由网络300发出并接收数据的通信模块的装置。例
如,每个用户终端100所基于的网络装置都可以包括服务器、台式计算机、膝上型计算机、平板计算机、智能手机、手持式计算机、个人数字助理(“PDA”),或者其它任何的有线或无线处理器驱动装置。
用户终端100的操作系统层面均安装有网络应用,该网络应用可以是网页应用或客户端应用等。网页应用可以是网页浏览器,客户端应用则可以是社交平台程序、购物平台程序或即时通信程序等计算机应用程序或移动应用程序。
网络服务器200可以是存储有用户终端100上网络应用运行所需代码数据的装置。例如网页浏览器,网络服务器200内可以存储相关网站内所有组成网页的业务代码。
以网页浏览器为例,用户点击网页的超链接到展示完整网页内容的过程具体如右:网页浏览器会基于用户终端100和网络服务器200之间的通信连接,发送一个针对目标数据的数据访问请求至网络服务器200,网络服务器200根据数据访问请求确定响应数据,并将响应数据的业务代码发送至网页浏览器,后续网页浏览器编译该业务代码则可生成用户可见的网页内容。
网络300都可以包括互联网、局域网(“LAN”)、广域网(“WAN”)、内部网、移动电话网络、虚拟专用网(VPN)、蜂窝式或其它移动通信网络、蓝牙、NFC或其任何组合。
网络300进行数据传输时也会基于相应的通讯协议,例如网页浏览器接收网页相应的业务代码时会基于HTTP通讯协议,移动应用程序接收的业务代码时可以基于Websocket通讯协议。
图2为本申请第一实施例中自动埋点方法的过程,该自动埋点方法的执行主体可以是前述网络系统中网络服务器200,也可以是与网络服务器200可通信的连接的自动埋点装置。该方法具体包括如下步骤。
S20、网络服务器200根据从网络应用接收到的针对目标数据的数据访问请求,生成响应数据。
无论网络应用是网页应用、客户端应用还是其他类型的应用,其在用户操作下,均会向网络服务器200发送一个针对目标数据的数据访问请求,该数据访问请求携带了目标数据的地址信息。在一些设有访问权限的网络系统中,数据访问请求还会携带用户的身份信息。
目标数据可以是网页应用所对应的网页,也可以是客户端应用对应的功能模块的展示页面、功能模块所需要的更新数据等。
网络服务器200内预设有大量数据访问请求,每个数据访问请求均与一个响应数据对应。在网络服务器200接收到网络应用所发出的数据访问请求时,若是该数据访问请求已经预设在网络服务器200内,则可快速确定要生成的响应数据。
在一些不需要访问权限的网络系统或尽管需要访问权限但数据访问请求所携带的身份信息符合权限要求的网络系统中,当目标数据的地址信息是真实有效时,网络服务器200根据数据访问请求生成响应数据一般与目标数据是相同的。例如同样可以是网页应用所对应的网页,也可以是客户端应用对应的功能模块的展示页面、功能模块所需要的更新数据等。
以网络应用是计算机上的网页浏览器为例。目标数据和响应数据可以是用户想要访问的网页,该目标数据的地址信息即该目标网页的统一资源定位符(Uniform Resource Locator,URL)地址。
以网络应用是智能手机上的社交软件为例。目标数据和响应数据可以是用户想要访问社交软件上的功能模块的展示页面,例如可以是用户附近好友的展示页面;目标数据和响应数据还可以是用户想要访问社交软件上的功能模块的更新数据,例如可以是用户从某个好友接收到的图片或语音信息。该目标数据的地址信息即为该功能模块的名称。
当然,在一些具有访问权限或发生了通讯故障等额外限制的网络系统中,响应数据也可能与目标数据不同,而指向一些与目标数据不同的专用页面。以下结合具体场景,对响应数据是专用页面的例子进行描述。
例如,在一些不需要访问权限,对公众开放的网络系统中,当目标数据的地址信息并非真实有效时,网络服务器200生成的响应数据是体现访问错误的页面,例如超文本传输协议(Hypertext Transfer Protocol,HTTP)-404页面等,此时,响应数据与数据访问请求中目标数据的地址信息所指向的页面不一致。当然,网络服务器200还可生成例如HTTP-500页面等。
例如,在一些需要访问权限的网络系统中,目标数据的地址信息是真实有效的,但数据访问请求所携带的用户身份信息显示用户无访问权限,网络服务器200生成的响应数据是体现权限异常的特殊页面,此时,响应数据与数据访问请求中目标数据的地址信息所指向的页面不一致。
当然,响应数据是专用页面的场景并不限于前述两种,此为本领域普通技术人员所熟知的技术,在此不做赘述。
本申请其他实施例中,网络服务器200还可从预设中转库获取到的针对目标数据的
数据访问请求,生成响应数据。预设中转库用于接收从网络应用发出的数据访问请求,实现在数据访问请求较多时,可以将数据访问请求预先存储至预设中转库内,后续通过多台空闲的网络服务器200从预设中转库内提取数据访问请求来生成响应数据,提升数据访问请求的处理效率。
预设中转库可以是一个记事本文档,网络应用所发出数据访问请求被以日志形式记录在该记事本文档上,以备网络服务器200的查阅。
S40、对所述响应数据做埋点处理。
具体的,埋点处理包括如下步骤:获取所述响应数据的业务代码,在所述业务代码内增加预设埋点代码。
由于响应数据是网络服务器根据数据访问请求所生成的,其生成后会很快被发送至网络应用,响应数据从生成到发送之间的时间很短,以尽快在网络应用上显示响应数据的页面内容。在本申请实施例中,对所述响应数据做埋点处理的执行主体是网络服务器或自动埋点装置,并非人工,从而能够保证响应数据的传输效率。
值得注意的是,网络服务器200内存储有响应数据的源代码,该响应数据生成后,其源代码被备份出来以作为响应数据的业务代码。在响应数据的业务代码增加预设埋点代码后,并不会破坏响应数据位于网络服务器200的源代码。
预设埋点代码实现的功能可以根据需求进行设定,网络服务器200内存储有响应数据的源代码和预设埋点代码可以被相对独立的存储在网络服务器200内,避免二者互相干扰,也便于对这两种代码的调用,在此不做赘述。
以响应数据为一个HTLM格式的网页为例,预设埋点代码被加入至业务代码中主体Body标签结束前,得到的混合代码可以简述为:<html><body><div>用户源代码部分</div>预设埋点代码部分<.body></html>。后续,增加有预设埋点代码的业务代码被网页浏览器执行后,这个网页内容上部分位置或链接被预设埋点代码监控,用户有预设埋点代码所限定的操作行为时,该预设埋点代码则会被触发并执行,从而将用户操作行为发送至预设存储设备内。在需要对用户行为进行分析时,可以从该预设存储设备内获取用户行为数据。
以响应数据为一个智能手机上社交软件的某个功能模块的展示页面为例,预设埋点代码则体现为一个指向被加入该功能模块的字符串,该预设埋点代码被加入至响应数据的最前端,在增加有预设埋点代码的业务代码被社交软件执行时,位于业务代码最前端的预设埋点代码被社交软件执行,从而明确被用户使用的功能模块的名称。
由于预设埋点代码是增加至从网络服务器200中获取到的响应数据的业务代码,并非增加至响应数据的源代码。使得用户行为获取需求有改变时,仅需调整预设埋点代码即可。避免了现有技术中直接在响应数据的源代码内增加预设埋点代码引起的如下缺陷:用户行为获取需求有改变时,需要人工重新去除所有业务代码中的预设埋点代码,占用了大量的工程师人力,且人工操作容易发生遗漏和错误。
S60、将被埋点处理后的响应数据发送至所述网络应用。
被埋点处理后的响应数据的业务代码被发送至网络应用后,网络应用编译并执行该业务代码以生成用户可见的网页内容或功能模块的展示页面,预设埋点代码可以同时起到采集用户操作行为的功能。
本申请实施例通过自动对从网络服务器返回至网络应用的响应数据做埋点处理,响应数据在网络应用运行的同时,埋点也自动开始获取用户操作行为。相对于现有技术中,在网页被访问之前就预先做人工埋点处理的方式,大大节省人力,也具有很高的效率。
参图3所示,本申请第二实施例所提供的自动埋点方法,与前述第一实施例相比,区别在于,还包括位于步骤S20和步骤S40之间的如下步骤。
S30、判断所述响应数据是否位于预设埋点数据列表,若是,执行步骤S40,若否,执行步骤S50。
预设埋点数据列表内包括多个埋点数据,每个埋点数据均与一组预设埋点代码相关联,而每组预设埋点代码可以与多个埋点数据相关联。各组预设埋点代码用于搜集不同用户的操作行为,例如用于搜集用户的点击行为、用户的鼠标悬停行为等。
所述预设埋点数据列表包括针对网页应用的响应数据的单网页的地址信息和多网页的地址信息的正则表达式以及针对客户端应用的响应数据的功能模块名称。
例如,一组用于搜集用户点击行为的预设埋点代码,可以与某新闻门户的所有网页的统一资源定位符(Uniform Resource Locator,URL)地址关联,实现搜集用户点击新闻门户的网页的行为数据,从而明确哪些网页用户点击频率更高。并且,某些属于同一个网站的多个网页的URL地址可以通过正则表达式来同一描述,以节约埋点策略内URL地址的存储空间,如何通过正则表达式来表达同一个网站的多个网页的URL地址为本领域普通技术人员所熟知的技术,在此不做赘述。
例如,一组用户搜集用户点击行为的预设埋点代码,可以与某个智能手机上的社交软件上的所有功能模块名称关联,实现搜集用户点击社交软件上功能模块的行为数据,从而明确哪些功能模块用户点击频率更高。
实现无论响应数据是网页还是客户端上功能模块的展示页面,均可以通过筛选预设埋点数据列表来判断其中是否存在与响应数据一致的埋点数据,以针对性执行后续步骤。
S50、停止自动埋点进程。
本申请实施例中,自动埋点方法还通过预设埋点数据列表来筛选响应数据,对于一些无需埋点的页面,则可直接结束当前埋点进程,避免后续埋点处理流程造成的处理资源的浪费。
本申请实施例中,步骤S40具体包括如下步骤。
S42、查询所述预设埋点数据列表,获取与所述响应数据相关联的预设埋点代码。
S44、获取所述响应数据的业务代码,在所述业务代码内增加与响应数据相关联的预设埋点代码。
在响应数据预设埋点数据列表时,预设埋点数据列表内总有与响应数据相关联的一组预设埋点代码,获取该组预设埋点代码来增加至响应数据的业务代码之中,实现针对不同类型的响应数据,来匹配不同的预设埋点代码,提高预设埋点代码的针对性。
参图4所示,本申请第三实施例所提供的自动埋点方法,与前述第二实施例相比,区别在于,该方法还包括位于步骤S20之前的如下步骤。
S10、判断所述目标数据是否位于预设埋点数据列表,若是,执行步骤S20,若否,跳转执行步骤S50。
与步骤S30内判断响应数据是否位于预设埋点数据列表一致,无论目标数据是网页还是客户端上功能模块的展示页面,均可以通过筛选预设埋点数据列表来判断其中是否存在与目标数据一致的埋点数据,以针对性执行后续步骤。
通过预设埋点数据列表来筛选目标数据,对于一些无需埋点的页面,则可直接结束当前埋点进程,无需获取响应数据,避免后续埋点处理流程造成的处理资源的浪费。
接下来,将基于上述披露的方法实施例的技术方案,对本申请的装置实施例进行描述,由于自动埋点装置是基于上述自动埋点方法的原理产生的,故该装置的具体技术细节可以部分或全部参照上述方法的内容。
参图5所示,本申请实施例中,自动埋点装置,包括:
响应生成模块20,控制网络服务器根据从网络应用接收到的针对目标数据的数据访问请求,生成响应数据;
埋点执行模块40,对所述响应数据做埋点处理;
响应发送模块60,将被埋点处理后的响应数据发送至所述网络应用。
本申请实施例中,响应生成模块20,具体用于:
控制所述网络服务器根据从预设中转库获取到的针对目标数据的数据访问请求,生成响应数据,所述预设中转库用于接收从网络应用发出的数据访问请求。
本申请实施例中,装置还包括响应判断模块,用于:
判断所述响应数据是否位于预设埋点数据列表;
在所述响应数据位于预设埋点数据列表时,所述埋点执行模块40对所述响应数据做埋点处理。
本申请实施例中,装置还包括进程停止模块,用于:在所述响应数据未位于预设埋点数据列表时,停止自动埋点进程。
本申请实施例中,所述网络应用包括网页应用和客户端应用;所述预设埋点数据列表包括针对网页应用的响应数据的单网页的地址信息和多网页的地址信息的正则表达式以及针对客户端应用的响应数据的功能模块名称。
本申请实施例中,预设埋点数据列表内各个埋点数据均与一组预设埋点代码相关联;所述埋点执行模块40具体用于:
查询所述预设埋点数据列表,获取与所述响应数据相关联的预设埋点代码;
获取所述响应数据的业务代码,在所述业务代码内增加所述预设埋点代码。
本申请实施例中,装置还包括目标判断模块,用于:
判断所述目标数据是否位于预设埋点数据列表;
在所述目标数据位于预设埋点数据列表时,所述响应生成单元20控制所述网络服务器根据从网络应用接收到的针对目标数据的数据访问请求,生成响应数据的步骤。
本申请实施例中,装置还包括进程停止模块,用于:在所述目标数据未位于预设埋点数据列表内时,停止自动埋点进程。
本申请实施例通过自动对从网络服务器返回至网络应用的响应数据做埋点处理,响应数据在网络应用运行的同时,埋点也自动开始获取用户操作行为。相对于现有技术中,在网页被访问之前就预先做人工埋点处理的方式,大大节省人力,也具有很高的效率。
本申请实施例通过自动对从网络服务器返回至网络应用的响应数据做埋点处理,响应数据在网络应用运行的同时,埋点也自动开始获取用户操作行为。相对于现有技术中,在网页被访问之前就预先做人工埋点处理的方式,大大节省人力,也具有很高的效率。
在20世纪90年代,对于一个技术的改进可以很明显地区分是硬件上的改进(例如,对二极管、晶体管、开关等电路结构的改进)还是软件上的改进(对于方法流程的改进)。
然而,随着技术的发展,当今的很多方法流程的改进已经可以视为硬件电路结构的直接改进。设计人员几乎都通过将改进的方法流程编程到硬件电路中来得到相应的硬件电路结构。因此,不能说一个方法流程的改进就不能用硬件实体模块来实现。例如,可编程逻辑器件(Programmable Logic Device,PLD)(例如现场可编程门阵列(Field Programmable Gate Array,FPGA))就是这样一种集成电路,其逻辑功能由用户对器件编程来确定。由设计人员自行编程来把一个数字系统“集成”在一片PLD上,而不需要请芯片制造厂商来设计和制作专用的集成电路芯片2。而且,如今,取代手工地制作集成电路芯片,这种编程也多半改用“逻辑编译器(logic compiler)”软件来实现,它与程序开发撰写时所用的软件编译器相类似,而要编译之前的原始代码也得用特定的编程语言来撰写,此称之为硬件描述语言(Hardware Description Language,HDL),而HDL也并非仅有一种,而是有许多种,如ABEL(Advanced Boolean Expression Language)、AHDL(Altera Hardware Description Language)、Confluence、CUPL(Cornell University Programming Language)、HDCal、JHDL(Java Hardware Description Language)、Lava、Lola、MyHDL、PALASM、RHDL(Ruby Hardware Description Language)等,目前最普遍使用的是VHDL(Very-High-Speed Integrated Circuit Hardware Description Language)与Verilog2。本领域技术人员也应该清楚,只需要将方法流程用上述几种硬件描述语言稍作逻辑编程并编程到集成电路中,就可以很容易得到实现该逻辑方法流程的硬件电路。
控制器可以按任何适当的方式实现,例如,控制器可以采取例如微处理器或处理器以及存储可由该(微)处理器执行的计算机可读程序代码(例如软件或固件)的计算机可读介质、逻辑门、开关、专用集成电路(Application Specific Integrated Circuit,ASIC)、可编程逻辑控制器和嵌入微控制器的形式,控制器的例子包括但不限于以下微控制器:ARC 625D、Atmel AT91SAM、Microchip PIC18F26K20以及Silicone Labs C8051F320,存储器控制器还可以被实现为存储器的控制逻辑的一部分。本领域技术人员也知道,除了以纯计算机可读程序代码方式实现控制器以外,完全可以通过将方法步骤进行逻辑编程来使得控制器以逻辑门、开关、专用集成电路、可编程逻辑控制器和嵌入微控制器等的形式来实现相同功能。因此这种控制器可以被认为是一种硬件部件,而对其内包括的用于实现各种功能的装置也可以视为硬件部件内的结构。或者甚至,可以将用于实现各种功能的装置视为既可以是实现方法的软件模块又可以是硬件部件内的结构。
上述实施例阐明的系统、装置、模块或单元,具体可以由计算机芯片或实体实现,或者由具有某种功能的产品来实现。
为了描述的方便,描述以上装置时以功能分为各种单元分别描述。当然,在实施本申请时可以把各单元的功能在同一个或多个软件和/或硬件中实现。
本领域内的技术人员应明白,本发明的实施例可提供为方法、系统、或计算机程序产品。因此,本发明可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本发明可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。
本发明是参照根据本发明实施例的方法、设备(系统)、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。
这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。
这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。
在一个典型的配置中,计算设备包括一个或多个处理器(CPU)、输入/输出接口、网络接口和内存。
内存可能包括计算机可读介质中的非永久性存储器,随机存取存储器(RAM)和/或非易失性内存等形式,如只读存储器(ROM)或闪存(flash RAM)。内存是计算机可读介质的示例。
计算机可读介质包括永久性和非永久性、可移动和非可移动媒体可以由任何方法或技术来实现信息存储。信息可以是计算机可读指令、数据结构、程序的模块或其他数据。计算机的存储介质的例子包括,但不限于相变内存(PRAM)、静态随机存取存储器
(SRAM)、动态随机存取存储器(DRAM)、其他类型的随机存取存储器(RAM)、只读存储器(ROM)、电可擦除可编程只读存储器(EEPROM)、快闪记忆体或其他内存技术、只读光盘只读存储器(CD-ROM)、数字多功能光盘(DVD)或其他光学存储、磁盒式磁带,磁带磁磁盘存储或其他磁性存储设备或任何其他非传输介质,可用于存储可以被计算设备访问的信息。按照本文中的界定,计算机可读介质不包括暂存电脑可读媒体(transitory media),如调制的数据信号和载波。
还需要说明的是,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、商品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、商品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、商品或者设备中还存在另外的相同要素。
本领域技术人员应明白,本申请的实施例可提供为方法、系统或计算机程序产品。因此,本申请可采用完全硬件实施例、完全软件实施例或结合软件和硬件方面的实施例的形式。而且,本申请可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。
本申请可以在由计算机执行的计算机可执行指令的一般上下文中描述,例如程序模块。一般地,程序模块包括执行特定任务或实现特定抽象数据类型的例程、程序、对象、组件、数据结构等等。也可以在分布式计算环境中实践本申请,在这些分布式计算环境中,由通过通信网络而被连接的远程处理设备来执行任务。在分布式计算环境中,程序模块可以位于包括存储设备在内的本地和远程计算机存储介质中。
本说明书中的各个实施例均采用递进的方式描述,各个实施例之间相同相似的部分互相参见即可,每个实施例重点说明的都是与其他实施例的不同之处。尤其,对于系统实施例而言,由于其基本相似于方法实施例,所以描述的比较简单,相关之处参见方法实施例的部分说明即可。
以上所述仅为本申请的实施例而已,并不用于限制本申请。对于本领域技术人员来说,本申请可以有各种更改和变化。凡在本申请的精神和原理之内所作的任何修改、等同替换、改进等,均应包含在本申请的权利要求范围之内。
Claims (16)
- 一种自动埋点方法,其特征在于,包括:网络服务器根据从网络应用接收到的针对目标数据的数据访问请求,生成响应数据;对所述响应数据做埋点处理;将被埋点处理后的响应数据发送至所述网络应用。
- 如权利要求1所述的方法,其特征在于,所述网络服务器根据从网络应用接收到的针对目标数据的数据访问请求,生成响应数据,具体包括:所述网络服务器根据从预设中转库获取到的针对目标数据的数据访问请求,生成响应数据,所述预设中转库用于接收从网络应用发出的数据访问请求。
- 如权利要求1所述的方法,其特征在于,网络服务器根据从网络应用接收到的针对目标数据的数据访问请求,生成响应数据之后,对所述响应数据做埋点处理之前,所述方法还包括:判断所述响应数据是否位于预设埋点数据列表;在所述响应数据位于预设埋点数据列表时,执行对所述响应数据做埋点处理的步骤。
- 如权利要求3所述的方法,其特征在于,所述方法还包括:在所述响应数据未位于预设埋点数据列表时,停止自动埋点进程。
- 如权利要求3所述的方法,其特征在于,所述网络应用包括网页应用和客户端应用;所述预设埋点数据列表包括针对网页应用的响应数据的单网页的地址信息和多网页的地址信息的正则表达式以及针对客户端应用的响应数据的功能模块名称。
- 如权利要求3所述的方法,其特征在于,所述预设埋点数据列表内各个埋点数据均与一组预设埋点代码相关联;则对所述响应数据做埋点处理,具体包括:查询所述预设埋点数据列表,获取与所述响应数据相关联的预设埋点代码;获取所述响应数据的业务代码,在所述业务代码内增加所述预设埋点代码。
- 如权利要求1所述的方法,其特征在于,所述网络服务器根据从网络应用接收到的针对目标数据的数据访问请求,生成响应数据之前,所述方法还包括:判断所述目标数据是否位于预设埋点数据列表;在所述目标数据位于预设埋点数据列表时,执行所述网络服务器根据从网络应用接收到的针对目标数据的数据访问请求,生成响应数据的步骤。
- 如权利要求7所述的方法,其特征在于,所述方法还包括:在所述目标数据未位于预设埋点数据列表内时,停止自动埋点进程。
- 一种自动埋点装置,其特征在于,包括:响应生成模块,控制网络服务器根据从网络应用接收到的针对目标数据的数据访问请求,生成响应数据;埋点执行模块,对所述响应数据做埋点处理;响应发送模块,将被埋点处理后的响应数据发送至所述网络应用。
- 如权利要求9所述的装置,其特征在于,所述响应生成模块,具体用于:控制所述网络服务器根据从预设中转库获取到的针对目标数据的数据访问请求,生成响应数据,所述预设中转库用于接收从网络应用发出的数据访问请求。
- 如权利要求9所述的装置,其特征在于,所述装置还包括响应判断模块,用于:判断所述响应数据是否位于预设埋点数据列表;在所述响应数据位于预设埋点数据列表时,所述埋点执行模块对所述响应数据做埋点处理。
- 如权利要求11所述的装置,其特征在于,所述装置还包括进程停止模块,用于:在所述响应数据未位于预设埋点数据列表时,停止自动埋点进程。
- 如权利要求11所述的装置,其特征在于,所述网络应用包括网页应用和客户端应用;所述预设埋点数据列表包括针对网页应用的响应数据的单网页的地址信息和多网页的地址信息的正则表达式以及针对客户端应用的响应数据的功能模块名称。
- 如权利要求11所述的装置,其特征在于,所述预设埋点数据列表内各个埋点数据均与一组预设埋点代码相关联;所述埋点执行模块,具体用于:查询所述预设埋点数据列表,获取与所述响应数据相关联的预设埋点代码;获取所述响应数据的业务代码,在所述业务代码内增加所述预设埋点代码。
- 如权利要求9所述的装置,其特征在于,所述装置还包括目标判断模块,用于:判断所述目标数据是否位于预设埋点数据列表;在所述目标数据位于预设埋点数据列表时,所述响应生成单元控制所述网络服务器根据从网络应用接收到的针对目标数据的数据访问请求,生成响应数据的步骤。
- 如权利要求15所述的装置,其特征在于,所述装置还包括进程停止模块,用于:在所述目标数据未位于预设埋点数据列表内时,停止自动埋点进程。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201510792475.3A CN106708899B (zh) | 2015-11-17 | 2015-11-17 | 自动埋点方法和装置 |
| CN201510792475.3 | 2015-11-17 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2017084508A1 true WO2017084508A1 (zh) | 2017-05-26 |
Family
ID=58717298
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2016/104964 Ceased WO2017084508A1 (zh) | 2015-11-17 | 2016-11-08 | 自动埋点方法和装置 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN106708899B (zh) |
| WO (1) | WO2017084508A1 (zh) |
Cited By (46)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107832216A (zh) * | 2017-11-08 | 2018-03-23 | 无线生活(杭州)信息科技有限公司 | 一种埋点测试方法及装置 |
| CN108763053A (zh) * | 2018-04-13 | 2018-11-06 | 平安普惠企业管理有限公司 | 埋点名称的生成方法及终端设备 |
| CN109522190A (zh) * | 2018-10-12 | 2019-03-26 | 中国平安人寿保险股份有限公司 | 异常用户行为识别方法及装置、电子设备、存储介质 |
| CN109918276A (zh) * | 2019-01-22 | 2019-06-21 | 深圳壹账通智能科技有限公司 | 基于app应用程序的曝光埋点处理方法及相关设备 |
| CN110554892A (zh) * | 2018-05-31 | 2019-12-10 | 北京京东尚科信息技术有限公司 | 信息获取方法和装置 |
| CN110659435A (zh) * | 2019-08-14 | 2020-01-07 | 平安普惠企业管理有限公司 | 页面数据采集处理方法、装置、计算机设备和存储介质 |
| CN110704028A (zh) * | 2019-09-02 | 2020-01-17 | 深圳壹账通智能科技有限公司 | 埋点统计方法、电子装置及计算机设备 |
| CN110825594A (zh) * | 2018-08-07 | 2020-02-21 | 北京优酷科技有限公司 | 数据的上报、下发方法、客户端及服务器 |
| CN111049675A (zh) * | 2019-11-26 | 2020-04-21 | 中国联合网络通信集团有限公司 | 在线选号防刷方法和装置 |
| CN111061627A (zh) * | 2019-11-20 | 2020-04-24 | 北京达佳互联信息技术有限公司 | 网页埋点方法、装置、电子设备及存储介质 |
| CN111241081A (zh) * | 2020-01-09 | 2020-06-05 | 杭州涂鸦信息技术有限公司 | Iot平台数据收集方法及系统、可读存储介质、计算机设备 |
| CN111400627A (zh) * | 2020-03-09 | 2020-07-10 | 政采云有限公司 | 一种信息获取方法、装置和电子设备及可读存储介质 |
| CN111506489A (zh) * | 2019-01-30 | 2020-08-07 | 阿里巴巴集团控股有限公司 | 测试方法、系统、设备、服务器及存储介质 |
| CN111858252A (zh) * | 2020-07-23 | 2020-10-30 | 中国工商银行股份有限公司 | 基于前端框架的动态埋点方法及装置 |
| CN111913660A (zh) * | 2020-07-15 | 2020-11-10 | 郑州阿帕斯数云信息科技有限公司 | 打点数据处理方法和系统 |
| CN111984520A (zh) * | 2019-05-23 | 2020-11-24 | 上海哔哩哔哩科技有限公司 | 埋点测试方法、计算机设备及计算机可读存储介质 |
| CN112491611A (zh) * | 2020-11-25 | 2021-03-12 | 网银在线(北京)科技有限公司 | 故障定位系统、方法、装置、电子设备和计算机可读介质 |
| WO2021051589A1 (zh) * | 2019-09-18 | 2021-03-25 | 平安科技(深圳)有限公司 | 数据存储方法、装置、电子设备及存储介质 |
| CN112749078A (zh) * | 2019-10-31 | 2021-05-04 | 北京沃东天骏信息技术有限公司 | 一种埋点测试方法和装置 |
| CN113010434A (zh) * | 2021-04-07 | 2021-06-22 | 广州启生信息技术有限公司 | 一种实现轻量级应用埋点的系统和方法 |
| CN113660277A (zh) * | 2021-08-18 | 2021-11-16 | 广州优视云集科技有限公司 | 一种基于复用埋点信息的反爬虫方法及处理终端 |
| CN113765740A (zh) * | 2021-08-03 | 2021-12-07 | 网宿科技股份有限公司 | 一种对Dio网络请求进行监控的方法和装置 |
| CN113821206A (zh) * | 2021-09-26 | 2021-12-21 | 北京沃东天骏信息技术有限公司 | 一种页面埋点信息展示的方法和装置 |
| CN113821325A (zh) * | 2021-09-23 | 2021-12-21 | 北京光启元数字科技有限公司 | 一种应用程序调用方法、装置、设备及介质 |
| CN114138630A (zh) * | 2021-11-10 | 2022-03-04 | 浪潮卓数大数据产业发展有限公司 | 一种基于es6装饰器的埋点数据收集方法及装置 |
| CN114153734A (zh) * | 2021-12-02 | 2022-03-08 | 上海洛轲智能科技有限公司 | 埋点数据管理方法及相关设备 |
| CN114185795A (zh) * | 2021-12-14 | 2022-03-15 | 深圳壹账通创配科技有限公司 | 埋点配置方法、装置、电子设备及存储介质 |
| CN114398582A (zh) * | 2022-01-21 | 2022-04-26 | 中欧基金管理有限公司 | 获取访问数据的方法、计算设备和介质 |
| CN114449033A (zh) * | 2019-07-30 | 2022-05-06 | 创新先进技术有限公司 | 服务入口显示方法和装置 |
| CN114692058A (zh) * | 2022-06-01 | 2022-07-01 | 天津市普迅电力信息技术有限公司 | 基于vue架构下的自动化埋点方法、系统、电子设备 |
| CN114741262A (zh) * | 2022-04-12 | 2022-07-12 | 武汉紫阑信息技术有限公司 | 应用监控数据采集方法、装置、电子设备和存储介质 |
| CN115022388A (zh) * | 2022-05-31 | 2022-09-06 | 济南浪潮数据技术有限公司 | 一种数据采集方法、装置、设备及介质 |
| CN115114156A (zh) * | 2022-06-28 | 2022-09-27 | 平安银行股份有限公司 | 流程失效状态的分析方法及其系统、计算机设备 |
| CN115292639A (zh) * | 2022-07-18 | 2022-11-04 | 深圳易思智科技有限公司 | 网站数据采集方法、装置、设备及计算机可读存储介质 |
| CN115328781A (zh) * | 2022-08-15 | 2022-11-11 | 杭州比智科技有限公司 | 一种基于web端的无侵入埋点数据收集方法及系统 |
| CN115357509A (zh) * | 2022-09-01 | 2022-11-18 | 北京自如信息科技有限公司 | 一种埋点测试方法和系统 |
| CN115378735A (zh) * | 2022-10-19 | 2022-11-22 | 支付宝(杭州)信息技术有限公司 | 一种数据处理方法、装置、存储介质及电子设备 |
| CN115576961A (zh) * | 2022-08-09 | 2023-01-06 | 北京达佳互联信息技术有限公司 | 一种埋点同步变更方法、装置、设备及存储介质 |
| CN116149967A (zh) * | 2023-03-01 | 2023-05-23 | 北京百度网讯科技有限公司 | 数据采集方法、装置、设备及存储介质 |
| CN116881089A (zh) * | 2023-09-07 | 2023-10-13 | 浙江保融科技股份有限公司 | 一种用于调用链状态回传状态下埋点及埋点管理的方法 |
| CN117290256A (zh) * | 2023-11-24 | 2023-12-26 | 北京中指实证数据信息技术有限公司 | 一种统计用户行为的埋码方法 |
| CN117950719A (zh) * | 2024-03-27 | 2024-04-30 | 睿云联(厦门)网络通讯技术有限公司 | 一种基于分布式应用运行时的数据埋点方法、设备及介质 |
| CN118300966A (zh) * | 2024-04-01 | 2024-07-05 | 云袭网络技术河北有限公司 | 一种面向埋点追踪的网络事件处理方法和装置 |
| CN118916108A (zh) * | 2024-07-22 | 2024-11-08 | 浙江网商银行股份有限公司 | 页面回放方法及装置 |
| CN119557126A (zh) * | 2023-09-04 | 2025-03-04 | 广东明创软件科技有限公司 | 埋点数据处理方法、装置、电子设备及存储介质 |
| CN119883837A (zh) * | 2024-12-25 | 2025-04-25 | 五八畅生活(北京)信息技术有限公司 | 埋点参数生成方法、装置、设备及存储介质 |
Families Citing this family (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN109542739A (zh) * | 2017-09-21 | 2019-03-29 | Tcl集团股份有限公司 | 一种用户行为数据采集的优化方法、装置及设备 |
| CN109561117B (zh) * | 2017-09-26 | 2022-02-25 | 北京国双科技有限公司 | 数据采集方法及装置 |
| CN109508431A (zh) * | 2018-11-15 | 2019-03-22 | 北京芯盾时代科技有限公司 | 埋点代码注入方法、装置、电子设备及计算机存储介质 |
| CN110083459A (zh) * | 2019-03-16 | 2019-08-02 | 平安城市建设科技(深圳)有限公司 | 跨页面的数据埋点方法、装置、设备及存储介质 |
| CN112241374A (zh) * | 2020-11-19 | 2021-01-19 | 上海连尚网络科技有限公司 | 一种用于处理崩溃信息的方法与设备 |
| CN114780958B (zh) * | 2022-04-14 | 2023-03-24 | 深圳开源互联网安全技术有限公司 | 一种埋点自动插桩方法、装置及计算机可读存储介质 |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102932472A (zh) * | 2012-11-13 | 2013-02-13 | 深圳市路友网络科技有限公司 | 一种数据处理方法以及通信系统 |
| US20130042306A1 (en) * | 2011-03-31 | 2013-02-14 | Alibaba Group Holding Limited | Determining machine behavior |
| CN103678321A (zh) * | 2012-09-03 | 2014-03-26 | 阿里巴巴集团控股有限公司 | 页面元素确定方法及设备、用户行为路径确定方法及装置 |
| CN104915398A (zh) * | 2015-05-29 | 2015-09-16 | 北京京东尚科信息技术有限公司 | 一种网页埋点的方法及装置 |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104348650B (zh) * | 2013-08-05 | 2019-07-16 | 腾讯科技(深圳)有限公司 | 网站的监控方法、业务装置及系统 |
| CN104915296B (zh) * | 2015-06-29 | 2018-07-10 | 北京金山安全软件有限公司 | 埋点测试方法、数据的查询方法及装置 |
-
2015
- 2015-11-17 CN CN201510792475.3A patent/CN106708899B/zh active Active
-
2016
- 2016-11-08 WO PCT/CN2016/104964 patent/WO2017084508A1/zh not_active Ceased
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20130042306A1 (en) * | 2011-03-31 | 2013-02-14 | Alibaba Group Holding Limited | Determining machine behavior |
| CN103678321A (zh) * | 2012-09-03 | 2014-03-26 | 阿里巴巴集团控股有限公司 | 页面元素确定方法及设备、用户行为路径确定方法及装置 |
| CN102932472A (zh) * | 2012-11-13 | 2013-02-13 | 深圳市路友网络科技有限公司 | 一种数据处理方法以及通信系统 |
| CN104915398A (zh) * | 2015-05-29 | 2015-09-16 | 北京京东尚科信息技术有限公司 | 一种网页埋点的方法及装置 |
Cited By (59)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN107832216A (zh) * | 2017-11-08 | 2018-03-23 | 无线生活(杭州)信息科技有限公司 | 一种埋点测试方法及装置 |
| CN108763053B (zh) * | 2018-04-13 | 2023-03-31 | 平安普惠企业管理有限公司 | 埋点名称的生成方法及终端设备 |
| CN108763053A (zh) * | 2018-04-13 | 2018-11-06 | 平安普惠企业管理有限公司 | 埋点名称的生成方法及终端设备 |
| CN110554892A (zh) * | 2018-05-31 | 2019-12-10 | 北京京东尚科信息技术有限公司 | 信息获取方法和装置 |
| CN110825594A (zh) * | 2018-08-07 | 2020-02-21 | 北京优酷科技有限公司 | 数据的上报、下发方法、客户端及服务器 |
| CN109522190A (zh) * | 2018-10-12 | 2019-03-26 | 中国平安人寿保险股份有限公司 | 异常用户行为识别方法及装置、电子设备、存储介质 |
| CN109918276A (zh) * | 2019-01-22 | 2019-06-21 | 深圳壹账通智能科技有限公司 | 基于app应用程序的曝光埋点处理方法及相关设备 |
| CN109918276B (zh) * | 2019-01-22 | 2022-11-29 | 深圳壹账通智能科技有限公司 | 基于app应用程序的曝光埋点处理方法及相关设备 |
| CN111506489B (zh) * | 2019-01-30 | 2023-05-30 | 斑马智行网络(香港)有限公司 | 测试方法、系统、设备、服务器及存储介质 |
| CN111506489A (zh) * | 2019-01-30 | 2020-08-07 | 阿里巴巴集团控股有限公司 | 测试方法、系统、设备、服务器及存储介质 |
| CN111984520A (zh) * | 2019-05-23 | 2020-11-24 | 上海哔哩哔哩科技有限公司 | 埋点测试方法、计算机设备及计算机可读存储介质 |
| CN114449033A (zh) * | 2019-07-30 | 2022-05-06 | 创新先进技术有限公司 | 服务入口显示方法和装置 |
| CN114449033B (zh) * | 2019-07-30 | 2023-05-30 | 创新先进技术有限公司 | 服务入口显示方法和装置 |
| CN110659435A (zh) * | 2019-08-14 | 2020-01-07 | 平安普惠企业管理有限公司 | 页面数据采集处理方法、装置、计算机设备和存储介质 |
| CN110704028A (zh) * | 2019-09-02 | 2020-01-17 | 深圳壹账通智能科技有限公司 | 埋点统计方法、电子装置及计算机设备 |
| WO2021051589A1 (zh) * | 2019-09-18 | 2021-03-25 | 平安科技(深圳)有限公司 | 数据存储方法、装置、电子设备及存储介质 |
| CN112749078A (zh) * | 2019-10-31 | 2021-05-04 | 北京沃东天骏信息技术有限公司 | 一种埋点测试方法和装置 |
| CN111061627A (zh) * | 2019-11-20 | 2020-04-24 | 北京达佳互联信息技术有限公司 | 网页埋点方法、装置、电子设备及存储介质 |
| CN111061627B (zh) * | 2019-11-20 | 2023-10-03 | 北京达佳互联信息技术有限公司 | 网页埋点方法、装置、电子设备及存储介质 |
| CN111049675B (zh) * | 2019-11-26 | 2022-11-22 | 中国联合网络通信集团有限公司 | 在线选号防刷方法和装置 |
| CN111049675A (zh) * | 2019-11-26 | 2020-04-21 | 中国联合网络通信集团有限公司 | 在线选号防刷方法和装置 |
| CN111241081A (zh) * | 2020-01-09 | 2020-06-05 | 杭州涂鸦信息技术有限公司 | Iot平台数据收集方法及系统、可读存储介质、计算机设备 |
| CN111400627B (zh) * | 2020-03-09 | 2023-07-07 | 政采云有限公司 | 一种信息获取方法、装置和电子设备及可读存储介质 |
| CN111400627A (zh) * | 2020-03-09 | 2020-07-10 | 政采云有限公司 | 一种信息获取方法、装置和电子设备及可读存储介质 |
| CN111913660B (zh) * | 2020-07-15 | 2022-11-18 | 郑州阿帕斯数云信息科技有限公司 | 打点数据处理方法和系统 |
| CN111913660A (zh) * | 2020-07-15 | 2020-11-10 | 郑州阿帕斯数云信息科技有限公司 | 打点数据处理方法和系统 |
| CN111858252B (zh) * | 2020-07-23 | 2023-08-18 | 中国工商银行股份有限公司 | 基于前端框架的动态埋点方法及装置 |
| CN111858252A (zh) * | 2020-07-23 | 2020-10-30 | 中国工商银行股份有限公司 | 基于前端框架的动态埋点方法及装置 |
| CN112491611B (zh) * | 2020-11-25 | 2023-09-05 | 网银在线(北京)科技有限公司 | 故障定位系统、方法、装置、电子设备和计算机可读介质 |
| CN112491611A (zh) * | 2020-11-25 | 2021-03-12 | 网银在线(北京)科技有限公司 | 故障定位系统、方法、装置、电子设备和计算机可读介质 |
| CN113010434A (zh) * | 2021-04-07 | 2021-06-22 | 广州启生信息技术有限公司 | 一种实现轻量级应用埋点的系统和方法 |
| CN113765740A (zh) * | 2021-08-03 | 2021-12-07 | 网宿科技股份有限公司 | 一种对Dio网络请求进行监控的方法和装置 |
| CN113660277B (zh) * | 2021-08-18 | 2023-01-06 | 广州优视云集科技有限公司 | 一种基于复用埋点信息的反爬虫方法及处理终端 |
| CN113660277A (zh) * | 2021-08-18 | 2021-11-16 | 广州优视云集科技有限公司 | 一种基于复用埋点信息的反爬虫方法及处理终端 |
| CN113821325A (zh) * | 2021-09-23 | 2021-12-21 | 北京光启元数字科技有限公司 | 一种应用程序调用方法、装置、设备及介质 |
| CN113821206A (zh) * | 2021-09-26 | 2021-12-21 | 北京沃东天骏信息技术有限公司 | 一种页面埋点信息展示的方法和装置 |
| CN114138630A (zh) * | 2021-11-10 | 2022-03-04 | 浪潮卓数大数据产业发展有限公司 | 一种基于es6装饰器的埋点数据收集方法及装置 |
| CN114153734A (zh) * | 2021-12-02 | 2022-03-08 | 上海洛轲智能科技有限公司 | 埋点数据管理方法及相关设备 |
| CN114185795A (zh) * | 2021-12-14 | 2022-03-15 | 深圳壹账通创配科技有限公司 | 埋点配置方法、装置、电子设备及存储介质 |
| CN114398582A (zh) * | 2022-01-21 | 2022-04-26 | 中欧基金管理有限公司 | 获取访问数据的方法、计算设备和介质 |
| CN114741262A (zh) * | 2022-04-12 | 2022-07-12 | 武汉紫阑信息技术有限公司 | 应用监控数据采集方法、装置、电子设备和存储介质 |
| CN115022388A (zh) * | 2022-05-31 | 2022-09-06 | 济南浪潮数据技术有限公司 | 一种数据采集方法、装置、设备及介质 |
| CN114692058B (zh) * | 2022-06-01 | 2022-08-02 | 天津市普迅电力信息技术有限公司 | 基于vue架构下的自动化埋点方法、系统、电子设备 |
| CN114692058A (zh) * | 2022-06-01 | 2022-07-01 | 天津市普迅电力信息技术有限公司 | 基于vue架构下的自动化埋点方法、系统、电子设备 |
| CN115114156A (zh) * | 2022-06-28 | 2022-09-27 | 平安银行股份有限公司 | 流程失效状态的分析方法及其系统、计算机设备 |
| CN115292639A (zh) * | 2022-07-18 | 2022-11-04 | 深圳易思智科技有限公司 | 网站数据采集方法、装置、设备及计算机可读存储介质 |
| CN115576961A (zh) * | 2022-08-09 | 2023-01-06 | 北京达佳互联信息技术有限公司 | 一种埋点同步变更方法、装置、设备及存储介质 |
| CN115328781A (zh) * | 2022-08-15 | 2022-11-11 | 杭州比智科技有限公司 | 一种基于web端的无侵入埋点数据收集方法及系统 |
| CN115357509A (zh) * | 2022-09-01 | 2022-11-18 | 北京自如信息科技有限公司 | 一种埋点测试方法和系统 |
| CN115378735A (zh) * | 2022-10-19 | 2022-11-22 | 支付宝(杭州)信息技术有限公司 | 一种数据处理方法、装置、存储介质及电子设备 |
| CN116149967A (zh) * | 2023-03-01 | 2023-05-23 | 北京百度网讯科技有限公司 | 数据采集方法、装置、设备及存储介质 |
| CN119557126A (zh) * | 2023-09-04 | 2025-03-04 | 广东明创软件科技有限公司 | 埋点数据处理方法、装置、电子设备及存储介质 |
| CN116881089A (zh) * | 2023-09-07 | 2023-10-13 | 浙江保融科技股份有限公司 | 一种用于调用链状态回传状态下埋点及埋点管理的方法 |
| CN116881089B (zh) * | 2023-09-07 | 2023-12-05 | 浙江保融科技股份有限公司 | 一种用于调用链状态回传状态下埋点及埋点管理的方法 |
| CN117290256A (zh) * | 2023-11-24 | 2023-12-26 | 北京中指实证数据信息技术有限公司 | 一种统计用户行为的埋码方法 |
| CN117950719A (zh) * | 2024-03-27 | 2024-04-30 | 睿云联(厦门)网络通讯技术有限公司 | 一种基于分布式应用运行时的数据埋点方法、设备及介质 |
| CN118300966A (zh) * | 2024-04-01 | 2024-07-05 | 云袭网络技术河北有限公司 | 一种面向埋点追踪的网络事件处理方法和装置 |
| CN118916108A (zh) * | 2024-07-22 | 2024-11-08 | 浙江网商银行股份有限公司 | 页面回放方法及装置 |
| CN119883837A (zh) * | 2024-12-25 | 2025-04-25 | 五八畅生活(北京)信息技术有限公司 | 埋点参数生成方法、装置、设备及存储介质 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN106708899B (zh) | 2021-04-27 |
| CN106708899A (zh) | 2017-05-24 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2017084508A1 (zh) | 自动埋点方法和装置 | |
| JP6898452B2 (ja) | データ取得方法およびデバイス | |
| US9552338B2 (en) | Mechanisms to compose, execute, save, and retrieve hyperlink pipelines in web browsers | |
| JP6790231B2 (ja) | 制限されたコンピュータ環境におけるクロスオリジン通信 | |
| US20180032627A1 (en) | Client-side modularization of a requested webpage | |
| CN106528657A (zh) | 浏览器跳转至应用程序的控制方法及装置 | |
| US20200142674A1 (en) | Extracting web api endpoint data from source code | |
| US12401725B2 (en) | Communication system for micro-frontends of a web application | |
| US7912924B1 (en) | Adding functionality with respect to one or more web pages | |
| CN108595234A (zh) | 应用页面切换方法、装置及设备 | |
| CN107040574B (zh) | 一种截图、数据处理方法及设备 | |
| AU2008355023A1 (en) | Generating sitemaps | |
| CN102893271A (zh) | 使用快捷方式的数据上传方法 | |
| CN112988604A (zh) | 对象测试方法、测试系统、电子设备及可读存储介质 | |
| US20130081010A1 (en) | Template and server content download using protocol handlers | |
| CN110347955B (zh) | 一种资源检测方法及装置 | |
| EP2998885A1 (en) | Method and device for information search | |
| US20140157104A1 (en) | Dynamic sharing and updating of a web page | |
| KR20180104268A (ko) | 네트워크 리소스 요청을 제로 레이팅 네트워크 요청으로 변환하는 기술 | |
| US20180059887A1 (en) | Direct navigation to modal dialogs | |
| US20130110798A1 (en) | Intercepting and processing database commands | |
| CN107918552B (zh) | 轻应用调用方法、装置、客户端装置及电子设备 | |
| CN113553522B (zh) | 一种页面显示方法、装置、电子设备及存储介质 | |
| US20230269322A1 (en) | Cross-channel configurable navigation | |
| EP3502925B1 (en) | Computer system and method for extracting dynamic content from websites |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 16865685 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 16865685 Country of ref document: EP Kind code of ref document: A1 |