CN113064801A - Data point burying method and device, readable storage medium and computer equipment - Google Patents

Data point burying method and device, readable storage medium and computer equipment Download PDF

Info

Publication number
CN113064801A
CN113064801A CN202110261844.1A CN202110261844A CN113064801A CN 113064801 A CN113064801 A CN 113064801A CN 202110261844 A CN202110261844 A CN 202110261844A CN 113064801 A CN113064801 A CN 113064801A
Authority
CN
China
Prior art keywords
data
group
event
conditions
contents
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.)
Granted
Application number
CN202110261844.1A
Other languages
Chinese (zh)
Other versions
CN113064801B (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.)
Shenzhen Yishi Huolala Technology Co Ltd
Original Assignee
Shenzhen Yishi Huolala Technology Co Ltd
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 Shenzhen Yishi Huolala Technology Co Ltd filed Critical Shenzhen Yishi Huolala Technology Co Ltd
Priority to CN202110261844.1A priority Critical patent/CN113064801B/en
Publication of CN113064801A publication Critical patent/CN113064801A/en
Application granted granted Critical
Publication of CN113064801B publication Critical patent/CN113064801B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3409Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for performance assessment
    • G06F11/3428Benchmarking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/302Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a software system

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Computer Hardware Design (AREA)
  • Mathematical Physics (AREA)
  • Traffic Control Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application is applicable to the field of data processing, and provides a data point burying method, a data point burying device, a computer readable storage medium and computer equipment. The method comprises the following steps: s101, requesting a server to acquire configuration information of data embedding points, wherein the configuration information comprises a plurality of scenes, and each scene comprises a group of conditions and a group of contents; s102, when an event is generated, setting event attributes according to the type of the event, wherein the types of different events correspond to different event attributes; s103, judging whether the event attribute meets one group of conditions in the configuration information of the data buried point, and if so, executing S104; and S104, triggering data buried point reporting, acquiring a group of contents in a scene corresponding to a group of conditions met by the event attributes according to the configuration information of the data buried points, using the group of contents as the contents of the data buried points, and reporting the contents of the data buried points. The method and the device enable the matching mode of the embedded point triggering and executing opportunity to be more flexible and diversified, and increase the selectable range of the embedded point data content.

Description

Data point burying method and device, readable storage medium and computer equipment
Technical Field
The present application belongs to the field of data processing, and in particular, to a method and an apparatus for embedding points in data, a computer-readable storage medium, and a computer device.
Background
The APP data point burying method in the prior art is roughly divided into three types, one type is that a developer manually embeds a point burying code into a program code, commonly called a code point burying; one is to use a tool to automatically insert the code of the buried point in batch, commonly called the buried point; one is a mode of monitoring the operation behavior and page changes of a user and providing visualization and self-help operation, which is commonly called as visualization embedded points.
However, in various APP data embedding methods in the prior art, control of data embedding is not flexible enough, on one hand, control of embedding triggering and execution timing is not flexible enough, and only event attributes can be matched to determine whether to trigger and execute embedding, on the other hand, control of embedding data content is not flexible enough, and embedding data content can only be selected in a prepared data pool.
Disclosure of Invention
The application aims to provide a method and a device for embedding points in data, a computer readable storage medium and computer equipment, and aims to solve the problem that the triggering and execution time of embedding points and the control of data content are not flexible enough.
In a first aspect, the present application provides a method of data embedding, the method comprising the steps of:
s101, requesting a server to acquire configuration information of data embedding points, wherein the configuration information comprises a plurality of scenes, each scene comprises a group of conditions and a group of contents, each group of conditions comprises one or more condition filters, each group of contents comprises one or more data contents, and when one group of conditions comprises a plurality of condition filters, the group of conditions further comprises a condition expression for combining the condition filters;
s102, when an event is generated, setting event attributes according to the type of the event, wherein the types of different events correspond to different event attributes;
s103, judging whether the event attribute meets one group of conditions in the configuration information of the data buried point, and if so, executing S104;
and S104, triggering data buried point reporting, acquiring a group of contents in a scene corresponding to a group of conditions met by the event attributes according to the configuration information of the data buried points, using the group of contents as the contents of the data buried points, and reporting the contents of the data buried points.
In a second aspect, the present application provides an apparatus for data embedding, the apparatus comprising:
the system comprises a request module, a data embedding module and a processing module, wherein the request module is used for requesting to acquire configuration information of the data embedding points from a server, the configuration information comprises a plurality of scenes, each scene comprises a group of conditions and a group of contents, each group of conditions comprises one or more condition filters, each group of contents comprises one or more data contents, and when one group of conditions comprises a plurality of condition filters, the group of conditions also comprises condition expressions for combining the condition filters;
the setting module is used for setting event attributes according to the types of the events when the events are generated, wherein the types of different events correspond to different event attributes;
the judging module is used for judging whether the event attribute meets one group of conditions in the configuration information of the data embedded point;
and the reporting module is used for triggering the data buried point to report if the event attribute meets one group of conditions in the configuration information of the data buried point, acquiring a group of contents in a scene corresponding to the group of conditions met by the event attribute as the contents of the data buried point according to the configuration information of the data buried point, and reporting the contents of the data buried point.
In a third aspect, the present application provides a computer readable storage medium having stored thereon a computer program which, when being executed by a processor, carries out the steps of the method of data burial as described.
In a fourth aspect, the present application provides a computer device comprising:
one or more processors;
a memory; and
one or more computer programs, the processor and the memory being connected by a bus, wherein the one or more computer programs are stored in the memory and configured to be executed by the one or more processors, which when executing the computer programs implement the steps of the method of data burial as described.
In the application, since the configuration information of the data burial point comprises a plurality of scenes, each scene comprises a group of conditions and a group of contents, each group of conditions comprises one or more condition filters, and each group of contents comprises one or more data contents; when an event is generated, judging whether the event attribute meets one group of conditions in the configuration information of the data buried point, if so, triggering the data buried point to report, acquiring a group of contents in a scene corresponding to the group of conditions met by the event attribute according to the configuration information of the data buried point as the contents of the data buried point, and reporting the contents of the data buried point. Therefore, the matching mode of the buried point triggering and executing time is more flexible and diversified, and the selectable range of the buried point data content is increased.
Drawings
Fig. 1 is a flowchart of a method for embedding data according to an embodiment of the present disclosure.
Fig. 2 is a functional block diagram of a device for data embedding according to an embodiment of the present disclosure.
Fig. 3 is a block diagram illustrating a specific structure of a computer device according to an embodiment of the present disclosure.
Detailed Description
In order to make the purpose, technical solution and beneficial effects of the present application more clear and more obvious, the present application is further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
In order to explain the technical solution described in the present application, the following description will be given by way of specific examples.
Please refer to fig. 1, which is a flowchart illustrating a method for embedding data into a point according to an embodiment of the present application. The method for embedding the data into the points comprises the following steps:
s101, requesting a server to acquire configuration information of data burial points, wherein the configuration information comprises a plurality of scenes, each scene comprises a group of conditions and a group of contents, each group of conditions comprises one or more condition filters, each group of contents comprises one or more data contents, and when one group of conditions comprises a plurality of condition filters, the group of conditions further comprises a condition expression for combining the condition filters.
S102, when an event is generated, setting event attributes according to the type of the event, wherein the types of different events correspond to different event attributes.
In an embodiment of the present application, the types of events include, but are not limited to, the following:
network request event: the event represents that the program initiates network requests to a remote server, including service-related network requests, and also includes various network requests initiated to third-party services or externally. The event attribute of the network request event comprises the relevant information of the current network request;
page operations and change events: the events represent the operations performed by the user on the page or the page changes generated by program running, such as entering and exiting the page, clicking a button, inputting text, selecting a list, and the like. The event attribute of the page operation and change event comprises the relevant information of the current page operation or change;
a location change event: the type of event represents a change in the location of the user equipment. The event attribute of the position change event comprises the relevant information of the position change;
a clock change event: the event represents the time change of the user equipment, the frequency of the time change is controlled by a local preset frequency value, and the frequency value of the event change can be changed remotely. The event attribute of the clock change event comprises time change related information;
device state change event: such events represent changes in the state of the user equipment including, but not limited to, device network state, process state, system service state, etc. The event attribute of the device state change event contains information related to the user device state change.
S103, judging whether the event attribute meets one group of conditions in the configuration information of the data buried point, and if so, executing S104.
In an embodiment of the present application, if the event attribute does not satisfy one of the set of conditions in the configuration information of the data burial point, the process returns to S102.
In an embodiment of the present application, S103 may specifically include the following steps:
s1031, sequentially traversing scenes in the configuration information of the data embedded points;
s1032, judging whether the event attribute meets the set of conditions corresponding to the scenes or not for each traversed scene, if so, executing S104, and if not, continuing traversing other scenes in the configuration information of the data buried points, and executing S1032.
In an embodiment of the present application, the determining whether the event attribute satisfies the set of conditions corresponding to the scene specifically includes:
when the set of conditions corresponding to the scene comprises a condition filter, taking the event attribute as the left input of the condition filter, taking a preset expected value corresponding to the condition filter as the right input of the condition filter, and calculating whether the event attribute meets the expected value according to the matching of an operator specified by the condition filter; calculating the result of the condition filter, if the result is true or yes, indicating that the set of conditions corresponding to the scene is met, and if the result is false or no, indicating that the set of conditions corresponding to the scene is not met;
when the set of conditions corresponding to the scene comprises a plurality of condition filters, regarding each condition filter as the left input of the condition filter, regarding a preset expected value corresponding to the condition filter as the right input of the condition filter, and calculating whether the event attribute meets the expected value according to the matching of an operational character specified by the condition filter; calculating results of all condition filters, then obtaining the results of the condition expressions according to the condition expressions, if the results are true, indicating that the set of conditions corresponding to the scene are met, and if the results are false, indicating that the set of conditions corresponding to the scene are not met;
the structure of the conditional filter comprises a left input, an operator and a right input, and the output result of the conditional filter is true and false, or, yes and no; the operators include: equal, not equal, greater than, less than, greater than or equal, less than or equal, divisible, inclusive, prefix match, suffix match, regular match, interleaved, and the like.
And S104, triggering data buried point reporting, acquiring a group of contents in a scene corresponding to a group of conditions met by the event attributes according to the configuration information of the data buried points, using the group of contents as the contents of the data buried points, and reporting the contents of the data buried points.
Referring to fig. 2, the apparatus for embedding data in a point according to an embodiment of the present application may be a computer program or a program code running on a computer device, for example, the apparatus for embedding data in a point is an application software; the data burying device can be used for executing corresponding steps in the data burying method provided by the embodiment of the application. An embodiment of the present application provides an apparatus for embedding data, including:
a request module 11, configured to request a server to obtain configuration information of a data sink, where the configuration information includes multiple scenes, each scene includes a set of conditions and a set of contents, each set of conditions includes one or more condition filters, each set of contents includes one or more data contents, and when a set of conditions includes multiple condition filters, the set of conditions further includes a conditional expression for combining the multiple condition filters;
the setting module 12 is configured to set event attributes according to types of events when the events are generated, where the types of different events correspond to different event attributes;
a judging module 13, configured to judge whether the event attribute meets one set of conditions in the configuration information of the data burial point;
a reporting module 14, configured to trigger data embedding point reporting if the event attribute satisfies one set of conditions in the configuration information of the data embedding point, obtain, according to the configuration information of the data embedding point, a set of contents in a scene corresponding to the one set of conditions satisfied by the event attribute as contents of the data embedding point, and report the contents of the data embedding point.
The device for embedding the data points provided by the embodiment of the application and the method for embedding the data points provided by the embodiment of the application belong to the same concept, and the specific implementation process is detailed throughout the specification and is not repeated herein.
An embodiment of the present application provides a computer-readable storage medium, which stores a computer program, and the computer program, when executed by a processor, implements the steps of the method for data embedding provided by an embodiment of the present application.
Fig. 3 shows a specific block diagram of a computer device provided in an embodiment of the present application, where the computer device 100 includes: one or more processors 101, a memory 102, and one or more computer programs, wherein the processors 101 and the memory 102 are connected by a bus, the one or more computer programs are stored in the memory 102 and configured to be executed by the one or more processors 101, the processor 101 implementing the steps of the method of data burial as provided by an embodiment of the application when executing the computer programs. The computer equipment comprises a server, a terminal and the like. The computer device may be a desktop computer, a mobile terminal or a vehicle-mounted device, and the mobile terminal includes at least one of a mobile phone, a tablet computer, a personal digital assistant or a wearable device.
In the application, since the configuration information of the data burial point comprises a plurality of scenes, each scene comprises a group of conditions and a group of contents, each group of conditions comprises one or more condition filters, and each group of contents comprises one or more data contents; when an event is generated, judging whether the event attribute meets one group of conditions in the configuration information of the data buried point, if so, triggering the data buried point to report, acquiring a group of contents in a scene corresponding to the group of conditions met by the event attribute according to the configuration information of the data buried point as the contents of the data buried point, and reporting the contents of the data buried point. Therefore, the matching mode of the buried point triggering and executing time is more flexible and diversified, and the selectable range of the buried point data content is increased.
It should be understood that the steps in the embodiments of the present application are not necessarily performed in the order indicated by the step numbers. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least some of the steps in various embodiments may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, and the order of performing the sub-steps or stages is not necessarily sequential, but may be performed alternately or alternately with other steps or at least some of the sub-steps or stages of other steps.
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 a computer program, which can be stored in a non-volatile computer-readable storage medium, and can include the processes of the embodiments of the methods described above when the program is executed. Any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory, among others. 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 bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above examples only show some embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A method of data pointing, the method comprising the steps of:
s101, requesting a server to acquire configuration information of data embedding points, wherein the configuration information comprises a plurality of scenes, each scene comprises a group of conditions and a group of contents, each group of conditions comprises one or more condition filters, each group of contents comprises one or more data contents, and when one group of conditions comprises a plurality of condition filters, the group of conditions further comprises a condition expression for combining the condition filters;
s102, when an event is generated, setting event attributes according to the type of the event, wherein the types of different events correspond to different event attributes;
s103, judging whether the event attribute meets one group of conditions in the configuration information of the data buried point, and if so, executing S104;
and S104, triggering data buried point reporting, acquiring a group of contents in a scene corresponding to a group of conditions met by the event attributes according to the configuration information of the data buried points, using the group of contents as the contents of the data buried points, and reporting the contents of the data buried points.
2. The method of claim 1, wherein the type of event comprises: network request events, page operation and change events, location change events, clock change events, and device state change events.
3. The method of claim 2, wherein the event attribute of the network request event includes related information of a current network request, and the event attribute of the page operation and change event includes related information of a current page operation or change; the event attribute of the position change event comprises the relevant information of the position change; the event attribute of the clock change event comprises time change related information; the event attribute of the device state change event contains the relevant information of the user device state change.
4. The method according to claim 1, wherein the S103 specifically comprises the steps of:
s1031, sequentially traversing scenes in the configuration information of the data embedded points;
s1032, judging whether the event attribute meets the set of conditions corresponding to the scenes or not for each traversed scene, if so, executing S104, and if not, continuing traversing other scenes in the configuration information of the data buried points, and executing S1032.
5. The method according to claim 4, wherein the determining whether the event attribute satisfies the set of conditions corresponding to the scene specifically comprises:
when the set of conditions corresponding to the scene comprises a condition filter, taking the event attribute as the left input of the condition filter, taking a preset expected value corresponding to the condition filter as the right input of the condition filter, and calculating whether the event attribute meets the expected value according to the matching of an operator specified by the condition filter; calculating the result of the condition filter, if the result is true or yes, indicating that the set of conditions corresponding to the scene is met, and if the result is false or no, indicating that the set of conditions corresponding to the scene is not met;
when the set of conditions corresponding to the scene comprises a plurality of condition filters, regarding each condition filter as the left input of the condition filter, regarding a preset expected value corresponding to the condition filter as the right input of the condition filter, and calculating whether the event attribute meets the expected value according to the matching of an operational character specified by the condition filter; calculating results of all condition filters, then obtaining the results of the condition expressions according to the condition expressions, if the results are true, indicating that the set of conditions corresponding to the scene are met, and if the results are false, indicating that the set of conditions corresponding to the scene are not met;
the structure of the conditional filter comprises a left input, an operator and a right input, and the output result of the conditional filter is true and false, or, yes and no.
6. The method of claim 5, wherein the operators comprise: equal, not equal, greater than, less than, greater than or equal, less than or equal, divisible, inclusive, prefix match, suffix match, regular match, and interleaved.
7. An apparatus for data pointing, comprising the steps of:
the system comprises a request module, a data embedding module and a processing module, wherein the request module is used for requesting to acquire configuration information of the data embedding points from a server, the configuration information comprises a plurality of scenes, each scene comprises a group of conditions and a group of contents, each group of conditions comprises one or more condition filters, each group of contents comprises one or more data contents, and when one group of conditions comprises a plurality of condition filters, the group of conditions also comprises condition expressions for combining the condition filters;
the setting module is used for setting event attributes according to the types of the events when the events are generated, wherein the types of different events correspond to different event attributes;
the judging module is used for judging whether the event attribute meets one group of conditions in the configuration information of the data embedded point;
and the reporting module is used for triggering the data buried point to report if the event attribute meets one group of conditions in the configuration information of the data buried point, acquiring a group of contents in a scene corresponding to the group of conditions met by the event attribute as the contents of the data buried point according to the configuration information of the data buried point, and reporting the contents of the data buried point.
8. A computer-readable storage medium, storing a computer program, wherein the computer program, when executed by a processor, performs the steps of the method of data burial of any one of claims 1 to 6.
9. A computer device, comprising:
one or more processors;
a memory; and
one or more computer programs, the processor and the memory being connected by a bus, wherein the one or more computer programs are stored in the memory and configured to be executed by the one or more processors, characterized in that the steps of the method of data burial of claims 1 to 6 are implemented when the computer programs are executed by the processors.
10. The computer device of claim 9, wherein the computer device is a desktop computer, a mobile terminal, or an in-vehicle device.
CN202110261844.1A 2021-03-10 2021-03-10 Data point burying method and device, readable storage medium and computer equipment Active CN113064801B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110261844.1A CN113064801B (en) 2021-03-10 2021-03-10 Data point burying method and device, readable storage medium and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110261844.1A CN113064801B (en) 2021-03-10 2021-03-10 Data point burying method and device, readable storage medium and computer equipment

Publications (2)

Publication Number Publication Date
CN113064801A true CN113064801A (en) 2021-07-02
CN113064801B CN113064801B (en) 2022-03-29

Family

ID=76560331

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110261844.1A Active CN113064801B (en) 2021-03-10 2021-03-10 Data point burying method and device, readable storage medium and computer equipment

Country Status (1)

Country Link
CN (1) CN113064801B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113590447A (en) * 2021-08-02 2021-11-02 北京百度网讯科技有限公司 Buried point processing method and device

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110283263A1 (en) * 2010-05-11 2011-11-17 Computer Associates Think, Inc. Conditional dynamic instrumentation of software in a specified transaction context
CN107566350A (en) * 2017-08-15 2018-01-09 深信服科技股份有限公司 Security configuration vulnerability monitoring method, apparatus and computer-readable recording medium
CN107609004A (en) * 2017-07-21 2018-01-19 深圳市小牛在线互联网信息咨询有限公司 Application program buries point methods and device, computer equipment and storage medium
CN108363657A (en) * 2018-01-25 2018-08-03 上海连尚网络科技有限公司 Monitoring APP clients bury method, equipment and the medium of point data acquisition integrality
CN108874641A (en) * 2018-06-01 2018-11-23 平安科技(深圳)有限公司 A kind of analysis method that burying point data and device
CN109582550A (en) * 2018-09-29 2019-04-05 阿里巴巴集团控股有限公司 A kind of method, apparatus and server obtaining full dose business scenario failure collection
CN110471824A (en) * 2019-08-19 2019-11-19 中国工商银行股份有限公司 Monitoring method, device, system, electronic equipment and computer readable storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110283263A1 (en) * 2010-05-11 2011-11-17 Computer Associates Think, Inc. Conditional dynamic instrumentation of software in a specified transaction context
CN107609004A (en) * 2017-07-21 2018-01-19 深圳市小牛在线互联网信息咨询有限公司 Application program buries point methods and device, computer equipment and storage medium
CN107566350A (en) * 2017-08-15 2018-01-09 深信服科技股份有限公司 Security configuration vulnerability monitoring method, apparatus and computer-readable recording medium
CN108363657A (en) * 2018-01-25 2018-08-03 上海连尚网络科技有限公司 Monitoring APP clients bury method, equipment and the medium of point data acquisition integrality
CN108874641A (en) * 2018-06-01 2018-11-23 平安科技(深圳)有限公司 A kind of analysis method that burying point data and device
CN109582550A (en) * 2018-09-29 2019-04-05 阿里巴巴集团控股有限公司 A kind of method, apparatus and server obtaining full dose business scenario failure collection
CN110471824A (en) * 2019-08-19 2019-11-19 中国工商银行股份有限公司 Monitoring method, device, system, electronic equipment and computer readable storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
冯哲奇: "Web前端用户行为监测与分析平台的设计与实现", 《中国优秀硕士学位论文全文数据库信息科技辑》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113590447A (en) * 2021-08-02 2021-11-02 北京百度网讯科技有限公司 Buried point processing method and device
CN113590447B (en) * 2021-08-02 2024-04-19 北京百度网讯科技有限公司 Buried point processing method and device

Also Published As

Publication number Publication date
CN113064801B (en) 2022-03-29

Similar Documents

Publication Publication Date Title
CN108848142B (en) Message pushing method and device, computer equipment and storage medium
CN109542529B (en) Function name-based point burying method and device, computer equipment and storage medium
CN110851159B (en) Business rule updating method and device, computer equipment and storage medium
CN110069739B (en) Page preloading method and device
CN111464487B (en) Access control method, device and system
CN113064801B (en) Data point burying method and device, readable storage medium and computer equipment
CN110750443A (en) Webpage testing method and device, computer equipment and storage medium
CN109240893B (en) Application running state query method and terminal equipment
CN111191124A (en) Method and device for determining interest label weight, storage medium and electronic equipment
CN110781386A (en) Information recommendation method and device, and bloom filter creation method and device
CN110049535B (en) Network searching method, device, equipment and storage medium
CN110457089B (en) Data acquisition method, data acquisition device, computer readable storage medium and computer equipment
CN111552548A (en) Task processing method and device, electronic equipment and machine-readable storage medium
CN111416857A (en) Client crash processing method, device, system, equipment and storage medium
CN113992784B (en) Audio and video call method, device, computer equipment and storage medium
CN115409345A (en) Service index calculation method and device, computer equipment and storage medium
CN110704523B (en) Data export method, device, equipment and computer readable storage medium
CN111666020B (en) Method and device for switching document pages, electronic equipment and storage medium
CN111858542B (en) Data processing method, device, equipment and computer readable storage medium
CN111026615B (en) Method and device for acquiring logical volume list, electronic equipment and storage medium
US8880546B1 (en) System, method, and computer program for refining a set of keywords utilizing historical activity thresholds
CN108182202B (en) Content update notification method, content update notification device, electronic equipment and storage medium
CN112765190A (en) IP data updating method, device, equipment and medium
CN112417324A (en) Chrome-based URL (Uniform resource locator) interception method and device and computer equipment
CN110969430A (en) Method and device for identifying suspicious user, computer equipment and storage medium

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