CN109542529B - Function name-based point burying method and device, computer equipment and storage medium - Google Patents

Function name-based point burying method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN109542529B
CN109542529B CN201811255709.0A CN201811255709A CN109542529B CN 109542529 B CN109542529 B CN 109542529B CN 201811255709 A CN201811255709 A CN 201811255709A CN 109542529 B CN109542529 B CN 109542529B
Authority
CN
China
Prior art keywords
function
parameter
point
function name
name
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201811255709.0A
Other languages
Chinese (zh)
Other versions
CN109542529A (en
Inventor
郭鸿程
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
OneConnect Financial Technology Co Ltd Shanghai
Original Assignee
OneConnect Financial Technology Co Ltd Shanghai
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 OneConnect Financial Technology Co Ltd Shanghai filed Critical OneConnect Financial Technology Co Ltd Shanghai
Priority to CN201811255709.0A priority Critical patent/CN109542529B/en
Priority to PCT/CN2018/122732 priority patent/WO2020082558A1/en
Publication of CN109542529A publication Critical patent/CN109542529A/en
Application granted granted Critical
Publication of CN109542529B publication Critical patent/CN109542529B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a function name-based point burying method, a function name-based point burying device, computer equipment and a storage medium, wherein the method comprises the following steps: acquiring a function name named according to a preset naming rule; receiving a function click instruction containing the function name, acquiring a buried point parameter associated with the function name, and displaying the buried point parameter in a parameter configuration interface; configuring the embedded point parameters in the parameter configuration interface, and storing the configured embedded point parameters and the function names in a parameter configuration list in an associated manner; and when a function trigger instruction containing the function name is received, acquiring the embedded point parameter associated with the function name from a parameter configuration list according to the function name, and embedding the point according to the acquired embedded point parameter. According to the invention, the user and the function of the click event corresponding to the service point can be seen through the function name, so that convenience is provided for the point burying process, and the user experience is greatly improved.

Description

Function name-based point burying method and device, computer equipment and storage medium
Technical Field
The invention relates to the field of point burying, in particular to a point burying method and device based on function names, computer equipment and a storage medium.
Background
At present, as application programs are more and more widely applied, the demand of embedding points into the application programs is more and more, and the embedding points comprise code embedding points, full embedding points and non-embedding points; the code embedding is to add embedding codes to places needing attention and send corresponding requests to a server to record embedding information. The full-buried point is a practice which can be identified, all the practices are sent to the server to record event information, and the server deduces corresponding service buried point information according to the event information. The non-buried point is that an event meeting the server rule is identified on the basis of the full buried point, and then buried point information is recorded according to parameters defined by the server rule. Therefore, the non-buried point is a full-buried point scheme with rules, and the adding rule is to set the non-buried point parameters. In the prior art, a few buried point schemes for configuring the application program without the buried point parameters are provided. Therefore, there is a need for a point-embedding scheme that can implement simple and fast non-point-embedding parameter configuration for an application program.
Disclosure of Invention
The embodiment of the invention provides a point burying method and device based on function names, computer equipment and a storage medium.
A method for embedding points based on function names comprises the following steps:
acquiring a function name named according to a preset naming rule;
receiving a function click instruction containing the function name, acquiring a buried point parameter associated with the function name, and displaying the buried point parameter in a parameter configuration interface;
configuring the embedded point parameters in the parameter configuration interface, and storing the configured embedded point parameters and the function names in a parameter configuration list in an associated manner;
and when a function trigger instruction containing the function name is received, acquiring the embedded point parameter associated with the function name from a parameter configuration list according to the function name, and embedding the point according to the acquired embedded point parameter.
A function name based fixed point device comprising:
the acquisition module is used for acquiring the function name named according to a preset naming rule;
the receiving module is used for receiving a function click instruction containing the function name, acquiring a buried point parameter associated with the function name, and displaying the buried point parameter in a parameter configuration interface;
the configuration module is used for configuring the embedded point parameters in the parameter configuration interface and storing the configured embedded point parameters and the function names in a parameter configuration list in an associated manner;
and the point burying module is used for acquiring the point burying parameters related to the function names from a parameter configuration list according to the function names when receiving the function triggering instruction containing the function names, and burying points according to the acquired point burying parameters.
A computer device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, the processor implementing the steps of the function name based embedding method when executing the computer program.
A computer-readable storage medium, storing a computer program which, when executed by a processor, implements the steps of the above-described function name based point burying method.
According to the function name-based point burying method, the function name-based point burying device, the computer equipment and the storage medium, the point burying parameters of the service points are inquired according to the preset function names, the parameter configuration interface can be accessed by selecting the function names, the service points do not need to be found by selecting interface elements from a client or a server synchronous screen, and the difficulty of point burying configuration and the point burying according to the point burying parameters is greatly reduced; in the invention, when a function trigger instruction containing the function name is received, the embedded point parameters are configured, and the function name corresponding to each service point contains the service name and the function name, so that the user and the function of the click event corresponding to the service point can be seen through the function name, convenience is provided for the embedded point process, and the user experience is greatly improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings used in the description of the embodiments of the present invention will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without inventive labor.
FIG. 1 is a diagram illustrating an application environment of a function name based point burying method according to an embodiment of the present invention;
FIG. 2 is a flow chart of a function name based point burying method according to a first embodiment of the present invention;
FIG. 3 is a flow chart of a function name based point burying method according to a second embodiment of the present invention;
FIG. 4 is a flow chart of a function name based embedding method according to a third embodiment of the present invention;
FIG. 5 is a flow chart of a function name based point burying method according to a fourth embodiment of the present invention;
FIG. 6 is a schematic block diagram of a function name based dotting device according to a first embodiment of the present invention;
FIG. 7 is a schematic block diagram of a function name based dotting device according to a second embodiment of the present invention;
FIG. 8 is a functional name based schematic block diagram of a third embodiment of a function name based fixed point device according to the present invention;
FIG. 9 is a schematic block diagram of a function name based dotting device according to a fourth embodiment of the present invention;
FIG. 10 is a schematic diagram of a computer device in an embodiment of the invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The function name-based point burying method provided by the invention can be applied to the application environment shown in fig. 1, wherein a client (computer device) communicates with a server through a network. The client (computer device) includes, but is not limited to, various personal computers, notebook computers, smart phones, tablet computers, cameras, and portable wearable devices. The server may be implemented as a stand-alone server or as a server cluster consisting of a plurality of servers.
In an embodiment, as shown in fig. 2, a method for embedding points based on function names is provided, which is described by taking the method as an example applied to the server in fig. 1, and includes the following steps:
and S10, acquiring the function name named according to the preset naming rule.
Understandably, when embedding points into various applications (such as applets), an important step is to select a service point (the service point is generally embodied on an interface element, for example, a click event of an interface element may be referred to as a service point capable of embedding points into the click event, and the interface element includes a text box, a button, a picture, or any combination of the above interface elements, etc.) that needs to be embedded into points, and configure corresponding embedded point parameters for the service point. However, when embedding a service point, it is difficult to select a service point from a client (a corresponding location and an interface element at the location need to be found), or to select a service point from a server (a structure and a screenshot of a display interface of the client need to be sent to the server, and the server is rendered). In this embodiment, when naming a function corresponding to each service point in an application program, the functions are named according to a preset naming rule, each service point corresponds to one function, and when the function is triggered, the function is first embedded by using an embedded point parameter of the service point.
In one embodiment, the naming rule is: each function (in the application) is named a function name that contains a combination of a program name, a service name, and a function name. For example, when the program name is yzt _ (corresponding to an account), the service name is user _ (corresponding to a user), and the function name is login, a service point needs to execute a click event of the user login of the account, and the function name corresponding to the click event may be named: yzt _ user _ login (corresponding to an account user login). The naming process is carried out when the application program of the client is developed, and after the function is named, the function name and the embedded point parameter corresponding to the function name are stored in a parameter configuration list of a local database of the client; the parameter configuration list includes, but is not limited to, function names (the function names include program names, service names, function names, etc.), and a buried point parameter associated with the function names, etc. Understandably, the server synchronizes the parameter configuration list from the local database to a background database of the server in a timed or real-time manner.
In this embodiment, it can be understood that all functions are functions belonging to the same application program, and therefore, in all the function names in the same application program, program names are kept consistent and cannot be changed, but specific contents of the service name and the function name may be changed according to requirements. And when naming the function, the combination sequence and combination form of the program name, the service name and the function name of the function name can be adjusted according to the requirement.
When all function names named by the preset naming rule need to be queried (so as to obtain and modify the embedded point parameters associated with the function names), the server can directly obtain all the function names named by the preset naming rule in the parameter configuration list synchronized to the background database by querying the program names, because each function name contains the same program name. Similarly, the function name corresponding to the user name and the function name in the parameter configuration list may also be queried.
S20, receiving a function click command containing the function name, acquiring a buried point parameter associated with the function name, and displaying the buried point parameter in a parameter configuration interface.
Understandably, in the step S10, after the function names named according to the preset naming rule are obtained, all the obtained function names are displayed on the current display interface, at this time, the user may select one of the function names by clicking, and at this time, the server receives a function click instruction including the function name, and enters the parameter configuration interface of the embedded point parameter of the service point corresponding to the function name. That is, the embedded point parameter and the function name are stored in association with each other in the parameter configuration list of the background database, after the function name is queried in the parameter configuration list, all the obtained function names are displayed on the current display interface, at this time, when the function name is clicked, the server automatically obtains the embedded point parameter associated with the function name from the parameter configuration list, and enters the configuration interface of the embedded point parameter, at this time, the embedded point parameter may be configured in step S30.
S30, configuring the buried point parameters in the parameter configuration interface, and storing the buried point parameters after configuration and the function names in a parameter configuration list in an associated manner.
That is, the configuration of the embedded point parameter associated with the function name by the user means to add, delete or modify the embedded point parameter of the service point. For example, in a default case, a point burying is not needed for the user login operation, but when the service (e.g., user) finds the point burying that needs the login operation, a point burying parameter may be added to the service point. For another example, if the functional part in the embedded point parameter corresponding to the service point of the original login operation is set as "login", at this time, if there are more login options that are easy to be confused, the functional part in the embedded point parameter corresponding to the service point of the login operation may be modified to "one-account login" in the parameter configuration interface. And after the embedded point parameters are configured, storing the configured embedded point parameters and the function names in a parameter configuration list of the background database in an associated manner.
S40, when a function trigger instruction containing the function name is received, acquiring the buried point parameter associated with the function name from a parameter configuration list according to the function name, and burying the point according to the acquired buried point parameter.
In this embodiment, if there is a newly configured embedded point parameter and a corresponding service point is not embedded according to the embedded point parameter, at this time, if a user embeds the service point in an application program of a client, a function corresponding to the service point is triggered first, so as to invoke the embedded point parameter from the parameter configuration list in the local database of the client to embed the point. At this time, the local database should first confirm that the stored embedded point parameters are configured most recently, and therefore, before embedding points according to the most recently configured embedded point parameters, the most recently configured embedded point parameters in the parameter configuration list in the server should be synchronized to the parameter configuration list in the local database.
According to the function name-based point burying method, the buried point parameters of the service points are inquired according to the preset function names, the parameter configuration interface can be accessed by selecting the function names, the service points do not need to be found by selecting interface elements from a client or a server synchronous screen, and the difficulty of configuring the buried point parameters and burying the points according to the buried point parameters is greatly reduced; in the invention, when a function trigger instruction containing the function name is received, the embedded point parameters are configured, and the function name corresponding to each service point contains the service name and the function name, so that the user and the function of the click event corresponding to the service point can be seen through the function name, convenience is provided for the embedded point process, and the user experience is greatly improved.
In an embodiment, as shown in fig. 3, before the step S40, that is, when the function trigger instruction including the function name is received, acquiring the buried point parameter associated with the function name from a parameter configuration list according to the function name, and before the step S buries the buried point according to the acquired buried point parameter, the method includes:
s50, receiving a synchronization instruction sent by the client at regular time or in real time, and synchronizing the function name in the parameter configuration list and the embedded point parameter associated with the function name to a local database of the client.
Since the function name set in the application program of the client and the change of the embedded point parameter configured at the server are dynamic, the data in the parameter configuration list stored in the server will change at any time. For example, when the application program of the client is upgraded, a function is added, modified or deleted, and at this time, the server synchronizes the updated parameter configuration list from the local database of the client.
In this embodiment, after the client reconfigures the buried point parameters, since the buried point parameters in the parameter configuration list in the background database of the server change, at this time, when the user performs the buried point in the application program of the client, the buried point parameters are called from the parameter configuration list in the local database to perform the buried point, and therefore, before performing the buried point, the buried point parameters that should be synchronously changed from the server should be performed first to ensure the smooth performance of the buried point.
Preferably, step S30 is followed by: and identifying an update tag for the newly configured buried point parameter in the parameter configuration list. That is, after synchronizing the modified fixed point parameters to the parameter configuration list in the local database, an update tag is identified on the fixed point parameters to confirm that they are updated and perform fixed point operations according to them.
In one aspect of this embodiment, the client sets to send a synchronization instruction to the server at regular intervals of a preset duration, and synchronizes the parameter configuration list from the server to the local database; in another aspect of this embodiment, before the click event in the application is executed, a synchronization instruction is sent to the server immediately, and the parameter configuration list is synchronized to the local database from the server.
In an embodiment, as shown in fig. 4, after the step S50, that is, after the receiving a synchronization instruction sent by the client periodically or instantly, synchronizes the function name in the parameter configuration list and the embedded parameter associated with the function name to a local database of the client, the method includes:
s60, detecting whether the buried point parameter is updated in the parameter configuration list of the local database.
That is, in this step, if it is necessary to confirm whether to perform embedding, it is first necessary to determine whether the newly configured embedded point parameter exists, and if the newly configured embedded point parameter exists, the click event of the service point is first embedded according to the embedded point parameter. If the newly configured embedded point parameters do not exist, the embedded point is not needed.
In an embodiment, in the step S60, the detecting whether the buried point parameter is updated includes: detecting whether the buried point parameter is identified with the update tag.
Understandably, in one embodiment, the client may periodically detect whether all of the buried point parameters in the parameter configuration list of the local database are updated. In another embodiment, it may be detected whether the buried point parameter corresponding to the click event is updated when an execution instruction of the click event is received, where the execution instruction of the click event includes a service name and a function name, and a function name corresponding to the execution instruction and the buried point parameter associated with the function name may be found in the parameter configuration list according to the service name and the function name; understandably, the buried point parameter is the buried point parameter corresponding to the click event, and in this embodiment, it only needs to detect whether the buried point parameter corresponding to the click event is updated.
S70, generating 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.
If 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 tag, a function corresponding to the service point needs to be triggered, and the click event of the service point is buried according to the buried point parameter; and simultaneously, after point burying is carried out according to the buried point parameters, the updating labels marked on the buried point parameters are eliminated so as to confirm that point burying operation is carried out according to the buried point parameters.
In an embodiment, as shown in fig. 5, after the step S60, that is, after detecting whether the buried point parameter is updated in the parameter configuration list of the local database, the method includes:
s80, when the buried point parameter is not updated, it is determined that the click event corresponding to the buried point parameter has been buried according to the buried point parameter before, and the buried point parameter corresponding to the click event is not updated currently. That is, if the latest configured buried point parameter does not exist 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 not identified with the update tag, it indicates that the buried point parameter corresponding to the click event is not updated, and at the same time, it indicates that the buried point has been performed according to the buried point parameter before, and it is not necessary to perform the buried point again.
And S90, when receiving the click event execution instruction corresponding to the embedded point parameter, executing the click event. That is, at this time, when the execution command of the click event is received, since the point burying is already performed, the point burying is not required, and thus the click event may be directly executed.
In one embodiment, as shown in fig. 6, a function name based node burying device is provided, and the function name based node burying device corresponds to the function name based node burying method in the above embodiment one to one. The function name-based embedded point device comprises:
the acquiring module 11 is configured to acquire a function name named according to a preset naming rule;
a receiving module 12, configured to receive a function click instruction including 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 13, configured to configure the embedded point parameter in the parameter configuration interface, and store the embedded point parameter after configuration and the function name in a parameter configuration list in an associated manner;
and the buried point module 14 is configured to, when a function trigger instruction including the function name is received, obtain, according to the function name, the buried point parameter associated with the function name from a parameter configuration list, and perform buried point according to the obtained buried point parameter.
In one embodiment, as shown in fig. 7, the apparatus further comprises:
and the synchronization module 15 is configured to receive a synchronization instruction sent by the client at regular time or in real time, and synchronize the function name in the parameter configuration list and the embedded point parameter associated with the function name to a local database of the client.
In one embodiment, as shown in fig. 8, the apparatus further comprises:
a detection module 16, configured to detect whether the buried point parameter is updated in the parameter configuration list of the local database;
a generating module 17, 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.
In one embodiment, as shown in fig. 8, the apparatus further comprises:
the confirming module 18 confirms that the click event corresponding to the buried point parameter has been buried according to the buried point parameter before, and that the buried point parameter corresponding to the click event is not updated currently.
And the execution module 19 executes the click event when receiving the execution instruction of the click event corresponding to the embedded point parameter.
In one embodiment, as shown in fig. 9, the apparatus further comprises:
an identification module 20, configured to identify an update tag for the newly configured buried point parameter in the parameter configuration list.
In an embodiment, the detection module is further configured to detect whether the buried point parameter is identified with the update tag.
According to the function name-based embedded point device, embedded point parameters of service points are inquired according to preset function names, the parameter configuration interface can be entered by selecting the function names, and the service points do not need to be found by selecting interface elements from a client or a server synchronous screen, so that the embedded point parameter configuration difficulty and the embedded point difficulty according to the embedded point parameters are greatly reduced; in the invention, when a function trigger instruction containing the function name is received, the embedded point parameters are configured, and the function name corresponding to each service point contains the service name and the function name, so that the user and the function of the click event corresponding to the service point can be seen through the function name, convenience is provided for the embedded point process, and the user experience is greatly improved.
For the specific definition of the buried point device based on the function name, reference may be made to the above definition of the buried point method based on the function name, and details are not repeated here. The modules in the function name-based fixed point device can be wholly or partially realized by software, hardware and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In one embodiment, a computer device is provided, which may be a server, and its internal structure diagram may be as shown in fig. 10. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The computer program is executed by a processor to implement a function name based dead-end method.
In one embodiment, a computer device is provided, comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing the following steps when executing the computer program:
acquiring a function name named according to a preset naming rule; receiving a function click instruction containing the function name, acquiring a buried point parameter associated with the function name, and displaying the buried point parameter in a parameter configuration interface; configuring the embedded point parameters in the parameter configuration interface, and storing the configured embedded point parameters and the function names in a parameter configuration list in an associated manner; and when a function trigger instruction containing the function name is received, acquiring the embedded point parameter associated with the function name from a parameter configuration list according to the function name, and embedding the point according to the acquired embedded point parameter.
According to the computer equipment provided by the invention, the embedded point parameters of the service points are inquired according to the preset function names, and the service points can be entered into the parameter configuration interface by selecting the function names without selecting interface elements from a client or searching the service points from a server synchronous screen, so that the difficulty of configuring the embedded point parameters and embedding the points according to the embedded point parameters is greatly reduced; in the invention, when a function trigger instruction containing the function name is received, the embedded point parameters are configured, and the function name corresponding to each service point contains the service name and the function name, so that the user and the function of the click event corresponding to the service point can be seen through the function name, convenience is provided for the embedded point process, and the user experience is greatly improved.
In one embodiment, a computer-readable storage medium is provided, having a computer program stored thereon, which when executed by a processor, performs the steps of:
acquiring a function name named according to a preset naming rule; receiving a function click instruction containing the function name, acquiring a buried point parameter associated with the function name, and displaying the buried point parameter in a parameter configuration interface; configuring the embedded point parameters in the parameter configuration interface, and storing the configured embedded point parameters and the function names in a parameter configuration list in an associated manner; and when a function trigger instruction containing the function name is received, acquiring the embedded point parameter associated with the function name from a parameter configuration list according to the function name, and embedding the point according to the acquired embedded point parameter.
The storage medium provided by the invention queries the buried point parameters of the service points according to the preset function names, and can enter the parameter configuration interface by selecting the function names without searching the service points by selecting interface elements from a client or a synchronous screen of a server, thereby greatly reducing the difficulty of configuring the buried point parameters and burying the points according to the buried point parameters; in the invention, when a function trigger instruction containing the function name is received, the embedded point parameters are configured, and the function name corresponding to each service point contains the service name and the function name, so that the user and the function of the click event corresponding to the service point can be seen through the function name, convenience is provided for the embedded point process, and the user experience is greatly improved.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, databases, or other media used in embodiments provided herein may include non-volatile and/or volatile memory. Non-volatile memory can 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. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), Dynamic RAM (DRAM), Synchronous DRAM (SDRAM), Double Data Rate SDRAM (DDRSDRAM), Enhanced SDRAM (ESDRAM), Synchronous Link DRAM (SLDRAM), Rambus Direct RAM (RDRAM), Direct Rambus Dynamic RAM (DRDRAM), and Rambus Dynamic RAM (RDRAM).
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of each functional unit or module is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units or modules according to requirements, that is, the internal structure of the apparatus is divided into different functional units or modules to perform all or part of the above-mentioned functions.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not substantially depart from the spirit and scope of the embodiments of the present invention, and are intended to be included within the scope of the present invention.

Claims (10)

1. A method for embedding points based on function names is characterized by comprising the following steps:
acquiring a function name named according to a preset naming rule; displaying all the obtained function names on a current display interface;
receiving a function click instruction containing the function name, acquiring a buried point parameter associated with the function name, and displaying the buried point parameter in a parameter configuration interface;
configuring the embedded point parameters in the parameter configuration interface, and storing the configured embedded point parameters and the function names in a parameter configuration list in an associated manner; synchronizing the parameter configuration list in a local database in a timed or real-time self-naming process to a background database of a server;
and when a function trigger instruction containing the function name is received, acquiring the embedded point parameter associated with the function name from a parameter configuration list of a local database during embedding the point according to the function name, and embedding the point according to the acquired embedded point parameter.
2. The method of claim 1, wherein the naming convention is: each function is named a function name that contains a combination of a program name, a service name, and a function name.
3. The method according to claim 1, wherein the obtaining the buried point parameter associated with the function name from a parameter configuration list according to the function name and performing the buried point according to the obtained buried point parameter when the function trigger command including the function name is received comprises:
and receiving a synchronization instruction sent by the client at regular time or in real time, and synchronizing the function name in the parameter configuration list and the embedded point parameter associated with the function name to a local database of the client.
4. The method for embedding points based on function names according to claim 3, wherein the receiving of the synchronization command sent by the client periodically or instantly after synchronizing the function names in the parameter configuration list and the embedded point parameters associated with the function names to the local database of the client comprises:
detecting whether the buried point parameters are updated in the parameter configuration list of the local database;
generating a function trigger instruction when the embedded point parameter is updated; the function trigger instruction includes the function name associated with the updated buried point parameter.
5. The method for embedding points based on function names according to claim 4, wherein the detecting whether the embedded point parameter is updated in the parameter configuration list of the local database comprises:
when the embedded point parameter is not updated, confirming that the click event corresponding to the embedded point parameter is embedded according to the embedded point parameter before, and the embedded point parameter corresponding to the click event is not updated currently;
and executing the click event when receiving the execution instruction of the click event corresponding to the buried point parameter.
6. The method for embedding points based on function names according to claim 4, wherein after configuring the embedded point parameters in the parameter configuration interface and storing the embedded point parameters after configuration and the function names in association with a parameter configuration list, the method further comprises:
updating a label for the newly configured embedded point parameter identifier in the parameter configuration list;
the detecting whether the buried point parameter is updated includes: detecting whether the buried point parameter is identified with the update tag.
7. A function name based fixed point device, comprising:
the acquisition module is used for acquiring the function name named according to a preset naming rule; displaying all the obtained function names on a current display interface;
the receiving module is used for receiving a function click instruction containing the function name, acquiring a buried point parameter associated with the function name, and displaying the buried point parameter in a parameter configuration interface;
the configuration module is used for configuring the embedded point parameters in the parameter configuration interface and storing the configured embedded point parameters and the function names in a parameter configuration list in an associated manner; synchronizing the parameter configuration list in a local database in a timed or real-time self-naming process to a background database of a server;
and the embedded point module is used for acquiring the embedded point parameter associated with the function name from a parameter configuration list of a local database during embedding the point according to the function name when receiving the function trigger instruction containing the function name, and embedding the point according to the acquired embedded point parameter.
8. The device for embedding points based on function names according to claim 7, wherein the device further comprises:
and the synchronization module is used for receiving a synchronization instruction sent by the client at regular time or in real time and synchronizing the function name in the parameter configuration list and the embedded point parameter associated with the function name to a local database of the client.
9. A computer device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, wherein the processor when executing the computer program implements the steps of the function name based dotting method according to any one of claims 1 to 6.
10. A computer-readable storage medium storing a computer program, wherein the computer program when executed by a processor implements the steps of the function name based embedding method according to any one of claims 1 to 6.
CN201811255709.0A 2018-10-26 2018-10-26 Function name-based point burying method and device, computer equipment and storage medium Active CN109542529B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201811255709.0A CN109542529B (en) 2018-10-26 2018-10-26 Function name-based point burying method and device, computer equipment and storage medium
PCT/CN2018/122732 WO2020082558A1 (en) 2018-10-26 2018-12-21 Function name-based breakpoint setting method, device, computer apparatus, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811255709.0A CN109542529B (en) 2018-10-26 2018-10-26 Function name-based point burying method and device, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN109542529A CN109542529A (en) 2019-03-29
CN109542529B true CN109542529B (en) 2022-04-05

Family

ID=65845123

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811255709.0A Active CN109542529B (en) 2018-10-26 2018-10-26 Function name-based point burying method and device, computer equipment and storage medium

Country Status (2)

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

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110502415B (en) * 2019-08-27 2023-11-28 北京思维造物信息科技股份有限公司 Buried point setting method, device and equipment
CN110688275A (en) * 2019-08-30 2020-01-14 贝壳技术有限公司 Buried point management method, buried point updating method and buried point management system
CN110674022B (en) * 2019-09-27 2021-04-27 北京三快在线科技有限公司 Behavior data acquisition method and device and storage medium
CN110781064B (en) * 2019-10-28 2023-05-26 深圳市思迪信息技术股份有限公司 Method and device for dynamic embedded point acquisition of client user behavior data
CN111338937B (en) * 2020-02-19 2023-06-23 百度在线网络技术(北京)有限公司 Method, device, equipment and medium for downloading small program intervention
CN113448832B (en) * 2020-06-18 2024-03-12 北京新氧科技有限公司 Control exposure detection method and application program operation monitoring system
CN111966339B (en) * 2020-07-23 2024-04-09 招联消费金融股份有限公司 Buried point parameter input method and device, computer equipment and storage medium
CN111930422B (en) * 2020-09-02 2023-07-25 度小满科技(北京)有限公司 Information acquisition method, device, server and storage medium
CN112328504A (en) * 2020-12-03 2021-02-05 广州品唯软件有限公司 Buried point data inspection method, buried point data inspection device, buried point data inspection system, computer equipment and storage medium
CN114003272B (en) * 2021-11-01 2024-04-16 焦点科技股份有限公司 Buried point parameter and trigger condition collocation method

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5764518A (en) * 1994-12-28 1998-06-09 Collins; Charles M. Self reproducing fundamental fabricating machine system
CN106156212A (en) * 2015-04-22 2016-11-23 阿里巴巴集团控股有限公司 A kind of collecting method and system and terminal thereof and server
CN106844217A (en) * 2017-01-26 2017-06-13 网易(杭州)网络有限公司 Control to applying bury method and device, readable storage medium storing program for executing a little
WO2017167042A1 (en) * 2016-04-01 2017-10-05 阿里巴巴集团控股有限公司 Statistical method and apparatus for behaviors of front-end users
CN107436832A (en) * 2016-05-27 2017-12-05 阿里巴巴集团控股有限公司 A kind of dynamic buries method, apparatus and electronic equipment a little
CN107894945A (en) * 2017-11-17 2018-04-10 深圳市泉眼网络科技有限公司 Bury an adding method, mobile terminal and computer-readable recording medium
CN107995283A (en) * 2017-11-29 2018-05-04 上海恺英网络科技有限公司 A kind of data bury the method, equipment and system of point analysis
CN108551411A (en) * 2018-04-28 2018-09-18 努比亚技术有限公司 Collecting method, mobile terminal and computer readable storage medium

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3615205B2 (en) * 2002-07-01 2005-02-02 株式会社東芝 Semiconductor device and manufacturing method of semiconductor device
US8438245B2 (en) * 2010-08-09 2013-05-07 Mskynet Inc. Remote application invocation system and method
CN104572043B (en) * 2013-10-16 2018-01-19 阿里巴巴集团控股有限公司 A kind of control to client application carries out burying method and device a little in real time
CN106502896B (en) * 2016-10-21 2019-08-23 武汉斗鱼网络科技有限公司 A kind of generation method and device of function test code
CN106598868B (en) * 2016-12-24 2018-03-02 上海壹账通金融科技有限公司 Method and system a little are buried to the application program of client dynamic
CN107609004B (en) * 2017-07-21 2020-08-18 深圳市小牛在线互联网信息咨询有限公司 Application program embedding method and device, computer equipment and storage medium
CN107864065B (en) * 2017-08-16 2020-11-24 深圳壹账通智能科技有限公司 Non-buried point data acquisition method, system and computer readable storage medium
CN108347532B (en) * 2018-02-07 2021-03-19 深圳壹账通智能科技有限公司 Function access method, device, terminal equipment and storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5764518A (en) * 1994-12-28 1998-06-09 Collins; Charles M. Self reproducing fundamental fabricating machine system
CN106156212A (en) * 2015-04-22 2016-11-23 阿里巴巴集团控股有限公司 A kind of collecting method and system and terminal thereof and server
WO2017167042A1 (en) * 2016-04-01 2017-10-05 阿里巴巴集团控股有限公司 Statistical method and apparatus for behaviors of front-end users
CN107436832A (en) * 2016-05-27 2017-12-05 阿里巴巴集团控股有限公司 A kind of dynamic buries method, apparatus and electronic equipment a little
CN106844217A (en) * 2017-01-26 2017-06-13 网易(杭州)网络有限公司 Control to applying bury method and device, readable storage medium storing program for executing a little
CN107894945A (en) * 2017-11-17 2018-04-10 深圳市泉眼网络科技有限公司 Bury an adding method, mobile terminal and computer-readable recording medium
CN107995283A (en) * 2017-11-29 2018-05-04 上海恺英网络科技有限公司 A kind of data bury the method, equipment and system of point analysis
CN108551411A (en) * 2018-04-28 2018-09-18 努比亚技术有限公司 Collecting method, mobile terminal and computer readable storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
The effects of nonphysical carrier velocities in high-gradient single event track simulations;Xiaowei Zhu ET AL;《 IEEE Transactions on Nuclear Science ( Volume: 47, Issue: 6, Dec. 2000)》;20001231;全文 *
埋点采集、可视化埋点、无埋点;苏海海;《互联网产品运营教程》;20180331;全文 *

Also Published As

Publication number Publication date
CN109542529A (en) 2019-03-29
WO2020082558A1 (en) 2020-04-30

Similar Documents

Publication Publication Date Title
CN109542529B (en) Function name-based point burying method and device, computer equipment and storage medium
AU2016382741B2 (en) Interface data displaying method and device
CN108074177B (en) Data reconciliation method, system and computer-readable storage medium
EP3382534A1 (en) Page jumping method and apparatus
CN106990950B (en) Interface layout method and device
CN107688664B (en) Chart generation method and device, computer equipment and storage medium
CN108228293B (en) Interface skin switching method and device
US11262883B2 (en) Associating browser with application
CN110334126B (en) Timing task processing method and device based on Spring MVC and computer equipment
CN111324905A (en) Image data labeling method and device, computer equipment and storage medium
CN111460474B (en) Method, device, memory and computer for implementing decentralization predictor
CN108776587B (en) Data acquisition method and device, computer equipment and storage medium
EP3015987A1 (en) System update method, apparatus, and device
CN109491645A (en) Point methods, device, computer equipment and storage medium are buried based on interface element
CN110619226A (en) Platform-based data processing method, system, equipment and storage medium
CN110750443A (en) Webpage testing method and device, computer equipment and storage medium
CN112035114A (en) Page rollback method, device, equipment and medium
CN111506358A (en) Method and device for updating container configuration
CN111383038A (en) Advertisement display method and device of mobile terminal, mobile terminal and storage medium
WO2019047406A1 (en) Data synchronizing method and device
CN109271224B (en) Method and apparatus for determining position
CN107203915B (en) Data storage method and device
CN109522014B (en) Algorithm processing method based on new product development, electronic device and readable storage medium
CN111596933A (en) File processing method and device, electronic equipment and computer readable storage medium
CN115514806B (en) Perception discovery method and system for discrete service cluster

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant