CN114257575B - Client data processing method and device, electronic equipment and storage medium - Google Patents

Client data processing method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN114257575B
CN114257575B CN202111547162.3A CN202111547162A CN114257575B CN 114257575 B CN114257575 B CN 114257575B CN 202111547162 A CN202111547162 A CN 202111547162A CN 114257575 B CN114257575 B CN 114257575B
Authority
CN
China
Prior art keywords
data
browser
client data
request
sending
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202111547162.3A
Other languages
Chinese (zh)
Other versions
CN114257575A (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.)
Ping An Yizhangtong Cloud Technology Shenzhen Co ltd
Original Assignee
Ping An Yizhangtong Cloud Technology Shenzhen 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 Ping An Yizhangtong Cloud Technology Shenzhen Co ltd filed Critical Ping An Yizhangtong Cloud Technology Shenzhen Co ltd
Priority to CN202111547162.3A priority Critical patent/CN114257575B/en
Publication of CN114257575A publication Critical patent/CN114257575A/en
Application granted granted Critical
Publication of CN114257575B publication Critical patent/CN114257575B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/06Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention discloses a processing method, a device, electronic equipment and a storage medium of client data, comprising the following steps: acquiring data transmission request association creation data; the data transmission request association creation data comprises browser state data and/or client data state association data; generating a client data transmission request according to the data transmission request association creation data; the client data sending request is used for sending the client data collected by the browser to the server; determining a target request sending mode of a client data sending request according to the request sending associated data; requesting to send associated data including browser associated data and/or client data size; and sending the client data sending request to a server according to a target request sending mode. The technical scheme of the embodiment of the invention can ensure the smoothness and the high efficiency of the operation of the user at the browser end while the browser sends the client data, thereby improving the user experience.

Description

Client data processing method and device, electronic equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to a method and a device for processing client data, electronic equipment and a storage medium.
Background
The client data collection refers to directly acquiring behavior data of interaction conditions of a user and a website, such as equipment type, network environment, user behavior, terminal performance data and the like, from a Web (World Wide Web) client, namely a browser by adopting a certain technical method, and sending the acquired data to a server. The user behavior data is collected from the client, so that the human interference factor can be reduced, the obtained data is more real and accurate, the defect of the data collection of the server is overcome, and the resource consumption of the server is reduced.
Currently, the following ways to send client data collected by a browser to a server are available:
(1) Client data is sent through an XHR (Xml Http Request, extensible hypertext transfer Request) API (Application Programming Interface ). The XHR API is a web API interface provided by the mainstream browser, and by calling this interface, client data collected by the browser can be transferred to the server through HTTP (Hyper Text Transfer Protocol ) protocol. The XHR API has high compatibility with browsers.
(2) Client data is sent through the Fetch API (which provides a generic definition of Request and Response objects). The Fetch API is a web API interface provided by modern browsers, which can be invoked to transfer client data to a server via the HTTP protocol as well. Compared with the XHR API, the Fetch API has better expansibility, and the grammar is simpler, but the browser has low compatibility with the browser and is supported by the browser with higher version.
(3) Client data is transmitted by inserting labels such as script and image (two HTTP labels) into HTTP documents of a browser, which can be loaded with external resources. The server address (src address) for receiving client data can be set by dynamically inserting these tags. After the browser collects the client data, the acquired client data is dynamically added into the tag through the built-in script, and the acquired client data is sent to the corresponding server through the tag according to the preset src address. The client data transmission mode is simple to realize and allows cross-domain access, but has limitation on the size of a transmitted message, and is suitable for data with smaller transmission quantity.
The inventors have found that the following drawbacks exist in the prior art in the process of implementing the present invention: all three ways of sending client data of the browser to the server need to initiate an HTTP request to the corresponding server through the browser. However, the number of HTTP requests that the browser sends in parallel to the same server under the same domain name is fixedly limited. The HTTP request for sending the client data necessarily affects the completion timeliness of the HTTP request triggered when the user normally uses the web page, so that the operation waiting time of the user at the browser end becomes long, and the user experience is reduced.
Disclosure of Invention
The embodiment of the invention provides a processing method, a processing device, electronic equipment and a storage medium for client data, which can ensure smoothness and high efficiency of operation of a user at a browser end while sending the client data by the browser, thereby improving user experience.
In a first aspect, an embodiment of the present invention provides a method for processing client data, including:
acquiring data transmission request association creation data; wherein the data transmission request association creation data comprises browser state data and/or client data state association data;
generating a client data transmission request according to the data transmission request association creation data; the client data sending request is used for sending the client data collected by the browser to the server;
determining a target request sending mode of the client data sending request according to the request sending associated data; wherein the request sending associated data comprises browser associated data and/or client data volume;
and sending the client data sending request to the server according to the target request sending mode.
In a second aspect, an embodiment of the present invention further provides a device for processing client data, including:
The data transmission request association creation data acquisition module is used for acquiring the data transmission request association creation data; wherein the data transmission request association creation data comprises browser state data and/or client data state association data;
the client data transmission request generation module is used for generating a client data transmission request according to the data transmission request association creation data; the client data sending request is used for sending the client data collected by the browser to the server;
the target request sending mode determining module is used for determining a target request sending mode of the client data sending request according to the request sending associated data; wherein the request sending associated data comprises browser associated data and/or client data volume;
and the client data transmission request sending module is used for sending the client data transmission request to the server according to the target request sending mode.
In a third aspect, an embodiment of the present invention further provides an electronic device, including:
one or more processors;
a storage means for storing one or more programs;
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method for processing client data provided by any embodiment of the present invention.
In a fourth aspect, an embodiment of the present invention further provides a computer storage medium, on which a computer program is stored, where the program when executed by a processor implements the method for processing client data provided in any embodiment of the present invention.
According to the embodiment of the invention, the client data transmission request is generated according to the acquired browser state data and/or client data state associated data and other data transmission request associated creation data, the target request transmission mode of the client data transmission request is determined according to the browser associated data and client data volume and other request transmission associated data, and further the client data transmission request is transmitted to the server according to the determined target request transmission mode, so that the client data is transmitted to the server through the client data transmission request, the problem that the operation of a user at a browser end is influenced by the client data transmission in the prior browser is solved, the client data transmission of the browser can be realized, and the smoothness and the high efficiency of the operation of the user at the browser end are ensured, so that the user experience is improved.
Drawings
Fig. 1 is a flowchart of a method for processing client data according to a first embodiment of the present invention;
Fig. 2 is a flowchart of a method for processing client data according to a second embodiment of the present invention;
fig. 3 is a flowchart of a method for processing client data according to a second embodiment of the present invention;
fig. 4 is a flowchart of a method for processing client data according to a second embodiment of the present invention;
fig. 5 is a flowchart of a method for processing client data according to a second embodiment of the present invention;
fig. 6 is a flowchart of a method for processing client data according to the third embodiment of the present invention;
fig. 7 is a schematic diagram of a processing device for client data according to a fourth embodiment of the present invention;
fig. 8 is a schematic structural diagram of an electronic device according to a fifth embodiment of the present invention.
Detailed Description
The invention is described in further detail below with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting thereof.
It should be further noted that, for convenience of description, only some, but not all of the matters related to the present invention are shown in the accompanying drawings. Before discussing exemplary embodiments in more detail, it should be mentioned that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart depicts operations (or steps) as a sequential process, many of the operations can be performed in parallel, concurrently, or at the same time. Furthermore, the order of the operations may be rearranged. The process may be terminated when its operations are completed, but may have additional steps not included in the figures. The processes may correspond to methods, functions, procedures, subroutines, and the like.
Example 1
Fig. 1 is a flowchart of a processing method of client data provided in an embodiment of the present invention, where the embodiment is applicable to a case where a user sends client data to a server through a browser on the premise of ensuring smoothness and efficiency of operation of the browser, the method may be performed by a processing device of the client data, and the device may be implemented by software and/or hardware and may be generally integrated in an electronic device, where the electronic device may be any type of terminal device, and is used in cooperation with a server for completing receiving the client data. Accordingly, as shown in fig. 1, the method includes the following operations:
s110, acquiring data transmission request association creation data; wherein the data transmission request association creation data includes browser state data and/or client data state association data.
The data transmission request association creation data may be reference data used in the browser to generate the client data transmission request association. The client data transmission request, that is, the related request that the browser uses to transmit the client data to the server, may be an HTTP request or any other request type that may be used to transmit data to the server, and embodiments of the present invention are not limited in this respect. The client data may include, but is not limited to, a device type of a terminal device running the browser, a network environment in which the browser is currently located, an operation behavior of a user at the browser, terminal performance data, and the like. The browser state data may be related data capable of reflecting the browser state. Optionally, the browser state may include, but is not limited to, a state of the browser itself, such as a state of opening or closing the browser, and may also include a state of loading a web page in the browser, such as a state of opening or closing each network. The client data state association data may be data related to the client data state that has been collected in the browser. Alternatively, the client data state may include, but is not limited to, the data amount of the client data, the number of acquisitions of the client data, and the like. The embodiment of the invention does not limit the specific data types and data contents of the browser state data and the client data state association data.
In the embodiment of the invention, the browser can acquire the data transmission request association creation data for generating the client data transmission request for transmitting the client data to the server in real time while collecting the client data. Alternatively, the data transmission request association creation data may include, but is not limited to, browser state data and/or client data state association data, and any data that may be used to refer to generating a client data transmission request may be used as the data transmission request association creation data.
S120, generating a client data transmission request according to the data transmission request association creation data; the client data sending request is used for sending the client data collected by the browser to the server.
In order to avoid that a client data sending request sent by a browser to a server influences related requests triggered when a user normally uses a browser webpage, normal requests of the user are invalid and slow down due to limitation of concurrent requests of the browser, and user operation experience is seriously cited. In the embodiment of the invention, the browser is prohibited from collecting the client data and then sending the collected client data to the server in real time. After the browser acquires the data transmission request association creation data, a reasonable opportunity for generating the client data transmission request can be determined according to the acquired data transmission request association creation data, so that the client data transmission request can be triggered to be generated again under the condition that the request generation condition is met.
S130, determining a target request sending mode of the client data sending request according to the request sending associated data; wherein the request to send associated data includes browser associated data and/or a client data amount.
The request to send associated data may be associated data for determining a sending manner in which the client data sending request matches. The browser related data may be related data in the browser for determining a transmission manner in which the client data transmission request matches. The client data size may then be the data size of the client data. The target request transmission method may be a method in which the browser transmits a client data transmission request to the server.
In addition, the client data transmission request can be generated by determining reasonable time for generating the client data transmission request, so that high-concurrency browser transmission requests caused by generating the client data transmission request in real time are avoided. In the embodiment of the invention, after the client data transmission request is generated, the target request transmission mode adapted to the client data transmission request can be further determined, so that the browser transmits the client data to the server through a reasonable target request transmission mode, and the transmission efficiency and the transmission success rate of the client data are further improved.
And S140, sending the client data sending request to the server according to the target request sending mode.
Correspondingly, after determining the target request sending mode matched with the client data, the browser can send the client data sending request to the server according to the determined target request sending mode so as to send the collected client data to the server through the client data sending request.
According to the embodiment of the invention, the client data transmission request is generated according to the acquired browser state data and/or client data state associated data and other data transmission request associated creation data, the target request transmission mode of the client data transmission request is determined according to the browser associated data and client data volume and other request transmission associated data, and further the client data transmission request is transmitted to the server according to the determined target request transmission mode, so that the client data is transmitted to the server through the client data transmission request, the problem that the operation of a user at a browser end is influenced by the client data transmission in the prior browser is solved, the client data transmission of the browser can be realized, and the smoothness and the high efficiency of the operation of the user at the browser end are ensured, so that the user experience is improved.
Example two
Fig. 2 is a flowchart of a processing method of client data provided by the second embodiment of the present invention, fig. 3 is a flowchart of a processing method of client data provided by the second embodiment of the present invention, fig. 4 is a flowchart of a processing method of client data provided by the second embodiment of the present invention, and fig. 5 is a flowchart of a processing method of client data provided by the second embodiment of the present invention, where the embodiment is embodied based on the above embodiment, and in the present embodiment, various specific alternative implementations of generating a client data transmission request according to the data transmission request association creation data are given. Accordingly, as shown in fig. 2, 3, 4 and 5, the method of this embodiment may include:
s210, acquiring data transmission request association creation data; wherein the data transmission request association creation data includes browser state data and/or client data state association data.
Accordingly, S220 may include the following parallel operations:
s221a, determining a webpage label displayed on a browser interface of the browser according to the browser state data.
The web page labels, that is, labels used for switching web pages in the browser, are clicked to switch to different web pages.
In the embodiment of the invention, if the data transmission request association creation data includes browser state data, the webpage label displayed on the browser interface of the browser can be determined according to the browser state data, so that the reasonable time for generating the client data transmission request can be determined according to the state of the webpage label displayed on the browser interface of the browser. Optionally, the determining the web page tag displayed on the browser interface of the browser according to the browser state data may be determining the web page tag displayed on the browser interface of the browser according to the state data of each web page tag currently managed by the browser.
S222a, monitoring the visibility change event of each webpage label so as to determine the webpage label state of each webpage label according to the monitoring result of the visibility change event.
Wherein the visibility change event is a visibifilychange event. Web page tag states may include, but are not limited to, individual web page tag display or hidden states.
When the user uses the browser to switch the webpage label, the content of the webpage label can become visible or hidden, and when the state of the webpage label changes, the visibility change event of the webpage label document can be triggered. Correspondingly, when the reasonable time for generating the client data sending request is determined according to the state of the webpage label displayed on the browser interface of the browser, the visibility change event of each webpage label displayed on the browser interface can be monitored through the SDK (Software Development Kit ) of the browser so as to acquire the webpage label state of each webpage label.
S223a, determining that the webpage label state is a hidden webpage label of the webpage label hidden state.
The hidden webpage labels are the currently hidden webpage labels of the browser interface of the browser. Hiding is the fact that although a web tab is already open in the browser interface, it is not the tab that is currently displaying browsing.
S224a, generating a client data sending request matched with the hidden webpage label.
It can be understood that the hidden web page tag whose web page tag state is the web page tag hidden state is in a hidden state in the browser, which indicates that the user has paused using the web page corresponding to the hidden web page tag currently. Thus, the user typically does not trigger a user action to generate an HTTP request at the hidden web page tag. At this time, the matched client data sending request is generated for the hidden webpage label, so that normal operation of the webpage corresponding to the hidden webpage label on the user can be prevented.
S221b, determining the webpage label displayed on the browser interface of the browser according to the browser state data.
S222b, monitoring the webpage labels and/or the document unloading events of the browser, so as to determine the webpage label state of each webpage label and/or the browser state of the browser according to the monitoring result of the document unloading events.
Wherein the document unloading event is an unloading event. The web page tag status may also include, but is not limited to, status of open or closed of individual web page tags, etc. The browser state may include, but is not limited to, a state such as open or closed of the browser.
In the embodiment of the invention, if the data transmission request association creation data comprises browser state data, the webpage label displayed on the browser interface of the browser is determined according to the browser state data, and when the reasonable time for generating the client data transmission request is determined according to the state of the webpage label displayed on the browser interface of the browser, the webpage label state of each webpage label and/or the browser state of the browser can be determined through the browser. Alternatively to this, the method may comprise,
when a user closes a web page tag or browser, a document unloading event of the browser is triggered. Correspondingly, when the reasonable time for generating the client data sending request is determined according to the state of the webpage labels displayed on the browser interface of the browser and/or the browser state, the SDK of the browser can monitor the document unloading event of the browser to acquire the webpage label state of each webpage label and the browser state of the browser.
S223b, determining that the webpage label state is a closed webpage label of the webpage label closing state, and/or determining that the browser state is a closed browser of the browser closing state.
The closed webpage label is the closed webpage label, and the closed browser is the closed browser.
And S224b, generating the closed webpage label and/or the client data sending request matched with the closed browser.
It can be understood that the closed web page tag whose web page tag state is the web page tag closed state is already closed in the browser by the user, indicating that the user has stopped using the web page corresponding to the closed web page tag. Thus, the user does not trigger a user action to generate an HTTP request when closing the web page tab. Similarly, a closed browser whose browser state is the browser closed state has been closed by the user, indicating that the user has currently stopped using the browser. Thus, the user does not trigger a user operation to generate an HTTP request when closing the browser.
At this time, the matched client data sending request is generated for the closed webpage label, and/or the matched client data sending request is generated for the closed browser, so that normal operation of the user on the webpage corresponding to the closed webpage label and/or the closed browser can be avoided.
It will be appreciated that when the browser is closed, the browser may simultaneously close multiple web page tabs. At this time, as long as the web page tag is configured with the document unloading event monitoring function, the browser can generate a matched client data transmission request for the web page tag. Thus, when generating a client data transmission request to close a browser match, it may be a client data transmission request to generate a plurality of different close web labels to close a browser match.
S221c, determining a client data transmission time period according to the browser state data.
The period of sending the client data to the server may be a period preset by the browser, and may be specifically set according to requirements of different browsers or web labels, for example, 5 minutes, etc., which is not limited by a specific numerical value of the period of sending the client data in the embodiment of the present invention.
S222c, judging whether the current system time reaches the client data transmission time period, if so, executing S223c, otherwise, executing S225c.
S223c, judging whether the browser has unsent client data, if yes, executing S224c, otherwise, returning to executing S222c.
S224c, generating the client data transmission request.
S225c, client data is cached locally.
In the embodiment of the invention, if the data transmission request association creation data includes browser state data, a client data transmission time period for the browser to transmit the client data to the server can also be determined according to the browser state data. If it is determined that the current system time reaches the client data transmission time period and that the browser has unsent client data, a client data transmission request may be generated. Correspondingly, if it is determined that the current system time does not reach the client data transmission time period, and/or it is determined that the browser does not have the client data which is not transmitted, the client data can be cached locally, and execution is returned to determine whether the current system time reaches the client data transmission time period until a client data transmission request is generated. The advantages of this arrangement are: the browser generates a client data sending request under the condition that the client data exists through the set client data sending time period, so that the condition that the client data is lost due to long-time non-operation of a user can be effectively avoided, and timeliness and comprehensiveness of the client data are guaranteed.
Optionally, the determining the client data sending time period according to the browser state data may be obtaining a preset client data sending time period according to configuration data in a current state of the browser. It can be understood that the client data transmission time period can be dynamically configured in real time, for example, according to the operating frequency of the user or according to the real-time adjustment of the transmission amount of the client data by the browser, so as to furthest match the operation of the user at the browser side.
S221d, determining a client data volume threshold and/or a client data collection frequency threshold of each webpage label according to the client data state association data.
The threshold value of the client data amount may be a threshold value set for the client data amount, and the threshold value of the number of times of client data collection may be a threshold value set for the number of times of client data collection. The client data amount threshold and the client data collection frequency threshold can be specifically set according to the type of the webpage label or the adaptability of service requirements and the like, and the embodiment of the invention does not limit specific numerical values of the client data amount threshold and the client data collection frequency threshold.
S222d, judging whether the current client data volume of the current webpage label reaches a client data volume threshold of the current webpage label, if yes, executing S224d, otherwise, executing S223d.
S223d, judging whether the current client data collection times of the current webpage label reach the client data collection times threshold of the current webpage label, if yes, executing S224d, otherwise, returning to executing S222d.
S224d, generating a client data sending request of the current webpage label.
In the embodiment of the invention, if the data transmission request association creation data includes browser state data, the client data amount threshold and/or the client data collection frequency threshold of each webpage label can be determined according to the configuration data of the preset webpage label in the browser state data. Correspondingly, if the browser determines that the current client data volume of the current webpage tag reaches the client data volume threshold of the current webpage tag, and/or determines that the current client data collection times of the current webpage tag reaches the client data collection times threshold of the current webpage tag, the current webpage tag can send the client data to the server. At this time, the browser may generate a client data transmission request of the current web page tag. If the browser determines that the current client data volume of the current webpage tag does not reach the client data volume threshold of the current webpage tag, and determines that the current client data collection times of the current webpage tag does not reach the client data collection times threshold of the current webpage tag, the browser indicates that the current webpage tag cannot send the client data to the server. At this time, the browser may first buffer the client data collected for the current web page tag, and suspend generating the client data transmission request of the current web page tag. Alternatively, the browser may cache the collected client Data in a local database, index Data Base (a front-end database).
In an optional embodiment of the present invention, the client data state association data may further include a client data service index of each web page tag; the determining the threshold of the client data amount and/or the threshold of the client data collection times of each web page tag according to the client data state association data may include: acquiring the current network environment of the browser; and determining a client data volume threshold and/or a client data collection frequency threshold of each webpage label according to the client data service index and the network environment type of the current network environment.
The client data service index may be a service requirement of different web page tags on client data.
In order to adapt to the sending requirement of different webpage labels on client data, different types of webpage labels can set a matched client data volume threshold and a matched client data collection frequency threshold according to specific service requirements. For example, when the demand of the web page tag 1 on the client data amount is large, in order to avoid that the frequent sending of the client data affects the normal web page operation of the user, the threshold value of the client data amount may be set relatively large; when the web page tag 2 has a small demand for the amount of client data, the client data amount threshold may be set relatively small. But consider the case where the client data is lost when the client data amount threshold is set too large. Therefore, on the basis of the threshold value of the client data amount, a threshold value of the number of times of client data collection can be set for each web page tag. By setting the threshold value of the data collection times of the client, the problem of data loss of the client caused by excessive data collection times of the client can be avoided.
Meanwhile, the different current network environments of the browser can influence the sending condition of the client data. Therefore, the client data amount threshold and/or the client data collection number threshold of each web page tag may also be determined according to the network environment type of the current network environment of the browser. In particular, if the current network environment is a network environment with better communication quality, such as a WiFi (Wireless-Fidelity) network, the client data amount threshold and the client data collection number threshold may be set to be relatively larger. Accordingly, if the current network environment is a network environment with poor communication quality, such as a mobile data network, the client data amount threshold and the client data collection number threshold may be set relatively small.
Therefore, the client data volume threshold and the client data collection frequency threshold of each webpage label can be dynamically configured in real time by combining the client data service index and the network environment type of the current network environment of the browser, so that the sending requirement of the browser on the client data can be met in real time, the sending frequency of sending the client data sending request to the server can be reduced, and the completion timeliness of related requests triggered when the user normally uses the webpage can be reduced.
S230, determining a target request sending mode of the client data sending request according to the request sending associated data.
Wherein the request to send associated data includes browser associated data and/or a client data amount.
S240, sending the client data sending request to the server according to the target request sending mode.
According to the technical scheme, the client data sending request is generated in various modes according to the browser state data and/or the client data state related data, so that the reasonable time of the client data sending request can be accurately determined, the browser can generate the client data sending request at the reasonable time, and the client data is sent to the server through the client data sending request, so that the smoothness and the high efficiency of operation of a user at the browser side can be ensured while the browser sends the client data, and the user experience is improved.
Example III
Fig. 6 is a flowchart of a processing method of client data according to a third embodiment of the present invention, which is embodied based on the foregoing embodiment, and in this embodiment, various specific alternative implementations of determining, according to request transmission association data, a target request transmission manner of the client data transmission request are given. Accordingly, as shown in fig. 6, the method of this embodiment may include:
S310, acquiring data transmission request association creation data; wherein the data transmission request association creation data includes browser state data and/or client data state association data.
S320, generating a client data transmission request according to the data transmission request association creation data.
The client data sending request is used for sending the client data collected by the browser to the server.
S331a, judging whether the browser version is the first browser version, if yes, executing S332a, otherwise, executing S333a.
S332a, taking the XHR API as a target request sending mode of the client data sending request.
S333a, determining that the browser version is a second browser version according to the browser associated data, and taking a Fetch API as a target request sending mode of the client data sending request.
Wherein the first browser version may be a lower browser version and the second browser version may be a higher browser version.
Considering that the compatibility of different versions of browsers is different, different target request sending modes can be adopted to send client data sending requests to the server aiming at the different versions of browsers. In particular, the version of the browser may be determined based on browser-related data, such as browser attribute data, and the like. If the browser version is determined to be the first browser version, the browser version is indicated to be lower, and an XHR API with higher compatibility to the browser can be adopted as a target request sending mode of the client data sending request, so that the client data sending request can be ensured to be successfully sent. If the browser version is determined to be the second browser version, the browser version is higher, and a Fetch API with higher expansibility and simpler grammar can be adopted as a target request sending mode of the client data sending request, so that the sending efficiency of the client data sending request is improved.
S331b, judging whether the browser and/or the webpage label are/is in a closed state, if so, executing S332b, otherwise, executing S331a.
S332b, using sendeacon API as the target request transmission method of the client data transmission request.
In the embodiment of the invention, if the browser and/or the webpage label are/is determined to be in the closed state according to the browser association data, the sendbattery (beacon) API can be used as a target request sending mode of the client data sending request. Because sendeacon API can still send a client data sending request to the server under the condition that the browser and/or the web page tag are in the closed state, the client data loss caused by the closing of the browser and/or the web page tag is effectively avoided.
S331c, judging whether the data volume of the client exceeds a preset data volume threshold, if so, executing S332c, otherwise, executing S333c.
The preset data amount threshold may be another threshold set for the data amount of the client, and is used for determining a sending mode of the client data sending request.
S332c, taking the XHR API as a target request sending mode of the client data sending request.
S333c, taking the external resource tag of the HTML document as a target request sending mode of the client data sending request.
In the embodiment of the invention, if the target request sending mode of the client data sending request is determined according to the client data volume, whether the client data volume of the client data to be sent by the browser exceeds the preset data volume threshold can be judged. Because the external resource tag of the HTML document can only transmit the smaller amount of client data, if it is determined that the amount of client data of the client data to be transmitted by the browser exceeds the preset data amount threshold, it indicates that the browser needs to transmit the larger amount of client data, and at this time, the XHR API can be used as a target request transmission mode of the client data transmission request. If it is determined that the client data amount of the client data to be sent by the browser does not exceed the preset data amount threshold, it indicates that the browser does not need to send a larger amount of client data, and at this time, an external resource tag of the HTML document, such as a script and/or an image, may be used as a target request sending manner of the client data sending request.
S340, sending the client data sending request to the server according to the target request sending mode.
According to the technical scheme, the target request sending mode matched with the client data sending request is determined in various modes according to the browser associated data and/or the client data quantity, so that the browser selects a reasonable mode to send the client data sending request to the server, the client data is sent to the server through the client data sending request, the smoothness and the high efficiency of operation of a user at the browser side can be ensured while the client data is sent by the browser, and user experience is improved.
It should be noted that any permutation and combination of the technical features in the above embodiments also belong to the protection scope of the present invention.
Example IV
Fig. 7 is a schematic diagram of a processing device for client data according to a fourth embodiment of the present invention, as shown in fig. 7, where the device includes: a data transmission request association creation data acquisition module 410, a client data transmission request generation module 420, a target request transmission mode determination module 430, and a client data transmission request transmission module 440, wherein:
a data transmission request association creation data acquisition module 410 for acquiring data transmission request association creation data; wherein the data transmission request association creation data comprises browser state data and/or client data state association data;
a client data transmission request generating module 420, configured to generate a client data transmission request according to the data transmission request association creation data; the client data sending request is used for sending the client data collected by the browser to the server;
a target request transmission mode determining module 430, configured to determine a target request transmission mode of the client data transmission request according to the request transmission association data; wherein the request sending associated data comprises browser associated data and/or client data volume;
And a client data sending request sending module 440, configured to send the client data sending request to the server according to the target request sending manner.
According to the embodiment of the invention, the client data transmission request is generated according to the acquired browser state data and/or client data state associated data and other data transmission request associated creation data, the target request transmission mode of the client data transmission request is determined according to the browser associated data and client data volume and other request transmission associated data, and further the client data transmission request is transmitted to the server according to the determined target request transmission mode, so that the client data is transmitted to the server through the client data transmission request, the problem that the operation of a user at a browser end is influenced by the client data transmission in the prior browser is solved, the client data transmission of the browser can be realized, and the smoothness and the high efficiency of the operation of the user at the browser end are ensured, so that the user experience is improved.
Optionally, if the data transmission request association creation data includes the browser state data, the client data transmission request generation module 420 is specifically configured to: determining a webpage label displayed on a browser interface of the browser according to the browser state data; monitoring visibility change events of the webpage labels to determine webpage label states of the webpage labels according to monitoring results of the visibility change events; determining that the webpage label state is a hidden webpage label of the webpage label hidden state; and generating a client data sending request matched with the hidden webpage label.
Optionally, if the data transmission request association creation data includes the browser state data, the client data transmission request generation module 420 is specifically configured to: determining a webpage label displayed on a browser interface of the browser according to the browser state data; monitoring the webpage labels and/or the document unloading events of the browser to determine the webpage label state of each webpage label and/or the browser state of the browser according to the monitoring result of the document unloading events; determining that the webpage label state is a closed webpage label of a webpage label closed state, and/or determining that the browser state is a closed browser of a browser closed state; and generating the closed webpage label and/or the client data sending request matched with the closed browser.
Optionally, if the data transmission request association creation data includes the browser state data, the client data transmission request generation module 420 is specifically configured to: determining a client data transmission time period according to the browser state data; and generating the client data sending request under the condition that the current system time reaches the client data sending time period and the browser has unsent client data.
Optionally, if the data transmission request association creation data includes the client data state association data, the client data transmission request generation module 420 is specifically configured to: determining a client data amount threshold and/or a client data collection frequency threshold of each webpage label according to the client data state association data; and generating a client data sending request of the current webpage label under the condition that the current client data volume of the current webpage label is determined to reach the client data volume threshold of the current webpage label and/or under the condition that the current client data collection times of the current webpage label is determined to reach the client data collection times threshold of the current webpage label.
Optionally, the client data state association data includes client data service indexes of each web page tag; the client data transmission request generation module 420 is specifically configured to: acquiring the current network environment of the browser; and determining a client data volume threshold and/or a client data collection frequency threshold of each webpage label according to the client data service index and the network environment type of the current network environment.
Optionally, if the request sending association data includes the browser association data, the target request sending manner determining module 430 is specifically configured to: under the condition that the browser version is determined to be the first browser version according to the browser associated data, taking an XHR API as a target request sending mode of the client data sending request; under the condition that the browser version is determined to be the second browser version according to the browser associated data, using a Fetch API as a target request sending mode of the client data sending request; and taking a sendeacon API as a target request sending mode of the client data sending request under the condition that the browser and/or the webpage label are/is determined to be in a closed state according to the browser associated data.
Optionally, if the request to send association data includes the client data amount, the target request sending manner determining module 430 is specifically configured to: under the condition that the data volume of the client exceeds a preset data volume threshold, taking an XHR API as a target request sending mode of the client data sending request; and under the condition that the client data amount does not exceed the preset data amount threshold value, taking the external resource tag of the HTML document as a target request sending mode of the client data sending request.
The processing device of the client data can execute the processing method of the client data provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method. Technical details which are not described in detail in the present embodiment can be referred to the processing method of client data provided in any embodiment of the present invention.
Since the above-described processing apparatus for client data is an apparatus capable of executing the processing method for client data in the embodiment of the present invention, based on the processing method for client data described in the embodiment of the present invention, those skilled in the art can understand the specific implementation of the processing apparatus for client data in the embodiment of the present invention and various modifications thereof, so how the processing apparatus for client data implements the processing method for client data in the embodiment of the present invention will not be described in detail herein. The device adopted by the client data processing method in the embodiment of the invention belongs to the scope of protection required by the application.
Example five
Fig. 8 is a schematic structural diagram of an electronic device according to a fifth embodiment of the present invention. Fig. 8 illustrates a block diagram of an exemplary electronic device 12 suitable for use in implementing embodiments of the present invention. The electronic device 12 shown in fig. 8 is merely an example and should not be construed as limiting the functionality and scope of use of embodiments of the present invention.
As shown in fig. 8, the electronic device 12 is in the form of a general purpose computing device. Components of the electronic device 12 may include, but are not limited to: one or more processors 16, a memory 28, a bus 18 that connects the various system components, including the memory 28 and the processor 16.
Bus 18 represents one or more of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, a processor, and a local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include industry standard architecture (Industry Standard Architecture, ISA) bus, micro channel architecture (Micro Channel Architecture, MCA) bus, enhanced ISA bus, video electronics standards association (Video Electronics Standards Association, VESA) local bus, and peripheral component interconnect (Peripheral Component Interconnect, PCI) bus.
Electronic device 12 typically includes a variety of computer system readable media. Such media can be any available media that is accessible by electronic device 12 and includes both volatile and nonvolatile media, removable and non-removable media.
Memory 28 may include computer system readable media in the form of volatile memory, such as random access memory (Random Access Memory, RAM) 30 and/or cache memory 32. The electronic device 12 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 34 may be used to read from or write to non-removable, nonvolatile magnetic media (not shown in FIG. 8, commonly referred to as a "hard disk drive"). Although not shown in fig. 8, a disk drive for reading from and writing to a removable nonvolatile magnetic disk (e.g., a "floppy disk"), and an optical disk drive for reading from and writing to a removable nonvolatile optical disk (e.g., a Compact Disc-Read Only Memory (CD-ROM), digital versatile Disc (Digital Video Disc-Read Only Memory, DVD-ROM), or other optical media) may be provided. In such cases, each drive may be coupled to bus 18 through one or more data medium interfaces. Memory 28 may include at least one program product having a set (e.g., at least one) of program modules configured to carry out the functions of embodiments of the invention.
A program/utility 40 having a set (at least one) of program modules 42 may be stored in, for example, memory 28, such program modules 42 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each or some combination of which may include an implementation of a network environment. Program modules 42 generally perform the functions and/or methods of the embodiments described herein.
The electronic device 12 may also communicate with one or more external devices 14 (e.g., keyboard, pointing device, display 24, etc.), one or more devices that enable a user to interact with the electronic device 12, and/or any devices (e.g., network card, modem, etc.) that enable the electronic device 12 to communicate with one or more other computing devices. Such communication may be via an Input/Output (I/O) interface 22. Also, the electronic device 12 may communicate with one or more networks (e.g., local area network (Local Area Network, LAN), wide area network Wide Area Network, WAN) and/or a public network, such as the internet) via the network adapter 20. As shown, the network adapter 20 communicates with other modules of the electronic device 12 over the bus 18. It should be appreciated that although not shown in fig. 8, other hardware and/or software modules may be used in connection with electronic device 12, including, but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, (Redundant Arrays of Independent Disks, RAID) systems, tape drives, data backup storage systems, and the like.
The processor 16 executes programs stored in the memory 28 to perform various functional applications and data processing, thereby implementing the processing method for client data provided by the embodiment of the present invention: acquiring data transmission request association creation data; wherein the data transmission request association creation data comprises browser state data and/or client data state association data; generating a client data transmission request according to the data transmission request association creation data; the client data sending request is used for sending the client data collected by the browser to the server; determining a target request sending mode of the client data sending request according to the request sending associated data; wherein the request sending associated data comprises browser associated data and/or client data volume; and sending the client data sending request to the server according to the target request sending mode.
Example six
A sixth embodiment of the present invention further provides a computer storage medium storing a computer program, where the computer program when executed by a computer processor is configured to perform the method for processing client data according to any one of the foregoing embodiments of the present invention: acquiring data transmission request association creation data; wherein the data transmission request association creation data comprises browser state data and/or client data state association data; generating a client data transmission request according to the data transmission request association creation data; the client data sending request is used for sending the client data collected by the browser to the server; determining a target request sending mode of the client data sending request according to the request sending associated data; wherein the request sending associated data comprises browser associated data and/or client data volume; and sending the client data sending request to the server according to the target request sending mode.
The computer storage media of embodiments of the invention may take the form of any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples (a non-exhaustive list) of the computer-readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a Read-Only Memory (ROM), an erasable programmable Read-Only Memory (Erasable Programmable Read Only Memory, EPROM, or flash Memory), an optical fiber, a portable compact disc Read-Only Memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
The computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, radio Frequency (RF), etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, smalltalk, C ++ and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computer (for example, through the Internet using an Internet service provider).
Note that the above is only a preferred embodiment of the present invention and the technical principle applied. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, while the invention has been described in connection with the above embodiments, the invention is not limited to the embodiments, but may be embodied in many other equivalent forms without departing from the spirit or scope of the invention, which is set forth in the following claims.

Claims (8)

1. A method for processing client data, comprising:
acquiring data transmission request association creation data; wherein the data transmission request association creation data comprises browser state data and/or client data state association data;
generating a client data transmission request according to the data transmission request association creation data; the client data sending request is used for sending the client data collected by the browser to the server;
determining a target request sending mode of the client data sending request according to the request sending associated data; wherein the request sending associated data comprises browser associated data and/or client data volume;
Transmitting the client data transmission request to the server according to the target request transmission mode;
if the request sending association data includes the browser association data, determining a target request sending mode of the client data sending request according to the request sending association data includes:
under the condition that the browser version is determined to be the first browser version according to the browser associated data, taking an XHR API as a target request sending mode of the client data sending request;
under the condition that the browser version is determined to be the second browser version according to the browser associated data, using a Fetch API as a target request sending mode of the client data sending request;
under the condition that the browser and/or the webpage label are/is determined to be in a closed state according to the browser association data, using a sendeacon API as a target request sending mode of the client data sending request;
if the request sending association data includes the client data amount, determining a target request sending mode of the client data sending request according to the request sending association data includes:
under the condition that the data volume of the client exceeds a preset data volume threshold, taking an XHR API as a target request sending mode of the client data sending request;
And under the condition that the client data amount does not exceed the preset data amount threshold value, taking the external resource tag of the HTML document as a target request sending mode of the client data sending request.
2. The method of claim 1, wherein if the data transmission request association creation data includes the browser state data, the generating a client data transmission request from the data transmission request association creation data comprises:
determining a webpage label displayed on a browser interface of the browser according to the browser state data;
monitoring visibility change events of the webpage labels to determine webpage label states of the webpage labels according to monitoring results of the visibility change events;
determining that the webpage label state is a hidden webpage label of the webpage label hidden state;
and generating a client data sending request matched with the hidden webpage label.
3. The method of claim 1, wherein if the data transmission request association creation data includes the browser state data, the generating a client data transmission request from the data transmission request association creation data comprises:
Determining a webpage label displayed on a browser interface of the browser according to the browser state data;
monitoring the webpage labels and/or the document unloading events of the browser to determine the webpage label state of each webpage label and/or the browser state of the browser according to the monitoring result of the document unloading events;
determining that the webpage label state is a closed webpage label of a webpage label closed state, and/or determining that the browser state is a closed browser of a browser closed state;
and generating the closed webpage label and/or the client data sending request matched with the closed browser.
4. The method of claim 1, wherein if the data transmission request association creation data includes the browser state data, the generating a client data transmission request from the data transmission request association creation data comprises:
determining a client data transmission time period according to the browser state data;
and generating the client data sending request under the condition that the current system time reaches the client data sending time period and the browser has unsent client data.
5. The method of claim 1, wherein if the data transmission request association creation data includes the client data state association data, the generating a client data transmission request from the data transmission request association creation data comprises:
determining a client data amount threshold and/or a client data collection frequency threshold of each webpage label according to the client data state association data;
generating a client data sending request of a current webpage label under the condition that the current client data volume of the current webpage label is determined to reach a client data volume threshold of the current webpage label and/or under the condition that the current client data collection times of the current webpage label is determined to reach a client data collection times threshold of the current webpage label;
wherein, the client data state associated data comprises client data service indexes of each webpage label; the determining the threshold of the client data amount and/or the threshold of the client data collection times of each web page tag according to the client data state association data comprises the following steps:
acquiring the current network environment of the browser;
And determining a client data volume threshold and/or a client data collection frequency threshold of each webpage label according to the client data service index and the network environment type of the current network environment.
6. A processing apparatus for client data, comprising:
the data transmission request association creation data acquisition module is used for acquiring the data transmission request association creation data; wherein the data transmission request association creation data comprises browser state data and/or client data state association data;
the client data transmission request generation module is used for generating a client data transmission request according to the data transmission request association creation data; the client data sending request is used for sending the client data collected by the browser to the server;
the target request sending mode determining module is used for determining a target request sending mode of the client data sending request according to the request sending associated data; wherein the request sending associated data comprises browser associated data and/or client data volume;
the client data transmission request sending module is used for sending the client data transmission request to the server according to the target request sending mode;
If the request sending association data includes the browser association data, the target request sending mode determining module is specifically configured to:
under the condition that the browser version is determined to be the first browser version according to the browser associated data, taking an XHR API as a target request sending mode of the client data sending request;
under the condition that the browser version is determined to be the second browser version according to the browser associated data, using a Fetch API as a target request sending mode of the client data sending request;
under the condition that the browser and/or the webpage label are/is determined to be in a closed state according to the browser association data, using a sendeacon API as a target request sending mode of the client data sending request;
if the request sending association data includes the client data amount, the target request sending mode determining module is specifically configured to:
under the condition that the data volume of the client exceeds a preset data volume threshold, taking an XHR API as a target request sending mode of the client data sending request;
and under the condition that the client data amount does not exceed the preset data amount threshold value, taking the external resource tag of the HTML document as a target request sending mode of the client data sending request.
7. An electronic device, the electronic device comprising:
one or more processors;
storage means for storing one or more computer programs;
the method of processing client data according to any of claims 1-5, when the one or more computer programs are executed by the one or more processors, such that the one or more processors execute the computer programs.
8. A computer storage medium having stored thereon a computer program which, when executed by a processor, implements a method of processing client data according to any of claims 1-5.
CN202111547162.3A 2021-12-16 2021-12-16 Client data processing method and device, electronic equipment and storage medium Active CN114257575B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111547162.3A CN114257575B (en) 2021-12-16 2021-12-16 Client data processing method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111547162.3A CN114257575B (en) 2021-12-16 2021-12-16 Client data processing method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN114257575A CN114257575A (en) 2022-03-29
CN114257575B true CN114257575B (en) 2024-04-16

Family

ID=80795418

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111547162.3A Active CN114257575B (en) 2021-12-16 2021-12-16 Client data processing method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114257575B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102272757A (en) * 2009-01-08 2011-12-07 国际商业机器公司 Method for server-side logging of client browser state through markup language
CN103714119A (en) * 2013-11-29 2014-04-09 北京奇虎科技有限公司 Method and device for processing browser data
CN109145249A (en) * 2018-09-27 2019-01-04 视联动力信息技术股份有限公司 Data rendering method and device
CN109168031A (en) * 2018-11-06 2019-01-08 杭州云英网络科技有限公司 Streaming Media method for pushing and device, steaming media platform
CN110247957A (en) * 2019-05-22 2019-09-17 东软集团股份有限公司 Network system and its data transmission method, electronic equipment
CN111259299A (en) * 2020-01-16 2020-06-09 中国平安财产保险股份有限公司 Data processing method, data processing device, computer equipment and storage medium
CN112231604A (en) * 2020-06-12 2021-01-15 北京沃东天骏信息技术有限公司 Page display method and device, electronic equipment and storage medium

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7600014B2 (en) * 2000-11-16 2009-10-06 Symantec Corporation Method and system for monitoring the performance of a distributed application
US11048858B2 (en) * 2012-11-21 2021-06-29 Roofoveryourhead Marketing Ltd. Browser extension for the collection and distribution of data and methods of use thereof

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102272757A (en) * 2009-01-08 2011-12-07 国际商业机器公司 Method for server-side logging of client browser state through markup language
CN103714119A (en) * 2013-11-29 2014-04-09 北京奇虎科技有限公司 Method and device for processing browser data
CN109145249A (en) * 2018-09-27 2019-01-04 视联动力信息技术股份有限公司 Data rendering method and device
CN109168031A (en) * 2018-11-06 2019-01-08 杭州云英网络科技有限公司 Streaming Media method for pushing and device, steaming media platform
CN110247957A (en) * 2019-05-22 2019-09-17 东软集团股份有限公司 Network system and its data transmission method, electronic equipment
CN111259299A (en) * 2020-01-16 2020-06-09 中国平安财产保险股份有限公司 Data processing method, data processing device, computer equipment and storage medium
CN112231604A (en) * 2020-06-12 2021-01-15 北京沃东天骏信息技术有限公司 Page display method and device, electronic equipment and storage medium

Also Published As

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

Similar Documents

Publication Publication Date Title
CN110062043B (en) Service management method, service management device, storage medium, and electronic device
US20110119602A1 (en) Web server, web browser and web system
US20120042078A1 (en) Exposing resource capabilities to web applications
CN110287146B (en) Method, device and computer storage medium for downloading application
CN112507259A (en) Webpage loading method and device, electronic equipment and storage medium
CN110837480A (en) Processing method and device of cache data, computer storage medium and electronic equipment
CN109495549B (en) Method, equipment and computer storage medium for application pull alive
CN109491873B (en) Cache monitoring method, medium, device and computing equipment
CN112612546A (en) Page loading method and device, electronic equipment and storage medium
CN113626743A (en) Method and device for determining target display page, electronic equipment and storage medium
CN113656102A (en) Data point burying method and device, storage medium and electronic equipment
CN111913922B (en) Binary structured log generation method, device, equipment and storage medium
CN113312036B (en) Large screen display method, device and equipment of Web page and storage medium
CN110781427A (en) Method, device, equipment and storage medium for calculating first screen time
KR102454695B1 (en) Caching device, cache, system, method and apparatus for processing data, and medium
CN111783010B (en) Webpage blank page monitoring method, device, terminal and storage medium
CN113220403A (en) Method and device for h5 intercepting Android return event and electronic equipment
CN114257575B (en) Client data processing method and device, electronic equipment and storage medium
CN109408057B (en) Method, device, medium and computing equipment for automatically generating codes
CN116126808A (en) Behavior log recording method, device, computer equipment and storage medium
CN115576484A (en) Data reading and writing method and device, electronic equipment and storage medium
CN109145182B (en) Data acquisition method and device, computer equipment and system
CN111124627A (en) Method, device, terminal and storage medium for determining application program caller
CN111680240B (en) Page display method and device and electronic equipment
CN111741046B (en) Data reporting method, data acquisition method, device, equipment and 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