CN114116388A - Applet data acquisition method, device and equipment and readable storage medium - Google Patents

Applet data acquisition method, device and equipment and readable storage medium Download PDF

Info

Publication number
CN114116388A
CN114116388A CN202111406340.0A CN202111406340A CN114116388A CN 114116388 A CN114116388 A CN 114116388A CN 202111406340 A CN202111406340 A CN 202111406340A CN 114116388 A CN114116388 A CN 114116388A
Authority
CN
China
Prior art keywords
applet
life cycle
page
routing
routing page
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.)
Pending
Application number
CN202111406340.0A
Other languages
Chinese (zh)
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.)
Tianyi Digital Life Technology Co Ltd
Original Assignee
Tianyi Digital Life 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 Tianyi Digital Life Technology Co Ltd filed Critical Tianyi Digital Life Technology Co Ltd
Priority to CN202111406340.0A priority Critical patent/CN114116388A/en
Publication of CN114116388A publication Critical patent/CN114116388A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Quality & Reliability (AREA)
  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses a small program data acquisition method, a device, equipment and a readable storage medium, wherein the method comprises the following steps: receiving system environment information injected by the applet through an initialization configuration interface; acquiring basic information and system environment information of the current page of the applet, and reporting to an acquisition server; monitoring the life cycle and the routing page of the applet; and when the life cycle or the routing page changes, acquiring the change condition of the life cycle or the change condition of the routing page, and reporting to the acquisition server. Obviously, the acquisition probe script is embedded into the applet, the data without the HTTP network request in the applet are acquired, the data of the system environment when the applet operates can be acquired, the condition that a user switches a routing page on the applet and the life cycle change of the applet can be acquired, the dimensionality of data acquisition of the applet is enriched, and the integrity of the acquired data is ensured.

Description

Applet data acquisition method, device and equipment and readable storage medium
Technical Field
The present application relates to the field of data acquisition technologies, and in particular, to a method, an apparatus, a device, and a readable storage medium for acquiring applet data.
Background
In the prior art, data acquisition of an applet is to acquire only a process of an HTTP network request and then report the acquired data to a server, and if a user only performs some interactive actions and does not trigger the HTTP network request, the part of user action data cannot be intercepted and acquired, for example: some user interaction operations of entering the page, such as switching of routing pages in the applet, hiding or destroying the applet, have no HTTP request interaction, and thus the data cannot be captured and collected. Moreover, the system environment of the running applet can not be collected and reported.
The data collected in such a manner is incomplete, and therefore, accuracy of some operation indexes based on HTTP request statistics, such as page visit amount, independent visitor number and other data, is deficient, and a large error is generated from a real statistical value. And data acquisition only aiming at HTTP network requests can lead to single dimension of acquired data and insufficient acquired information, thus causing great limitation when the acquired data is analyzed.
Therefore, how to realize the multi-dimensional data acquisition of the small program and ensure the accuracy and the integrity of the acquired data is a problem worthy of research.
Disclosure of Invention
In view of this, the present application provides an applet data collecting method, apparatus, device and readable storage medium, which are used to solve the problem that the data collected by the applet has a single dimension and is incomplete.
In order to achieve the above object, the following solutions are proposed:
an applet data acquisition method applied to an acquisition probe script, wherein the acquisition probe script is requested to be loaded to a terminal from an acquisition server by an applet after the applet is initialized, and the method comprises the following steps:
receiving system environment information injected by the applet through an initialization configuration interface;
acquiring basic information and system environment information of the current page of the applet, and reporting to an acquisition server;
monitoring the life cycle and the routing page of the applet;
and when the life cycle or the routing page changes, acquiring the change condition of the life cycle or the change condition of the routing page, and reporting to the acquisition server.
Preferably, the monitoring the lifecycle of the applet comprises:
and registering and providing a monitoring method corresponding to each life cycle, so that the basic library of the applet calls the monitoring method to monitor the life cycle of the applet.
Preferably, the monitoring the routing page of the applet comprises:
and monitoring the URL address of the routing page stored in the history module of the applet, wherein the URL address is the URL address of the routing page visited by the user.
Preferably, before the receiving the system environment information injected by the applet through the initialized configuration interface, the method further includes:
register and provide an initial configuration interface.
Preferably, when the life cycle changes, acquiring the change condition of the life cycle, including:
when the life cycle changes to trigger a trigger method defined in the monitoring method, collecting the change condition of the life cycle by using the trigger method.
Preferably, when the routing page changes, collecting a change condition of the routing page, including:
when a routing page accessed by a user changes, acquiring a URL address and a behavior event thereof newly added in a history module of the applet, wherein the URL address is the URL address of the routing page newly accessed by the user, the behavior event is an access mode of the routing page newly accessed by the user, and the access mode comprises the routing page newly added and a routing page switching.
An applet data acquisition device for acquiring a probe script, the acquisition probe script requested to be loaded to a terminal by an applet from an acquisition server after the applet is initialized, the device comprising:
the information receiving unit is used for receiving system environment information injected by the applet through the initialized configuration interface;
the first data acquisition unit is used for acquiring the basic information and the system environment information of the current page of the applet and reporting the basic information and the system environment information to an acquisition server;
the monitoring unit is used for monitoring the life cycle and the routing page of the applet;
and the second data acquisition unit is used for acquiring the change condition of the life cycle or the change condition of the routing page when the life cycle or the routing page changes, and reporting the change condition to the acquisition server.
Preferably, the listening unit includes:
and the life cycle monitoring unit is used for registering and providing a monitoring method corresponding to each life cycle so that the basic library of the small program calls the monitoring method to monitor the life cycle of the small program.
An applet data acquisition device comprising a memory and a processor;
the memory is used for storing programs;
the processor is used for executing the program and realizing the steps of the small program data acquisition method.
A readable storage medium, having stored thereon a computer program which, when executed by a processor, carries out the steps of the above-mentioned applet data acquisition method.
According to the scheme, the small program data acquisition method provided by the application comprises the following steps: receiving system environment information injected by the applet through an initialization configuration interface; acquiring basic information and system environment information of the current page of the applet, and reporting to an acquisition server; monitoring the life cycle and the routing page of the applet; and when the life cycle or the routing page changes, acquiring the change condition of the life cycle or the change condition of the routing page, and reporting to the acquisition server. Obviously, the acquisition probe script is embedded into the applet, the data without the HTTP network request in the applet are acquired, the data of the system environment when the applet operates can be acquired, the condition that a user switches a routing page on the applet and the life cycle change of the applet can be acquired, the dimensionality of data acquisition of the applet is enriched, and the integrity of the acquired data is ensured.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a schematic flowchart of an applet data acquisition method according to an embodiment of the present disclosure;
fig. 2 is a schematic structural diagram of an applet data acquisition apparatus disclosed in an embodiment of the present application;
fig. 3 is a block diagram of a hardware structure of an applet data acquisition device disclosed in an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. 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 application.
The method can be applied to acquisition probe scripts, the acquisition probe scripts can be requested to be loaded to a terminal from an acquisition server by the applet after the applet is initialized, the process of loading the acquisition probe scripts does not participate in the loading process of the applet, asynchronous loading of the acquisition probe scripts can be achieved, and the running speed is improved. The above example process of loading the acquisition probe may include: the terminal application initializes the applet and may load a base library of the applet, such as ok.js base library, for example. When the small program is initialized, the acquisition probe script can be requested to be loaded to the terminal from the acquisition server side in an HTTP request mode.
The basic library introduced above is a necessary environment for the small program to run, and developers generally develop the small program oriented to the basic library. The base library may encapsulate the capabilities of the application and terminal and provide them for use by the applet.
Referring to fig. 1, fig. 1 is a schematic flow chart of an applet data collecting method provided in an embodiment of the present application, where the applet data collecting method provided in the present application may include:
step S100: and receiving system environment information injected by the applet through the initialization configuration interface.
Specifically, initialization may begin after the acquisition probe script resource is loaded, and an initialization configuration interface may be registered and provided before receiving system environment information injected by the applet through the initialization configuration interface, such as: initOkConfig api provided by the initOkConfig api method. The initialization configuration interface can be used for providing a basic library of the applet, so that the basic library of the applet can call the initialization configuration interface to inject the system environment information into the acquisition probe script, and further can receive the system environment information injected by the basic library of the applet.
In addition, the system environment information described above may include information of the terminal when running the applet, for example: user identification, applet identification, terminal type identification, channel identification for opening the applet and the like.
Wherein the channel identification of the opened applet can characterize the channel that the user finds and opens the applet, examples are: and opening the small programs through links shared by other users by the users, or inputting keywords of the small programs in a search bar for searching to obtain the small programs and opening the small programs, and the like.
If the user does not register the account of the applet when the applet is run by the user, the user identifier of the system environment information is generally null, and the received user identifier may be an independent user identifier randomly generated by the application for the user, and the independent user identifier may be used to identify the user.
By collecting the system environment information of the small program and reporting the system environment information to the collection server, the collection server can initialize the collected data of the small program and can analyze the data by combining the subsequently reported collected data, so that a manager of the small program can adjust the operation strategy of the small program according to the analysis result of the collected data.
Step S110: and acquiring the basic information of the current page of the small program and the system environment information, and reporting to an acquisition server.
Specifically, the basic information of the current page of the applet may include various information, such as: the URL address of the current page (URL, Uniform resource Locator, address of the web page), the resolution of the terminal and the time point of opening the current page, etc., and other page basic information.
After acquiring the basic information of the current page, reporting the basic information and the system environment information acquired in the above steps to an acquisition server, where the acquisition server may provide a matched acquisition data service for the acquisition probe script, examples of which are as follows: responding to a request for reporting data by the acquisition probe script, receiving the reported data, analyzing the acquired data, checking the legality of the acquired data, storing the acquired data and the like.
Step S120: and monitoring the life cycle and the routing page of the applet.
Specifically, the life cycle of the applet may be monitored, wherein the life cycle of the applet may include startup, presentation, hiding, and destruction.
In addition, it can also listen whether the routing page of the applet changes, and the type of the change, where the type of the change may include: adding a routing page and switching the routing page.
Step S130: and when the life cycle or the routing page changes, acquiring the change condition of the life cycle or the change condition of the routing page, and reporting to the acquisition server.
Specifically, when the life cycle or the routing page of the applet changes along with the operation of the user, the corresponding change condition and other related information may be collected, for example: and (4) time difference from opening the current page to opening other pages, and further reporting the acquired data to the acquisition server introduced in the previous step.
According to the scheme, the acquisition probe script is embedded into the small program, the data which is not requested by the HTTP network in the small program is acquired, the system environment information when the small program is operated can be acquired, the condition that a user switches a routing page on the small program and the life cycle change of the small program can be acquired, the data acquisition dimensionality of the small program is enriched, and the integrity of the acquired data is ensured.
In some embodiments of the present application, the process of monitoring the life cycle and the routing page of the applet in step S120 is introduced, and the process of monitoring the life cycle of the applet will be further described below.
Specifically, the process of monitoring the lifecycle of the applet may include the following steps:
and registering and providing a monitoring method corresponding to each life cycle, so that the basic library of the applet calls the monitoring method to monitor the life cycle of the applet.
Specifically, each lifecycle may have a corresponding monitoring method for monitoring the change condition of the lifecycle.
The procedure of monitoring the lifecycle by the above monitoring method will be described in the following with specific examples.
Specifically, the collection probe script may register an initOkLifeCircle method in advance, and the base library of the applet calls the initOkLifeCircle method including the life cycle of the monitoring applet of the monitoring method after application initialization is completed.
The initOkLifeCircle method may include the following monitoring methods: onshow applet listening method ok.onshow, hide applet listening method ok.onHide, start applet listening method ok.onLaunch, and destroy applet listening method ok.before Destore.
The basic library of the applet can call the monitoring method to monitor the life cycle corresponding to the applet.
Based on the above specific example, a specific process of the monitoring method for monitoring the life cycle of the applet will be described next.
Specifically, the process may include:
when the life cycle changes to trigger a trigger method defined in the monitoring method, collecting the change condition of the life cycle by using the trigger method.
Specifically, each monitoring method may be defined with a trigger method for collecting the change condition of the lifecycle of the applet.
Next, a process of acquiring a change in the life cycle of the applet by the above trigger method will be described with a specific example.
Specifically, the initOkLifeCircle method and the monitoring method thereof introduced in the above steps are also taken as an example.
When the life cycle of the applet changes to trigger the trigger method of the corresponding listening method, examples are as follows: if the applet is hidden by the user, the trigger method of ok.onhide introduced in the above steps can be triggered, and further the corresponding life cycle change data can be acquired according to the logic of the trigger method, and further, the acquired life cycle change data can be reported to the acquisition server.
According to the scheme, for the change of the life cycle of the applet without the HTTP network request, the change condition of the life cycle can be collected based on the corresponding registration monitoring method, the change data of the life cycle of the applet can be collected and reported to the collection server side, and the data of the applet in the collection server side is enriched.
In some embodiments of the present application, the process of monitoring the life cycle and the routing page of the applet in step S120 is introduced, and the process of monitoring the routing page of the applet will be further described below.
Specifically, the process of monitoring the routing page of the applet may include the following steps:
and monitoring the URL address of the routing page stored in the history module of the applet, wherein the URL address is the URL address of the routing page visited by the user.
Specifically, the URL address of the routing page stored in the history module of the routing page, which is accessed by the user each time, changes, and the change of the URL address of the routing page stored in the history module can be monitored to achieve the effect of monitoring the routing page.
The process of listening for routing pages will be explained in the following with specific examples.
Specifically, the history module may be a built-in variable object in the browser, and may store each URL address visited by the user in a stack manner, where the stored URL addresses are, for example: and the file comprises a// clodapp/index, a file comprises a// clodapp/home, a file comprises a// clodapp/share and the like, and the change condition of the URL addresses can be monitored to realize monitoring of the routing page of the small program.
Based on the above specific example, a specific process of listening to the routing page of the applet will be described next.
Specifically, the process may include:
when a routing page accessed by a user changes, acquiring a URL address and a behavior event thereof newly added in a history module of the applet, wherein the URL address is the URL address of the routing page newly accessed by the user, the behavior event is an access mode of the routing page newly accessed by the user, and the access mode comprises the routing page newly added and a routing page switching.
Specifically, the history module and the URL address thereof introduced in the above steps are still taken as an example.
Each time a user accesses a new page address, the browser will trigger 1 pushState behavior event or a ReplaceState behavior event. Wherein the state in pushState and replayState is each URL in the stack queue, such as file:// cloudApp/index, i.e. the URL address of the routing page newly visited by the user. When the user has a new access route page or a switching access route page, the data sending trigger registered according to the behavior event triggers a corresponding data acquisition request to the acquisition server, and can report the acquired data to the acquisition server.
According to the scheme, for the routing page change of the small program without the HTTP network request, the change data of the routing page of the small program can be collected based on the change condition of the URL address of the routing page stored in the history module and can be reported to the collection server, and the small program data in the collection server is enriched.
The applet data acquisition device provided in the embodiments of the present application is described below, and the applet data acquisition device described below and the applet data acquisition method described above may be referred to in correspondence.
First, the applet data collecting apparatus will be described with reference to fig. 2, and as shown in fig. 2, the applet data collecting apparatus may include:
an information receiving unit 100, configured to receive system environment information injected by an applet through an initialized configuration interface;
the first data acquisition unit 110 is configured to acquire basic information of the current page of the applet and the system environment information, and report the basic information and the system environment information to an acquisition server;
a monitoring unit 120, configured to monitor a life cycle and a routing page of the applet;
the second data acquisition unit 130 is configured to acquire a change condition of the life cycle or a change condition of the routing page when the life cycle or the routing page changes, and report the change condition to the acquisition server.
Optionally, the listening unit 120 may include:
and the life cycle monitoring unit is used for registering and providing a monitoring method corresponding to each life cycle so that the basic library of the small program calls the monitoring method to monitor the life cycle of the small program.
Optionally, the listening unit 120 may further include:
and the routing page monitoring unit is used for monitoring the URL address of the routing page stored in the history module of the applet, wherein the URL address is the URL address of the routing page visited by the user.
Optionally, the applet data collecting apparatus may further include:
and the interface providing unit is used for registering and providing the initialization configuration interface before the system environment information injected by the small program through the initialization configuration interface is received.
Optionally, the lifecycle monitoring unit may include:
and the life cycle monitoring subunit is used for acquiring the change condition of the life cycle by using the trigger method when the life cycle changes and triggers the trigger method defined in the monitoring method.
Optionally, the routing page monitoring unit may include:
and the routing page monitoring subunit is used for acquiring a URL address and a behavior event thereof which are newly added in the history module of the applet when the routing page accessed by the user changes, wherein the URL address is the URL address of the routing page newly accessed by the user, the behavior event is an access mode of the routing page newly accessed by the user, and the access mode comprises the routing page newly added and the routing page switched.
The small program data acquisition device provided by the embodiment of the application can be applied to small program data acquisition equipment. Fig. 3 is a block diagram showing a hardware configuration of the applet data collecting apparatus, and referring to fig. 3, the hardware configuration of the applet data collecting apparatus may include: at least one processor 1, at least one communication interface 2, at least one memory 3 and at least one communication bus 4;
in the embodiment of the application, the number of the processor 1, the communication interface 2, the memory 3 and the communication bus 4 is at least one, and the processor 1, the communication interface 2 and the memory 3 complete mutual communication through the communication bus 4;
the processor 1 may be a central processing unit CPU, or an application Specific Integrated circuit asic, or one or more Integrated circuits configured to implement embodiments of the present invention, etc.;
the memory 3 may include a high-speed RAM memory, and may further include a non-volatile memory (non-volatile memory) or the like, such as at least one disk memory;
wherein the memory stores a program and the processor can call the program stored in the memory, the program for:
receiving system environment information injected by the applet through an initialization configuration interface;
acquiring basic information and system environment information of the current page of the applet, and reporting to an acquisition server;
monitoring the life cycle and the routing page of the applet;
and when the life cycle or the routing page changes, acquiring the change condition of the life cycle or the change condition of the routing page, and reporting to the acquisition server.
Alternatively, the detailed function and the extended function of the program may be as described above.
Embodiments of the present application further provide a storage medium, where a program suitable for execution by a processor may be stored, where the program is configured to:
receiving system environment information injected by the applet through an initialization configuration interface;
acquiring basic information and system environment information of the current page of the applet, and reporting to an acquisition server;
monitoring the life cycle and the routing page of the applet;
and when the life cycle or the routing page changes, acquiring the change condition of the life cycle or the change condition of the routing page, and reporting to the acquisition server.
Alternatively, the detailed function and the extended function of the program may be as described above.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. An applet data acquisition method applied to an acquisition probe script, wherein the acquisition probe script is requested to be loaded to a terminal from an acquisition server by an applet after the applet is initialized, and the method comprises the following steps:
receiving system environment information injected by the applet through an initialization configuration interface;
acquiring basic information and system environment information of the current page of the applet, and reporting to an acquisition server;
monitoring the life cycle and the routing page of the applet;
and when the life cycle or the routing page changes, acquiring the change condition of the life cycle or the change condition of the routing page, and reporting to the acquisition server.
2. The method of claim 1, wherein listening for a lifecycle of the applet comprises:
and registering and providing a monitoring method corresponding to each life cycle, so that the basic library of the applet calls the monitoring method to monitor the life cycle of the applet.
3. The method of claim 1, wherein listening for routing pages of the applet comprises:
and monitoring the URL address of the routing page stored in the history module of the applet, wherein the URL address is the URL address of the routing page visited by the user.
4. The method of claim 1, wherein prior to receiving system environment information injected by the applet through the initial configuration interface, further comprising:
register and provide an initial configuration interface.
5. The method of claim 2, wherein collecting the change in the life cycle when the life cycle changes comprises:
when the life cycle changes to trigger a trigger method defined in the monitoring method, collecting the change condition of the life cycle by using the trigger method.
6. The method of claim 3, wherein collecting the change condition of the routing page when the routing page changes comprises:
when a routing page accessed by a user changes, acquiring a URL address and a behavior event thereof newly added in a history module of the applet, wherein the URL address is the URL address of the routing page newly accessed by the user, the behavior event is an access mode of the routing page newly accessed by the user, and the access mode comprises the routing page newly added and a routing page switching.
7. An applet data acquisition device for acquiring a probe script, the acquisition probe script requested to be loaded by an applet from an acquisition server to a terminal after the applet is initialized, the device comprising:
the information receiving unit is used for receiving system environment information injected by the applet through the initialized configuration interface;
the first data acquisition unit is used for acquiring the basic information and the system environment information of the current page of the applet and reporting the basic information and the system environment information to an acquisition server;
the monitoring unit is used for monitoring the life cycle and the routing page of the applet;
and the second data acquisition unit is used for acquiring the change condition of the life cycle or the change condition of the routing page when the life cycle or the routing page changes, and reporting the change condition to the acquisition server.
8. The apparatus of claim 7, wherein the listening unit comprises:
and the life cycle monitoring unit is used for registering and providing a monitoring method corresponding to each life cycle so that the basic library of the small program calls the monitoring method to monitor the life cycle of the small program.
9. An applet data acquisition device comprising a memory and a processor;
the memory is used for storing programs;
the processor, which is adapted to execute the program, implements the steps of the applet data acquisition method according to any one of claims 1-6.
10. A readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the applet data acquisition method according to any one of claims 1-6.
CN202111406340.0A 2021-11-24 2021-11-24 Applet data acquisition method, device and equipment and readable storage medium Pending CN114116388A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111406340.0A CN114116388A (en) 2021-11-24 2021-11-24 Applet data acquisition method, device and equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111406340.0A CN114116388A (en) 2021-11-24 2021-11-24 Applet data acquisition method, device and equipment and readable storage medium

Publications (1)

Publication Number Publication Date
CN114116388A true CN114116388A (en) 2022-03-01

Family

ID=80372123

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111406340.0A Pending CN114116388A (en) 2021-11-24 2021-11-24 Applet data acquisition method, device and equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN114116388A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115017020A (en) * 2022-05-06 2022-09-06 易保网络技术(上海)有限公司 Screen recording method and medium for small program page and electronic equipment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115017020A (en) * 2022-05-06 2022-09-06 易保网络技术(上海)有限公司 Screen recording method and medium for small program page and electronic equipment
CN115017020B (en) * 2022-05-06 2024-02-09 易保网络技术(上海)有限公司 Screen recording method and medium of applet page and electronic equipment

Similar Documents

Publication Publication Date Title
CN111522922B (en) Log information query method and device, storage medium and computer equipment
CA2797451C (en) System for identifying and inferring web session events
US9146787B2 (en) Analytics for application programming interfaces
CN109474640B (en) Malicious crawler detection method and device, electronic equipment and storage medium
US10536363B2 (en) Synthetic testing of web applications using instrumented monitoring agents
CN106528659B (en) Control method and device for browser to jump to application program
WO2015103122A2 (en) A method and system for tracking and gathering multivariate testing data
CN101345751A (en) Identifying an application user as a source of database activity
US20090307347A1 (en) Using Transaction Latency Profiles For Characterizing Application Updates
CN114528457A (en) Web fingerprint detection method and related equipment
CN114116388A (en) Applet data acquisition method, device and equipment and readable storage medium
CN113220403B (en) Method and device for h5 intercepting Android return event and electronic equipment
CN114546756A (en) Method and system for monitoring link data in micro-service architecture system
CN113110965A (en) Abnormal information monitoring method and device, computer storage medium and terminal
CN110691090B (en) Website detection method, device, equipment and storage medium
CN112016027A (en) Method and device for monitoring access data operation platform
CN110838929B (en) System error checking method and system error checking device
CN112130944A (en) Page abnormity detection method, device, equipment and storage medium
CN111459577A (en) Application installation source tracking method, device, equipment and storage medium
CN114531340B (en) Log acquisition method and device, electronic equipment, chip and storage medium
CN109684220A (en) A kind of browser compatibility analysis method based on event replay
CN112860567A (en) Buried point identification method and device, computer equipment and storage medium
KR101637201B1 (en) C language based application in Linux or Unix system performance management module through function hooking
CN111338960A (en) Buried point data acquisition method and device
CN111611520B (en) Flow cheating monitoring method and device, electronic 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