CN112860567A - Buried point identification method and device, computer equipment and storage medium - Google Patents

Buried point identification method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN112860567A
CN112860567A CN202110233776.8A CN202110233776A CN112860567A CN 112860567 A CN112860567 A CN 112860567A CN 202110233776 A CN202110233776 A CN 202110233776A CN 112860567 A CN112860567 A CN 112860567A
Authority
CN
China
Prior art keywords
page
target
embedded point
dynamic
embedded
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
CN202110233776.8A
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.)
Weimin Insurance Agency Co Ltd
Original Assignee
Weimin Insurance Agency 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 Weimin Insurance Agency Co Ltd filed Critical Weimin Insurance Agency Co Ltd
Priority to CN202110233776.8A priority Critical patent/CN112860567A/en
Publication of CN112860567A publication Critical patent/CN112860567A/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/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application relates to a buried point identification method and device, computer equipment and a storage medium. The method comprises the following steps: receiving a target buried point identification request aiming at a target page; responding to the target embedded point identification request, and acquiring a dynamic regular expression corresponding to the target page, wherein the dynamic regular expression is a regular expression corresponding to the dynamic embedded point identification; matching the dynamic regular expression with a page code corresponding to the target page to obtain a matching embedded point identifier; and identifying a target dynamic embedded point identifier corresponding to the target page from a page embedded point log set based on the matching embedded point identifier, wherein the target dynamic embedded point identifier comprises the matching embedded point identifier and an embedded point identifier variable. By adopting the method, the buried point identification efficiency can be improved.

Description

Buried point identification method and device, computer equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for identifying a buried point, a computer device, and a storage medium.
Background
With the development of computer network technology, it is necessary to set a buried point in a web page or application in many cases to collect some information in the web page or application for tracking the application usage or the status of the web page to further optimize the application or web page, and the collected information may include, for example, the number of visits, the number of visitors, the length of stay, and the like.
At present, if determining which buried points are set in a page, the code of the page often needs to be checked, and then buried point identification is derived from the code of the page, which results in low buried point determination efficiency.
Disclosure of Invention
In view of the above, it is necessary to provide a buried point identification method, apparatus, computer device and storage medium for solving the above technical problems.
A method of buried point identification, the method comprising: receiving a target buried point identification request aiming at a target page; responding to the target embedded point identification request, and acquiring a dynamic regular expression corresponding to the target page, wherein the dynamic regular expression is a regular expression corresponding to the dynamic embedded point identification; matching the dynamic regular expression with a page code corresponding to the target page to obtain a matching embedded point identifier; and identifying a target dynamic embedded point identifier corresponding to the target page from a page embedded point log set based on the matching embedded point identifier, wherein the target dynamic embedded point identifier comprises the matching embedded point identifier and an embedded point identifier variable.
A buried point identification device, the device comprising: the target embedded point identification request receiving module is used for receiving a target embedded point identification request aiming at a target page; a dynamic regular expression obtaining module, configured to obtain, in response to the target embedded point identification request, a dynamic regular expression corresponding to the target page, where the dynamic regular expression is a regular expression corresponding to a dynamic embedded point identifier; a matching embedded point identifier obtaining module, configured to match the dynamic regular expression with a page code corresponding to the target page, so as to obtain a matching embedded point identifier; and the target dynamic embedded point identification obtaining module is used for identifying and obtaining a target dynamic embedded point identification corresponding to the target page from a page embedded point log set based on the matching embedded point identification, wherein the target dynamic embedded point identification comprises the matching embedded point identification and an embedded point identification variable.
In some embodiments, the dynamic regular expression acquisition module comprises: the embedded point identification character string acquisition unit is used for acquiring a plurality of pieces of page related information corresponding to the target page and acquiring an embedded point identification character string corresponding to each piece of page related information; and the combining unit is used for combining the embedded point identification character strings corresponding to the plurality of pieces of page related information according to a preset sequence to obtain a dynamic regular expression corresponding to the target page.
In some embodiments, the buried point identification character string obtaining unit is configured to obtain at least one of the following buried point identification character strings: acquiring a resource buried point identification character string corresponding to a pushed resource corresponding to the target page; acquiring a function buried point identification character string corresponding to a page function corresponding to the target page; and acquiring an event buried point identification character string corresponding to the buried point event type corresponding to the target page.
In some embodiments, the target buried point identification request is triggered when a current time interval reaches an interval threshold, the current time interval being an interval of forward identification times corresponding to the forward buried point identification requests at the current time; the target dynamic embedded point identification obtaining module is used for: acquiring forward identification time corresponding to the forward buried point identification request, wherein the forward buried point identification request is a previous buried point identification request corresponding to the target buried point identification request; identifying from the embedded point log corresponding to the forward identification time in the page embedded point log set, and identifying based on the matched embedded point identifier to obtain a target dynamic embedded point identifier corresponding to the target page; and adding the target dynamic embedded point identifier into an embedded point identifier set.
In some embodiments, the apparatus further comprises: a buried point identifier query request receiving module, configured to receive a buried point identifier query request for the target page sent by a query terminal; the matching embedded point identifier acquisition module is used for acquiring the matching embedded point identifier corresponding to the target page; the searching module is used for searching and obtaining matched dynamic embedded point identification from the embedded point identification set based on the matched embedded point identification; and the return module is used for returning the matched dynamic embedded point identifier to the query terminal so that the query terminal displays the matched dynamic embedded point identifier.
In some embodiments, the apparatus further comprises: the page description information acquisition module is used for responding to a display request aiming at a buried point display page sent by the inquiry terminal and acquiring page description information corresponding to the matched buried point identifier; and the buried point display page returning module is used for returning the page description information to the query terminal as a candidate page selection item corresponding to the buried point display page so that the query terminal displays the buried point display page including the page selection item, and the query terminal responds to the selection operation of the candidate page selection item and sends a buried point identification query request aiming at the target page.
In some embodiments, the apparatus further comprises: a static regular expression obtaining module, configured to obtain, in response to the target embedded point identification request, a static regular expression corresponding to the target page, where the static regular expression is a regular expression corresponding to a static embedded point identifier; and the target static embedded point identification obtaining module is used for matching the static regular expression with the page code corresponding to the target page to obtain the target static embedded point identification corresponding to the target page.
A computer device comprising a memory and a processor, the memory storing a computer program, the processor implementing the following steps when executing the computer program: receiving a target buried point identification request aiming at a target page; responding to the target embedded point identification request, and acquiring a dynamic regular expression corresponding to the target page, wherein the dynamic regular expression is a regular expression corresponding to the dynamic embedded point identification; matching the dynamic regular expression with a page code corresponding to the target page to obtain a matching embedded point identifier; and identifying a target dynamic embedded point identifier corresponding to the target page from a page embedded point log set based on the matching embedded point identifier, wherein the target dynamic embedded point identifier comprises the matching embedded point identifier and an embedded point identifier variable.
A computer-readable storage medium, on which a computer program is stored which, when executed by a processor, carries out the steps of: receiving a target buried point identification request aiming at a target page; responding to the target embedded point identification request, and acquiring a dynamic regular expression corresponding to the target page, wherein the dynamic regular expression is a regular expression corresponding to the dynamic embedded point identification; matching the dynamic regular expression with a page code corresponding to the target page to obtain a matching embedded point identifier; and identifying a target dynamic embedded point identifier corresponding to the target page from a page embedded point log set based on the matching embedded point identifier, wherein the target dynamic embedded point identifier comprises the matching embedded point identifier and an embedded point identifier variable.
According to the embedded point identification method, the embedded point identification device, the computer equipment and the storage medium, as the dynamic regular expression corresponding to the target page can be obtained in response to the target embedded point identification request, the dynamic regular expression is matched with the page code corresponding to the target page to obtain the matched embedded point identification, and then the target dynamic embedded point identification comprising the matched embedded point identification and the embedded point identification variable is obtained by searching in the page embedded point log set based on the matched embedded point identification, even if the dynamic embedded point is set in the page code, the dynamic embedded point identification in the target page can be obtained, and the efficiency of determining the embedded point is improved.
Drawings
FIG. 1 is a diagram of an environment in which the method of buried point identification may be used in some embodiments;
FIG. 2 is a flow diagram illustrating a method for buried point identification in some embodiments;
FIG. 3 is a schematic flow chart illustrating identification of a target dynamic buried point identifier corresponding to a target page from a page buried point log set based on a matching buried point identifier in some embodiments;
FIG. 4 is an interface diagram of a buried point presentation page in some embodiments;
FIG. 5 is an interface diagram of a buried point presentation page in some embodiments;
FIG. 6 is a block diagram of a buried point identification device in some embodiments;
FIG. 7 is a block diagram of a buried point identification device in some embodiments;
FIG. 8 is a diagram of the internal structure of a computer device in some embodiments.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
The buried point identification method provided by the application can be applied to the application environment shown in fig. 1. Wherein the terminal 102 communicates with the server 104 via a network. The server may execute the embedded point identification method provided in this embodiment to obtain a target dynamic embedded point identifier corresponding to the target page, the server may send the target dynamic embedded point identifier corresponding to the target page to the terminal 102, the terminal 102 displays the target dynamic embedded point identifier corresponding to the target page, so that the user may determine the embedded point set in the target page, the terminal 102 may also send an embedded point information query request to the server 104 in response to a query trigger operation for the target dynamic embedded point identifier, so as to query and obtain embedded point statistical information related to the target dynamic embedded point identifier, where the embedded point statistical information may be obtained by counting behavior events corresponding to the target dynamic embedded point identifier, for example, the number of clicks of a certain control or the duration of viewing a certain video, and the like. The terminal 102 may be, but not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices, and the server 104 may be implemented by an independent server or a server cluster formed by a plurality of servers. It can be understood that the method for identifying a buried point provided in the embodiments of the present application may also be executed in a terminal.
In some embodiments, as shown in fig. 2, a method for identifying a buried point is provided, which is described by taking the method as an example applied to the server in fig. 1, and includes the following steps:
step S202, receiving a target buried point identification request aiming at a target page.
The buried point refers to a monitoring point for capturing, processing and transmitting a specific event. The monitoring points can be added in the application to monitor the behavior events in the running process of the software application, and when the behavior events needing attention occur, the behavior events are judged and captured to generate a page embedded point log, and the page embedded point log is uploaded to a server to be stored.
The target page can be any page, and the target page can be a plurality of pages, and the target pages are at least two. The target page may be a page of the application. For example, may be a page of a sub-application. Wherein the child application is an application hosted on the parent application. The parent application is an application carrying child applications and provides an environment for implementing the child applications. The parent application is a native application. A native application is an application that can run directly on an operating system. The parent application may be a social application, a dedicated application that specifically supports the child applications, a file management application, a mail application, or a gaming application, among others. The Social application program includes an instant messaging application, an SNS (Social Network service) application, or a live application. A child application is an application that can be implemented in the environment provided by a parent application, and is commonly referred to as an applet, which refers to an application that can be used without downloading and installation. A developer may develop an applet based on certain software in which the applet may run.
The target embedded point identification request is used for requesting embedded point identification, and the target embedded point identification request may carry page information for determining a target page, for example, a page identifier of the target page to be identified or an application identifier of an application corresponding to the target page, and all pages corresponding to the application identifier may be respectively used as the target page. The target embedded point identification request may also be triggered in response to a user operation, for example, the terminal may trigger the target embedded point identification request in response to an operation of performing embedded point identification on the target page triggered by the user, and send the target embedded point identification request to the server. The server may also automatically trigger the target buried point identification request when a preset request trigger condition is reached, for example, the request trigger condition may be triggered based on a time interval, for example, the request trigger condition may be triggered once every hour, and then the server triggers the target buried point identification request for the target page once every hour.
Specifically, the server may receive a target embedded point identification request for a target page sent by the terminal, or may automatically trigger the target embedded point identification request when a request trigger condition corresponding to the embedded point identification request is reached.
Step S204, responding to the target embedded point identification request, and acquiring a dynamic regular expression corresponding to the target page, wherein the dynamic regular expression is a regular expression corresponding to the dynamic embedded point identification.
The regular expression is a logic formula for operating on a character string, and is a regular character string obtained by combining certain characters defined in advance and the certain characters, and the regular expression comprises a plurality of characters which can be letters and numbers. The dynamic embedded point identifier is used for identifying the dynamic embedded point. Static buried points mean that the buried points do not change. The dynamic embedded point refers to that the embedded point can change dynamically, and there are variables, for example, according to the page pointed by the control or the function change corresponding to the control, for example, for the embedded point monitoring the page jump behavior, the embedded point will be different due to different pages of the jump.
And the constant part corresponding to the dynamic embedded point is preset, and the variable part is set according to the monitoring requirement on the page. The constant part refers to a constant part corresponding to the dynamic buried point, for example, the constant part of the dynamic buried point may include the type of the event, which is a click event, and the variable part is a page pointed to by a click control. As another example, for "da-PA 01-home-goto- $ { page }", where page is a variable, it means the page that is jumped to. "da-PA 01-home-goto" is a buried point prefix, is constant, and does not change.
Due to the dynamic change of the buried point, the dynamic buried point identifier is also changed, for example, the dynamic buried point identifier includes an identifier constant and an identifier variable. The identification constant is the identification corresponding to the constant part corresponding to the dynamic embedded point, and the identification variable is the identification corresponding to the variable part corresponding to the dynamic embedded point.
The dynamic regular expression can be preset, the corresponding relation between the target page and the dynamic regular expression can be set, and after the target page is determined, the dynamic regular expression corresponding to the target page can be obtained.
Specifically, the server may pre-store a corresponding relationship between a page identifier corresponding to the target page and the regular expression, and the server may obtain the page identifier corresponding to the target page, and obtain the dynamic regular expression corresponding to the target page based on the corresponding relationship between the page identifier and the regular expression.
In some embodiments, in response to the target buried point identification request, obtaining a dynamic regular expression corresponding to the target page includes: acquiring a plurality of pieces of page related information corresponding to a target page, and acquiring a buried point identification character string corresponding to each piece of page related information; and combining the embedded point identification character strings corresponding to the plurality of page related information according to a preset sequence to obtain a dynamic regular expression corresponding to the target page.
The page related information is information related to the page, for example, information related to content of the page, for example, the page related information may include at least one of a product corresponding to the page or a page function corresponding to the page. The arrangement sequence of the character strings corresponding to each piece of page related information is preset, so that the embedded point identification character strings corresponding to a plurality of pieces of page related information can be combined according to the preset sequence. For example, the server may also obtain a plurality of pieces of page related information corresponding to the target page, obtain a character string corresponding to each piece of page related information, and combine the character strings corresponding to the plurality of pieces of page related information according to a preset sequence to obtain the dynamic regular expression. The preset sequence may be, for example, that the embedded point identification character string corresponding to the product is arranged in the first, and the embedded point identification character string corresponding to the page function is arranged in the second. By setting the relation between the page related information and the character strings, a regular expression does not need to be set for each target page independently, and the dynamic regular expression corresponding to the page can be obtained under the condition of determining the page related information, so that the efficiency and the accuracy of obtaining the dynamic regular expression are improved.
In some embodiments, obtaining a plurality of pieces of page related information corresponding to the target page, and obtaining the buried point identification character string corresponding to each piece of page related information includes at least one of the following steps: acquiring a resource buried point identification character string corresponding to a pushed resource corresponding to a target page; acquiring a function buried point identification character string corresponding to a page function corresponding to a target page; and acquiring an event buried point identification character string corresponding to the buried point event type corresponding to the target page.
The pushed resource corresponding to the target page refers to a resource pushed by the target page, and the resource may be a product sold by the target page or a service, for example. The page function corresponding to the target page refers to a function to be realized by the page, and it can be understood that the function may be a main function to be realized by the target page, and the target page may also have other functions. For example, if the a page is a pickup result about a store security risk, the push resource is "store security risk", and the page function of the a page is to show the pickup result. The buried point event type refers to the type of buried point event to which the buried point relates. For example, the event type may be a click event type, a page jump event type, or a scroll event type, and the buried point event type may also refer to a method name, that is, a method name of a buried point.
Specifically, the server may be provided with at least one of a correspondence between a resource and a buried point identification character string, a correspondence between a page function and a buried point identification character string, or a correspondence between a buried point event type and a buried point identification character string, so that the server may obtain a resource buried point identification character string corresponding to a pushed resource corresponding to a target page based on the correspondence between the resource and the buried point identification character string, obtain a function buried point identification character string corresponding to a page function corresponding to the target page based on the correspondence between the page function and the buried point identification character string, and obtain an event buried point identification character string corresponding to a buried point event type corresponding to the target page based on the correspondence between the buried point event type and the buried point identification character string. By setting the corresponding relations, the server can obtain the dynamic regular expression corresponding to the target page according to the push resources corresponding to the page, the functions corresponding to the page and the event types corresponding to the page.
In some embodiments, when there are multiple buried point event types corresponding to one target page, the event buried point identifier character string corresponding to each buried point event type may be combined with other buried point identifiers, respectively, to obtain multiple dynamic regular expressions. For example, assuming that a product code corresponding to a store security risk is PP02, the product code may be used as a resource buried point identification character string, and a function code corresponding to a product result retrieval page is "product detail", the function code may be used as a function buried point identification character string, assuming that a buried point event type corresponding to an a page has a click event type and a page jump event type, an event buried point identification character string corresponding to the click event type is "click", an event buried point identification character string corresponding to the page jump event type is "to", and a preset sequence includes a resource buried point identification character string, a function buried point identification character string and an event buried point identification character string, and a dynamic expression corresponding to the a page includes "PP 02-product detail-click" and "PP 02-product detail-regular-to". It is to be understood that the dynamic regular expressions may also include other character strings, such as an identifier indicating that the identifier is a buried-point identifier, for example, assuming that the identifier indicating that the character string is a buried-point identifier is "da", the dynamic regular expressions corresponding to the a-page include "da-PP 02-produced detail-click" and "da-PP 02-produced detail-to".
And S206, matching the dynamic regular expression with the page code corresponding to the target page to obtain a matching embedded point identifier.
The page code is a source code forming a page. For example, it may be the web page source code in an html web page. And the matching embedded point identifier is a code consistent with the dynamic regular expression in the page code, and the code is used as the matching embedded point identifier. For example, assuming that the dynamic regular expression corresponding to the A page includes "da-PP 02-product detail-click" and "da-PP 02-product detail-to", if "da-PP 02-product detail-click" is included in the page code corresponding to the A page, "da-PP 02-product detail-click" is identified as the matching buried point.
Specifically, the server may match the dynamic regular expression with a code string of the page code, and use the matched code string as a matching buried point identifier.
In some embodiments, the server may further obtain a static regular expression corresponding to the target page. The buried point identification method further comprises the following steps: responding to a target embedded point identification request, and acquiring a static regular expression corresponding to a target page, wherein the static regular expression is a regular expression corresponding to a static embedded point identifier; and matching the static regular expression with the page code corresponding to the target page to obtain the target static embedded point identifier corresponding to the target page.
Specifically, the static regular expression is a regular expression corresponding to the static buried point, the static buried point identifier is an identifier of the static buried point, and the static buried point does not change, so the corresponding static buried point identifier does not change, and the static regular expression corresponding to the target page may be preset or obtained according to related information of a plurality of pages. For example, the static regular expression includes a resource-buried point identification string, a function-buried point identification string, and an event-buried point identification string. Corresponding buried point identification constants may also be included. For example, the static regular expression may be "da-PP 02-instarsesuccessto-polar detail", and if "da-PP 02-instarsesuccessto-polar detail" is included in the page code corresponding to the target page, "da-PP 02-instarsesuccessto-polar detail" is the static buried point identifier corresponding to the target page.
And S208, identifying and obtaining a target dynamic buried point identifier corresponding to the target page from the page buried point log set based on the matching buried point identifier, wherein the target dynamic buried point identifier comprises the matching buried point identifier and a buried point identifier variable.
The page embedded point log set comprises a plurality of page embedded point logs, the page embedded point logs are logs recording operation events corresponding to the embedded points, and the page embedded point logs can comprise complete embedded point identification, user identification for executing the operation events, types of behavior events, time and other information. For example, the target page is a page in the target application, and the server may store a page buried point log corresponding to the target application to form a page buried point log set. The page buried point log comprises a complete buried point identifier corresponding to one buried point. The buried point identification variable is the variable part in the buried point identification.
For the page code, under the condition that the page is not displayed, the corresponding identification variable cannot be acquired. For example, the identification of some dynamic buried points is data returned by the interface, which cannot be accurately obtained in the js (javascript) file of the page, which may cause inaccuracy in the derivation of the buried point information. The js (JavaScript) file for a page is a file that stores the page code. And the page buried point log in the page buried point log set is obtained by monitoring a corresponding event under the condition of page display, so that the obtained dynamic buried point identifier of the page buried point log comprises a constant and a variable, and a complete target dynamic buried point identifier comprising a matching buried point identifier and a buried point identifier variable can be obtained through the page buried point log set. For example, assuming "da-PP 02-produced detail-click" is the matching buried point identifier, the target dynamic buried point identifier may be "da-PP 02-produced detail-click-marking" where "marking" is the buried point identifier variable, indicating that the purpose of the click event is "acquire insurance".
In some embodiments, after obtaining the target dynamic embedded point identifier, the server may return the target dynamic embedded point identifier to the terminal that sends the target embedded point identification request, so that the terminal may display the target dynamic embedded point identifier, and the server may also return description information corresponding to the target dynamic embedded point identifier, so that the user may know which embedded points and interpretation information corresponding to the embedded points are included in the target page. The terminal can respond to the buried point information query operation aiming at the target dynamic buried point identifier, and trigger the buried point information query request to query and obtain the buried point information corresponding to the target dynamic buried point identifier. For example, for a dynamic buried point identifier corresponding to a click event, the click amount of the click event can be obtained through query.
In some embodiments, the server may also store the target dynamic buried point identification into a set of buried point identifications. For example, to a file for storing the identity of the buried point.
In the embedded point identification method, the dynamic regular expression corresponding to the target page can be obtained in response to the target embedded point identification request, the dynamic regular expression is matched with the page code corresponding to the target page to obtain the matching embedded point identifier, and then the target dynamic embedded point identifier comprising the matching embedded point identifier and the embedded point identifier variable is obtained by searching the page embedded point log set based on the matching embedded point identifier, so that even if the page code is provided with the dynamic embedded point, the dynamic embedded point identifier in the target page can be obtained, and the efficiency of determining the embedded point is improved.
In some embodiments, the target buried point identification request is triggered when a current time interval reaches an interval threshold, the current time interval being an interval of forward identification times corresponding to the forward buried point identification requests at the current time. As shown in fig. 3, identifying and obtaining a target dynamic buried point identifier corresponding to a target page from a page buried point log set based on a matching buried point identifier includes:
step S302, forward identification time corresponding to the forward buried point identification request is obtained, and the forward buried point identification request is a previous buried point identification request corresponding to the target buried point identification request.
The interval threshold is specifically set as needed, and may be, for example, one hour. The forward buried point identification request is a previous buried point identification request corresponding to the target buried point identification request. The forward identification time refers to the time for the server to identify the dynamic embedded point identifier corresponding to the target page in response to the forward embedded point identification request. For example, when every other hour is set, timing may be performed after the first time of triggering the embedded point identification request, and when it is determined that the current time and the time of triggering the embedded point identification request for the first time reach one hour, the embedded point identification request is triggered for the second time.
And step S304, starting to identify the embedded point log corresponding to the forward identification time in the page embedded point log set, and identifying and obtaining a target dynamic embedded point identifier corresponding to the target page based on the matched embedded point identifier.
Specifically, when the server identifies, the server identifies a page-embedded log which has not been identified before. For example, assuming that the time of the previous recognition is 11 points, the page buried point logs generated after 11 points in the page buried point log set are recognized from the time of 11 points, so that the recognition efficiency can be improved. When the server identifies, the server can also perform embedded point repetitive screening on the identified target dynamic embedded point identifier, namely deleting the repeated target dynamic embedded point identifier and reserving one of the repeated target dynamic embedded point identifiers.
In some embodiments, for a static regular expression, identification may also be made at a page-buried-point log set. For example, a type string may be included in the regular expression to identify whether the expression is a dynamic expression or a static expression. For example, assuming a dynamic regular expression, the character string "da" therein may become "da 001", the dynamic regular expression may be "da 001-PP 02-productive detail-click", and the static regular expression may be "da 002-PP 02-urgent tasks-to-polar detail". When the page buried point log set is identified, the server can determine the type of the regular expression according to the type character string, if the regular expression is a static regular expression, if a page buried point log is inquired to include a corresponding static buried point identifier, the embedded point identifier identification aiming at the static regular expression can be stopped, and if the regular expression is a dynamic regular expression, the repeated screening can be carried out. When the embedded point identification is identified based on the static regular expression, the target static embedded point identification is consistent with the static regular expression.
And step S306, adding the target dynamic embedded point identifier into the embedded point identifier set.
The set of the embedded point identifications is composed of the embedded point identifications, and may include a plurality of embedded point identifications. For example, the buried point identification may be stored in a file used to store the buried point identification. It is to be understood that the target static buried point identifier may be added to the set of buried point identifiers.
In some embodiments, after the target dynamic embedded point identifier is obtained through identification, the embedded point identification method may further include the following steps: receiving a buried point identification query request aiming at a target page, which is sent by a query terminal; acquiring a matching buried point identifier corresponding to a target page; searching a matched dynamic embedded point identifier from the embedded point identifier set based on the matched embedded point identifier; and returning the matched dynamic embedded point identifier to the query terminal so that the query terminal displays the matched dynamic embedded point identifier.
The query terminal is a terminal for querying the embedded point identifier, and may be the same terminal as the terminal that triggers the embedded point identification request or a different terminal. The buried point identification query request is used for requesting to query the buried point identification in the page. The embedded point identifier query request may carry an identifier of a target page, and the server may obtain a matching embedded point identifier based on the identifier of the target page. The buried point identifier query request can also carry a matching buried point identifier. For example, after the server identifies and obtains the matching buried point identifier corresponding to the target page, the server may establish a correspondence between the page identifier corresponding to the target page and the matching buried point identifier, and thus when receiving a buried point identifier query request for the target page, the server may obtain the matching buried point identifier corresponding to the target page based on the correspondence.
The matched dynamic embedded point identifier is a dynamic embedded point identifier matched with the matched embedded point identifier and is a complete dynamic embedded point identifier. The matched dynamic embedded point identifier comprises a matched embedded point identifier and an embedded point identifier variable. For example, assuming that the matching buried point identifier is "da 001-PP 02-produced detail-to", the dynamic buried point identifier of the matching may be "da 001-PP 02-produced detail-to-polar detail". After the matched dynamic embedded point identifier is obtained through query, the server can send the matched dynamic embedded point identifier to the query terminal, and the query terminal displays the matched dynamic embedded point identifier.
Specifically, the query request for the buried point identifier of the target page may be triggered by the query terminal in response to a query operation for the buried point identifier of the target page, and when the server receives the query request for the buried point identifier, the server may obtain a matching buried point identifier corresponding to the target page according to the page identifier carried in the query request for the buried point identifier, and search for a matching dynamic buried point identifier in the set of buried point identifiers, where the matching dynamic buried point identifier is a complete dynamic buried point identifier and includes a matching buried point identifier and an identifier variable, for example, the matching dynamic buried point identifier may be the target dynamic buried point identifier. The server can send the complete dynamic embedded point identifier to the query terminal, so that the query terminal can display the complete dynamic embedded point identifier. The query terminal may respond to the buried point information query trigger operation corresponding to the complete dynamic buried point identifier, and send a buried point information query request to the server, where the buried point information query request may carry the complete dynamic buried point identifier, so that the server may return the buried point information corresponding to the complete dynamic buried point identifier, such as the click rate.
In some embodiments, the server may also return a target static embedded point identifier corresponding to the target page, and the terminal may also display the target static embedded point identifier.
In some embodiments, the buried point identification method may further include the steps of: responding to a display request aiming at a buried point display page sent by a query terminal, and acquiring page description information corresponding to a matched buried point identifier; the page description information is used as a candidate page selection item corresponding to the embedded point display page, the embedded point display page is returned to the query terminal, so that the query terminal displays the embedded point display page comprising the page selection item, and the query terminal responds to the selection operation aiming at the candidate page selection item and sends an embedded point identification query request aiming at a target page.
The display page of the embedded points is used for displaying the embedded point identification. The display request for the buried point display page may be triggered by the query terminal in response to an operation of displaying the buried point display page, for example, when the terminal receives an operation of inputting a page network address of the buried point display page, the display request for the buried point display page is triggered.
The page description information is information for describing a page corresponding to the matching buried point identifier, and may include, for example, information for describing a push resource of the target page and description information describing a page function of the page. For example, assuming that the a page is a pickup result regarding a store security risk, the page description information may include "store security risk" and "product pickup page".
The candidate page selection items are selectable items displayed by the buried point display page, and the page to be displayed with the buried point identification can be determined by selecting the items.
Specifically, when the server receives a display request for a display page of the embedded point, the page related information corresponding to the matching embedded point identifier may be respectively used as page description information. And returning the embedded point display page to the query terminal by taking the page description information as a candidate page selection item corresponding to the embedded point display page, so that the query terminal displays the embedded point display page comprising the page selection item, wherein the embedded point display page can comprise a selection item display area corresponding to each type of page related information. The selection operation for the candidate page selection item may be a gesture operation, a touch operation or a voice operation, and may be a click operation for the candidate page selection item, for example.
Specifically, when receiving a selection operation for a candidate page option corresponding to a buried point display page, the query terminal may trigger a buried point identifier query request for a target page, so that the server receives the buried point identifier query request for the target page sent by the query terminal, returns a matched dynamic buried point identifier to the query terminal, and the query terminal displays the matched dynamic buried point identifier. The corresponding page description information is obtained based on the matching embedded point identification and is used as a candidate page selection item corresponding to the embedded point display page, so that a user can know which pages have embedded points, can select the page to be inquired about the embedded point identification to inquire about the embedded points, can know which embedded points exist in the page, and can inquire about the embedded point information by copying the embedded point identification or inquiring the embedded point identification.
For example, as shown in fig. 4, a resource option presentation area 402 corresponding to the pushed resource and a function option presentation area 404 corresponding to the page function may be presented on the buried point presentation page. The page description information displayed in the resource selection item display area 402 is resource description information of a resource corresponding to the page, and the function description information of a function corresponding to the page displayed in the function selection item display area 404. The user can select corresponding asset description information, such as "store insurance" or "travel insurance", which are names of insurance products, in the asset selection item presentation area 402. When the user selects "store safety insurance" in the left drawing, the function option presentation area 404 presents function description information of a page corresponding to "store safety insurance", including a "product retrieval page", a "result page", and a "safeguard detail page", as shown in the right drawing of fig. 4. And if the selection operation aiming at the product retrieval page is received, the inquiry terminal sends a buried point identification inquiry request aiming at the product retrieval page, and when the server receives the buried point identification inquiry request aiming at the product retrieval page, the server searches for the matched dynamic buried point identification from the buried point identification set and returns the dynamic buried point identification to the inquiry terminal. As shown in fig. 4, the buried point display page may further display a page path display area 406, which is used for displaying a page path corresponding to each page corresponding to the pushed resource.
As shown in fig. 5, a schematic diagram of displaying the buried point identifier for the buried point display page in some embodiments is shown. The display page of the embedded point displays an embedded point identifier display area 502, and the embedded point identifier display area 502 is used for displaying the matched dynamic embedded point identifier and static embedded point identifier obtained by the query. The "event ID" displayed in the buried point identifier display area 502 is a matched dynamic buried point identifier or a target static buried point identifier, and the "event description" is used to describe a monitored event corresponding to the buried point.
The method provided by the embodiment of the application can be applied to a scene that product operators inquire the embedded point identification, for example, for the convenience of the product operators to count the page visiting amount, the button clicking amount and other related data, developers can uniformly embed points on the page of the small program, and the page embedded point condition is exported to the product operators, so that the product operators can conveniently check the data. However, the situation of page embedding is complex, and the method of manually deriving the embedding point is not an automatic process. This has a significant disadvantage of being inefficient and prone to omission. The embedded point identification method provided by the embodiment of the application can perform regular matching on the basis of node. Aiming at the dynamic embedded point, an embedded point specification such as 'identifier-product code-page name-method name-variable' can be defined, the embedded point prefix corresponding to the embedded point specification can be represented by a regular expression, the server inquires a page embedded point log according to a universal embedded point prefix (such as 'identifier-product code-page name-method name') to carry out matching extraction, and carries out filtering processing of embedded point repetitive screening on a target dynamic embedded point identifier obtained by matching extraction, the server can automatically import the filtered dynamic embedded point identifier into a js configuration file, when a product operator needs to check the embedded point identifier, a visual page is provided through the js configuration file, so that the product operator can select the product and the page needing to be checked according to own needs, namely the page needing to check the embedded point identifier, therefore, the efficiency of developers can be improved through process automation. On one hand, unnecessary complicated communication can be reduced, and developers do not need to synchronously inform products of the change situation of the buried points. And the server can poll the embedded point identifier corresponding to the target page at regular intervals, so that product operators can check the latest updating condition of the embedded point in the page within a certain time (such as 1 hour).
The method provided by the embodiment of the application can be executed by configuring a node. Js is a JavaScript running environment based on an engine, and is mainly used for writing network application like a web server. Based on event-driven and non-blocking I/O (Input/Output) models, node.
When the target static embedded point identifier is matched, the static embedded point identifier does not change, so that the script can directly write the matched target static embedded point identifier into a js configuration file for storing the embedded point identifier in a file stream mode. For dynamic embedded points, the script can send a request to the server by using a matched embedded point identifier, for example, an identifier prefix of the dynamic embedded point as request content, that is, a dynamic regular expression, the server queries a page embedded point log according to the request content, that is, the embedded point prefix after receiving the request, and extracts the dynamic embedded point identifier matched with the embedded point prefix in the page embedded point log, wherein a log query range is related to a time interval of script timed polling, for example, the time interval of script polling is 1 hour, and since the previous log is queried when being polled by the script last time, the query log range is the latest 1 hour. The polling is a way for a Central Processing Unit (CPU) to decide how to provide peripheral device services, and is also called program-controlled input/output; the polling method is that CPU sends out inquiry regularly to inquire each peripheral equipment in sequence whether it needs its service, if so, it gives service, after the service is over, it asks the next peripheral equipment, and then it repeats. The polling provided in the embodiment of the present application means that the embedded point identification is performed again at an interval after each embedded point identification, and the process is repeated.
It should be understood that, although the steps in the above-described flowcharts are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least a part of the steps of the above-mentioned flowcharts may include a plurality of steps or a plurality of stages, which are not necessarily performed at the same time, but may be performed at different times, and the order of performing the steps or the stages is not necessarily performed in sequence, but may be performed alternately or alternately with other steps or at least a part of the steps or the stages in other steps.
In some embodiments, as shown in fig. 6, there is provided a buried point identification apparatus, which may be a part of a computer device using a software module or a hardware module, or a combination of the two, and specifically includes:
a target buried point identification request receiving module 602, configured to receive a target buried point identification request for a target page;
a dynamic regular expression obtaining module 604, configured to, in response to the target embedded point identification request, obtain a dynamic regular expression corresponding to the target page, where the dynamic regular expression is a regular expression corresponding to the dynamic embedded point identifier;
a matching embedded point identifier obtaining module 606, configured to match the dynamic regular expression with the page code corresponding to the target page, so as to obtain a matching embedded point identifier;
a target dynamic embedded point identifier obtaining module 608, configured to obtain a target dynamic embedded point identifier corresponding to the target page from the page embedded point log set based on the matching embedded point identifier, where the target dynamic embedded point identifier includes the matching embedded point identifier and an embedded point identifier variable.
In some embodiments, the dynamic regular expression acquisition module includes: the embedded point identification character string acquisition unit is used for acquiring a plurality of page related information corresponding to the target page and acquiring an embedded point identification character string corresponding to each page related information; and the combining unit is used for combining the embedded point identification character strings corresponding to the plurality of pieces of page related information according to a preset sequence to obtain a dynamic regular expression corresponding to the target page.
In some embodiments, the buried point identification string obtaining unit is configured to obtain at least one of the following buried point identification strings: acquiring a resource buried point identification character string corresponding to a pushed resource corresponding to a target page; acquiring a function buried point identification character string corresponding to a page function corresponding to a target page; and acquiring an event buried point identification character string corresponding to the buried point event type corresponding to the target page.
In some embodiments, the target buried point identification request is triggered when a current time interval reaches an interval threshold, the current time interval being an interval of forward identification times corresponding to the forward buried point identification requests at the current time; the target dynamic buried point identification obtaining module is used for: acquiring forward identification time corresponding to a forward buried point identification request, wherein the forward buried point identification request is a previous buried point identification request corresponding to a target buried point identification request; identifying from a buried point log corresponding to forward identification time in a page buried point log set, and identifying based on a matched buried point identifier to obtain a target dynamic buried point identifier corresponding to a target page; and adding the target dynamic embedded point identifier into the embedded point identifier set.
In some embodiments, as shown in fig. 7, the buried point identifying device further includes:
a buried point identifier query request receiving module 702, configured to receive a buried point identifier query request for a target page sent by a query terminal;
a matching buried point identifier obtaining module 704, configured to obtain a matching buried point identifier corresponding to the target page;
a searching module, configured to search for a matched dynamic embedded point identifier 706 from the embedded point identifier set based on the matched embedded point identifier;
a returning module 708, configured to return the matched dynamic embedded point identifier to the query terminal, so that the query terminal displays the matched dynamic embedded point identifier.
In some embodiments, the buried point identification device further comprises: the page description information acquisition module is used for responding to a display request aiming at the buried point display page sent by the query terminal and acquiring page description information corresponding to the matched buried point identifier; and the embedded point display page returning module is used for returning the embedded point display page to the query terminal by taking the page description information as a candidate page selection item corresponding to the embedded point display page so that the query terminal displays the embedded point display page comprising the page selection item, and the query terminal responds to the selection operation aiming at the candidate page selection item and sends an embedded point identification query request aiming at the target page.
In some embodiments, the buried point identification device further comprises: the static regular expression acquisition module is used for responding to the target embedded point identification request and acquiring a static regular expression corresponding to the target page, wherein the static regular expression is a regular expression corresponding to the static embedded point identification; and the target static embedded point identification obtaining module is used for matching the static regular expression with the page code corresponding to the target page to obtain the target static embedded point identification corresponding to the target page.
For the specific definition of the buried point identification device, reference may be made to the above definition of the buried point identification method, which is not described herein again. The modules in the above-mentioned buried point identification device can be wholly or partially implemented by software, hardware and a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
In some embodiments, a computer device is provided, which may be a server, the internal structure of which may be as shown in fig. 8. The computer device includes a processor, a memory, and a network interface connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The database of the computer device is used for storing a page burial point log. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a buried point identification method.
Those skilled in the art will appreciate that the architecture shown in fig. 8 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In some embodiments, there is further provided a computer device comprising a memory and a processor, the memory having stored therein a computer program, the processor implementing the steps of the above method embodiments when executing the computer program.
In some embodiments, a computer-readable storage medium is provided, in which a computer program is stored, which computer program, when being executed by a processor, carries out the steps of the above-mentioned method embodiments.
In some embodiments, a computer program product or computer program is provided that includes computer instructions stored in a computer-readable storage medium. The computer instructions are read by a processor of a computer device from a computer-readable storage medium, and the computer instructions are executed by the processor to cause the computer device to perform the steps in the above-mentioned method embodiments.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by hardware related to instructions of a computer program, which can be stored in a non-volatile computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. Any reference to memory, storage, database or other medium used in the embodiments provided herein can include at least one of non-volatile and volatile memory. Non-volatile Memory may include Read-Only Memory (ROM), magnetic tape, floppy disk, flash Memory, optical storage, or the like. Volatile Memory can include Random Access Memory (RAM) or external cache Memory. By way of illustration and not limitation, RAM can take many forms, such as Static Random Access Memory (SRAM) or Dynamic Random Access Memory (DRAM), among others.
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above examples only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A buried point identification method, the method comprising:
receiving a target buried point identification request aiming at a target page;
responding to the target embedded point identification request, and acquiring a dynamic regular expression corresponding to the target page, wherein the dynamic regular expression is a regular expression corresponding to the dynamic embedded point identification;
matching the dynamic regular expression with a page code corresponding to the target page to obtain a matching embedded point identifier;
and identifying a target dynamic embedded point identifier corresponding to the target page from a page embedded point log set based on the matching embedded point identifier, wherein the target dynamic embedded point identifier comprises the matching embedded point identifier and an embedded point identifier variable.
2. The method of claim 1, wherein the obtaining a dynamic regular expression corresponding to the target page in response to the buried point query request comprises:
acquiring a plurality of pieces of page related information corresponding to the target page, and acquiring a buried point identification character string corresponding to each piece of page related information;
and combining the multiple embedded point identification character strings corresponding to the page related information according to a preset sequence to obtain a dynamic regular expression corresponding to the target page.
3. The method according to claim 2, wherein the obtaining of the plurality of page-related information corresponding to the target page and the obtaining of the embedded point identification character string corresponding to each of the page-related information comprises at least one of the following steps:
acquiring a resource buried point identification character string corresponding to a pushed resource corresponding to the target page;
acquiring a function buried point identification character string corresponding to a page function corresponding to the target page;
and acquiring an event buried point identification character string corresponding to the buried point event type corresponding to the target page.
4. The method of claim 1, wherein the target embedded point identification request is triggered when a current time interval reaches an interval threshold, wherein the current time interval is an interval of forward identification times corresponding to the forward embedded point identification requests at the current time;
the identifying and obtaining of the target dynamic embedded point identifier corresponding to the target page from the page embedded point log set based on the matching embedded point identifier comprises:
acquiring forward identification time corresponding to the forward buried point identification request, wherein the forward buried point identification request is a previous buried point identification request corresponding to the target buried point identification request;
identifying from the embedded point log corresponding to the forward identification time in the page embedded point log set, and identifying based on the matched embedded point identifier to obtain a target dynamic embedded point identifier corresponding to the target page;
and adding the target dynamic embedded point identifier into an embedded point identifier set.
5. The method of claim 4, further comprising:
receiving a buried point identification query request aiming at the target page and sent by a query terminal;
acquiring the matching buried point identification corresponding to the target page;
searching for a matched dynamic embedded point identifier from the embedded point identifier set based on the matched embedded point identifier;
and returning the matched dynamic embedded point identifier to the query terminal so that the query terminal displays the matched dynamic embedded point identifier.
6. The method of claim 5, further comprising:
responding to a display request aiming at a buried point display page sent by the query terminal, and acquiring page description information corresponding to the matched buried point identifier;
and returning the embedded point display page to the query terminal by taking the page description information as a candidate page selection item corresponding to the embedded point display page so that the query terminal displays the embedded point display page comprising the page selection item, and sending an embedded point identification query request aiming at the target page by the query terminal in response to the selection operation aiming at the candidate page selection item.
7. The method of claim 1, further comprising:
responding to the target embedded point identification request, and acquiring a static regular expression corresponding to the target page, wherein the static regular expression is a regular expression corresponding to a static embedded point identifier;
and matching the static regular expression with the page code corresponding to the target page to obtain a target static embedded point identifier corresponding to the target page.
8. A buried point identification device, the device comprising:
the target embedded point identification request receiving module is used for receiving a target embedded point identification request aiming at a target page;
a dynamic regular expression obtaining module, configured to obtain, in response to the target embedded point identification request, a dynamic regular expression corresponding to the target page, where the dynamic regular expression is a regular expression corresponding to a dynamic embedded point identifier;
a matching embedded point identifier obtaining module, configured to match the dynamic regular expression with a page code corresponding to the target page, so as to obtain a matching embedded point identifier;
and the target dynamic embedded point identification obtaining module is used for identifying and obtaining a target dynamic embedded point identification corresponding to the target page from a page embedded point log set based on the matching embedded point identification, wherein the target dynamic embedded point identification comprises the matching embedded point identification and an embedded point identification variable.
9. A computer device comprising a memory and a processor, the memory storing a computer program, characterized in that the processor, when executing the computer program, implements the steps of the method of any of claims 1 to 7.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 7.
CN202110233776.8A 2021-03-03 2021-03-03 Buried point identification method and device, computer equipment and storage medium Pending CN112860567A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110233776.8A CN112860567A (en) 2021-03-03 2021-03-03 Buried point identification method and device, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110233776.8A CN112860567A (en) 2021-03-03 2021-03-03 Buried point identification method and device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112860567A true CN112860567A (en) 2021-05-28

Family

ID=75991163

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110233776.8A Pending CN112860567A (en) 2021-03-03 2021-03-03 Buried point identification method and device, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112860567A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113449235A (en) * 2021-06-23 2021-09-28 深圳市钱海网络技术有限公司 Method, device and equipment for identifying SAAS platform type

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113449235A (en) * 2021-06-23 2021-09-28 深圳市钱海网络技术有限公司 Method, device and equipment for identifying SAAS platform type
CN113449235B (en) * 2021-06-23 2024-03-12 深圳市钱海网络技术有限公司 Method, device and equipment for identifying SAAS platform types

Similar Documents

Publication Publication Date Title
CN109672741B (en) Micro-service monitoring method and device, computer equipment and storage medium
CN110647438B (en) Event monitoring method and device, computer equipment and storage medium
CN109582303B (en) General component calling method, device, computer equipment and storage medium
CN109086394B (en) Search ranking method and device, computer equipment and storage medium
CN110688598B (en) Service parameter acquisition method and device, computer equipment and storage medium
CN112491602B (en) Behavior data monitoring method and device, computer equipment and medium
CN104850546B (en) Display method and system of mobile media information
CN107644100B (en) Information processing method, device and system and computer readable storage medium
CN107169094B (en) Information aggregation method and device
CN109740137B (en) Name card generation method, device, computer equipment and storage medium
CN110321480B (en) Recommendation information pushing method and device, computer equipment and storage medium
CN111078559B (en) Method, device, medium and computer equipment for extracting function call in java code
CN108924258B (en) Background information pushing method and device, computer equipment and storage medium
CN111741104B (en) Method for determining response message, method for configuring response message, device, equipment and storage medium
CN108399125B (en) Automatic testing method and device, computer equipment and storage medium
CN109240664B (en) Method and terminal for collecting user behavior information
CN111953558A (en) Sensitive information monitoring method and device, electronic equipment and storage medium
CN111083054B (en) Route configuration processing method and device, computer equipment and storage medium
CN111090797A (en) Data acquisition method and device, computer equipment and storage medium
CN107748772B (en) Trademark identification method and device
CN109978114B (en) Data processing method, device, server and storage medium
CN109885729B (en) Method, device and system for displaying data
CN111597422A (en) Buried point mapping method and device, computer equipment and storage medium
CN107294905B (en) Method and device for identifying user
CN112817817B (en) Buried point information query method, buried point information query device, computer equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination