CN111767111A - Page data processing method and device, electronic equipment and storage medium - Google Patents

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

Info

Publication number
CN111767111A
CN111767111A CN202010643044.1A CN202010643044A CN111767111A CN 111767111 A CN111767111 A CN 111767111A CN 202010643044 A CN202010643044 A CN 202010643044A CN 111767111 A CN111767111 A CN 111767111A
Authority
CN
China
Prior art keywords
page
data
target page
target
window
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202010643044.1A
Other languages
Chinese (zh)
Other versions
CN111767111B (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.)
Netease Hangzhou Network Co Ltd
Original Assignee
Netease Hangzhou Network 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 Netease Hangzhou Network Co Ltd filed Critical Netease Hangzhou Network Co Ltd
Priority to CN202010643044.1A priority Critical patent/CN111767111B/en
Publication of CN111767111A publication Critical patent/CN111767111A/en
Application granted granted Critical
Publication of CN111767111B publication Critical patent/CN111767111B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/93Document management systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The disclosure relates to a page data processing method and device, electronic equipment and a computer readable storage medium, relates to the technical field of front-end development, and can be applied to scenes for acquiring statistical data of various pages in a certain page. The page data processing method comprises the following steps: responding to a data acquisition request aiming at a target page, and calling a data acquisition script of the target page; the data acquisition script comprises a data acquisition identifier of a target page; and acquiring an operation configuration file of the target page according to the data acquisition identifier, and determining operation data aiming at the target page according to the operation configuration file. The method and the device for obtaining the operation configuration file of the target page can obtain the operation configuration file of the target page through the data obtaining script, and obtain the operation data of page elements in the target page according to the operation configuration file.

Description

Page data processing method and device, electronic equipment and storage medium
Technical Field
The present disclosure relates to the field of front-end development technologies, and in particular, to a page data processing method, a page data processing apparatus, an electronic device, and a computer-readable storage medium.
Background
With the rapid development of computer technology, various application websites come out endlessly. In most cases, the operator of the application website can perform data statistics on the data of the application website, further analyze and mine the user requirements according to the statistical data, and upgrade and maintain the application website.
At present, a commonly used data statistics method is to insert a Javascript (JS) script in a code of a front-end page, and then call a method in the JS script after a click operation of a certain buried point control is received, where the method sends operation data to a server through an asynchronous request.
It is to be noted that the information disclosed in the above background section is only for enhancement of understanding of the background of the present disclosure, and thus may include information that does not constitute prior art known to those of ordinary skill in the art.
Disclosure of Invention
However, because the contents of different websites are different and the data to be collected are different, when the data statistics method in the prior art is used for data statistics, the statistics scheme of each website needs to be customized individually, and once the data of page statistics needs to be modified, the page needs to be modified, so that the operation is complex and inflexible.
The present disclosure aims to provide a page data processing method, a page data processing apparatus, an electronic device, and a computer-readable storage medium, so as to overcome, at least to a certain extent, the problems that the existing page data statistical method needs to customize data statistical schemes for different websites individually and needs to change pages frequently when the data statistical requirements change, which results in complex and inflexible operations.
Additional features and advantages of the disclosure will be set forth in the detailed description which follows, or in part will be obvious from the description, or may be learned by practice of the invention.
According to a first aspect of the present disclosure, there is provided a page data processing method, including: responding to a data acquisition request aiming at a target page, and calling a data acquisition script of the target page; the data acquisition script comprises a data acquisition identifier of a target page; and acquiring an operation configuration file of the target page according to the data acquisition identifier, and determining operation data aiming at the target page according to the operation configuration file.
Optionally, before responding to the data obtaining request for the target page, the method further includes: determining a page element corresponding to a target page; determining an operation event corresponding to a page element; and generating an operation configuration file according to the page elements and the operation events.
Optionally, the page element includes a target page body, the operation configuration file includes a page loading function, and the generating of the operation configuration file according to the page element and the operation event includes: determining a page identifier of a target page, and determining a page loading event of the target page; and generating a page loading function of the target page according to the page identifier and the page loading event.
Optionally, the page element includes a page sub-window, the operation configuration file includes a window display function, and the generating of the operation configuration file according to the page element and the operation event includes: acquiring a document object model corresponding to a target page, and determining a window identifier of a page sub-window according to the document object model; determining the window attribute of the page sub-window according to the window identifier; if the window attribute is visible, determining a window display event of the page child window; and generating a window display function of the page child window according to the window identification and the window display event.
Optionally, the page element includes a page control, the operation configuration file includes a control trigger function, and the generating of the operation configuration file according to the page element and the operation event includes: determining a control identification of a page control, and determining a control trigger event corresponding to the page control; and generating a control trigger function of the page control according to the control identification and the control trigger event.
Optionally, the page control includes a target page control, and the method further includes: generating control trigger data of the target page control through a control trigger function of the target page control; acquiring page loading data of a target page through a page loading function of the target page; and determining target statistical data corresponding to the target page control according to the control trigger data and the page loading data.
Optionally, the method further includes: receiving a change operation for the operation configuration file in response to a change request for the operation configuration file; and executing page updating operation on the target page to determine the operation data aiming at the target page according to the changed operation configuration file.
According to a second aspect of the present disclosure, there is provided a page data processing apparatus including: the request response module is used for responding to a data acquisition request aiming at the target page and calling a data acquisition script of the target page; the data acquisition script comprises a data acquisition identifier of a target page; and the operation data determining module is used for acquiring the operation configuration file of the target page according to the data acquisition identifier and determining the operation data aiming at the target page according to the operation configuration file.
Optionally, the page data processing apparatus further includes a configuration file generating module, configured to determine a page element corresponding to the target page; determining an operation event corresponding to a page element; and generating an operation configuration file according to the page elements and the operation events.
Optionally, the configuration file generating module includes a first configuration function generating unit, configured to determine a page identifier of the target page, and determine a page loading event of the target page; and generating a page loading function of the target page according to the page identifier and the page loading event.
Optionally, the configuration file generating module includes a second configuration function generating unit, configured to obtain a document object model corresponding to the target page, and determine a window identifier of the page sub-window according to the document object model; determining the window attribute of the page sub-window according to the window identifier; if the window attribute is visible, determining a window display event of the page child window; and generating a window display function of the page child window according to the window identification and the window display event.
Optionally, the configuration file generating module includes a third configuration function generating unit, configured to determine a control identifier of the page control, and determine a control trigger event corresponding to the page control; and generating a control trigger function of the page control according to the control identification and the control trigger event.
Optionally, the configuration file generating module includes a target data generating unit, configured to generate control trigger data of the target page control through a control trigger function of the target page control; acquiring page loading data of a target page through a page loading function of the target page; and determining target statistical data corresponding to the target page control according to the control trigger data and the page loading data.
Optionally, the page data processing apparatus further includes a configuration file modification module, configured to receive a modification operation for the operation configuration file in response to a modification request for the operation configuration file; and executing page updating operation on the target page to determine the operation data aiming at the target page according to the changed operation configuration file.
According to a third aspect of the present disclosure, there is provided an electronic device comprising: a processor; and a memory having computer readable instructions stored thereon, the computer readable instructions, when executed by the processor, implementing the page data processing method according to any one of the above.
According to a fourth aspect of the present disclosure, there is provided a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements a page data processing method according to any one of the above.
The technical scheme provided by the disclosure can comprise the following beneficial effects:
the page data processing method in the exemplary embodiment of the present disclosure calls a data acquisition script of a target page in response to a data acquisition request for the target page; the data acquisition script comprises a data acquisition identifier of a target page; and acquiring an operation configuration file of the target page according to the data acquisition identifier, and determining operation data aiming at the target page according to the operation configuration file. On one hand, the operation configuration file is directly obtained through the data obtaining script, the operation data of the page elements in the target page are obtained according to the configuration file, a statistical method corresponding to the page elements is not required to be called when a certain page element is triggered every time, and the data statistical efficiency can be improved. On the other hand, for different pages, the corresponding operation configuration files can be called through the same data acquisition script, so that the data acquisition process is more flexible. In another aspect, the data acquisition script has universality, so that the data acquisition script does not need to be repeatedly developed aiming at different pages, development can be simplified, and manpower and material resources in the development process are saved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and together with the description, serve to explain the principles of the disclosure. It is to be understood that the drawings in the following description are merely exemplary of the disclosure, and that other drawings may be derived from those drawings by one of ordinary skill in the art without the exercise of inventive faculty. In the drawings:
FIG. 1 schematically illustrates a flow chart of a page data processing method according to an exemplary embodiment of the present disclosure;
FIG. 2 schematically illustrates a flow diagram for generating an operational profile according to an exemplary embodiment of the present disclosure;
FIG. 3 schematically illustrates a flow diagram for generating a page load function according to an exemplary embodiment of the present disclosure;
FIG. 4 schematically illustrates a flow diagram for generating a window display function according to an exemplary embodiment of the present disclosure;
FIG. 5 schematically illustrates a flow diagram for generating a control trigger function according to an exemplary embodiment of the present disclosure;
FIG. 6 schematically illustrates a flow chart for generating target statistics according to an exemplary embodiment of the present disclosure;
FIG. 7 schematically illustrates a flow chart for updating an operational profile according to an exemplary embodiment of the present disclosure;
FIG. 8 schematically illustrates a detailed flow chart of operational data for a statistics target page according to an exemplary embodiment of the present disclosure;
FIG. 9 schematically illustrates a block diagram of a page data processing apparatus according to an exemplary embodiment of the present disclosure;
FIG. 10 schematically illustrates a block diagram of an electronic device according to an exemplary embodiment of the present disclosure;
fig. 11 schematically illustrates a schematic diagram of a computer-readable storage medium according to an exemplary embodiment of the present disclosure.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. Example embodiments may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of example embodiments to those skilled in the art. The same reference numerals denote the same or similar parts in the drawings, and thus, a repetitive description thereof will be omitted.
Furthermore, the described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. In the following description, numerous specific details are provided to give a thorough understanding of embodiments of the disclosure. One skilled in the relevant art will recognize, however, that the subject matter of the present disclosure can be practiced without one or more of the specific details, or with other methods, components, devices, steps, and so forth. In other instances, well-known structures, methods, devices, implementations, materials, or operations are not shown or described in detail to avoid obscuring aspects of the disclosure.
The block diagrams shown in the figures are functional entities only and do not necessarily correspond to physically separate entities. That is, these functional entities may be implemented in the form of software, or in one or more software-hardened modules, or in different networks and/or processor devices and/or microcontroller devices.
At present, a commonly used page data statistics method is to insert a JS script in a code of a front-end page, and then call a certain method in the JS script after receiving a click operation of a certain buried point control, where the method sends operation data to a server through an asynchronous request. However, because the content of different websites is different and the data to be collected is also different, when the data statistics method in the prior art is used for data statistics, the statistics scheme of each website needs to be customized individually. The page needs to be modified once the statistical data of the page needs to be modified, so that the operation is complex and inflexible; in addition, the data collected by a website at different time periods may be different, and the pages need to be modified many times by using the data statistics method in the prior art.
Based on this, in the present exemplary embodiment, first, a page data processing method is provided, which may be implemented by a server, or a terminal device, where the terminal described in the present disclosure may include a mobile terminal such as a mobile phone, a tablet computer, a notebook computer, a palm computer, a Personal Digital Assistant (PDA), and a fixed terminal such as a desktop computer. FIG. 1 schematically illustrates a schematic diagram of a page data processing method flow, according to some embodiments of the present disclosure. Referring to fig. 1, the page data processing method may include the steps of:
step S110, responding to a data acquisition request aiming at a target page, and calling a data acquisition script of the target page; the data acquisition script comprises a data acquisition identifier of the target page.
Step S120, obtaining the operation configuration file of the target page according to the data obtaining identification, and determining the operation data aiming at the target page according to the operation configuration file.
According to the page data processing method in the present example embodiment, on one hand, the operation configuration file is directly obtained through the data obtaining script, the operation data of the page element in the target page is obtained according to the configuration file, and a statistical method corresponding to the page element does not need to be called each time a certain page element is triggered, so that the data statistical efficiency can be improved. On the other hand, for different pages, the corresponding operation configuration files can be called through the same data acquisition script, so that the data acquisition process is more flexible. In another aspect, the data acquisition script has universality, so that the data acquisition script does not need to be repeatedly developed aiming at different pages, development can be simplified, and manpower and material resources in the development process are saved.
Next, a page data processing method in the present exemplary embodiment will be further described.
In step S110, in response to the data acquisition request for the target page, a data acquisition script of the target page is invoked; the data acquisition script comprises a data acquisition identifier of the target page.
In some exemplary embodiments of the present disclosure, a web page is a basic element constituting a website, and is a platform carrying various website applications. The target page may be a page corresponding to various different types of applications or websites, for example, the target page may be a cell phone page, a website page, or the like. The data acquisition request may be a request for acquiring page data related to the target page. The data acquisition script may be a pre-configured script file, for example, the data acquisition script may be a script file written in various programming languages such as JS script, Python script, and the like. The data acquisition identifier may be an identifier used for acquiring page data of the target page, and each page corresponds to a unique data acquisition identifier.
In response to a data acquisition request for a target page, for example, the data acquisition request may be preconfigured in a website background, executing a page opening operation will trigger generation of a data acquisition request for acquiring page data of the target page, in response to the data acquisition request for the target page, a data acquisition script of the target page may be called, where the data acquisition script may include a data acquisition identifier of the target page, and data acquisition of a next step is performed according to the data acquisition identifier.
In step S120, an operation configuration file of the target page is obtained according to the data obtaining identifier, and operation data for the target page is determined according to the operation configuration file.
In some exemplary embodiments of the present disclosure, the operation configuration file may be a file containing operation configurations in the target page, the operation configuration file may include a function for counting user operation data corresponding to each page element, and all operation data corresponding to each page element may be obtained through the operation configuration file. For example, the operation configuration file may be obtained from a database, and an operation log file of user operation data may be stored in the database. The operation data may be user operation data generated when a user performs a specific user operation on a certain page element.
According to the data acquisition identifier, the operation configuration file of the target page can be acquired from the database, so that the operation data corresponding to each page element in the target page can be determined according to the operation configuration file.
According to some exemplary embodiments of the present disclosure, a page element corresponding to a target page is determined; determining an operation event corresponding to a page element; and generating an operation configuration file according to the page elements and the operation events. The page elements may be various elements contained in the target page, and the page elements may include a page control, a sub-window in the page, a list in the page, page resources such as text, images, videos, hyperlink text, and the like, and any elements that may constitute the page. The element type may be a specific type corresponding to the page element, for example, the page element may include a page body type, a control type, a child window type, and the like. The page event may be a specific binding event corresponding to each page element. The operation event may be a trigger event of a user for a certain page control, the operation event may also be a trigger event of a user opening a certain picture or video resource, and the operation event may also be a trigger event of a user triggering display of a page sub-window. For example, the operational events of the page control can include click events, the operational events of the page resource can include hover events, etc., the operational events of the page sub-window can include display events, etc. In the present disclosure, the page element event corresponding to the page element may be selected according to the attribute of the page element itself. The operation configuration file may be a function called when operation data corresponding to an operation event of a certain page element is recorded, and the operation data of the user for performing the user operation on each page element may be acquired by the operation configuration file. The operation configuration file may be a configuration file composed of operation configuration files, and the operation data of all page elements in the target page may be acquired by calling the operation configuration file.
Referring to fig. 2, fig. 2 schematically illustrates a flow chart for generating an operational profile according to an exemplary embodiment of the present disclosure. For the target page, in step S210, a page element corresponding to the target page may be determined, for example, the corresponding page element may be determined according to an element identifier included in the target page, for example, "button" may represent a button control, "window" may represent a new window, "img" may represent a picture resource, and the like. In step S220, since the page elements of different element types may correspond to different operation events, the operation event corresponding to the page element may be determined according to the element type corresponding to the page element. For example, for a page control element in the target page, the events related to the control may include click events, hover events, and the like; the target page ontology may include a load event; the page sub-window may include display events, etc. According to the element types of the page elements, all operation events corresponding to the page elements can be determined. In step S230, according to the data statistics requirement, an operation event to be recorded corresponding to a certain page element may be determined, for example, an operation event corresponding to a page element to be counted is determined according to the data statistics requirement document. And configuring an operation configuration file of the page element according to the operation events, and saving the configured operation configuration file. The operation configuration file mainly comprises a configuration file identifier uniquely corresponding to the data acquisition identifier and an operation configuration function of each page element, and when the operation data of a certain target page is counted, the operation configuration file corresponding to the data acquisition identifier of the data acquisition script can be matched through the data acquisition identifier of the data acquisition script, so that the operation data of the target page can be obtained. Further, the file format of the operation profile may be a JSON Object Notation (JSON) format.
As is readily understood by those skilled in the art, in an actual scenario, a target page may include a plurality of page elements, and a corresponding configuration operation may be performed on a portion of the page elements that need statistical operation data, so as to generate an operation configuration file corresponding to the page elements.
According to some exemplary embodiments of the present disclosure, a page identifier of a target page is determined, and a page load event of the target page is determined; and generating a page loading function of the target page according to the page identifier and the page loading event. The page Identifier may be a unique Identifier corresponding to the target page, for example, when the page is created, a unique page Identifier may be generated for each page, for example, a Uniform Resource Identifier (URI) of the page may be used as the page Identifier. The page loading event may be an operation event corresponding to a target page element, that is, a page event corresponding to each time the user opens the target page, for example, a page loading event is generated each time the user opens or refreshes the target page. The page load function may be a function that counts the operational data that triggers a page load event.
Referring to FIG. 3, FIG. 3 schematically illustrates a flow diagram for generating a page load function according to an exemplary embodiment of the present disclosure. In step S310, a page identifier uniquely corresponding to the target page is determined, and a page loading event corresponding to the target page is determined. In step S320, a page loading function corresponding to the target page may be configured according to the page identifier and the page loading event, so as to count the operation data corresponding to the loading target page event by using the page loading function. After the configuration of the page loading function is completed, the page loading function may be added to the operation configuration file.
According to some exemplary embodiments of the present disclosure, a document object model corresponding to a target page is obtained, and a window identifier of a page sub-window is determined according to the document object model; determining the window attribute of the page sub-window according to the window identifier; if the window attribute is visible, determining a window display event of the page child window; and generating a window display function of the page child window according to the window identification and the window display event. Document Object Model (DOM) is a tree-based Application Programming Interface (API) Document, and the DOM can be divided into two types, namely, hypertext Markup Language (HTML) DOM and extensible Markup Language (XML) DOM, which respectively define the logical structure of an HTML/XML Document, and the Application program implements the operation on HTML/XML Document data by operating the DOM tree. The document object model corresponding to the target page defines a logical structure between page elements in the target page, and may represent a relationship between different page elements. The page sub-window may be a sub-window included in the target page, for example, the page sub-window may include a popup of the target page. The window identifier may be an identifier uniquely corresponding to each page sub-window, and one page sub-window may be uniquely determined by the window identifier. The window attribute may be an attribute that indicates the page sub-window itself, for example, the window attribute may include the visibility of the page sub-window. The window display event may be an event corresponding to the page sub-window being displayed on the target page. The window display function may be a function employed for counting user operation data that triggers generation of a window display event.
Referring to fig. 4, fig. 4 schematically illustrates a flow chart for generating a window display function according to an exemplary embodiment of the present disclosure. When configuring the window display function of the target page, in step S410, a document object model corresponding to the target page may be obtained, and the window identifier of the page sub-window is obtained from the document object model. In step S420, the window attribute of the page sub-window is determined according to the acquired window identifier, where the window attribute may include the size of the page sub-window, whether the page sub-window is visible, and other attributes. In step S430, it is determined whether the page sub-window is visible according to the acquired window attribute, and if the page sub-window is visible, the display frequency of the page sub-window may be recorded. Therefore, when the window attribute is visible, an event in which the page sub-window is displayed in the target page may be determined as a window display event. In step S440, the window display function of the page sub-window may be configured according to the window identifier and the window display event of the page sub-window. After the configuration of the window display function is completed, the window display function may be added to the operation configuration file.
For example, taking a page sub-window as a "pop-up window in a website" as an example, a window display event of the pop-up window may be that when a certain website is opened, the website pops up by itself; the window display event may also be the triggering of a pop-up of the pop-up window under a particular game play. For example, in a live game, when a live broadcast session (PK) is performed between two anchor players, PK windows of the two anchor players are popped up. For different popup windows, respective corresponding popup recording modes can be adopted, for example, the popup recording mode can be that the popup times are recorded once every popup window is popped up; the pop-up recording mode can also be that after entering a certain page, no matter the pop-up window pops up for several times, the pop-up frequency is recorded only once; the pop-up recording mode can also be that the pop-up times are recorded every time the user refreshes the current interface.
Those skilled in the art will readily understand that the pop-up recording mode for the pop-up window can be configured according to specific statistical requirements, and the specific recording mode is not limited in any way by this disclosure. In addition, for the operation events of other page elements, configuration may also be performed according to specific operation statistical requirements, and the statistical manner of the operation events of the page elements is not limited in any way in this disclosure.
According to some exemplary embodiments of the present disclosure, a control identifier of a page control is determined, and a control trigger event corresponding to the page control is determined; and generating a control trigger function of the page control according to the control identification and the control trigger event. The page controls may be various types of controls contained in the target page, for example, the page controls may include button controls of various different functional types, for example, in a live platform, the page controls may include a login button, a gift-delivery button, a talk button, and the like. The control identification may be an identification that can uniquely identify a certain page control. The control triggering event may be an operation event corresponding to the user triggering the page control, for example, the control triggering event may include a control clicking event, a hovering event, and the like. The control trigger function may be a function employed for counting user operation data of the page control trigger event.
Referring to FIG. 5, FIG. 5 schematically illustrates a flow diagram for generating a control trigger function according to an exemplary embodiment of the present disclosure. In step S510, page controls included in the target page may be determined, and a control identifier corresponding to each page control may be determined. For example, each page control may correspond to a control identifier, specifically, a class name and a control name (ID) corresponding to the page control may be determined, and the control identifier may be generated according to the class name and the control name. And determining control trigger events corresponding to the page controls respectively. In step S520, a control trigger function of the page control may be configured according to the control identifier and the control trigger event. After the control trigger function is configured, the control trigger function may be added to the operation configuration file. When a user operates an event aiming at a page control, operation data aiming at the operation event can be counted by calling a control trigger function.
According to some exemplary embodiments of the present disclosure, control trigger data of a target page control is generated through a control trigger function of the target page control; acquiring page loading data of a target page through a page loading function of the target page; and determining target statistical data corresponding to the target page control according to the control trigger data and the page loading data. The target page control can be a part of the page controls determined from the page controls, and the number of the page controls can be one or more. The control trigger function may be a function corresponding to user operation data corresponding to a control trigger event for counting the target page controls. The control trigger data may be operation data corresponding to the target page control and used for triggering generation of the page trigger event. The page loading data may be user operation data corresponding to a trigger to generate a page loading event. The target statistical data may be data for analyzing a particular case of certain operation data of the target page control. For example, in a live platform, the target page control may be a virtual gift-offering button and the target statistics may be a gift-offering conversion rate of the live platform.
Referring to fig. 6, fig. 6 schematically shows a flow chart for generating target statistics according to an exemplary embodiment of the present disclosure. Taking calculation of a gift-offering conversion rate in a certain live-casting platform as an example, in step S610, control trigger data of a target page control may be generated through a control trigger function of the target page control. For example, the number of clicks of clicking the virtual gift sending button may be determined by a control trigger function corresponding to the virtual gift sending button. In step S620, the page loading data corresponding to the target page may be determined according to the page loading function of the target page. For example, the total number of live rooms opened by the user is determined through a page loading function of the target page. In step S630, target statistical data corresponding to the target page control may be calculated according to the determined first-view trigger data and the determined page loading data. Taking the calculation process of the gift-offering conversion rate as an example, the gift-offering conversion rate can be calculated by adopting two ways: (1) and determining all users entering the live broadcast room and gift users giving virtual gifts to the main broadcast, wherein the gift users account for the user proportion of all users. The number of users of all users entering the live broadcast room can be determined by page loading data, the number of virtual users presenting virtual gifts to the main broadcast can be determined by triggering data through a control of the virtual gift sending button, and the proportion of the gift sending users to all the users is calculated. (2) And determining the page access times of the target page and the click times of the virtual gift sending button, and calculating the gift sending conversion rate according to the click times and the page access times. In a specific application scenario, a developer can also determine other target statistical data according to the statistical requirements of the operation data.
According to some exemplary embodiments of the present disclosure, a change operation for an operation profile is received in response to a change request for the operation profile; and executing page updating operation on the target page to determine the operation data aiming at the target page according to the changed operation configuration file. The change request may be a request corresponding to a change operation of the operation profile. The change operation may be a change operation on the operation configuration file, and the change operation may be an addition, deletion, and change operation on the operation configuration file when the statistical requirement of the operation data of a certain page element changes. The page update operation may be an operation to reload the target page, e.g., the target page may be reopened or refreshed.
Referring to fig. 7, fig. 7 schematically illustrates a flow chart for updating an operational profile according to an exemplary embodiment of the present disclosure. In step S710, when the statistical requirement of the page data changes, a change request for changing the operation profile may be triggered to be generated, and in response to the change request for the operation profile, a change operation for the operation profile may be received, for example, for a certain page element, an element trigger event of the page element may be added or an element trigger event of the page element may be deleted. In step S720, when the change operation for the operation profile is completed, a page update operation may be performed on the target page, for example, the target page is opened or refreshed, so as to update the update operation into the operation profile.
Referring to fig. 8, fig. 8 schematically shows a detailed flowchart of operation data of a statistics object page according to an exemplary embodiment of the present disclosure. Before counting the operation data of the target page, a data statistics configuration background can be created. In step S810, for the target page, an operation configuration file corresponding to the target page may be created in the data statistics configuration background, page elements of the operation data to be counted in the target page may be determined, the page elements are configured in the operation configuration file, and the operation configuration file may be saved after the configuration operation is completed. In step S820, in response to the data obtaining request for obtaining the target page, the data obtaining script of the target page may be obtained, and since the data obtaining script includes the data obtaining identifier, the operation configuration file of the target page may be obtained according to the data obtaining identifier. In step S830, after the operation configuration file is obtained, the page element event of the page element included in the operation configuration file may be bound. In step S840, when the user operates on the page element in the target page, the operation data generated based on the user trigger operation may be counted. In step S850, after the operation data is acquired, analysis processing may be performed on the operation data. For example, the gift-offering conversion rate of a certain live-broadcasting platform can be calculated, and the obtained operation data is analyzed, so that the potential requirements of the user can be further mined according to the analysis result, and the target page can be optimized and improved. When the data statistics requirement of the target page changes, the operation configuration file of the target page can be changed and stored according to the data statistics requirement, and the updated operation configuration file can be used for counting the user data in the target page by executing page updating operation on the target page. Therefore, when the data statistics requirement changes, only the operation configuration file needs to be changed, and the page does not need to be re-developed, so that the data statistics of the target page is more flexible.
In summary, the page data processing method of the present disclosure responds to the data acquisition request for the target page, and invokes the data acquisition script of the target page; the data acquisition script comprises a data acquisition identifier of a target page; and acquiring an operation configuration file of the target page according to the data acquisition identifier, and determining operation data aiming at the target page according to the operation configuration file. On one hand, the operation configuration file is directly obtained through the data obtaining script, the operation data of the page elements in the target page are obtained according to the configuration file, a statistical method corresponding to the page elements is not required to be called when a certain page element is triggered every time, and the data statistical efficiency can be improved. On the other hand, for different pages, the corresponding operation configuration files can be called through the same data acquisition script, so that the data acquisition process is more flexible. In another aspect, the data acquisition script has universality, so that the data acquisition script does not need to be repeatedly developed aiming at different pages, development can be simplified, and manpower and material resources in the development process are saved. On the other hand, when the data statistics requirement changes, the operation configuration file in the operation configuration file can be changed, so that the operation data statistics can be carried out according to the changed statistics requirement, and different data statistics requirements of the target page at different periods can be met.
It is noted that although the steps of the methods of the present invention are depicted in the drawings in a particular order, this does not require or imply that the steps must be performed in this particular order, or that all of the depicted steps must be performed, to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step execution, and/or one step broken down into multiple step executions, etc.
Further, in the present exemplary embodiment, a page data processing apparatus is also provided. Referring to fig. 9, the page data processing apparatus 900 may include: a request response module 910 and an operational data determination module 920.
Specifically, the request response module 910 is configured to respond to a data acquisition request for a target page, and invoke a data acquisition script of the target page; the data acquisition script comprises a data acquisition identifier of a target page; the configuration file obtaining module 920 is configured to obtain an operation configuration file of the target page according to the data obtaining identifier, and determine operation data for the target page according to the operation configuration file.
The page data processing device 900 directly obtains the operation configuration file through the data obtaining identifier in the data obtaining script, obtains the operation data of the page element in the target page according to the configuration file, and does not need to call a statistical method corresponding to the page element each time a certain page element is triggered, so that the data statistical efficiency can be improved. For different pages, the corresponding operation configuration files can be called through the data acquisition script, so that the data acquisition process is more flexible. The data acquisition script has universality, so that the data acquisition script does not need to be repeatedly developed aiming at different pages, the development can be simplified, manpower and material resources in the development process are saved, and the page data processing device is effective.
In an exemplary embodiment of the present disclosure, the page data processing apparatus further includes a configuration file generation module, configured to determine a page element corresponding to the target page; determining an operation event corresponding to a page element; and generating an operation configuration file according to the page elements and the operation events.
In an exemplary embodiment of the present disclosure, the configuration file generating module includes a first configuration function generating unit, configured to determine a page identifier of a target page and determine a page loading event of the target page; and generating a page loading function of the target page according to the page identifier and the page loading event.
In an exemplary embodiment of the present disclosure, the configuration file generating module includes a second configuration function generating unit, configured to obtain a document object model corresponding to the target page, and determine a window identifier of the page sub-window according to the document object model; determining the window attribute of the page sub-window according to the window identifier; if the window attribute is visible, determining a window display event of the page child window; and generating a window display function of the page child window according to the window identification and the window display event.
In an exemplary embodiment of the present disclosure, the configuration file generating module includes a third configuration function generating unit, configured to determine a control identifier of a page control, and determine a control trigger event corresponding to the page control; and generating a control trigger function of the page control according to the control identification and the control trigger event.
In an exemplary embodiment of the present disclosure, the configuration file generating module includes a target data generating unit, configured to generate control trigger data of a target page control through a control trigger function of the target page control; acquiring page loading data of a target page through a page loading function of the target page; and determining target statistical data corresponding to the target page control according to the control trigger data and the page loading data.
In an exemplary embodiment of the present disclosure, the page data processing apparatus further includes a profile modification module for receiving a modification operation for the operation profile in response to a modification request for the operation profile; and executing page updating operation on the target page to determine the operation data aiming at the target page according to the changed operation configuration file.
The specific details of the virtual module of each page data processing apparatus have been described in detail in the corresponding page data processing method, and therefore are not described herein again.
It should be noted that although in the above detailed description several modules or units of the page data processing apparatus are mentioned, this division is not mandatory. Indeed, the features and functionality of two or more modules or units described above may be embodied in one module or unit, according to embodiments of the present disclosure. Conversely, the features and functions of one module or unit described above may be further divided into embodiments by a plurality of modules or units.
In addition, in an exemplary embodiment of the present disclosure, an electronic device capable of implementing the above method is also provided.
As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method or program product. Thus, various aspects of the invention may be embodied in the form of: an entirely hardware embodiment, an entirely software embodiment (including firmware, microcode, etc.) or an embodiment combining hardware and software aspects that may all generally be referred to herein as a "circuit," module "or" system.
An electronic device 1000 according to such an embodiment of the invention is described below with reference to fig. 10. The electronic device 1000 shown in fig. 10 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 10, the electronic device 1000 is embodied in the form of a general purpose computing device. The components of the electronic device 1000 may include, but are not limited to: the at least one processing unit 1010, the at least one memory unit 1020, a bus 1030 connecting different system components (including the memory unit 1020 and the processing unit 1010), and a display unit 1040.
Wherein the storage unit stores program code that is executable by the processing unit 1010 to cause the processing unit 1010 to perform steps according to various exemplary embodiments of the present invention as described in the "exemplary methods" section above in this specification.
The memory unit 1020 may include readable media in the form of volatile memory units, such as a random access memory unit (RAM)1021 and/or a cache memory unit 1022, and may further include a read-only memory unit (ROM) 1023.
Storage unit 1020 may also include a program/utility 1024 having a set (at least one) of program modules 1025, such program modules 1025 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
Bus 1030 may represent one or more of any of several types of bus structures, including a memory unit bus or memory unit controller, a peripheral bus, an accelerated graphics port, a processing unit, or a local bus using any of a variety of bus architectures.
The electronic device 1000 may also communicate with one or more external devices 1070 (e.g., keyboard, pointing device, bluetooth device, etc.), with one or more devices that enable a user to interact with the electronic device 1000, and/or with any devices (e.g., router, modem, etc.) that enable the electronic device 1000 to communicate with one or more other computing devices. Such communication may occur through input/output (I/O) interfaces 1050. Also, the electronic device 1000 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the internet) via the network adapter 1060. As shown, the network adapter 1060 communicates with the other modules of the electronic device 1000 over the bus 1030. It should be appreciated that although not shown, other hardware and/or software modules may be used in conjunction with the electronic device 1000, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
Through the above description of the embodiments, those skilled in the art will readily understand that the exemplary embodiments described herein may be implemented by software, or by software in combination with necessary hardware. Therefore, the technical solution according to the embodiments of the present disclosure may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (which may be a CD-ROM, a usb disk, a removable hard disk, etc.) or on a network, and includes several instructions to enable a computing device (which may be a personal computer, a server, a terminal device, or a network device, etc.) to execute the method according to the embodiments of the present disclosure.
In an exemplary embodiment of the present disclosure, there is also provided a computer-readable storage medium having stored thereon a program product capable of implementing the above-described method of the present specification. In some possible embodiments, aspects of the invention may also be implemented in the form of a program product comprising program code means for causing a terminal device to carry out the steps according to various exemplary embodiments of the invention described in the above-mentioned "exemplary methods" section of the present description, when said program product is run on the terminal device.
Referring to fig. 11, a program product 1100 for implementing the above method according to an embodiment of the present invention is described, which may employ a portable compact disc read only memory (CD-ROM) and include program code, and may be run on a terminal device, such as a personal computer. However, the program product of the present invention is not limited in this regard and, in the present document, a 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 program product may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. A readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable disk, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an 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.
A computer readable signal medium may include a propagated data signal with readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A readable signal medium may also be any readable medium that is not a 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 readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations for aspects 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, C + + or the like 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 computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., through the internet using an internet service provider).
Furthermore, the above-described figures are merely schematic illustrations of processes involved in methods according to exemplary embodiments of the invention, and are not intended to be limiting. It will be readily understood that the processes shown in the above figures are not intended to indicate or limit the chronological order of the processes. In addition, it is also readily understood that these processes may be performed synchronously or asynchronously, e.g., in multiple modules.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is to be limited only by the terms of the appended claims.

Claims (10)

1. A page data processing method is characterized by comprising the following steps:
responding to a data acquisition request aiming at a target page, and calling a data acquisition script of the target page; the data acquisition script comprises a data acquisition identifier of the target page;
and acquiring the operation configuration file of the target page according to the data acquisition identifier, and determining the operation data aiming at the target page according to the operation configuration file.
2. The page data processing method according to claim 1, wherein before said responding to the data acquisition request for the target page, said method further comprises:
determining a page element corresponding to the target page;
determining an operation event corresponding to the page element;
and generating the operation configuration file according to the page elements and the operation events.
3. The method for processing page data according to claim 2, wherein the page element includes a target page ontology, the operation configuration file includes a page loading function, and the generating the operation configuration file according to the page element and the operation event includes:
determining a page identifier of the target page, and determining a page loading event of the target page;
and generating the page loading function of the target page according to the page identification and the page loading event.
4. The method for processing page data according to claim 2, wherein the page element includes a page sub-window, the operation profile includes a window display function, and the generating the operation profile according to the page element and the operation event includes:
acquiring a document object model corresponding to the target page, and determining a window identifier of the page sub-window according to the document object model;
determining the window attribute of the page sub-window according to the window identifier;
if the window attribute is visible, determining a window display event of the page sub-window;
and generating the window display function of the page sub-window according to the window identification and the window display event.
5. The method for processing page data according to claim 2, wherein said page element includes a page control, said operation profile includes a control trigger function, and said generating said operation profile according to said page element and said operation event includes:
determining a control identification of the page control, and determining a control trigger event corresponding to the page control;
and generating the control trigger function of the page control according to the control identification and the control trigger event.
6. The method for processing page data of claim 5, wherein the page control comprises a target page control, the method further comprising:
generating control trigger data of the target page control through a control trigger function of the target page control;
acquiring page loading data of the target page through a page loading function of the target page;
and determining target statistical data corresponding to the target page control according to the control trigger data and the page loading data.
7. The page data processing method according to any one of claims 1 to 6, wherein the method further comprises:
receiving a change operation for the operational profile in response to a change request for the operational profile;
and executing page updating operation on the target page so as to determine the operation data aiming at the target page according to the changed operation configuration file.
8. A page data processing apparatus, comprising:
the request response module is used for responding to a data acquisition request aiming at a target page and calling a data acquisition script of the target page; the data acquisition script comprises a data acquisition identifier of the target page;
and the operation data determining module is used for acquiring the operation configuration file of the target page according to the data acquisition identifier and determining the operation data aiming at the target page according to the operation configuration file.
9. An electronic device, comprising:
a processor; and
a memory having stored thereon computer readable instructions which, when executed by the processor, implement the page data processing method according to any one of claims 1 to 7.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, implements the page data processing method according to any one of claims 1 to 7.
CN202010643044.1A 2020-07-06 2020-07-06 Page data processing method and device, electronic equipment and storage medium Active CN111767111B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010643044.1A CN111767111B (en) 2020-07-06 2020-07-06 Page data processing method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010643044.1A CN111767111B (en) 2020-07-06 2020-07-06 Page data processing method and device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111767111A true CN111767111A (en) 2020-10-13
CN111767111B CN111767111B (en) 2023-05-12

Family

ID=72724000

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010643044.1A Active CN111767111B (en) 2020-07-06 2020-07-06 Page data processing method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111767111B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114090146A (en) * 2021-10-28 2022-02-25 青岛海尔科技有限公司 Data loading completion determining method, device and equipment

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100332550A1 (en) * 2009-06-26 2010-12-30 Microsoft Corporation Platform For Configurable Logging Instrumentation
US20170046029A1 (en) * 2013-03-15 2017-02-16 Turn Inc. Universal tag for page analytics and campaign creation
CN106933722A (en) * 2017-03-06 2017-07-07 腾云天宇科技(北京)有限公司 A kind of web application monitoring method, server and system
CN108228305A (en) * 2018-02-02 2018-06-29 广东欧珀移动通信有限公司 Display methods, device, storage medium and the electronic equipment of five application page
WO2018121501A1 (en) * 2016-12-29 2018-07-05 北京国双科技有限公司 Method and apparatus for monitoring network visitor behavior
CN108415804A (en) * 2018-01-23 2018-08-17 平安普惠企业管理有限公司 Obtain method, terminal device and the computer readable storage medium of information
CN108804318A (en) * 2018-05-24 2018-11-13 北京金山安全软件有限公司 Page element testing method and device, electronic equipment and storage medium
CN109165332A (en) * 2018-09-13 2019-01-08 郑州云海信息技术有限公司 A kind of webpage information acquisition methods, device and equipment
CN109408105A (en) * 2018-09-25 2019-03-01 腾讯科技(武汉)有限公司 Acquisition method, device, computing device and the storage medium of user behavior data
CN110069683A (en) * 2017-09-18 2019-07-30 北京国双科技有限公司 A kind of method and device crawling data based on browser
CN110674426A (en) * 2019-08-30 2020-01-10 腾讯科技(深圳)有限公司 Webpage behavior reporting method and device
CN111046317A (en) * 2019-12-27 2020-04-21 北京奇艺世纪科技有限公司 Page data acquisition method, device, equipment and computer readable storage medium

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100332550A1 (en) * 2009-06-26 2010-12-30 Microsoft Corporation Platform For Configurable Logging Instrumentation
US20170046029A1 (en) * 2013-03-15 2017-02-16 Turn Inc. Universal tag for page analytics and campaign creation
WO2018121501A1 (en) * 2016-12-29 2018-07-05 北京国双科技有限公司 Method and apparatus for monitoring network visitor behavior
CN108270629A (en) * 2016-12-29 2018-07-10 北京国双科技有限公司 Site visitor's behavior monitoring method and device
CN106933722A (en) * 2017-03-06 2017-07-07 腾云天宇科技(北京)有限公司 A kind of web application monitoring method, server and system
CN110069683A (en) * 2017-09-18 2019-07-30 北京国双科技有限公司 A kind of method and device crawling data based on browser
CN108415804A (en) * 2018-01-23 2018-08-17 平安普惠企业管理有限公司 Obtain method, terminal device and the computer readable storage medium of information
CN108228305A (en) * 2018-02-02 2018-06-29 广东欧珀移动通信有限公司 Display methods, device, storage medium and the electronic equipment of five application page
CN108804318A (en) * 2018-05-24 2018-11-13 北京金山安全软件有限公司 Page element testing method and device, electronic equipment and storage medium
CN109165332A (en) * 2018-09-13 2019-01-08 郑州云海信息技术有限公司 A kind of webpage information acquisition methods, device and equipment
CN109408105A (en) * 2018-09-25 2019-03-01 腾讯科技(武汉)有限公司 Acquisition method, device, computing device and the storage medium of user behavior data
CN110674426A (en) * 2019-08-30 2020-01-10 腾讯科技(深圳)有限公司 Webpage behavior reporting method and device
CN111046317A (en) * 2019-12-27 2020-04-21 北京奇艺世纪科技有限公司 Page data acquisition method, device, equipment and computer readable storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114090146A (en) * 2021-10-28 2022-02-25 青岛海尔科技有限公司 Data loading completion determining method, device and equipment
CN114090146B (en) * 2021-10-28 2023-06-16 青岛海尔科技有限公司 Method, device and equipment for determining completion of data loading

Also Published As

Publication number Publication date
CN111767111B (en) 2023-05-12

Similar Documents

Publication Publication Date Title
US9355081B2 (en) Transforming HTML forms into mobile native forms
US20200357007A1 (en) Page data acquisition method, apparatus, server, electronic device and computer readable medium
CN111190673B (en) Page display method and device based on operation monitoring and electronic equipment
CN111045653A (en) System generation method and device, computer readable medium and electronic equipment
CN113656102A (en) Data point burying method and device, storage medium and electronic equipment
CN112395027A (en) Widget interface generation method and device, storage medium and electronic equipment
CN114036439A (en) Website building method, device, medium and electronic equipment
CN112507259A (en) Webpage loading method and device, electronic equipment and storage medium
CN112395098B (en) Application program interface calling method and device, storage medium and electronic equipment
US9772986B2 (en) Transforming HTML forms into mobile native forms
CN113312119B (en) Information synchronization method and device, computer readable storage medium and electronic equipment
CN114048415A (en) Form generation method and device, electronic equipment and computer readable storage medium
CN111767111B (en) Page data processing method and device, electronic equipment and storage medium
CN112307386A (en) Information monitoring method, system, electronic device and computer readable storage medium
CN111026945B (en) Multi-platform crawler scheduling method, device and storage medium
CN112817817A (en) Buried point information query method and device, computer equipment and storage medium
CN109358943B (en) Page configuration method and device, electronic equipment and storage medium
CN111259381A (en) Page interaction method and device, computer readable medium and electronic equipment
US11449313B2 (en) System and method applied to integrated development environment
CN114253537A (en) Form generation method and device, electronic equipment and storage medium
CN110554892A (en) Information acquisition method and device
CN115129809A (en) Method and device for determining user activity, electronic equipment and storage medium
CN113282285A (en) Code compiling method and device, electronic equipment and storage medium
CN113419711A (en) Page guiding method and device, electronic equipment and storage medium
CN112346574A (en) Path guiding method and device based on android APP browsing and electronic equipment

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