WO2020082558A1 - 基于函数名称的埋点方法、装置、计算机设备及存储介质 - Google Patents

基于函数名称的埋点方法、装置、计算机设备及存储介质 Download PDF

Info

Publication number
WO2020082558A1
WO2020082558A1 PCT/CN2018/122732 CN2018122732W WO2020082558A1 WO 2020082558 A1 WO2020082558 A1 WO 2020082558A1 CN 2018122732 W CN2018122732 W CN 2018122732W WO 2020082558 A1 WO2020082558 A1 WO 2020082558A1
Authority
WO
WIPO (PCT)
Prior art keywords
buried point
function name
parameter
function
name
Prior art date
Application number
PCT/CN2018/122732
Other languages
English (en)
French (fr)
Inventor
郭鸿程
Original Assignee
深圳壹账通智能科技有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳壹账通智能科技有限公司 filed Critical 深圳壹账通智能科技有限公司
Publication of WO2020082558A1 publication Critical patent/WO2020082558A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Definitions

  • the present application relates to the field of buried points, and in particular to a buried point method, device, computer equipment and storage medium based on function names.
  • Buried points include code buried points, full buried points, and no buried points; among them, the code buried point refers to We need to increase the buried point code where we need to pay attention, and send a corresponding request to the server to record the buried point information.
  • Full buried point refers to the practice that can be identified, all send corresponding requests to the server to record the event information, and the server infers the corresponding business buried point information based on the event information.
  • No buried point refers to identifying the events that meet the server rules on the basis of all buried points, and then recording the buried point information according to the parameters defined by the server rules.
  • Embodiments of the present application provide a method, device, computer device, and storage medium for burying points based on function names.
  • the user and function of the click event corresponding to the business point can be seen by the function name, which provides For convenience, the user experience is greatly improved.
  • a method of burying points based on function names including:
  • a buried point device based on function name including:
  • the obtaining module is used to obtain the function name named according to the preset naming rules
  • a receiving module configured to receive a function click instruction containing the function name, obtain a buried point parameter associated with the function name, and display the buried point parameter in a parameter configuration interface;
  • a configuration module configured to configure the buried point parameters in the parameter configuration interface, and store the buried point parameters and the function name after configuration in a parameter configuration list;
  • the buried point module is used to obtain the buried point parameter associated with the function name from the parameter configuration list according to the function name when receiving the function trigger instruction containing the function name, and according to the acquired Buried point parameters are used for buried point.
  • a computer device includes a memory, a processor, and computer-readable instructions stored in the memory and executable on the processor.
  • the processor executes the computer-readable instructions, the following steps are implemented:
  • One or more non-volatile readable storage media storing computer-readable instructions, characterized in that when the computer-readable instructions are executed by one or more processors, the one or more processors are executed The following steps: Obtain the function name named according to the preset naming rules;
  • FIG. 1 is a schematic diagram of an application environment of a buried point method based on a function name in an embodiment of the present application
  • FIG. 2 is a flowchart of a method of embedding a point based on a function name in the first embodiment of the present application
  • FIG. 3 is a flowchart of a method of embedding a point based on a function name in the second embodiment of the present application
  • FIG. 4 is a flowchart of a method of embedding a point based on a function name in the third embodiment of the present application.
  • FIG. 5 is a flowchart of a method of embedding a point based on a function name in the fourth embodiment of the present application.
  • FIG. 6 is a functional block diagram of the buried point device based on the function name in the first embodiment of the present application
  • FIG. 7 is a functional block diagram of a buried point device based on a function name in the second embodiment of the present application.
  • FIG. 8 is a functional block diagram of a buried point device based on a function name in the third embodiment of the present application.
  • FIG. 9 is a functional block diagram of a buried point device based on a function name in the fourth embodiment of the present application.
  • FIG. 10 is a schematic diagram of a computer device in an embodiment of the present application.
  • the buried point method based on the function name provided in this application can be applied in the application environment as shown in FIG. 1, wherein the client (computer device) communicates with the server through the network.
  • the client computer equipment
  • the server includes but is not limited to various personal computers, notebook computers, smart phones, tablet computers, cameras and portable wearable devices.
  • the server can be implemented by an independent server or a server cluster composed of multiple servers.
  • a method of embedding a point based on a function name is provided, and the method is applied to the server in FIG. 1 as an example for illustration, including the following steps:
  • an important step is to select the business point that needs to be buried (the business point is generally reflected on the interface elements, such as a
  • the click event of an interface element can be referred to as a business point where the click event can be buried; and the interface element includes a text box, button, picture, or any combination of the above interface elements, etc.), and Point configuration corresponding buried point parameters.
  • the difficulty is relatively large.
  • the function when naming the function corresponding to each business point in the application, the function is named according to a preset naming rule, each business point corresponds to a function, and the function is triggered At that time, the buried point parameter of the business point will be used first for buried point.
  • the naming rule is that each function (in the application program) is named as a function name including a combination of a program name, a business name, and a function name.
  • a function name including a combination of a program name, a business name, and a function name.
  • the program name is yzt_ (corresponding to an account account)
  • the business name is user_ (corresponding to a user)
  • the function name is login (corresponding to login)
  • a business point needs to execute an account account Click event of user login
  • the function name corresponding to the click event can be named as: yzt_user_login (corresponding to a user account login).
  • the naming process is carried out when the client application is developed.
  • the buried point parameters corresponding to the function name and the function name are stored in the parameter configuration list of the client's local database;
  • the parameter configuration list includes but is not limited to function names (the function names include program names, service names, function names, etc.) and buried point parameters associated with the function names. Understandably, the server synchronizes the parameter configuration list from the local database to the background database of the server regularly or in real time.
  • the server can In the parameter configuration list synchronized to the background database, all the function names named after preset naming rules are obtained by querying the program name. Similarly, the corresponding function name can also be queried according to the user name and function name in the parameter configuration list.
  • step S10 after obtaining the function names named according to the preset naming rules, all the obtained function names will be displayed on the current display interface, at this time, the user can select one of the function names by clicking, At this time, the server receives the function click instruction including the function name, and enters the parameter configuration interface of the buried point parameter of the service point corresponding to the function name.
  • the buried point parameters are stored in the parameter configuration list of the background database in association with the function name, and after the function name is queried in the parameter configuration list, all the obtained function names are displayed in the current display On the interface, when the function name is clicked at this time, the server automatically obtains the buried point parameter associated with the function name from the parameter configuration list, and enters the buried point parameter configuration interface. In step S30, the buried point parameters are configured.
  • the user configuring the buried point parameter associated with the function name refers to adding, deleting, or modifying the buried point parameter of the service point.
  • the embedding parameter can be added to the business point.
  • the function part of the buried point parameter corresponding to the business point of the original login operation is set to "login”, at this time, if more login options cause confusion, you can use the login operation in the parameter configuration interface.
  • the function part of the buried point parameter corresponding to the business point was modified to "One Account Login".
  • the function corresponding to the service point will be triggered first to obtain the buried point parameter from the parameter configuration list in the local database of the client for buried point.
  • the local database should first confirm that the buried point parameters that have been newly configured are stored. Therefore, before embedding according to the newly configured buried point parameters, the latest configuration in the parameter configuration list in the server should be first The buried point parameters are synchronized to the parameter configuration list of the local database.
  • the buried point method based on the function name can query the buried point parameters of the business point according to the preset function name, and can enter the parameter configuration interface by selecting the function name, without selecting the interface element from the client or from the server Synchronize the screen to find business points, greatly reducing the difficulty of configuring buried point parameters and buried points based on the buried point parameters; in this application, when receiving the function trigger instruction containing the function name, configure the buried point parameters , And the function name corresponding to each business point contains the business name and function name. Therefore, the user and function of the click event corresponding to the business point can be seen through the function name, which provides convenience for the buried point process and greatly improves User experience.
  • the function name is obtained from the parameter configuration list according to the function name.
  • the buried point parameter associated with the function name, and before the buried point according to the acquired buried point parameter, includes:
  • S50 Receive a synchronization instruction sent by the client regularly or instantly, and synchronize the function name in the parameter configuration list and the buried point parameter associated with the function name to the client's local database.
  • the data in the parameter configuration list stored in the server will change at any time. For example, when the client application is upgraded, functions will be added, modified, or deleted. At this time, the server will synchronize the updated parameter configuration list from the client's local database.
  • the buried point parameters in the parameter configuration list in the background database in the server will change.
  • the embedding parameters are retrieved from the parameter configuration list in the local database for embedding. Therefore, before embedding, the embedding parameters that are changed from the server should be synchronized to ensure the success of embedding. get on.
  • step S30 it includes: updating a label for the latest configuration of the buried point parameter identification in the parameter configuration list. That is, after synchronizing the changed buried point parameter to the parameter configuration list in the local database, an update label is identified on the buried point parameter to confirm that it is updated and perform the buried point operation according to it.
  • the client sets to send a synchronization instruction to the server every preset time interval, and synchronize the parameter configuration list from the server to the local database; while in another aspect of this embodiment, the Before the click event in the application program is buried, a synchronization instruction is immediately sent to the server, and the parameter configuration list is synchronized from the server to the local database.
  • step S50 that is, the receiving client sends a synchronization instruction that is sent regularly or instantly
  • the function name in the parameter configuration list and the function After the buried point parameters associated with the name are synchronized to the client's local database, they include:
  • this step if it is necessary to confirm whether or not to embed, it is first necessary to determine whether there is the latest configuration of embedment parameters.
  • the click event of the business point is buried. If there is no newly configured buried point parameter, no buried point is required.
  • step S60 the detecting whether the buried point parameter is updated specifically includes detecting whether the buried point parameter is identified with the update label.
  • the client may periodically detect whether all buried point parameters in the parameter configuration list of the local database are updated.
  • the execution instruction of the click event when the execution instruction of the click event is received, it is detected whether the buried point parameter corresponding to the click event is updated.
  • the execution instruction of the click event includes the business name and the function name, and according to the The service name and function name can be found in the parameter configuration list corresponding to the function name and the buried point parameter associated with the function name; understandably, the buried point parameter is the buried point corresponding to the click event Point parameters. In this embodiment, it is only necessary to detect whether the buried point parameters corresponding to the click event are updated.
  • the latest configured buried point parameter exists in the parameter configuration list of the local database, that is, when it is detected that the buried point parameter corresponding to the click event is identified with an update label, it is necessary to trigger the correspondence with the service point Function, and embed the click event of the business point according to the embedment parameter; at the same time, after embedding according to the embedment parameter, remove the update label identified on the embedment parameter to confirm The buried point operation has been performed according to this buried point parameter.
  • step S60 that is, after detecting whether the buried point parameter is updated in the parameter configuration list of the local database, it includes:
  • a function name-based buried point device is provided, and the function name-based buried point device corresponds to the function name-based buried point method in the above embodiment in one-to-one correspondence.
  • the buried point device based on the function name includes:
  • the obtaining module 11 is used to obtain the function name named according to the preset naming rules
  • the receiving module 12 is configured to receive a function click instruction containing the function name, obtain buried point parameters associated with the function name, and display the buried point parameters in the parameter configuration interface;
  • the configuration module 13 is configured to configure the buried point parameters in the parameter configuration interface, and store the buried point parameters and the function name after configuration in a parameter configuration list;
  • the buried point module 14 is configured to obtain the buried point parameter associated with the function name from the parameter configuration list according to the function name when receiving the function trigger instruction including the function name, and according to the acquired
  • the buried point parameters are described as follows.
  • the device further includes:
  • the synchronization module 15 is configured to receive a synchronization instruction sent by the client regularly or instantly, and synchronize the function name in the parameter configuration list and the buried point parameter associated with the function name to the client's local database.
  • the device further includes:
  • the detection module 16 is configured to detect whether the buried point parameter is updated in the parameter configuration list of the local database
  • the generating module 17 is configured to generate a function trigger instruction when the buried point parameter is updated; the function trigger instruction includes the function name associated with the updated buried point parameter.
  • the device further includes:
  • the confirmation module 18 confirms that the click event corresponding to the buried point parameter has been buried according to the buried point parameter before the buried point parameter has not been updated, and the buried point parameter corresponding to the click event is currently Has not been updated.
  • the execution module 19 executes the click event when receiving the execution instruction of the click event corresponding to the buried point parameter.
  • the device further includes:
  • the identification module 20 is used for identifying an update label for the newly configured buried point parameter in the parameter configuration list.
  • the detection module is further used to detect whether the buried point parameter is identified with the update label.
  • the buried point device based on the function name provided by this application can query the buried point parameters of the business point according to the preset function name, and can enter the parameter configuration interface by selecting the function name, without selecting the interface element from the client or from the server Synchronize the screen to find business points, greatly reducing the difficulty of configuring buried point parameters and buried points based on the buried point parameters; in this application, when receiving the function trigger instruction containing the function name, configure the buried point parameters , And the function name corresponding to each business point contains the business name and function name. Therefore, the user and function of the click event corresponding to the business point can be seen through the function name, which provides convenience for the buried point process and greatly improves User experience.
  • Each module in the above-mentioned buried point device based on the function name may be implemented in whole or in part by software, hardware, and a combination thereof.
  • the above modules may be embedded in the hardware or independent of the processor in the computer device, or may be stored in the memory in the computer device in the form of software, so that the processor can call and execute the operations corresponding to the above modules.
  • a computer device is provided.
  • the computer device may be a server, and an internal structure diagram thereof may be as shown in FIG.
  • the computer device includes a processor, memory, network interface, and database connected by a system bus. Among them, the processor of the computer device is used to provide computing and control capabilities.
  • the memory of the computer device includes a non-volatile storage medium and an internal memory.
  • the non-volatile storage medium stores an operating system, computer-readable instructions, and a database.
  • the internal memory provides an environment for the operation of the operating system and computer-readable instructions in the non-volatile storage medium.
  • the computer-readable instructions are executed by the processor to implement a method of embedding a point based on the function name.
  • a computer device including a memory, a processor, and computer-readable instructions stored on the memory and executable on the processor.
  • the processor implements the computer-readable instructions to implement the following steps:
  • the computer equipment provided by this application can query the buried point parameters of the business point according to the preset function name, and can enter the parameter configuration interface by selecting the function name, without selecting the interface element from the client or synchronizing the screen from the server to find the business Point, greatly reducing the difficulty of configuring buried point parameters and buried points based on the buried point parameters; in this application, when receiving a function triggering instruction containing the function name, the buried point parameters are configured, and each service
  • the function name corresponding to the point contains both the business name and the function name. Therefore, the user and function of the click event corresponding to the business point can be seen from the function name, which facilitates the buried point process and greatly improves the user experience.
  • one or more non-volatile readable storage media storing computer-readable instructions are provided.
  • the computer-readable instructions are executed by one or more processors, the one or more Each processor performs the following steps:
  • the storage medium provided in this application can query the buried point parameters of the business point according to the preset function name, and can enter the parameter configuration interface by selecting the function name, without having to find the business by selecting the interface element from the client or synchronizing the screen from the server Point, greatly reducing the difficulty of configuring buried point parameters and buried points based on the buried point parameters; in this application, when receiving a function triggering instruction containing the function name, the buried point parameters are configured, and each service
  • the function name corresponding to the point contains both the business name and the function name. Therefore, the user and function of the click event corresponding to the business point can be seen from the function name, which facilitates the buried point process and greatly improves the user experience.
  • Non-volatile memory may include read-only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory.
  • Volatile memory can include random access memory (RAM) or external cache memory.
  • RAM random access memory
  • DRAM dynamic RAM
  • SDRAM synchronous DRAM
  • DDRSDRAM double data rate SDRAM
  • ESDRAM enhanced SDRAM
  • SLDRAM synchronous chain Road DRAM
  • RDRAM memory bus direct RAM
  • DRAM direct memory bus dynamic RAM
  • RDRAM memory bus dynamic RAM

Abstract

本申请公开了一种基于函数名称的埋点方法、装置、计算机设备及存储介质,所述方法包括:获取根据预设的命名规则命名的函数名称;接收包含所述函数名称的函数点击指令,获取与所述函数名称关联的埋点参数,并将所述埋点参数显示在参数配置界面中;在所述参数配置界面中对所述埋点参数进行配置,并将配置之后的所述埋点参数与所述函数名称关联存储至参数配置列表中;在接收到包含所述函数名称的函数触发指令时,根据所述函数名称从参数配置列表中获取与所述函数名称关联的所述埋点参数,并根据获取的所述埋点参数进行埋点。本申请通过函数名称即可看出该业务点对应的点击事件的用户与功能,为埋点过程提供了便利,大大提升了用户体验。

Description

基于函数名称的埋点方法、装置、计算机设备及存储介质
本申请以2018年10月26日提交的申请号为201811255709.0,名称为“基于函数名称的埋点方法、装置、计算机设备及存储介质”的中国发明专利申请为基础,并要求其优先权。
技术领域
本申请涉及埋点领域,具体涉及一种基于函数名称的埋点方法、装置、计算机设备及存储介质。
背景技术
目前,随着应用程序的应用越来越广泛,对应用程序进行埋点的需求也越来越多,埋点包括代码埋点、全埋点、无埋点;其中,代码埋点是指在我们需要关注的地方增加埋点代码,向服务器发送相应请求记录下埋点信息。全埋点是指将能够识别出来的实践,全部都向服务器发送相应的请求记录下事件信息,服务器再根据事件信息推论出对应的业务埋点信息。无埋点是指在全埋点的基础上识别出符合服务器规则的事件,然后按照服务器规则定义的参数,记录下埋点信息。所以无埋点是一个带规则的全埋点方案,其中的添加规则就是设置无埋点参数。现有技术中对于应用程序进行无埋点参数配置的埋点方案较少。因此,当前急需一种可以实现简单快捷地对应用程序进行无埋点参数配置的埋点方案。
申请内容
本申请实施例提供一种基于函数名称的埋点方法、装置、计算机设备及存储介质,本申请可以通过函数名称即可看出该业务点对应的点击事件的用户与功能,为埋点过程提供了便利,大大提升了用户体验。
一种基于函数名称的埋点方法,包括:
获取根据预设的命名规则命名的函数名称;
接收包含所述函数名称的函数点击指令,获取与所述函数名称关联的埋点参数,并将所述埋点参数显示在参数配置界面中;
在所述参数配置界面中对所述埋点参数进行配置,并将配置之后的所述埋点参数与所述函数名称关联存储至参数配置列表中;
在接收到包含所述函数名称的函数触发指令时,根据所述函数名称从参数配置列表中获取与所述函数名称关联的所述埋点参数,并根据获取的所述埋点参数进行埋点。
一种基于函数名称的埋点装置,包括:
获取模块,用于获取根据预设的命名规则命名的函数名称;
接收模块,用于接收包含所述函数名称的函数点击指令,获取与所述函数名称关联的埋点参数,并将所述埋点参数显示在参数配置界面中;
配置模块,用于在所述参数配置界面中对所述埋点参数进行配置,并将配置之后的所述埋点参数与所述函数名称关联存储至参数配置列表中;
埋点模块,用于在接收到包含所述函数名称的函数触发指令时,根据所述函数名称从参数配置列表中获取与所述函数名称关联的所述埋点参数,并根据获取的所述埋点参数进行埋点。
一种计算机设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,所述处理器执行所述计算机可读指令时实现如下步骤:
获取根据预设的命名规则命名的函数名称;
接收包含所述函数名称的函数点击指令,获取与所述函数名称关联的埋点参数,并将所 述埋点参数显示在参数配置界面中;
在所述参数配置界面中对所述埋点参数进行配置,并将配置之后的所述埋点参数与所述函数名称关联存储至参数配置列表中;
在接收到包含所述函数名称的函数触发指令时,根据所述函数名称从参数配置列表中获取与所述函数名称关联的所述埋点参数,并根据获取的所述埋点参数进行埋点。
一个或多个存储有计算机可读指令的非易失性可读存储介质,其特征在于,所述计算机可读指令被一个或多个处理器执行时,使得所述一个或多个处理器执行如下步骤:获取根据预设的命名规则命名的函数名称;
接收包含所述函数名称的函数点击指令,获取与所述函数名称关联的埋点参数,并将所述埋点参数显示在参数配置界面中;
在所述参数配置界面中对所述埋点参数进行配置,并将配置之后的所述埋点参数与所述函数名称关联存储至参数配置列表中;
在接收到包含所述函数名称的函数触发指令时,根据所述函数名称从参数配置列表中获取与所述函数名称关联的所述埋点参数,并根据获取的所述埋点参数进行埋点。
本申请的一个或多个实施例的细节在下面的附图和描述中提出,本申请的其他特征和优点将从说明书、附图以及权利要求变得明显。
附图说明
为了更清楚地说明本申请实施例的技术方案,下面将对本申请实施例的描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1是本申请一实施例中基于函数名称的埋点方法的应用环境示意图;
图2是本申请第一实施例中基于函数名称的埋点方法的流程图;
图3是本申请第二实施例中基于函数名称的埋点方法的流程图;
图4是本申请第三实施例中基于函数名称的埋点方法的流程图;
图5是本申请第四实施例中基于函数名称的埋点方法的流程图;
图6是本申请第一实施例中基于函数名称的埋点装置的原理框图;
图7是本申请第二实施例中基于函数名称的埋点装置的原理框图;
图8是本申请第三实施例中基于函数名称的埋点装置的原理框图;
图9是本申请第四实施例中基于函数名称的埋点装置的原理框图;
图10是本申请一实施例中计算机设备的示意图。
具体实施方式
下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。
本申请提供的基于函数名称的埋点方法,可应用在如图1的应用环境中,其中,客户端(计算机设备)通过网络与服务器进行通信。其中,客户端(计算机设备)包括但不限于为各种个人计算机、笔记本电脑、智能手机、平板电脑、摄像头和便携式可穿戴设备。服务器可以用独立的服务器或者是多个服务器组成的服务器集群来实现。
在一实施例中,如图2所示,提供一种基于函数名称的埋点方法,以该方法应用在图1中的服务器为例进行说明,包括以下步骤:
S10、获取根据预设的命名规则命名的函数名称。
可理解地,在对各种应用程序(比如小程序)进行埋点时,很重要的一步就是要选择出需要进行埋点的业务点(所述业务点一般体现在界面元素上面,比如对一个界面元素的点击事件可以称之为一个可以对该点击事件进行埋点的业务点;而所述界面元素包括文本框、按钮、图片或上述界面元素之间的任意组合等),并对该业务点配置相应的埋点参数。但是,在对业务点进行埋点时,若从客户端选择业务点(需要找到相应的位置和该位置的界面元素),或从服务器选择业务点(需要把客户端的显示界面的结构和截图发送到服务器,服务器再渲染出来),难度都比较大。在本实施例中,在对应用程序中各业务点对应的函数进行命名时,将所述函数都以预设的命名规则进行命名,每个业务点对应一个函数,且该函数在被触发的时候,首先会使用该业务点的埋点参数进行埋点。
在一实施例中,所述命名规则为:将各函数(所述应用程序中的)命名为包含程序名称、业务名称和功能名称的组合的函数名称。比如,在所述程序名称为yzt_(对应于一账通),所述业务名称为user_(对应于用户),所述功能名称为login(对应于登录)时,一个业务点需要执行一账通的用户登录的点击事件,此时可以将该点击事件对应的所述函数名称命名为:yzt_user_login(对应于一账通用户登录)。且该命名过程在对客户端的应用程序进行开发时即进行,在完成对函数的命名之后,将所述函数名称与该函数名称对应的埋点参数存储在客户端的本地数据库的参数配置列表中;所述参数配置列表中包括但不限定于为函数名称(所述函数名称包括程序名称、业务名称、功能名称等)和与所述函数名称关联的埋点参数等。可理解地,服务器会定时或实时自所述本地数据库中同步所述参数配置列表至服务器的后台数据库中。
在该实施例中,可以理解地,由于所有函数均为同一个应用程序所属的函数,因此,同一个应用程序中的所有所述函数名称中,程序名称均保持一致不可更改,但所述业务名称与功能名称的具体内容可以根据需求更改。且在对个所述函数进行命名时,所述函数名称的程序名称、业务名称和功能名称的组合顺序及组合形式亦可根据需求进行调整。
在需要查询以预设的命名规则进行命名的所有函数名称(以获取与其关联的埋点参数并对其进行修改)时,由于各所述函数名称中均包含同一个程序名称,因此,服务器可以直接在同步至后台数据库的所述参数配置列表中,通过查询所述程序名称获取到所有以预设命名规则命名的所述函数名称。同理,亦可以根据所述参数配置列表中的用户名称及功能名称查询与其对应的函数名称。
S20、接收包含所述函数名称的函数点击指令,获取与所述函数名称关联的埋点参数,并将所述埋点参数显示在参数配置界面中。
可理解地,在上述步骤S10中,获取根据预设的命名规则命名的函数名称之后,会将所有获取到的函数名称显示在当前显示界面上,此时用户可以通过点击选取其中一个函数名称,此时服务器接收到包含所述函数名称的函数点击指令,进入与所述函数名称对应的业务点的埋点参数的参数配置界面中。也即,埋点参数与所述函数名称关联存储在所述后台数据库的参数配置列表中,在所述参数配置列表中查询到所述函数名称之后,将所有获取到的函数名称显示在当前显示界面上,此时点击所述函数名称时,服务器自动自所述参数配置列表中获取与所述函数名称关联的埋点参数,并进入所述埋点参数的配置界面中,此时,可在步骤S30中对所述埋点参数进行配置。
S30、在所述参数配置界面中对所述埋点参数进行配置,并将配置之后的所述埋点参数与所述函数名称关联存储至参数配置列表中。
也即,用户对与所述函数名称关联的埋点参数进行配置,是指对业务点的埋点参数进行新增、删除或修改。比如,在默认情况下,对于用户登录操作无需进行埋点,但在业务(比如用户)觉得需要进行登录操作的埋点时,就可以对该业务点新增埋点参数。又比如,若原有的登录操作的业务点对应的埋点参数中功能部分设置为“登录”,此时,若有更多的登录选项导致容易混淆时,可以在参数配置界面将该登录操作的业务点对应的埋点参数中功能部分 修改为“一账通登录”。在对所述埋点参数进行配置之后,将配置之后的埋点参数与所述函数名称关联存储至所述后台数据库的参数配置列表中。
S40、在接收到包含所述函数名称的函数触发指令时,根据所述函数名称从参数配置列表中获取与所述函数名称关联的所述埋点参数,并根据获取的所述埋点参数进行埋点。
在本实施例中,若存在最新配置的埋点参数,且并未根据该埋点参数对相应的业务点进行埋点,此时,若用户在客户端的应用程序中对该业务点进行埋点时,会首先触发该业务点对应的函数,以从客户端的本地数据库中的所述参数配置列表中调取埋点参数进行埋点。此时,本地数据库中应首先确认存储的已经是最新配置的所述埋点参数,因此,在根据最新配置的埋点参数进行埋点之前,应首先将服务器中的参数配置列表中的最新配置的埋点参数同步至所述本地数据库的参数配置列表中。
本申请提供的基于函数名称的埋点方法,根据预设的函数名称查询业务点的埋点参数,并可通过选取函数名称进入参数配置界面,而无需通过从客户端选择界面元素或者从服务器端同步屏幕来找寻业务点,大大减少了配置埋点参数以及根据该埋点参数进行埋点的难度;本申请中,在接收到包含所述函数名称的函数触发指令时,对埋点参数进行配置,且每个业务点对应的函数名称中均包含业务名称与功能名称,因此,通过函数名称即可看出该业务点对应的点击事件的用户与功能,为埋点过程提供了便利,大大提升了用户体验。
在一实施例中,如图3所示,所述步骤S40之前,也即所述在接收到包含所述函数名称的函数触发指令时,根据所述函数名称从参数配置列表中获取与所述函数名称关联的所述埋点参数,并根据获取的所述埋点参数进行埋点之前,包括:
S50、接收客户端定时或即时发送的同步指令,将所述参数配置列表中的所述函数名称以及与所述函数名称关联的埋点参数同步至客户端的本地数据库。
由于客户端的应用程序中设定的函数名称,以及在服务器端配置的埋点参数的变化均是动态的,因此服务器中存储的参数配置列表中的数据均会随时变化。比如,在客户端的应用程序进行升级时,会新增、修改或删除函数,此时,服务器会从客户端的本地数据库中同步更新的参数配置列表。
而在本实施例中,客户端对埋点参数进行重新配置之后,由于服务器中的后台数据库中所述参数配置列表中的埋点参数会发生变化,此时,由于用户在客户端的应用程序中进行埋点时,是从本地数据库中的参数配置列表中调取埋点参数进行埋点,因此,在进行埋点之前,应先从服务器中同步更改的埋点参数,以保证埋点的顺利进行。
作为优选,所述步骤S30之后包括:在所述参数配置列表中为最新配置的所述埋点参数标识更新标签。也即,在将更改的所述埋点参数同步至本地数据库中的参数配置列表中之后,在所述埋点参数上标识一个更新标签,以确认其被更新且根据其进行埋点操作。
在本实施例的一方面,客户端设置每隔预设时长定时向服务器发送同步指令,从服务器中将所述参数配置列表同步至本地数据库中;而在本实施例的另一方面,在对应用程序中的点击事件进行埋点之前,即时向服务器发送一个同步指令,从服务器中将所述参数配置列表同步至本地数据库中。
在一实施例中,如图4所示,所述步骤S50之后,也即所述接收客户端定时或即时发送的同步指令,将所述参数配置列表中的所述函数名称以及与所述函数名称关联的埋点参数同步至客户端的本地数据库之后,包括:
S60、在所述本地数据库的所述参数配置列表中,检测所述埋点参数是否被更新。
也即,在该步骤中,若需要确认是否要进行埋点,首先需要确定是否存在有最新配置的埋点参数,若存在最新配置的埋点参数,则首先根据所述埋点参数对所述业务点的点击事件进行埋点。若不存在最新配置的埋点参数,则无需进行埋点。
在一实施例中,所述步骤S60中,所述检测所述埋点参数是否被更新,具体为:检测所述埋点参数是否被标识有所述更新标签。
可理解地,在一实施例中,所述客户端可以定时检测述本地数据库的所述参数配置列表中的所有埋点参数是否被更新。在另一实施例中,可以在接收到点击事件的执行指令时,检测与所述点击事件对应的埋点参数是否被更新,该点击事件的执行指令中包含业务名称与功能名称,且根据该业务名称与功能名称可以在所述参数配置列表中找寻到与其对应的函数名称以及与该函数名称关联的埋点参数;可理解地,所述埋点参数即为与所述点击事件对应的埋点参数,在该实施例中,仅需要检测与所述点击事件对应的埋点参数是否被更新即可。
S70、在所述埋点参数被更新时,生成函数触发指令;所述函数触发指令中包含与更新的所述埋点参数关联的所述函数名称。
若所述本地数据库的所述参数配置列表中存在最新配置的埋点参数,也即,检测到与所述点击事件对应的埋点参数被标识有更新标签时,需要触发与所述业务点对应的函数,并根据所述埋点参数对所述业务点的点击事件进行埋点;同时,在根据所述埋点参数进行埋点之后,将该埋点参数上标识的更新标签消除,以确认已根据该埋点参数进行过埋点操作。
在一实施例中,如图5所示,所述步骤S60之后,也即所述在所述本地数据库的所述参数配置列表中,检测所述埋点参数是否被更新之后,包括:
S80、在所述埋点参数未被更新时,确认此前已根据该埋点参数对与该埋点参数对应的点击事件进行埋点,且与所述点击事件对应的该埋点参数当前并未被更新。也即,若所述本地数据库的所述参数配置列表中不存在最新配置的埋点参数,也即,检测到与所述点击事件对应的埋点参数并未被标识有更新标签时,说明与所述点击事件对应的埋点参数并未被更新,同时代表此前已经根据该埋点参数进行过埋点,无需再次进行埋点。
S90、在接收到与该埋点参数对应的所述点击事件的执行指令时,执行所述点击事件。也即,此时若接收到该点击事件的执行指令,由于已经进行埋点而无需进行埋点,因此直接执行所述点击事件即可。
在一实施例中,如图6所示,提供一种基于函数名称的埋点装置,该基于函数名称的埋点装置与上述实施例中基于函数名称的埋点方法一一对应。所述基于函数名称的埋点装置包括:
获取模块11,用于获取根据预设的命名规则命名的函数名称;
接收模块12,用于接收包含所述函数名称的函数点击指令,获取与所述函数名称关联的埋点参数,并将所述埋点参数显示在参数配置界面中;
配置模块13,用于在所述参数配置界面中对所述埋点参数进行配置,并将配置之后的所述埋点参数与所述函数名称关联存储至参数配置列表中;
埋点模块14,用于在接收到包含所述函数名称的函数触发指令时,根据所述函数名称从参数配置列表中获取与所述函数名称关联的所述埋点参数,并根据获取的所述埋点参数进行埋点。
在一实施例中,如图7所示,所述装置还包括:
同步模块15,用于接收客户端定时或即时发送的同步指令,将所述参数配置列表中的所述函数名称以及与所述函数名称关联的埋点参数同步至客户端的本地数据库。
在一实施例中,如图8所示,所述装置还包括:
检测模块16,用于在所述本地数据库的所述参数配置列表中,检测所述埋点参数是否被更新;
生成模块17,用于在所述埋点参数被更新时,生成函数触发指令;所述函数触发指令中包含与更新的所述埋点参数关联的所述函数名称。
在一实施例中,如图8所示,所述装置还包括:
确认模块18,在所述埋点参数未被更新时,确认此前已根据该埋点参数对与该埋点参数对应的点击事件进行埋点,且与所述点击事件对应的该埋点参数当前并未被更新。
执行模块19,在接收到与该埋点参数对应的所述点击事件的执行指令时,执行所述点击 事件。
在一实施例中,如图9所示,所述装置还包括:
标识模块20,用于在所述参数配置列表中为最新配置的所述埋点参数标识更新标签。
在一实施例中,所述检测模块还用于检测所述埋点参数是否被标识有所述更新标签。
本申请提供的基于函数名称的埋点装置,根据预设的函数名称查询业务点的埋点参数,并可通过选取函数名称进入参数配置界面,而无需通过从客户端选择界面元素或者从服务器端同步屏幕来找寻业务点,大大减少了配置埋点参数以及根据该埋点参数进行埋点的难度;本申请中,在接收到包含所述函数名称的函数触发指令时,对埋点参数进行配置,且每个业务点对应的函数名称中均包含业务名称与功能名称,因此,通过函数名称即可看出该业务点对应的点击事件的用户与功能,为埋点过程提供了便利,大大提升了用户体验。
关于基于函数名称的埋点装置的具体限定可以参见上文中对于基于函数名称的埋点方法的限定,在此不再赘述。上述基于函数名称的埋点装置中的各个模块可全部或部分通过软件、硬件及其组合来实现。上述各模块可以硬件形式内嵌于或独立于计算机设备中的处理器中,也可以以软件形式存储于计算机设备中的存储器中,以便于处理器调用执行以上各个模块对应的操作。
在一个实施例中,提供了一种计算机设备,该计算机设备可以是服务器,其内部结构图可以如图10所示。该计算机设备包括通过系统总线连接的处理器、存储器、网络接口和数据库。其中,该计算机设备的处理器用于提供计算和控制能力。该计算机设备的存储器包括非易失性存储介质、内存储器。该非易失性存储介质存储有操作系统、计算机可读指令和数据库。该内存储器为非易失性存储介质中的操作系统和计算机可读指令的运行提供环境。该计算机可读指令被处理器执行时以实现一种基于函数名称的埋点方法。
在一个实施例中,提供了一种计算机设备,包括存储器、处理器及存储在存储器上并可在处理器上运行的计算机可读指令,处理器执行计算机可读指令时实现以下步骤:
获取根据预设的命名规则命名的函数名称;接收包含所述函数名称的函数点击指令,获取与所述函数名称关联的埋点参数,并将所述埋点参数显示在参数配置界面中;在所述参数配置界面中对所述埋点参数进行配置,并将配置之后的所述埋点参数与所述函数名称关联存储至参数配置列表中;在接收到包含所述函数名称的函数触发指令时,根据所述函数名称从参数配置列表中获取与所述函数名称关联的所述埋点参数,并根据获取的所述埋点参数进行埋点。
本申请提供的计算机设备,根据预设的函数名称查询业务点的埋点参数,并可通过选取函数名称进入参数配置界面,而无需通过从客户端选择界面元素或者从服务器端同步屏幕来找寻业务点,大大减少了配置埋点参数以及根据该埋点参数进行埋点的难度;本申请中,在接收到包含所述函数名称的函数触发指令时,对埋点参数进行配置,且每个业务点对应的函数名称中均包含业务名称与功能名称,因此,通过函数名称即可看出该业务点对应的点击事件的用户与功能,为埋点过程提供了便利,大大提升了用户体验。
在一个实施例中,提供了一个或多个存储有计算机可读指令的非易失性可读存储介质,所述计算机可读指令被一个或多个处理器执行时,使得所述一个或多个处理器执行如下步骤:
获取根据预设的命名规则命名的函数名称;接收包含所述函数名称的函数点击指令,获取与所述函数名称关联的埋点参数,并将所述埋点参数显示在参数配置界面中;在所述参数配置界面中对所述埋点参数进行配置,并将配置之后的所述埋点参数与所述函数名称关联存储至参数配置列表中;在接收到包含所述函数名称的函数触发指令时,根据所述函数名称从参数配置列表中获取与所述函数名称关联的所述埋点参数,并根据获取的所述埋点参数进行埋点。
本申请提供的存储介质,根据预设的函数名称查询业务点的埋点参数,并可通过选取函数名称进入参数配置界面,而无需通过从客户端选择界面元素或者从服务器端同步屏幕来找 寻业务点,大大减少了配置埋点参数以及根据该埋点参数进行埋点的难度;本申请中,在接收到包含所述函数名称的函数触发指令时,对埋点参数进行配置,且每个业务点对应的函数名称中均包含业务名称与功能名称,因此,通过函数名称即可看出该业务点对应的点击事件的用户与功能,为埋点过程提供了便利,大大提升了用户体验。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机可读指令来指令相关的硬件来完成,所述的计算机可读指令可存储于一非易失性计算机可读取存储介质中,该计算机可读指令在执行时,可包括如上述各方法的实施例的流程。其中,本申请所提供的各实施例中所使用的对存储器、存储、数据库或其它介质的任何引用,均可包括非易失性和/或易失性存储器。非易失性存储器可包括只读存储器(ROM)、可编程ROM(PROM)、电可编程ROM(EPROM)、电可擦除可编程ROM(EEPROM)或闪存。易失性存储器可包括随机存取存储器(RAM)或者外部高速缓冲存储器。作为说明而非局限,RAM以多种形式可得,诸如静态RAM(SRAM)、动态RAM(DRAM)、同步DRAM(SDRAM)、双数据率SDRAM(DDRSDRAM)、增强型SDRAM(ESDRAM)、同步链路DRAM(SLDRAM)、存储器总线直接RAM(RDRAM)、直接存储器总线动态RAM(DRDRAM)、以及存储器总线动态RAM(RDRAM)等。
所属领域的技术人员可以清楚地了解到,为了描述的方便和简洁,仅以上述各功能单元或模块的划分进行举例说明,实际应用中,可以根据需要而将上述功能分配由不同的功能单元或模块完成,即将所述装置的内部结构划分成不同的功能单元或模块,以完成以上描述的全部或者部分功能。
以上所述实施例仅用以说明本申请的技术方案,而非对其限制;尽管参照前述实施例对本申请进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本申请各实施例技术方案的精神和范围,均应包含在本申请的保护范围之内。

Claims (20)

  1. 一种基于函数名称的埋点方法,其特征在于,包括:
    获取根据预设的命名规则命名的函数名称;
    接收包含所述函数名称的函数点击指令,获取与所述函数名称关联的埋点参数,并将所述埋点参数显示在参数配置界面中;
    在所述参数配置界面中对所述埋点参数进行配置,并将配置之后的所述埋点参数与所述函数名称关联存储至参数配置列表中;
    在接收到包含所述函数名称的函数触发指令时,根据所述函数名称从参数配置列表中获取与所述函数名称关联的所述埋点参数,并根据获取的所述埋点参数进行埋点。
  2. 如权利要求1所述的基于函数名称的埋点方法,其特征在于,所述命名规则为:将各函数命名为包含程序名称、业务名称和功能名称的组合的函数名称。
  3. 如权利要求1所述基于函数名称的埋点的方法,其特征在于,所述在接收到包含所述函数名称的函数触发指令时,根据所述函数名称从参数配置列表中获取与所述函数名称关联的所述埋点参数,并根据获取的所述埋点参数进行埋点,包括:
    接收客户端定时或即时发送的同步指令,将所述参数配置列表中的所述函数名称以及与所述函数名称关联的埋点参数同步至客户端的本地数据库。
  4. 如权利要求3所述的基于函数名称的埋点方法,其特征在于,所述接收客户端定时或即时发送的同步指令,将所述参数配置列表中的所述函数名称以及与所述函数名称关联的埋点参数同步至客户端的本地数据库之后,包括:
    在所述本地数据库的所述参数配置列表中,检测所述埋点参数是否被更新;
    在所述埋点参数被更新时,生成函数触发指令;所述函数触发指令中包含与更新的所述埋点参数关联的所述函数名称。
  5. 如权利要求4所述的基于函数名称的埋点方法,其特征在于,所述在所述本地数据库的所述参数配置列表中,检测所述埋点参数是否被更新之后,包括:
    在所述埋点参数未被更新时,确认此前已根据该埋点参数对与该埋点参数对应的点击事件进行埋点,且与所述点击事件对应的该埋点参数当前并未被更新;
    在接收到与该埋点参数对应的所述点击事件的执行指令时,执行所述点击事件。
  6. 如权利要求4所述的基于函数名称的埋点方法,其特征在于,所述在所述参数配置界面中对所述埋点参数进行配置,并将配置之后的所述埋点参数与所述函数名称关联存储至参数配置列表中之后,还包括:
    在所述参数配置列表中为最新配置的所述埋点参数标识更新标签;
    所述检测所述埋点参数是否被更新,包括:检测所述埋点参数是否被标识有所述更新标签。
  7. 一种基于函数名称的埋点装置,其特征在于,包括:
    获取模块,用于获取根据预设的命名规则命名的函数名称;
    接收模块,用于接收包含所述函数名称的函数点击指令,获取与所述函数名称关联的埋点参数,并将所述埋点参数显示在参数配置界面中;
    配置模块,用于在所述参数配置界面中对所述埋点参数进行配置,并将配置之后的所述埋点参数与所述函数名称关联存储至参数配置列表中;
    埋点模块,用于在接收到包含所述函数名称的函数触发指令时,根据所述函数名称从参数配置列表中获取与所述函数名称关联的所述埋点参数,并根据获取的所述埋点参数进行埋点。
  8. 如权利要求7所述的基于函数名称的埋点装置,其特征在于,所述装置还包括:
    同步模块,用于接收客户端定时或即时发送的同步指令,将所述参数配置列表中的所述函数名称以及与所述函数名称关联的埋点参数同步至客户端的本地数据库。
  9. 如权利要求8所述的基于函数名称的埋点装置,其特征在于,所述装置还包括:
    检测模块,用于在所述本地数据库的所述参数配置列表中,检测所述埋点参数是否被更新;
    生成模块,用于在所述埋点参数被更新时,生成函数触发指令;所述函数触发指令中包含与更新的所述埋点参数关联的所述函数名称。
  10. 如权利要求9所述的基于函数名称的埋点装置,其特征在于,所述装置还包括:
    确认模块,在所述埋点参数未被更新时,确认此前已根据该埋点参数对与该埋点参数对应的点击事件进行埋点,且与所述点击事件对应的该埋点参数当前并未被更新。
    执行模块,在接收到与该埋点参数对应的所述点击事件的执行指令时,执行所述点击事件。
  11. 如权利要求9所述的基于函数名称的埋点装置,其特征在于,所述装置还包括:标识模块,用于在所述参数配置列表中为最新配置的所述埋点参数标识更新标签;
    所述检测模块还用于检测所述埋点参数是否被标识有所述更新标签。
  12. 一种计算机设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,其特征在于,所述处理器执行所述计算机可读指令时实现如下步骤:
    获取根据预设的命名规则命名的函数名称;
    接收包含所述函数名称的函数点击指令,获取与所述函数名称关联的埋点参数,并将所述埋点参数显示在参数配置界面中;
    在所述参数配置界面中对所述埋点参数进行配置,并将配置之后的所述埋点参数与所述函数名称关联存储至参数配置列表中;
    在接收到包含所述函数名称的函数触发指令时,根据所述函数名称从参数配置列表中获取与所述函数名称关联的所述埋点参数,并根据获取的所述埋点参数进行埋点。
  13. 如权利要求12所述的计算机设备,其特征在于,所述命名规则为:将各函数命名为包含程序名称、业务名称和功能名称的组合的函数名称。
  14. 如权利要求12所述的计算机设备,其特征在于,所述在接收到包含所述函数名称的函数触发指令时,根据所述函数名称从参数配置列表中获取与所述函数名称关联的所述埋点参数,并根据获取的所述埋点参数进行埋点,包括:
    接收客户端定时或即时发送的同步指令,将所述参数配置列表中的所述函数名称以及与所述函数名称关联的埋点参数同步至客户端的本地数据库。
  15. 如权利要求14所述的计算机设备,其特征在于,所述接收客户端定时或即时发送的同步指令,将所述参数配置列表中的所述函数名称以及与所述函数名称关联的埋点参数同步至客户端的本地数据库之后,所述处理器执行所述计算机可读指令时还实现如下步骤:
    在所述本地数据库的所述参数配置列表中,检测所述埋点参数是否被更新;
    在所述埋点参数被更新时,生成函数触发指令;所述函数触发指令中包含与更新的所述埋点参数关联的所述函数名称。
  16. 如权利要求15所述的计算机设备,其特征在于,所述在所述本地数据库的所述参数配置列表中,检测所述埋点参数是否被更新之后,所述处理器执行所述计算机可读指令时还实现如下步骤:
    在所述埋点参数未被更新时,确认此前已根据该埋点参数对与该埋点参数对应的点击事件进行埋点,且与所述点击事件对应的该埋点参数当前并未被更新;
    在接收到与该埋点参数对应的所述点击事件的执行指令时,执行所述点击事件。
  17. 一个或多个存储有计算机可读指令的非易失性可读存储介质,其特征在于,所述计算机可读指令被一个或多个处理器执行时,使得所述一个或多个处理器执行如下步骤:
    获取根据预设的命名规则命名的函数名称;
    接收包含所述函数名称的函数点击指令,获取与所述函数名称关联的埋点参数,并将所述埋点参数显示在参数配置界面中;
    在所述参数配置界面中对所述埋点参数进行配置,并将配置之后的所述埋点参数与所述函数名称关联存储至参数配置列表中;
    在接收到包含所述函数名称的函数触发指令时,根据所述函数名称从参数配置列表中获取与所述函数名称关联的所述埋点参数,并根据获取的所述埋点参数进行埋点。
  18. 如权利要求17所述的非易失性可读存储介质,其特征在于,所述在接收到包含所述函数名称的函数触发指令时,根据所述函数名称从参数配置列表中获取与所述函数名称关联的所述埋点参数,并根据获取的所述埋点参数进行埋点,包括:
    接收客户端定时或即时发送的同步指令,将所述参数配置列表中的所述函数名称以及与所述函数名称关联的埋点参数同步至客户端的本地数据库。
  19. 如权利要求18所述的非易失性可读存储介质,其特征在于,所述接收客户端定时或即时发送的同步指令,将所述参数配置列表中的所述函数名称以及与所述函数名称关联的埋点参数同步至客户端的本地数据库之后,所述计算机可读指令被一个或多个处理器执行时,使得所述一个或多个处理器还执行如下步骤:
    在所述本地数据库的所述参数配置列表中,检测所述埋点参数是否被更新;
    在所述埋点参数被更新时,生成函数触发指令;所述函数触发指令中包含与更新的所述埋点参数关联的所述函数名称。
  20. 如权利要求19所述的非易失性可读存储介质,其特征在于,所述在所述本地数据库的所述参数配置列表中,检测所述埋点参数是否被更新之后,所述计算机可读指令被一个或多个处理器执行时,使得所述一个或多个处理器还执行如下步骤:
    在所述埋点参数未被更新时,确认此前已根据该埋点参数对与该埋点参数对应的点击事件进行埋点,且与所述点击事件对应的该埋点参数当前并未被更新;
    在接收到与该埋点参数对应的所述点击事件的执行指令时,执行所述点击事件。
PCT/CN2018/122732 2018-10-26 2018-12-21 基于函数名称的埋点方法、装置、计算机设备及存储介质 WO2020082558A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201811255709.0 2018-10-26
CN201811255709.0A CN109542529B (zh) 2018-10-26 2018-10-26 基于函数名称的埋点方法、装置、计算机设备及存储介质

Publications (1)

Publication Number Publication Date
WO2020082558A1 true WO2020082558A1 (zh) 2020-04-30

Family

ID=65845123

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/122732 WO2020082558A1 (zh) 2018-10-26 2018-12-21 基于函数名称的埋点方法、装置、计算机设备及存储介质

Country Status (2)

Country Link
CN (1) CN109542529B (zh)
WO (1) WO2020082558A1 (zh)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111930422A (zh) * 2020-09-02 2020-11-13 上海优扬新媒信息技术有限公司 一种信息采集方法、装置、服务器及存储介质
CN111966339A (zh) * 2020-07-23 2020-11-20 招联消费金融有限公司 埋点参数的录入方法、装置、计算机设备和存储介质
CN112328504A (zh) * 2020-12-03 2021-02-05 广州品唯软件有限公司 埋点数据检验方法、装置、系统、计算机设备和存储介质
CN113448832A (zh) * 2020-06-18 2021-09-28 北京新氧科技有限公司 一种控件曝光检测方法及应用程序运行监测系统
CN114003272A (zh) * 2021-11-01 2022-02-01 焦点科技股份有限公司 一种埋点参数及触发条件配置化方法

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110502415B (zh) * 2019-08-27 2023-11-28 北京思维造物信息科技股份有限公司 一种埋点设置方法、装置及设备
CN110688275A (zh) * 2019-08-30 2020-01-14 贝壳技术有限公司 埋点管理方法、埋点更新方法及埋点管理系统
CN110674022B (zh) * 2019-09-27 2021-04-27 北京三快在线科技有限公司 行为数据获取方法、装置及存储介质
CN110781064B (zh) * 2019-10-28 2023-05-26 深圳市思迪信息技术股份有限公司 客户端用户行为数据动态埋点采集的方法及装置
CN111338937B (zh) * 2020-02-19 2023-06-23 百度在线网络技术(北京)有限公司 一种对小程序干预下线的方法、装置、设备和介质

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572043A (zh) * 2013-10-16 2015-04-29 阿里巴巴集团控股有限公司 一种对客户端应用的控件进行实时埋点的方法及装置
CN106502896A (zh) * 2016-10-21 2017-03-15 武汉斗鱼网络科技有限公司 一种函数测试代码的生成方法及装置
CN106598868A (zh) * 2016-12-24 2017-04-26 上海亿账通互联网科技有限公司 对客户端的应用程序动态埋点的方法及系统
CN107436832A (zh) * 2016-05-27 2017-12-05 阿里巴巴集团控股有限公司 一种动态埋点的方法、装置及电子设备
CN107864065A (zh) * 2017-08-16 2018-03-30 上海壹账通金融科技有限公司 无埋点数据采集方法、系统及计算机可读存储介质
CN108347532A (zh) * 2018-02-07 2018-07-31 深圳壹账通智能科技有限公司 功能访问方法、装置、终端设备及存储介质

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5659477A (en) * 1994-12-28 1997-08-19 Collins; Charles Michael Self reproducing fundamental fabricating machines (F-Units)
JP3615205B2 (ja) * 2002-07-01 2005-02-02 株式会社東芝 半導体装置及び半導体装置の製造方法
US8438245B2 (en) * 2010-08-09 2013-05-07 Mskynet Inc. Remote application invocation system and method
CN106156212A (zh) * 2015-04-22 2016-11-23 阿里巴巴集团控股有限公司 一种数据采集方法和系统、及其终端和服务器
CN107295050B (zh) * 2016-04-01 2021-05-11 阿里巴巴集团控股有限公司 前端用户行为统计方法及装置
CN106844217B (zh) * 2017-01-26 2020-03-20 网易(杭州)网络有限公司 对应用的控件进行埋点的方法及装置、可读存储介质
CN107609004B (zh) * 2017-07-21 2020-08-18 深圳市小牛在线互联网信息咨询有限公司 应用程序埋点方法和装置、计算机设备和存储介质
CN107894945A (zh) * 2017-11-17 2018-04-10 深圳市泉眼网络科技有限公司 埋点添加方法、移动终端及计算机可读存储介质
CN107995283B (zh) * 2017-11-29 2019-06-14 上海恺英网络科技有限公司 一种数据埋点分析的方法、设备及系统
CN108551411A (zh) * 2018-04-28 2018-09-18 努比亚技术有限公司 数据采集方法、移动终端及计算机可读存储介质

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572043A (zh) * 2013-10-16 2015-04-29 阿里巴巴集团控股有限公司 一种对客户端应用的控件进行实时埋点的方法及装置
CN107436832A (zh) * 2016-05-27 2017-12-05 阿里巴巴集团控股有限公司 一种动态埋点的方法、装置及电子设备
CN106502896A (zh) * 2016-10-21 2017-03-15 武汉斗鱼网络科技有限公司 一种函数测试代码的生成方法及装置
CN106598868A (zh) * 2016-12-24 2017-04-26 上海亿账通互联网科技有限公司 对客户端的应用程序动态埋点的方法及系统
CN107864065A (zh) * 2017-08-16 2018-03-30 上海壹账通金融科技有限公司 无埋点数据采集方法、系统及计算机可读存储介质
CN108347532A (zh) * 2018-02-07 2018-07-31 深圳壹账通智能科技有限公司 功能访问方法、装置、终端设备及存储介质

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113448832A (zh) * 2020-06-18 2021-09-28 北京新氧科技有限公司 一种控件曝光检测方法及应用程序运行监测系统
CN113448832B (zh) * 2020-06-18 2024-03-12 北京新氧科技有限公司 一种控件曝光检测方法及应用程序运行监测系统
CN111966339A (zh) * 2020-07-23 2020-11-20 招联消费金融有限公司 埋点参数的录入方法、装置、计算机设备和存储介质
CN111966339B (zh) * 2020-07-23 2024-04-09 招联消费金融股份有限公司 埋点参数的录入方法、装置、计算机设备和存储介质
CN111930422A (zh) * 2020-09-02 2020-11-13 上海优扬新媒信息技术有限公司 一种信息采集方法、装置、服务器及存储介质
CN111930422B (zh) * 2020-09-02 2023-07-25 度小满科技(北京)有限公司 一种信息采集方法、装置、服务器及存储介质
CN112328504A (zh) * 2020-12-03 2021-02-05 广州品唯软件有限公司 埋点数据检验方法、装置、系统、计算机设备和存储介质
CN114003272A (zh) * 2021-11-01 2022-02-01 焦点科技股份有限公司 一种埋点参数及触发条件配置化方法
CN114003272B (zh) * 2021-11-01 2024-04-16 焦点科技股份有限公司 一种埋点参数及触发条件配置化方法

Also Published As

Publication number Publication date
CN109542529A (zh) 2019-03-29
CN109542529B (zh) 2022-04-05

Similar Documents

Publication Publication Date Title
WO2020082558A1 (zh) 基于函数名称的埋点方法、装置、计算机设备及存储介质
US10152316B2 (en) Mobile application processing
CN107688664B (zh) 图表生成方法、装置、计算机设备和存储介质
US10409694B2 (en) Data conversion method and backup server
WO2019062182A1 (zh) 数据同步装置、方法及计算机可读存储介质
JP2019506654A (ja) ページジャンプの方法及び装置
US9652220B2 (en) Zero down-time deployment of new application versions
JP2016192205A (ja) マップ画像およびデータの永続的キャッシング
CN106648733B (zh) 应用预加载的方法
US10506400B2 (en) Data download method and apparatus
CN113590146B (zh) 服务器及容器升级方法
CN111752960B (zh) 数据处理方法和装置
CN109271193B (zh) 一种数据处理方法、装置、设备及存储介质
US10089139B2 (en) Systems, methods and media for managing embedded content
WO2019047406A1 (zh) 数据同步方法及装置
CN111125205A (zh) 看板数据显示方法、终端及存储介质
US9460179B1 (en) Systems and methods for providing adaptive visualization of synchronization of multiple files
CN113157722B (zh) 一种数据处理方法、装置、服务器、系统及存储介质
US10097976B2 (en) Information processing apparatus and control method thereof
CN110866011B (zh) 数据表同步方法、装置、计算机设备和存储介质
CN112463304A (zh) 容器镜像的回滚方法、装置、计算机设备和存储介质
US11080238B2 (en) System and method for interactive visual representation of metadata within a networked heterogeneous workflow environment
US9830352B2 (en) Information processing device, information processing system, information processing method, and program
CN108920045B (zh) 一种快速安装应用程序的控制方法及控制装置
US20240031434A1 (en) Marking information processing method and device, and storage medium

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: 18937635

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

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

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

122 Ep: pct application non-entry in european phase

Ref document number: 18937635

Country of ref document: EP

Kind code of ref document: A1