CN112596978B - Buried point information processing method, buried point information processing device and medium - Google Patents
Buried point information processing method, buried point information processing device and medium Download PDFInfo
- Publication number
- CN112596978B CN112596978B CN202011541186.3A CN202011541186A CN112596978B CN 112596978 B CN112596978 B CN 112596978B CN 202011541186 A CN202011541186 A CN 202011541186A CN 112596978 B CN112596978 B CN 112596978B
- Authority
- CN
- China
- Prior art keywords
- point
- code
- embedded
- buried
- embedded point
- 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
Links
- 230000010365 information processing Effects 0.000 title claims abstract description 48
- 238000003672 processing method Methods 0.000 title claims abstract description 22
- 238000000034 method Methods 0.000 claims description 27
- 238000004590 computer program Methods 0.000 claims description 13
- 238000010586 diagram Methods 0.000 description 8
- 230000006399 behavior Effects 0.000 description 5
- 238000004806 packaging method and process Methods 0.000 description 4
- 230000009286 beneficial effect Effects 0.000 description 3
- 230000006870 function Effects 0.000 description 3
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 238000005457 optimization Methods 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3089—Monitoring arrangements determined by the means or processing involved in sensing the monitored data, e.g. interfaces, connectors, sensors, probes, agents
- G06F11/3093—Configuration details thereof, e.g. installation, enabling, spatial arrangement of the probes
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/3003—Monitoring arrangements specially adapted to the computing system or computing system component being monitored
- G06F11/302—Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02D—CLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
- Y02D10/00—Energy efficient computing, e.g. low power processors, power management or thermal management
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Computing Systems (AREA)
- Quality & Reliability (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
The invention discloses a buried point information processing method, a buried point information processing device and a buried point information processing medium. The buried point information processing method comprises the following steps: reading a code file of a current service item; the code file comprises a service code and buried point data; the embedded point data comprises at least one embedded point code and embedded point indication information corresponding to each embedded point code; traversing each page in the code file, and searching for each embedded point indication information in the code file; and acquiring corresponding buried point codes according to each buried point indicating information, and generating buried point information data. By adopting the embodiment of the invention, the embedded point information in the code file of the business project can be automatically acquired, and the efficiency and accuracy of collecting the embedded point information are effectively improved.
Description
Technical Field
The present invention relates to the field of internet technologies, and in particular, to a method, an apparatus, and a medium for processing buried point information.
Background
Today, the front-end application is updated more frequently, and statistics such as user behaviors and favorites cannot be handled by the way of calling records and statistics through an interface in early stage, so that ways of acquiring user basic information, behaviors and tracking the use condition of a product by a user through buried points are generated. The existing 'buried point' products for recording and analyzing the use condition of users are various in variety, and can effectively assist developers in implementing buried point operation.
The existing embedded point method generally requires a service operator to write embedded point documents, and a developer carries out code layer implementation by self-grinding embedded points or adopting a third-party embedded point method according to the requirements. With the progress of business and optimization of products, the demands for buried points are also continuously updated. If only the buried point is newly added, the operation is relatively simple; however, if the historical buried points are involved, the historical buried point information needs to be known first, and then the buried point document is updated so as to avoid repeated development.
However, in practicing the present invention, the inventors found that the prior art has at least the following problems: in the prior art, in order to know the embedded point information, the embedded point code is usually checked manually, or the embedded point operation condition is observed manually in the background, so that the embedded point information is collected and recorded, the efficiency is low, and the condition that the collected embedded point information is inaccurate due to human misoperation is easy to occur.
Disclosure of Invention
The embodiment of the invention aims to provide a buried point information processing method, a buried point information processing device and a buried point information processing medium, which can automatically acquire buried point information in a code file of a business project, and effectively improve the efficiency and accuracy of collecting the buried point information.
In order to achieve the above object, an embodiment of the present invention provides a method for processing buried point information, including:
reading a code file of a current service item; the code file comprises a service code and buried point data; the embedded point data comprises at least one embedded point code and embedded point indication information corresponding to each embedded point code;
traversing each page in the code file, and searching for each embedded point indication information in the code file;
and acquiring corresponding buried point codes according to each buried point indicating information, and generating buried point information data.
As an improvement of the scheme, the buried point indication information is an identification code with a uniform format;
the embedded point data is formed by encapsulating each embedded point code by adopting the identification code in the unified format.
As an improvement of the scheme, the embedded point code comprises a code package of a called third party embedded point product and a customized embedded point demand parameter.
As an improvement of the above solution, the obtaining a corresponding buried point code according to each buried point indication information and generating buried point information data specifically includes:
taking each embedded point indication information as an index to obtain an embedded point code corresponding to each embedded point indication information;
and generating buried point information data according to the project name of the current business project, the page name of each buried point code and the page where the buried point code is located.
As an improvement of the above solution, after the obtaining the corresponding buried point code according to each buried point indication information and generating the buried point information data, the method further includes:
reporting the buried point information data to a buried point information display platform at the rear end, so that the buried point information display platform can visually display the buried point information data.
The embodiment of the invention provides a buried point information processing device, which comprises:
the code file reading module is used for reading the code file of the current business project; the code file comprises a service code and buried point data; the embedded point data comprises at least one embedded point code and embedded point indication information corresponding to each embedded point code;
the indication information determining module is used for traversing each page in the code file and searching for indication information of each buried point in the code file;
and the buried point information data generation module is used for acquiring corresponding buried point codes according to each buried point indication information and generating buried point information data.
As an improvement of the scheme, the buried point indication information is an identification code with a uniform format;
the embedded point data is formed by encapsulating each embedded point code by adopting the identification code in the unified format.
As an improvement of the scheme, the embedded point code comprises a code package of a called third party embedded point product and a customized embedded point demand parameter.
As an improvement of the above solution, the buried point information data generating module is specifically configured to:
taking each embedded point indication information as an index to obtain an embedded point code corresponding to each embedded point indication information;
and generating buried point information data according to the project name of the current business project, the page name of each buried point code and the page where the buried point code is located.
As an improvement of the above-described aspect, the buried point information processing apparatus further includes:
and the embedded point data information reporting module is used for reporting the embedded point information data to an embedded point information display platform at the rear end so that the embedded point information display platform can visually display the embedded point information data.
The embodiment of the invention also provides a buried point information processing device, which comprises a processor, a memory and a computer program stored in the memory and configured to be executed by the processor, wherein the buried point information processing method according to any one of the above is realized when the processor executes the computer program.
The embodiment of the invention also provides a computer readable storage medium, which is characterized in that the computer readable storage medium comprises a stored computer program, wherein the equipment where the computer readable storage medium is located is controlled to execute the buried point information processing method according to any one of the above when the computer program runs.
Compared with the prior art, the buried point information processing method, the buried point information processing device and the buried point information processing medium are disclosed by the invention, and the code file of the current service item is read; the code file comprises a service code and buried point data; the embedded point data comprises at least one embedded point code and embedded point indication information corresponding to each embedded point code; traversing each page in the code file, and searching for each embedded point indication information in the code file; and acquiring corresponding buried point codes according to each buried point indicating information, and generating buried point information data. According to the embodiment of the invention, different embedded point codes are packaged by adopting embedded point indication information with the identification codes in a unified format, so that in the embedded point information acquisition process, each embedded point code can be automatically acquired, corresponding embedded point information data are generated, so that openers and business personnel can know the embedded point code positions of the current business items, quickly know the embedded point information of each embedded point code, and the operations such as updating or modifying the embedded point codes are realized. The situation of repetition or omission caused by misoperation in the process of manually checking the embedded point codes by business personnel and developers is effectively avoided. Moreover, the embodiment of the invention can be suitable for collecting the buried point codes formed by different buried point operation modes, and has universality.
Drawings
Fig. 1 is a schematic diagram of steps of a method for processing buried point information according to a first embodiment of the present invention;
fig. 2 is a schematic diagram of steps of a buried point information processing method according to a second embodiment of the present invention;
fig. 3 is a schematic step diagram of a buried point information processing apparatus according to a third embodiment of the present invention;
fig. 4 is a schematic step diagram of a buried point information processing apparatus according to a fourth embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Referring to fig. 1, a schematic step diagram of a buried point information processing method according to an embodiment of the present invention is shown. The first embodiment of the present invention provides a buried point information processing method, which is implemented through steps S11 to S13:
s11, reading a code file of a current service item; the code file comprises a service code and buried point data; the buried point data includes at least one buried point code, and buried point indication information corresponding to each buried point code.
S12, traversing each page in the code file, and searching for each embedded point indication information in the code file.
S13, acquiring corresponding buried point codes according to each buried point indication information, and generating buried point information data.
Specifically, a developer completes service codes in advance according to current service project requirements, and writes corresponding embedded point codes at corresponding positions in the service codes according to embedded point requirement documents provided by the service personnel so as to complete embedded point operation. The embedded point code is used for tracking basic information of a user, the use condition of the product and the operation behavior of the user after the subsequent finished product of the business project is online so as to acquire corresponding user data.
In the embodiment of the invention, in the process of carrying out the buried point operation, the developer needs to adopt the buried point indication information to encapsulate the buried point code so as to form the buried point data. The buried point data and the service code form a code file of the current service project.
In the acquisition process of the embedded point information, the code file of the current service project is read, and each page in the code file is traversed to find out each embedded point indication information in the code file, namely, the embedded point indication information can be used for positioning the position of each embedded point code in the code file, and the embedded point codes encapsulated in the embedded point indication information are captured out to generate corresponding embedded point information data.
By adopting the technical means of the embodiment of the invention, the technical problems that the position of the embedded point code in the code file of the current business project cannot be automatically positioned and the embedded point code can be automatically acquired in the prior art are solved, and the situation that the business personnel and the developer repeat or miss due to misoperation in the process of manually acquiring the embedded point information is effectively avoided. The scheme can automatically collect and record the embedded point information in the code file, and improves the efficiency and accuracy of collecting the embedded point information.
It should be noted that, the embodiment of the invention is suitable for an application scenario in which the embedded point operation is completed by adopting the self-grinding embedded point code, is also suitable for a code package for calling a third party embedded point product, and is used for completing the application scenario of the embedded point operation by customizing corresponding embedded point demand parameters according to the embedded point demand document.
As a preferred embodiment, the buried point indication information is an identification code having a uniform format. The embedded point data is formed by encapsulating each embedded point code by adopting the identification code in the unified format.
Preferably, the code format of the buried point indication information is set as follows: window $ point=function (event, params).
Taking the called third party embedded point product as an example when a developer calls the code package of the third party embedded point product to perform embedded point operation, the formats of the corresponding code package and the customized embedded point requirement parameter are sensor.
The embedded point code is packaged by adopting the identification code with the uniform format, specifically:
window.$point=function(event,params){
method for introducing corresponding third party buried points
sensors. Track (event, params); product of'// god buried point
}
Taking the called third party embedded point product as a grown IO as an example, the format of a code packet corresponding to the grown IO and a custom embedded point demand parameter is gio (event, params).
The embedded point code is packaged by adopting the identification code with the uniform format, specifically:
window.$point=function(event,params){
gio (event, params); product of buried point of/(growth IO)
}
The event is a buried point name, and may also represent an event name to be collected by the buried point, where params is a user-defined parameter.
It can be understood that, when the developer performs the embedding operation by using the self-grinding embedded point code, the self-grinding embedded point code of the developer needs to be encapsulated in the identification code format corresponding to the embedded point indication information, so as to form embedded point data.
For example, if it is required to record the user's behavior when opening the my page during the user's use according to the embedded point demand document, the code of the corresponding embedded point operation is set as follows:
window.$point(‘open-mypage’,{params:ifyouneed})
if the user name is required to be acquired when the user logs in according to the embedded point demand document, the code of the corresponding embedded point operation is set as follows:
window.$point(‘userLogin’,{‘userName’:’zhang’})
it can be appreciated that the above scenario is merely taken as an example, and in practical application, the self-grinding code or the third party buried point product calling mode may be adopted at the corresponding buried point according to the actual buried point requirement, so as to customize the buried point requirement parameter, thereby completing the corresponding buried point operation.
Furthermore, in the process of collecting the embedded point information, by traversing each page in the code file, the embedded point code of the unified format corresponding to the embedded point indication information can be quickly positioned, and the first parameter event and the subsequent custom parameters are read according to the specification, so that the embedded point code packaged by the unified format of the identification code is grabbed.
As a preferred embodiment, step S13 is specifically performed by steps S131 and S132:
s131, taking each embedded point indication information as an index, and acquiring the embedded point code corresponding to each embedded point indication information.
S132, generating buried point information data according to the project name of the current business project, the page name of each buried point code and the page where the buried point code is located.
Specifically, when the code file of the current service item is read, the item name of the current service item is obtained, and in the process of traversing each page of the code file, the page name of each page and the embedded point indication information in the page are obtained according to the file directory of the code file.
And further, taking each embedded point indication information as an index, and after acquiring the embedded point code corresponding to each embedded point indication information, generating embedded point information data according to the project name of the current business project, the page name of each embedded point code and the page where the embedded point code is located.
As an example, the data format of the buried point information data is set as:
by adopting the technical means of the embodiment of the invention, the embedded point information data is formed by collecting the project name of the current business project, the embedded point code and the page name of the page where the embedded point code is located, so that developers and business personnel can know the position where the embedded point code is located and the specific embedded point code information, and know the running condition of the embedded point code.
In an optional implementation manner, the project packaging manner of the current service project is performed by using a weback packaging tool, so that the embedded point information processing method provided by the embodiment of the invention can be performed by a weback custom plug-in the packaging stage of the current service project.
In the packaging stage of the current business project, setting a weback custom plug-in, traversing each page of a code file of the current business project to capture corresponding embedded point indication information and page names, and acquiring embedded point codes packaged by the embedded point indication information to form corresponding embedded point information data. The efficiency and convenience of collecting and processing the buried point information can be effectively improved.
The first embodiment of the invention provides a buried point information processing method, which is implemented by reading a code file of a current service item; the code file comprises a service code and buried point data; the embedded point data comprises at least one embedded point code and embedded point indication information corresponding to each embedded point code; traversing each page in the code file, and searching for each embedded point indication information in the code file; and acquiring corresponding buried point codes according to each buried point indicating information, and generating buried point information data. According to the embodiment of the invention, different embedded point codes are packaged by adopting embedded point indication information with the identification codes in a unified format, so that in the embedded point information acquisition process, each embedded point code can be automatically acquired, corresponding embedded point information data are generated, so that openers and business personnel can know the embedded point code positions of the current business items, quickly know the embedded point information of each embedded point code, and the operations such as updating or modifying the embedded point codes are realized. The situation of repetition or omission caused by misoperation in the process of manually checking the embedded point codes by business personnel and developers is effectively avoided. Moreover, the embodiment of the invention can be suitable for collecting the buried point codes formed by different buried point operation modes, and has universality.
Referring to fig. 2, a schematic step diagram of a buried point information processing method according to a second embodiment of the present invention is shown. The second embodiment of the present invention is implemented on the basis of the first embodiment, and the buried point information processing method is performed by steps S21 to S24:
s21, reading a code file of a current service item; the code file comprises a service code and buried point data; the buried point data includes at least one buried point code, and buried point indication information corresponding to each buried point code.
S22, traversing each page in the code file, and searching for each embedded point indication information in the code file.
S23, acquiring corresponding buried point codes according to each buried point indication information, and generating buried point information data.
S24, reporting the buried point information data to a buried point information display platform at the rear end, so that the buried point information display platform can visually display the buried point information data.
It should be noted that, the steps S21 to S23 in the embodiment of the present invention correspond to the steps S11 to S13 in the first embodiment one by one, and the execution process and the achieved beneficial effects of the two are the same, so that the description thereof is omitted here.
Specifically, after the buried point information data is generated, the buried point information data is reported to a buried point information display platform at the rear end through a preset uploading interface. And the buried point information display platform visually displays the buried point information data.
The embedded point information display platform can directly display the received embedded point information data, and can also simply process the received embedded point information data, and the corresponding page name is used as a catalog index during display, so that the embedded point information collected under a certain page is displayed according to the viewing requirement of a user, and the beneficial effects obtained by the embedded point information display platform are not influenced.
By adopting the technical means of the embodiment of the invention, the openers and the business staff can more intuitively know the position of the embedded point code of the current business item and quickly know the embedded point information of each embedded point code, so that the operations such as updating or modifying the embedded point code and the like can be conveniently realized.
Referring to fig. 3, a schematic step diagram of a buried point information processing apparatus according to a third embodiment of the present invention is shown. The embodiment of the invention provides a buried point information processing apparatus 30, which includes: a code file reading module 31, an instruction information determining module 32, and a buried point information data generating module 33; wherein,,
the code file reading module 31 is configured to read a code file of a current service item; the code file comprises a service code and buried point data; the buried point data includes at least one buried point code, and buried point indication information corresponding to each buried point code.
The indication information determining module 32 is configured to traverse each page in the code file and search for each embedded point indication information in the code file.
The buried point information data generating module 33 is configured to obtain a corresponding buried point code according to each buried point indication information, and generate buried point information data.
Specifically, a developer completes service codes in advance according to current service project requirements, and writes corresponding embedded point codes at corresponding positions in the service codes according to embedded point requirement documents provided by the service personnel so as to complete embedded point operation. The embedded point code is used for tracking basic information of a user, the use condition of the product and the operation behavior of the user after the subsequent finished product of the business project is online so as to acquire corresponding user data.
In the embodiment of the invention, in the process of carrying out the buried point operation, the developer needs to adopt the buried point indication information to encapsulate the buried point code so as to form the buried point data. The buried point data and the service code form a code file of the current service project.
In the process of collecting the embedded point information, the code file of the current service project is read by the code file reading module 31, each page in the code file is traversed by the indication information determining module 32, so that each embedded point indication information in the code file is found, namely, the embedded point indication information can be located at the position of each embedded point code in the code file, the embedded point codes encapsulated in the embedded point indication information are captured, and then the corresponding embedded point information data is generated by the embedded point information data generating module 33 according to the collected embedded point codes.
By adopting the technical means of the embodiment of the invention, the technical problems that the position of the embedded point code in the code file of the current business project cannot be automatically positioned and the embedded point code can be automatically acquired in the prior art are solved, and the situation that the business personnel and the developer repeat or miss due to misoperation in the process of manually acquiring the embedded point information is effectively avoided. The scheme can automatically collect and record the embedded point information in the code file, and improves the efficiency and accuracy of collecting the embedded point information.
As a preferred embodiment, the embedded point indication information is an identification code with a uniform format; the embedded point data is formed by encapsulating each embedded point code by adopting the identification code in the unified format.
It should be noted that, the embodiment of the invention is suitable for an application scenario in which the embedded point operation is completed by adopting the self-grinding embedded point code, is also suitable for a code package for calling a third party embedded point product, and is used for completing the application scenario of the embedded point operation by customizing corresponding embedded point demand parameters according to the embedded point demand document.
Whether a developer adopts a self-grinding buried point code to perform buried point operation or calls a code package of a third party buried point product, and self-defines buried point demand parameters to perform buried point operation, the generated buried point code needs to be packaged in an identification code format corresponding to the buried point indication information in advance to form buried point data.
As a preferred embodiment, the buried point information data generating module 33 is specifically configured to:
taking each embedded point indication information as an index to obtain an embedded point code corresponding to each embedded point indication information;
and generating buried point information data according to the project name of the current business project, the page name of each buried point code and the page where the buried point code is located.
As a preferred embodiment, the buried point information processing apparatus 30 further includes a buried point data information reporting module 34;
the embedded point data information reporting module 34 is configured to report the embedded point information data to an embedded point information display platform at the back end, so that the embedded point information display platform performs visual display on the embedded point information data.
It should be noted that, the embedded point information processing device provided in the embodiment of the present invention is configured to execute all the flow steps of the embedded point information processing method in the first embodiment or the second embodiment, and the working principles and the beneficial effects of the two correspond to each other one by one, so that a detailed description is omitted.
The third embodiment of the invention provides a buried point information processing device, which reads a code file of a current service item through a code file reading module; the code file comprises a service code and buried point data; the embedded point data comprises at least one embedded point code and embedded point indication information corresponding to each embedded point code; traversing each page in the code file by an indication information determining module, and searching for each buried point indication information in the code file; and the buried point information data generation module acquires corresponding buried point codes according to each buried point indication information and generates buried point information data.
According to the embodiment of the invention, different embedded point codes are packaged by adopting embedded point indication information with the identification codes in a unified format, so that in the embedded point information acquisition process, each embedded point code can be automatically acquired, corresponding embedded point information data are generated, so that openers and business personnel can know the embedded point code positions of the current business items, quickly know the embedded point information of each embedded point code, and the operations such as updating or modifying the embedded point codes are realized. The situation of repetition or omission caused by misoperation in the process of manually checking the embedded point codes by business personnel and developers is effectively avoided. Moreover, the embodiment of the invention can be suitable for collecting the buried point codes formed by different buried point operation modes, and has universality.
Referring to fig. 4, a schematic step diagram of a buried point information processing apparatus according to a fourth embodiment of the present invention is shown. The fourth embodiment of the present invention provides a buried point information processing apparatus 40, which includes a processor 41, a memory 42, and a computer program stored in the memory and configured to be executed by the processor, wherein the processor implements the buried point information processing method according to the first or second embodiment when executing the computer program.
The embodiment of the invention also provides a computer readable storage medium, which comprises a stored computer program, wherein when the computer program runs, equipment where the computer readable storage medium is located is controlled to execute the buried point information processing method according to the first embodiment or the second embodiment.
Those skilled in the art will appreciate that implementing all or part of the above-described methods in accordance with the embodiments may be accomplished by way of a computer program stored on a computer readable storage medium, which when executed may comprise the steps of the embodiments of the methods described above. The storage medium may be a magnetic disk, an optical disk, a Read-only memory (ROM), a random access memory (RandomAccessMemory, RAM), or the like.
While the foregoing is directed to the preferred embodiments of the present invention, it will be appreciated by those skilled in the art that changes and modifications may be made without departing from the principles of the invention, such changes and modifications are also intended to be within the scope of the invention.
Claims (10)
1. A buried point information processing method, characterized by comprising:
reading a code file of a current service item; the code file comprises a service code and buried point data; the embedded point data comprises at least one embedded point code and embedded point indication information corresponding to each embedded point code;
traversing each page in the code file, and searching for each embedded point indication information in the code file;
acquiring corresponding buried point codes according to each buried point indication information, and generating buried point information data;
the buried point indication information is an identification code with a uniform format;
the embedded point data is formed by encapsulating each embedded point code by adopting the identification code in the unified format.
2. The method of claim 1, wherein the embedded code comprises a code package of a third party embedded product and a custom embedded demand parameter.
3. The method for processing embedded point information according to claim 1, wherein the acquiring the corresponding embedded point code and generating the embedded point information data according to each embedded point indication information, comprises:
taking each embedded point indication information as an index to obtain an embedded point code corresponding to each embedded point indication information;
and generating buried point information data according to the project name of the current business project, the page name of each buried point code and the page where the buried point code is located.
4. The buried point information processing method according to any one of claims 1 to 3, further comprising, after said acquiring a corresponding buried point code from each of the buried point instruction information and generating buried point information data:
reporting the buried point information data to a buried point information display platform at the rear end, so that the buried point information display platform can visually display the buried point information data.
5. A buried point information processing apparatus, comprising:
the code file reading module is used for reading the code file of the current business project; the code file comprises a service code and buried point data; the embedded point data comprises at least one embedded point code and embedded point indication information corresponding to each embedded point code;
the indication information determining module is used for traversing each page in the code file and searching for indication information of each buried point in the code file;
the embedded point information data generation module is used for acquiring corresponding embedded point codes according to each embedded point indication information and generating embedded point information data;
the buried point indication information is an identification code with a uniform format;
the embedded point data is formed by encapsulating each embedded point code by adopting the identification code in the unified format.
6. The embedded point information processing apparatus according to claim 5, wherein the embedded point code includes a code package of a third party embedded point product called and a customized embedded point requirement parameter.
7. The embedded point information processing apparatus according to claim 5, wherein the embedded point information data generation module is specifically configured to:
taking each embedded point indication information as an index to obtain an embedded point code corresponding to each embedded point indication information;
and generating buried point information data according to the project name of the current business project, the page name of each buried point code and the page where the buried point code is located.
8. The buried point information processing apparatus according to any one of claims 5 to 7, characterized in that said buried point information processing apparatus further comprises:
and the embedded point data information reporting module is used for reporting the embedded point information data to an embedded point information display platform at the rear end so that the embedded point information display platform can visually display the embedded point information data.
9. A buried point information processing apparatus comprising a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, the processor implementing the buried point information processing method according to any one of claims 1 to 4 when executing the computer program.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium comprises a stored computer program, wherein the computer program, when run, controls a device in which the computer-readable storage medium is located to perform the buried point information processing method according to any one of claims 1 to 4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011541186.3A CN112596978B (en) | 2020-12-23 | 2020-12-23 | Buried point information processing method, buried point information processing device and medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011541186.3A CN112596978B (en) | 2020-12-23 | 2020-12-23 | Buried point information processing method, buried point information processing device and medium |
Publications (2)
Publication Number | Publication Date |
---|---|
CN112596978A CN112596978A (en) | 2021-04-02 |
CN112596978B true CN112596978B (en) | 2023-07-14 |
Family
ID=75200449
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011541186.3A Active CN112596978B (en) | 2020-12-23 | 2020-12-23 | Buried point information processing method, buried point information processing device and medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112596978B (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113238948B (en) * | 2021-05-19 | 2024-03-12 | 北京达佳互联信息技术有限公司 | Buried point detection method, buried point detection device, electronic equipment and storage medium |
CN114885013B (en) * | 2022-05-06 | 2024-03-12 | 北京达佳互联信息技术有限公司 | Method and device for reporting package information, electronic equipment and storage medium |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108334525A (en) * | 2017-01-20 | 2018-07-27 | 阿里巴巴集团控股有限公司 | A kind of method for exhibiting data and device |
CN110209386A (en) * | 2019-05-17 | 2019-09-06 | 北京奇艺世纪科技有限公司 | The acquisition methods and device that data bury setting method a little, bury point data |
CN111241444A (en) * | 2020-01-09 | 2020-06-05 | 深圳壹账通智能科技有限公司 | Webpage embedded point code adding method and device, computer equipment and storage medium |
CN111338933A (en) * | 2020-02-07 | 2020-06-26 | 北京每日优鲜电子商务有限公司 | Buried point verification method, device, equipment and storage medium |
Family Cites Families (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107196788B (en) * | 2017-05-02 | 2020-12-18 | 创新先进技术有限公司 | Method and device for processing buried point data, server and client |
CN107633019A (en) * | 2017-08-24 | 2018-01-26 | 阿里巴巴集团控股有限公司 | A kind of page events acquisition method and device |
CN109597949B (en) * | 2018-10-22 | 2024-04-02 | 平安科技(深圳)有限公司 | Third party buried point identification generation method and equipment based on data standardization |
CN111190807B (en) * | 2018-11-14 | 2023-08-18 | 杭州萤石软件有限公司 | Buried point testing method and equipment |
CN111435298A (en) * | 2019-01-11 | 2020-07-21 | 北京京东尚科信息技术有限公司 | Point burying method and device, electronic equipment and storage medium |
CN110515821B (en) * | 2019-08-30 | 2023-11-14 | 望海康信(北京)科技股份公司 | Event processing method based on buried point, electronic equipment and computer storage medium |
CN111290931B (en) * | 2020-02-18 | 2022-05-13 | 支付宝(杭州)信息技术有限公司 | Method and device for visually displaying buried point data |
-
2020
- 2020-12-23 CN CN202011541186.3A patent/CN112596978B/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108334525A (en) * | 2017-01-20 | 2018-07-27 | 阿里巴巴集团控股有限公司 | A kind of method for exhibiting data and device |
CN110209386A (en) * | 2019-05-17 | 2019-09-06 | 北京奇艺世纪科技有限公司 | The acquisition methods and device that data bury setting method a little, bury point data |
CN111241444A (en) * | 2020-01-09 | 2020-06-05 | 深圳壹账通智能科技有限公司 | Webpage embedded point code adding method and device, computer equipment and storage medium |
CN111338933A (en) * | 2020-02-07 | 2020-06-26 | 北京每日优鲜电子商务有限公司 | Buried point verification method, device, equipment and storage medium |
Also Published As
Publication number | Publication date |
---|---|
CN112596978A (en) | 2021-04-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN112596978B (en) | Buried point information processing method, buried point information processing device and medium | |
US20190281431A1 (en) | Smart communication device or apparatus for collecting and evaluating information about equipment distributed over a large area, e.g., over a large industrial plant or oil field | |
US20070141976A1 (en) | Analyzing system, analyzing method using the same, and system for collecting survey results for use in anlysis | |
CN105426310B (en) | A kind of method and apparatus for the performance for detecting target process | |
US9773135B2 (en) | Portable data collection system and method | |
US20080221834A1 (en) | Method and system for enhanced fault detection workflow | |
CN112423135B (en) | Information processing method, apparatus, computer device and storage medium for video playback | |
CN116775750B (en) | Data management method and device based on metallurgical industry | |
CN111105150A (en) | Project risk analysis system | |
JP5915989B2 (en) | Information provision device | |
CN113987393A (en) | Web page operation recorder, system, device and method | |
CN106919501A (en) | Static Analysis Method and instrument based on defect mode | |
CN111694824A (en) | Method for mapping and cleaning oil data chain | |
CN115481025A (en) | Script recording method and device for automatic test, computer equipment and medium | |
CN112148544B (en) | Terminal device testing method, smart watch and system | |
CN113138971A (en) | Visual log analysis method, device and system | |
CN110119322B (en) | Data acquisition method and device, computer equipment and readable storage medium | |
CN112363915A (en) | Method and device for page performance test, terminal equipment and storage medium | |
CN112698890A (en) | Method, device and equipment for collecting function time consumption and storage medium | |
JP2009134535A (en) | Device for supporting software development, method of supporting software development, and program for supporting software development | |
JP2015069451A (en) | Farm field management system | |
CN116467139B (en) | System alarm repetition rate detection method, electronic equipment and readable storage medium | |
JP7193303B2 (en) | data recording system | |
CN105868386B (en) | Page opening detection method and device | |
US11243860B2 (en) | Trend plot with multiple acquisitions |
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 |