CN110874302A - Method and device for determining buried point configuration information - Google Patents

Method and device for determining buried point configuration information Download PDF

Info

Publication number
CN110874302A
CN110874302A CN201811011364.4A CN201811011364A CN110874302A CN 110874302 A CN110874302 A CN 110874302A CN 201811011364 A CN201811011364 A CN 201811011364A CN 110874302 A CN110874302 A CN 110874302A
Authority
CN
China
Prior art keywords
information
control
determining
point
interactive control
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201811011364.4A
Other languages
Chinese (zh)
Inventor
戴旭
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201811011364.4A priority Critical patent/CN110874302A/en
Publication of CN110874302A publication Critical patent/CN110874302A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3089Monitoring arrangements determined by the means or processing involved in sensing the monitored data, e.g. interfaces, connectors, sensors, probes, agents
    • G06F11/3093Configuration details thereof, e.g. installation, enabling, spatial arrangement of the probes
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3438Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment monitoring of user actions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • G06F11/3476Data logging

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a method and a device for determining buried point configuration information, and relates to the technical field of computers. One embodiment of the method comprises: acquiring a demand document of a page to be embedded with points and control information in the page to be embedded with points; preprocessing the requirement document, and determining a buried point requirement item; determining the file information corresponding to each interactive control according to the control information in the page of the point to be buried; and determining the configuration information of the embedded point according to the embedded point demand item and the file information corresponding to the interactive control. According to the implementation method, the requirement document and the control information can be automatically processed and matched, and further, operations such as manual selection and manual information filling can be replaced, and the embedded point configuration information can be automatically and efficiently determined.

Description

Method and device for determining buried point configuration information
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for determining buried point configuration information.
Background
The traceless point burying technology is a technology which can automatically report related buried points in an event processing function and collect user behavior information based on configuration information and according to a preset unified basic engine. Generally, configuration items for the traceless buried point technology are manually selected and clicked one by one according to a requirement document to generate configuration information.
In the process of implementing the invention, the inventor finds that at least the following problems exist in the prior art:
manually making configuration information for the traceless point burying technology in a manual mode has huge workload, needs to pay a lot of time and energy and has low efficiency; and the manual mode is inevitable to have omission, and the accuracy of the generated configuration information is difficult to guarantee.
Disclosure of Invention
In view of this, the embodiment of the present invention provides a method for determining buried point configuration information, which can automatically process and match a requirement document and control information, and further can replace operations such as manual selection and manual information filling, so as to automatically and efficiently determine the buried point configuration information.
To achieve the above object, according to an aspect of an embodiment of the present invention, there is provided a method for determining buried point configuration information, including:
acquiring a demand document of a page to be embedded with points and control information in the page to be embedded with points;
preprocessing the requirement document, and determining a buried point requirement item; determining the file information corresponding to each interactive control according to the control information in the page of the point to be buried;
and determining the configuration information of the embedded point according to the embedded point demand item and the file information corresponding to the interactive control.
Optionally, the requirement document is preprocessed, including at least one of:
deleting the space symbol and keeping one of the repeated information.
Optionally, determining the pattern information corresponding to each interactive control according to the control information in the page of the to-be-buried point, including:
screening a control containing a click event processing function in control information as an interactive control;
and acquiring all the sub-views in the interactive control, traversing all the sub-views to acquire the document information in all the sub-views, and taking the document information in all the sub-views as the document information corresponding to the interactive control.
Optionally, determining the burial point configuration information according to the burial point requirement item and the file information corresponding to the interactive control, including:
matching the embedded point demand item and the interactive control based on the file information, and determining the interactive control and the embedded point demand item which are successfully matched;
and generating the embedded point configuration information corresponding to the control according to the information in the embedded point demand item successfully matched with the interactive control.
Optionally, when the following conditions are met, it is confirmed that the matching between the buried point requirement item and the control is successful:
the file information in the embedded point requirement item is completely the same as one file information in the interactive control.
According to still another aspect of the embodiments of the present invention, there is provided an apparatus for determining buried point configuration information, including:
the acquisition module is used for acquiring a required document of the page to be embedded and control information in the page to be embedded;
the information processing module is used for preprocessing the requirement document and determining a buried point requirement item; determining the file information corresponding to each interactive control according to the control information in the page of the point to be buried;
and the determining module is used for determining the embedded point configuration information according to the embedded point demand item and the file information corresponding to the interactive control.
Optionally, the information processing module performs preprocessing on the requirement document, including at least one of:
deleting the space symbol and keeping one of the repeated information.
Optionally, the determining, by the information processing module, the document information corresponding to each interactive control according to the control information in the page of the to-be-buried point includes:
screening a control containing a click event processing function in control information as an interactive control;
and acquiring all the sub-views in the interactive control, traversing all the sub-views to acquire the document information in all the sub-views, and taking the document information in all the sub-views as the document information corresponding to the interactive control.
Optionally, the determining module determines the burial point configuration information according to the burial point requirement item and the file information corresponding to the interactive control, including:
matching the embedded point demand item and the interactive control based on the file information, and determining the interactive control and the embedded point demand item which are successfully matched;
and generating the embedded point configuration information corresponding to the control according to the information in the embedded point demand item successfully matched with the interactive control.
Optionally, the determining module determines that the matching between the buried point requirement item and the control is successful when the following conditions are met:
the file information in the embedded point requirement item is completely the same as one file information in the interactive control.
According to another aspect of the embodiments of the present invention, there is provided an electronic device for determining buried point configuration information, including:
one or more processors;
a storage device for storing one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors implement the determining method of the burial point configuration information provided by the present invention.
According to still another aspect of an embodiment of the present invention, there is provided a computer-readable medium on which a computer program is stored, the program, when executed by a processor, implementing the method for determining the burial point configuration information provided by the present invention.
One embodiment of the above invention has the following advantages or benefits: because the technical means of automatically processing the required document and the control information and automatically matching the required document and the control information to determine the embedded point configuration information is adopted, the technical problems of low efficiency and difficulty in ensuring accuracy caused by determining the embedded point configuration information by means of manual circle selection and manual input in the prior art are solved, and the technical effect of automatically and efficiently determining the embedded point configuration information is achieved.
Further effects of the above-mentioned non-conventional alternatives will be described below in connection with the embodiments.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
fig. 1 is a schematic diagram illustrating a main flow of a method for determining buried point configuration information according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating a situation in which a child view is included in a control according to an embodiment of the present invention;
fig. 3 is a schematic diagram of main blocks of a device for determining buried point configuration information according to an embodiment of the present invention;
FIG. 4 is an exemplary system architecture diagram in which embodiments of the present invention may be employed;
fig. 5 is a schematic block diagram of a computer system suitable for use in implementing a terminal device or server of an embodiment of the invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
Fig. 1 is a schematic diagram of a main flow of a method for determining buried point configuration information according to an embodiment of the present invention, as shown in fig. 1, including:
s101, acquiring a required document of a page to be embedded and control information in the page to be embedded;
step S102, preprocessing the requirement document, and determining a buried point requirement item; determining the file information corresponding to each interactive control according to the control information in the page of the point to be buried;
and S103, determining the buried point configuration information according to the buried point demand item and the file information corresponding to the interactive control.
The page to be buried can be a page on a website or a mobile terminal application to be subjected to traceless point burying; the traceless buried point is a method for collecting user data of a website or an application;
the requirement document can be a requirement document about collecting user behaviors, which is provided by project related personnel, such as developers or project managers, and can be in any text type format, such as excel forms, word documents and the like;
the control may be a user interface control, such as a clickable button on a website.
The embedded point requirement item can contain information such as unique control identification, text information in a file, file identification, event content, event identification and the like;
the file information can be text information in each view in the control.
The scheme of the invention can automatically process the required document and the control information and automatically match the required document and the control information, and further can replace the operations of manual selection, manual information filling and the like, and automatically and efficiently determine the buried point configuration information.
In some embodiments, the requirements document is preprocessed, including at least one of:
deleting the space symbol and keeping one of the repeated information.
The requirement document is preprocessed, namely normalized, so that the original buried point requirement document can be processed into a clean and available data source.
In some embodiments, determining the pattern information corresponding to each interactive control according to the control information in the page of the to-be-buried point includes:
screening a control containing a click event processing function in control information as an interactive control;
and acquiring all the sub-views in the interactive control, traversing all the sub-views to acquire the document information in all the sub-views, and taking the document information in all the sub-views as the document information corresponding to the interactive control.
In practical application, the number of different types of controls in a page is large, and the number of different types of controls can be divided into two types according to whether user interaction can be performed: interactive controls, non-interactive controls; the interactive control can be a control capable of being operated by clicking, a control capable of being operated by dragging and the like, and the non-interactive control can be a view control required for displaying; for a point burying technology aiming at collecting user behaviors, a research object is an interactive control, so that the interactive control needs to be screened out for processing;
when the interactive control is screened, judging according to whether the control contains a click event processing function; if the control includes a click event processing function, the control may be considered as an interactive control.
When the control has more than one view, the file information of the control is possibly not in the clickable unit but in the child view of the control;
fig. 2 is a schematic diagram of a situation that a control includes sub-views according to an embodiment of the present invention, as shown in fig. 2, the clickable unit includes three parts, namely, a picture and another 2 sub-views, where the 2 sub-views are respectively a picture and a control whose text information is "document information", and at this time, the document information of the clickable unit cannot be obtained by a direct obtaining method;
in practical application, the view in the control is a tree structure, and the tree structure can be traversed to acquire the document information in the child view of the control one by one, so as to determine all the document information corresponding to the control;
such as: traversing by adopting a preset first-order, middle-order and later-order traversing method, or traversing by adopting hierarchical traversing, so as to determine the file information corresponding to the control; in practical application, the traversal method can be flexibly selected according to needs to perform traversal.
In some embodiments, determining the burial point configuration information according to the burial point requirement item and the case information corresponding to the interactive control includes:
matching the embedded point demand item and the interactive control based on the file information, and determining the interactive control and the embedded point demand item which are successfully matched;
and generating the embedded point configuration information corresponding to the control according to the information in the embedded point demand item successfully matched with the interactive control.
Matching the file information in the normalized embedded point demand item with the file information in the interactive control; when the matching is successful, the embedded point configuration information corresponding to the interactive control can be generated according to other information except the file information in the embedded point requirement item matched with the interactive control, so that the mode of manually selecting the view control and manually filling in the information in the prior art is replaced, and the efficiency and the accuracy are improved.
In some embodiments, the matching of the buried point requirement item and the interactive control is confirmed to be successful when the following conditions are met:
the file information in the embedded point requirement item is completely the same as one file information in the interactive control.
In practical application, developers cannot use the same file information in different controls when designing user pages, and each embedded point requirement item only has one file information; based on this feature, the scheme in the present invention may adopt a complete matching mode of the document to perform matching, and when the document information in the buried point requirement item is completely the same as one document information in the interactive control, it may be considered that the buried point requirement item and the interactive control are successfully matched, as illustrated below:
a button is arranged in a page of a point to be buried, and the file information in the button control of the button A is ABC; the page to be embedded is also provided with a button B, the file information in the button B control is BABC, and at the moment, the file information in the button A control and the button B control has superposition information ABC; for the embedded point demand item containing the file information ABC, the embedded point demand item is only successfully matched with the button control A;
for another example: a C button is arranged in a page of points to be buried, and the file information in the C button control is CA, CB and CC, so that the point-buried requirement item containing the file information CA can be successfully matched with the C button control, and the point-buried requirement item containing the file information CB can be successfully matched with the C button control.
Fig. 3 is a schematic diagram of main modules of a device for determining buried point configuration information according to an embodiment of the present invention, and as shown in fig. 3, the device 300 for determining buried point configuration information includes:
the obtaining module 301 is configured to obtain a requirement document of a to-be-buried point page and control information in the to-be-buried point page;
the information processing module 302 is configured to preprocess the requirement document and determine a buried point requirement item; determining the file information corresponding to each interactive control according to the control information in the page of the point to be buried;
and the determining module 303 is configured to determine the burial point configuration information according to the burial point requirement item and the file information corresponding to the interactive control.
The page to be buried can be a page on a website or a mobile terminal application to be subjected to traceless point burying; the traceless buried point is a method for collecting user data of a website or an application;
the requirement document can be a requirement document about collecting user behaviors, which is provided by project related personnel, such as developers or project managers, and can be in any text type format, such as excel forms, word documents and the like;
the control may be a user interface control, such as a clickable button on a website.
The embedded point requirement item can contain information such as unique control identification, text information in a file, file identification, event content, event identification and the like;
the file information can be text information in each view in the control.
The scheme of the invention can automatically process the required document and the control information and automatically match the required document and the control information, and further can replace the operations of manual selection, manual information filling and the like, and automatically and efficiently determine the buried point configuration information.
In some embodiments, the information processing module 302 preprocesses the requirements document, including at least one of:
deleting the space symbol and keeping one of the repeated information.
The requirement document is preprocessed, namely normalized, so that the original buried point requirement document can be processed into a clean and available data source.
In some embodiments, the determining, by the information processing module 302, the copy information corresponding to each interactive control according to the control information in the page of the to-be-buried point includes:
screening a control containing a click event processing function in control information as an interactive control;
and acquiring all the sub-views in the interactive control, traversing all the sub-views to acquire the document information in all the sub-views, and taking the document information in all the sub-views as the document information corresponding to the interactive control.
In practical application, the number of different types of controls in a page is large, and the number of different types of controls can be divided into two types according to whether user interaction can be performed: interactive controls, non-interactive controls; the interactive control can be a control capable of being operated by clicking, a control capable of being operated by dragging and the like, and the non-interactive control can be a view control required for displaying; for a point burying technology aiming at collecting user behaviors, a research object is an interactive control, so that the interactive control needs to be screened out for processing;
when the interactive control is screened, judging according to whether the control contains a click event processing function; if the control includes a click event processing function, the control may be considered as an interactive control.
When the control has more than one view, the file information of the control is possibly not in the clickable unit but in the child view of the control;
in practical application, the view in the control is a tree structure, and the tree structure can be traversed to acquire the document information in the child view of the control one by one, so as to determine all the document information corresponding to the control;
such as: traversing by adopting a preset first-order, middle-order and later-order traversing method, or traversing by adopting hierarchical traversing, so as to determine the file information corresponding to the control; in practical application, the traversal method can be flexibly selected according to needs to perform traversal.
In some embodiments, 303, the determining module determines, according to the burial point requirement item and the file information corresponding to the interactive control, burial point configuration information, including:
matching the embedded point demand item and the interactive control based on the file information, and determining the interactive control and the embedded point demand item which are successfully matched;
and generating the embedded point configuration information corresponding to the control according to the information in the embedded point demand item successfully matched with the interactive control.
Matching the file information in the normalized embedded point demand item with the file information in the interactive control; when the matching is successful, the embedded point configuration information corresponding to the interactive control can be generated according to other information except the file information in the embedded point requirement item matched with the interactive control, so that the mode of manually selecting the view control and manually filling in the information in the prior art is replaced, and the efficiency and the accuracy are improved.
In some embodiments, 303 confirms that the matching between the burial point requirement item and the control is successful when the following conditions are met:
the file information in the embedded point requirement item is completely the same as one file information in the interactive control.
In practical application, developers cannot use the same file information in different controls when designing user pages, and each embedded point requirement item only has one file information; based on the characteristic, the scheme of the invention can adopt a complete matching mode of the file to carry out matching, when the file information in the embedded point demand item is completely the same as one file information in the interactive control, the embedded point demand item can be considered to be successfully matched with the interactive control
Fig. 4 shows an exemplary system architecture 400 to which a method for determining buried point configuration information or a device for determining buried point configuration information according to an embodiment of the present invention can be applied.
As shown in fig. 4, the system architecture 400 may include terminal devices 401, 402, 403, a network 404, and a server 405. The network 404 serves as a medium for providing communication links between the terminal devices 401, 402, 403 and the server 405. Network 404 may include various types of connections, such as wire, wireless communication links, or fiber optic cables, to name a few.
A user may use terminal devices 401, 402, 403 to interact with a server 405 over a network 404 to receive or send messages or the like. The terminal devices 401, 402, 403 may have various communication client applications installed thereon, such as shopping applications, web browser applications, search applications, instant messaging tools, mailbox clients, social platform software, and the like.
The terminal devices 401, 402, 403 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 405 may be a server that provides various services, such as a background management server that supports shopping websites browsed by users using the terminal devices 401, 402, and 403. The background management server can analyze and process the received data such as the product information inquiry request and feed back the processing result to the terminal equipment.
It should be noted that the method for determining the embedded point configuration information provided by the embodiment of the present invention is generally executed by the server 405, and accordingly, the device for determining the embedded point configuration information is generally disposed in the server 405.
It should be understood that the number of terminal devices, networks, and servers in fig. 4 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Referring now to FIG. 5, shown is a block diagram of a computer system 500 suitable for use with a terminal device implementing an embodiment of the present invention. The terminal device shown in fig. 5 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. 5, the computer system 500 includes a Central Processing Unit (CPU)501 that can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM)502 or a program loaded from a storage section 508 into a Random Access Memory (RAM) 503. In the RAM 503, various programs and data necessary for the operation of the system 500 are also stored. The CPU 501, ROM 502, and RAM 503 are connected to each other via a bus 504. An input/output (I/O) interface 505 is also connected to bus 504.
The following components are connected to the I/O interface 505: an input portion 506 including a keyboard, a mouse, and the like; an output portion 507 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage portion 508 including a hard disk and the like; and a communication section 509 including a network interface card such as a LAN card, a modem, or the like. The communication section 509 performs communication processing via a network such as the internet. The driver 510 is also connected to the I/O interface 505 as necessary. A removable medium 511 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 510 as necessary, so that a computer program read out therefrom is mounted into the storage section 508 as necessary.
In particular, according to the embodiments of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 509, and/or installed from the removable medium 511. The computer program performs the above-described functions defined in the system of the present invention when executed by the Central Processing Unit (CPU) 501.
It should be noted that the computer readable medium shown in the present invention can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer 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 of the computer readable storage medium may include, but are not limited to: 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 (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 the present invention, 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. In the present invention, however, a computer readable signal medium may include a propagated data signal with computer 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 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, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The modules described in the embodiments of the present invention may be implemented by software or hardware. The described modules may also be provided in a processor, which may be described as: the device comprises an acquisition module, an information processing module and a determination module. The names of these modules do not in some cases form a limitation on the modules themselves, and for example, the acquiring module may also be described as a "module that sends a picture acquiring request to a connected server".
As another aspect, the present invention also provides a computer-readable medium that may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to comprise: s101, acquiring a required document of a page to be embedded and control information in the page to be embedded; step S102, preprocessing the requirement document, and determining a buried point requirement item; determining the file information corresponding to each interactive control according to the control information in the page of the point to be buried; and S103, determining the buried point configuration information according to the buried point demand item and the file information corresponding to the interactive control.
According to the technical scheme of the embodiment of the invention, because the technical means of automatically processing the requirement document and the control information and automatically matching the requirement document and the control information to determine the embedded point configuration information is adopted, the technical problems of low efficiency and difficulty in ensuring accuracy caused by determining the embedded point configuration information by means of manual selection and manual input in the prior art are solved, and the technical effect of automatically and efficiently determining the embedded point configuration information is achieved.
The above-described embodiments should not be construed as limiting the scope of the invention. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (12)

1. A method for determining buried point configuration information, comprising:
acquiring a demand document of a page to be embedded with points and control information in the page to be embedded with points;
preprocessing the requirement document, and determining a buried point requirement item; determining the file information corresponding to each interactive control according to the control information in the page of the point to be buried;
and determining the configuration information of the embedded point according to the embedded point demand item and the file information corresponding to the interactive control.
2. The method of claim 1, wherein preprocessing the requirements document comprises at least one of:
deleting the space symbol and keeping one of the repeated information.
3. The method of claim 1, wherein determining the pattern information corresponding to each interactive control according to the control information in the page of the to-be-buried point comprises:
screening a control containing a click event processing function in control information as an interactive control;
and acquiring all the sub-views in the interactive control, traversing all the sub-views to acquire the document information in all the sub-views, and taking the document information in all the sub-views as the document information corresponding to the interactive control.
4. The method of claim 1, wherein determining the burial point configuration information according to the burial point requirement item and the case information corresponding to the interactive control comprises:
matching the embedded point demand item and the interactive control based on the file information, and determining the interactive control and the embedded point demand item which are successfully matched;
and generating the embedded point configuration information corresponding to the control according to the information in the embedded point demand item successfully matched with the interactive control.
5. The method of claim 4, wherein the matching of the buried point requirement item and the control is confirmed to be successful when the following conditions are met:
the file information in the embedded point requirement item is completely the same as one file information in the interactive control.
6. An apparatus for determining buried point configuration information, comprising:
the acquisition module is used for acquiring a required document of the page to be embedded and control information in the page to be embedded;
the information processing module is used for preprocessing the requirement document and determining a buried point requirement item; determining the file information corresponding to each interactive control according to the control information in the page of the point to be buried;
and the determining module is used for determining the embedded point configuration information according to the embedded point demand item and the file information corresponding to the interactive control.
7. The apparatus of claim 6, wherein the information processing module preprocesses the requirements document, including at least one of:
deleting the space symbol and keeping one of the repeated information.
8. The apparatus according to claim 6, wherein the information processing module determines, according to the control information in the page of the to-be-buried point, the pattern information corresponding to each interactive control, including:
screening a control containing a click event processing function in control information as an interactive control;
and acquiring all the sub-views in the interactive control, traversing all the sub-views to acquire the document information in all the sub-views, and taking the document information in all the sub-views as the document information corresponding to the interactive control.
9. The apparatus of claim 6, wherein the determining module determines the burial point configuration information according to the burial point requirement item and the case information corresponding to the interactive control, and includes:
matching the embedded point demand item and the interactive control based on the file information, and determining the interactive control and the embedded point demand item which are successfully matched;
and generating the embedded point configuration information corresponding to the control according to the information in the embedded point demand item successfully matched with the interactive control.
10. The apparatus of claim 9, wherein the determining module confirms that the buried point requirement item and the control are successfully matched when the following conditions are met:
the file information in the embedded point requirement item is completely the same as one file information in the interactive control.
11. An electronic device for determining buried point configuration information, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-5.
12. A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, carries out the method according to any one of claims 1-5.
CN201811011364.4A 2018-08-31 2018-08-31 Method and device for determining buried point configuration information Pending CN110874302A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811011364.4A CN110874302A (en) 2018-08-31 2018-08-31 Method and device for determining buried point configuration information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811011364.4A CN110874302A (en) 2018-08-31 2018-08-31 Method and device for determining buried point configuration information

Publications (1)

Publication Number Publication Date
CN110874302A true CN110874302A (en) 2020-03-10

Family

ID=69715357

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811011364.4A Pending CN110874302A (en) 2018-08-31 2018-08-31 Method and device for determining buried point configuration information

Country Status (1)

Country Link
CN (1) CN110874302A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111367814A (en) * 2020-03-17 2020-07-03 深圳市前海随手数据服务有限公司 Embedded point testing method and device, terminal equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572043A (en) * 2013-10-16 2015-04-29 阿里巴巴集团控股有限公司 Method and device for embedding points for controls of client application in real time
CN108270629A (en) * 2016-12-29 2018-07-10 北京国双科技有限公司 Site visitor's behavior monitoring method and device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572043A (en) * 2013-10-16 2015-04-29 阿里巴巴集团控股有限公司 Method and device for embedding points for controls of client application in real time
CN108270629A (en) * 2016-12-29 2018-07-10 北京国双科技有限公司 Site visitor's behavior monitoring method and device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111367814A (en) * 2020-03-17 2020-07-03 深圳市前海随手数据服务有限公司 Embedded point testing method and device, terminal equipment and storage medium

Similar Documents

Publication Publication Date Title
CN107832045B (en) Method and apparatus for cross programming language interface conversion
CN109446274B (en) Method and device for managing BI metadata of big data platform
CN109981322B (en) Method and device for cloud resource management based on label
CN107491382B (en) Log output method and device
CN109522751B (en) Access right control method and device, electronic equipment and computer readable medium
CN110321544B (en) Method and device for generating information
CN107908662B (en) Method and device for realizing search system
CN112800354B (en) Policy issuing and intelligent pushing method, system, equipment and medium
CN111324786A (en) Method and device for processing consultation problem information
CN113590756A (en) Information sequence generation method and device, terminal equipment and computer readable medium
CN110554951A (en) Method and device for managing embedded points
CN110647327B (en) Method and device for dynamic control of user interface based on card
CN112818026A (en) Data integration method and device
CN110874302A (en) Method and device for determining buried point configuration information
CN112256254A (en) Method and device for generating layout code
CN113220381A (en) Click data display method and device
CN113569256A (en) Vulnerability scanning method and device, vulnerability scanning system, electronic equipment and computer readable medium
CN111178014A (en) Method and device for processing business process
CN111179164A (en) Method and device for generating thumbnail
CN110858240A (en) Front-end module loading method and device
CN110888939A (en) Data management method and device
CN112988528B (en) Log processing method, device and container group
CN113821206A (en) Page embedded point information display method and device
CN108536362B (en) Method and device for identifying operation and server
CN113486636A (en) Text labeling method and device

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