CN113821206A - Page embedded point information display method and device - Google Patents

Page embedded point information display method and device Download PDF

Info

Publication number
CN113821206A
CN113821206A CN202111126528.XA CN202111126528A CN113821206A CN 113821206 A CN113821206 A CN 113821206A CN 202111126528 A CN202111126528 A CN 202111126528A CN 113821206 A CN113821206 A CN 113821206A
Authority
CN
China
Prior art keywords
page
information
target page
point information
buried
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
CN202111126528.XA
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 Wodong Tianjun Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Wodong Tianjun 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 Wodong Tianjun Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN202111126528.XA priority Critical patent/CN113821206A/en
Publication of CN113821206A publication Critical patent/CN113821206A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/0482Interaction with lists of selectable items, e.g. menus
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Abstract

The invention discloses a method and a device for displaying page embedded point information, and relates to the technical field of computers. One embodiment of the method comprises: the method comprises the following steps: when the starting operation of a target page of an application program is monitored, sending a request for acquiring embedded point information of the target page to a server; traversing the layout information of the target page in response to receiving the embedded point information of the target page returned by the server, wherein the embedded point information comprises the embedded point data of each page element in the target page; and establishing a buried point floating layer corresponding to the page element on the target page according to the buried point data and the layout information of the target page so as to show the buried point data of the page element. According to the embodiment, a specific website does not need to be developed or maintained, the embedded point information of the target page is directly obtained from the server side by monitoring the starting of the target page and is visually displayed, the embedded point data of each page element in the target page can be intuitively and clearly obtained, and the obtaining efficiency of the embedded point information is improved.

Description

Page embedded point information display method and device
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for displaying page embedded point information.
Background
With the development of internet technology, in order to collect behavior data of a user when using an application program, the application program is usually subjected to embedding to obtain embedded data.
At present, the embedded point information of a certain page or a certain page control in an application program is obtained by a user, the ID of the page or the page control needs to be found from a code, and then the ID is input into a specific website for query, the specific website needs special development and maintenance, research and development resources are wasted, the embedded point information query mode is complex, and the embedded point information is difficult to visually display.
Disclosure of Invention
In view of this, embodiments of the present invention provide a method and an apparatus for displaying page embedded point information, where the embedded point data of a target page is obtained from a server by monitoring the starting of the target page, and a floating layer for displaying the embedded point data of each page element is created on the page according to layout information of the page.
To achieve the above object, according to an aspect of an embodiment of the present invention, there is provided a method for displaying page buried point information, including:
when the starting operation of a target page of an application program is monitored, sending a request for acquiring embedded point information of the target page to a server;
traversing the layout information of the target page in response to receiving the embedded point information of the target page returned by the server, wherein the embedded point information comprises the embedded point data of each page element in the target page;
and establishing a buried point floating layer aiming at the page elements on the target page according to the buried point data and the layout information of the target page so as to show the buried point data of the page elements.
Optionally, the request includes a user ID, and the sending of the request for obtaining the embedded point information of the target page to the server includes:
sending a request including a user ID for acquiring the embedded point information of the target page to the server so that the server verifies the user ID;
receiving a result of successful verification returned by the server to determine that the user ID has the acquisition right of the buried point data of the application program,
and determining the acquisition authority in a white list of the server according to the user ID.
Optionally, the request for obtaining the buried point information of the target page includes an identifier of the target page.
Optionally, the layout information of the target page includes identification and position information of the page element; the buried point information also includes an identification of each page element.
Optionally, creating a buried point floating layer for the page element on the target page according to the buried point data and the layout information of the target page, including:
acquiring position information of each page element in the buried point information from the layout information according to the identification of each page element in the buried point information;
determining coordinates of the buried point floating layer corresponding to the page elements in the buried point information according to the position information of the page elements in the buried point information;
and creating the buried point floating layer on the coordinates so that the buried point floating layer displays the buried point data of the page element.
Optionally, determining, according to the position information of the page element in the buried point information, the coordinates of the buried point floating layer corresponding to the page element in the buried point information includes:
determining the coordinates of the page elements according to the position information of the page elements in the embedded point information;
and determining the coordinates of the buried point floating layer corresponding to the page element in a preset area taking the coordinates of the page element as the center.
Optionally, the page element includes a page control and options with different position information in the page control.
According to another aspect of the embodiments of the present invention, there is provided an apparatus for displaying page burial point information, including:
the sending module is used for sending a request for acquiring the embedded point information of the target page to a server side when the starting operation of the target page of the application program is monitored;
the acquisition module is used for traversing the layout information of the target page in response to receiving the embedded point information of the target page returned by the server, wherein the embedded point information comprises the embedded point data of each page element in the target page;
and the creating module is used for creating a buried point floating layer aiming at the page element on the target page according to the buried point data and the layout information of the target page so as to display the buried point data of the page element.
According to still another aspect of an embodiment of the present invention, there is provided an electronic apparatus 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 method for displaying the page burial point information provided by the invention.
According to still another aspect of the embodiments of the present invention, there is provided a computer readable medium, on which a computer program is stored, which when executed by a processor, implements the method for displaying page burial point information provided by the present invention.
One embodiment of the above invention has the following advantages or benefits: the method comprises the steps of sending a request for acquiring embedded point information of a target page to a server in real time through starting operation of the target page of a monitoring application program, traversing layout information of the target page after receiving the embedded point information of the target page returned by the server, determining position information of each page element in the embedded point information according to the layout information, further determining coordinates of an embedded point floating layer, and creating the embedded point floating layer for displaying the embedded point data of the page elements on the coordinates. The method of the embodiment of the invention adopts a monitoring mode to obtain the embedded point information of the started target page in real time, and visually displays the embedded point data of each page element according to the position information of each page element, so that the embedded point data obtaining mode is more convenient and visual, and the embedded point information obtaining efficiency is improved.
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 of a main flow of a method for displaying page buried point information according to an embodiment of the present invention;
FIG. 2 is a schematic diagram illustrating a main flow of another method for displaying page burial point information according to an embodiment of the invention;
FIG. 3 is a schematic diagram illustrating a main flow of another method for displaying page burial point information according to an embodiment of the invention;
FIG. 4 is a flowchart illustrating a method for displaying page burial point information according to an embodiment of the present invention;
FIG. 5 is a schematic diagram of the main modules of an apparatus for page burial point information presentation according to an embodiment of the present invention;
FIG. 6 is an exemplary system architecture diagram in which embodiments of the present invention may be employed;
fig. 7 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.
With the development of the internet, the usage degree of a mobile terminal such as a mobile phone by a user is higher and higher, and for an application program (APP) on the mobile terminal, a merchant of each APP needs to acquire buried point data, such as the number of times a certain button is clicked, the number of times a certain page is opened, and the like, so that the merchant can analyze the buried point data to optimize or improve a product, a page, and the like. In the prior art, the method for acquiring buried point data is searched from a specific website according to an ID, a characteristic website needs to be developed and maintained, and for the condition that the IDs are the same, such as a carousel chart, a treasure box or a list, and the like, if the number of times that each commodity of the list is clicked is required to be checked, the ID is required to be combined with additional information to acquire the buried point data, so that the buried point data is difficult to visually display, and the query method is complex. In view of the above problems, embodiments of the present invention provide a method for displaying page buried point information, which displays buried point data of each page element in a page in a visual manner, and the buried point data obtaining manner is more convenient and intuitive.
Fig. 1 is a schematic diagram of a main flow of a method for displaying page buried point information according to an embodiment of the present invention, and as shown in fig. 1, the method for displaying page buried point information is applied to a client, and includes the following steps:
step S101: when the starting operation of a target page of an application program is monitored, sending a request for acquiring embedded point information of the target page to a server;
step S102: traversing the layout information of the target page in response to receiving the embedded point information of the target page returned by the server, wherein the embedded point information comprises the embedded point data of each page element in the target page;
step S103: and establishing a buried point floating layer aiming at the page elements on the target page according to the buried point data and the layout information of the target page so as to show the buried point data of the page elements.
In this embodiment of the present invention, in step S101, the request includes a user ID, and the sending of the request for obtaining the embedded point information of the target page to the server includes:
sending a request including a user ID for acquiring the embedded point information of the target page to a server so that the server verifies the user ID;
receiving a result of successful verification returned by the server side to determine that the user ID has the acquisition authority of the buried point data of the application program,
the acquisition authority is determined in a white list of the server according to the user ID.
In the embodiment of the invention, after a user starts an application program, the user can log in the application according to login information, the login information can comprise a user ID, when the user successfully logs in and starts or opens a target page of the application program, a client monitors the starting operation of the target page and sends an acquisition request aiming at the embedded point information of the target page of the application program to a server in real time, the request comprises the user ID, so that the server verifies the user ID in the request to determine whether the user has the acquisition permission of the embedded point data of the application program, wherein the acquisition permission is determined according to whether the user ID is in a white list of the server. If the server side verifies that the user ID is in the white list and the verification is successful, the user ID is indicated to have the acquisition right, and the server side returns a result of successful verification; if the server side verifies that the user ID is not in the white list, the verification fails, and the user ID does not have the acquisition right, and a result of the verification failure or a verification result is not returned. And after the verification is successful, receiving a verification success result returned by the server, wherein the verification success result can be a result of displaying the buried point data on the buried point floating layer, and indicates that the user ID can acquire or check the buried point information of the target page.
And monitoring the starting of a target page in the application program in real time, and when the starting operation of the target page is monitored, sending a request for acquiring the embedded point information of the target page to a server in real time, wherein optionally, the request for acquiring the embedded point information of the target page comprises the identifier of the target page. Further optionally, the identification of the target page may be a page name of the target page.
In the embodiment of the present invention, a client system (such as an Android system) configures interface start monitoring for monitoring the start of a target page of an application in real time, that is, each time an application starts a new target page, the interface start monitoring obtains a message of starting the new target page, and then sends a request for obtaining embedded point information of the target page to a server according to an identifier of the target page.
According to the embodiment of the invention, all target pages opened or started by the whole application program can be monitored through system callback, the embedded point information of the target pages is obtained from the server according to the identification of the target pages, the process that each page manually writes codes to request the embedded point information is avoided, and code intrusion and workload are reduced.
And traversing the layout information of the target page after receiving the embedded point information of the target page returned by the server. The embedded point information comprises embedded point data of each page element in the target page. Optionally, each page element may be a page element having the buried point data in the target page, or may be all page elements in the target page, or a page element having no buried point data, which may be marked as 0.
Further optionally, the embedded point information further includes an identifier of each page element, and the identifier of each page element corresponds to the embedded point data of each page element, so that the embedded point data of the page elements can be obtained according to the identifier of the page element. Optionally, the identifier of the page element is configured when the page element is embedded, and the identifier of the page element and the embedded data of the page element are reported to the server at the same time, so that the client in the embodiment of the present invention can obtain the embedded data of each page element from the server.
In the embodiment of the present invention, the layout information of the target page includes the identifier and the position information of the page element, which may be the identifier and the position information of all the page elements in the target page, or the identifier and the position information of the page element with the buried point data.
In the embodiment of the present invention, the page element includes a page control and each option having different position information in the page control, the page control may be a button, a list, a treasure box, a carousel, a label, and the like, each option having different position information in the page control may be each option having different position information in the list, the treasure box, and the like, and each option is one page element. For example, for a list with multiple options, each option in the list is a page element, and each picture option in the carousel map is a page element. The tag may be a tag of a page title of the target page.
The layout information of the target page may include an identifier of a page control and position information of the page control in the target page, and identifiers of options and position information of the options in the page control, such as an identifier of a button and a position of the button, an identifier of each option and a position of each option in a list, an identifier of a currently displayed picture in a carousel map and a position of the carousel map or the displayed picture, where the position of each option in the carousel map is the same as the position of the carousel map, when the layout information of the target page is traversed, the identifier and the position information of a page element of the target page at the current time are traversed, and along with carousel of the carousel map, the obtained identifier and the buried point data of the page element correspond to the picture displayed at the current time.
In the embodiment of the present invention, each page element has a corresponding page identifier, that is, the page control and each option in the page control have identifiers corresponding thereto. For example, when the page control is a list, the list has an identifier, and each option in the list also has an identifier. When the page control is a carousel image, different picture options in the carousel image have different identifications, and the data of the embedded points of the pictures can be further determined according to the identifications of the pictures; the data of the times that the target page is opened is the data corresponding to the embedded point data of the label of the page title of the target page.
For example, the buried point data of each page element in the target page may be data such as the number of times each button in the target page is clicked, the number of times each option in the list is clicked, the number of times a picture displayed at the current time in the carousel image is clicked, and the number of times the target page is opened.
In the embodiment of the invention, the page control and each option in the page control are provided with the identifier, so that the data of the embedded point of each option can be obtained according to the identifier of each option, and the data of the embedded point of each option can be visually displayed, so that the data of the embedded point can be obtained and displayed more conveniently and visually, and the data of the embedded point of each option does not need to be inquired on a specific website according to the ID of the page control and some additional information, which causes the inquiry mode to be complex and the data of the embedded point to be difficult to visually display.
In an optional implementation manner of the embodiment of the present invention, as shown in fig. 2, creating a buried point floating layer for a page element on a target page according to the buried point data and layout information of the target page includes:
step S201: acquiring the position information of each page element in the buried point information from the layout information according to the identification of each page element in the buried point information;
step S202: determining coordinates of a buried point floating layer corresponding to the page elements in the buried point information according to the position information of the page elements in the buried point information;
step S203: and creating a buried point floating layer on the coordinates so that the buried point floating layer displays buried point data of the page element.
The position information of the page elements in the target page can be obtained by traversing the layout information of the target page, and the position information of the page elements corresponds to the identifiers of the page elements, namely, the corresponding relation between the identifiers of the page elements and the position information can be obtained according to the layout information; the embedded point information comprises the identification of each page element and the embedded point data of each page element, the position information of each page element in the embedded point information can be obtained from the layout information through the identification of each page element in the embedded point information and the corresponding relation between the identification of the page element in the layout information and the position information, and then the coordinates of each embedded point floating layer corresponding to each page element respectively can be determined.
In the embodiment of the present invention, as shown in fig. 3, determining coordinates of a floating layer of a buried point corresponding to a page element in the buried point information according to position information of the page element in the buried point information includes:
step S301: determining the coordinates of the page elements according to the position information of the page elements in the buried point information;
step S302: and determining the coordinates of the buried point floating layer corresponding to the page elements in a preset area taking the coordinates of the page elements as the center.
In the embodiment of the invention, after the position information of the page element in the embedded point information is obtained, the coordinate of the page element is obtained from the position information, and the coordinate of the embedded point floating layer is determined in the preset area taking the coordinate of the page element as the center, so that the distance between the coordinate of the embedded point floating layer and the coordinate of the page element is smaller than the preset threshold value, and the corresponding relation between the embedded point floating layer and the page element can be determined. Optionally, the coordinates of the buried point floating layer may coincide with the coordinates of the page element to better show the buried point data of the corresponding page element.
Optionally, the preset area may be a circular area, a holding area, or a shape area with the coordinate of the page element as the center, and it is sufficient to ensure that the distance between the coordinate of each point in the preset area and the coordinate of the page element is smaller than the preset threshold.
After the coordinates of the embedded point floating layer are determined, the embedded point floating layer is established on the coordinates of the embedded point floating layer to display the embedded point data of the corresponding page element, the embedded point floating layer can be a suspended window for representing the embedded point data of the page element, so that the embedded point data of each page element can be visually checked, when a new page of an application program is opened, the embedded point data of each page element in the page can be displayed at the position of each page element in the page, and the mode for acquiring the embedded point data is quicker and more visual. For example, a floating layer of buried points can be created at the position of a button in the target page to show the number of times the button is clicked, and a floating layer of buried points can be created at the position of a tag of a page title of the target page to show the number of times the target page is opened; a floating layer of buried points can be created at the position of each option in the list respectively, showing the number of times each option is clicked.
Fig. 4 is a schematic flow chart of a method for displaying page buried point information according to an embodiment of the present invention, where the method includes: monitoring the starting operation of a target page of an application program, acquiring the name of the target page, sending a request for acquiring the embedded point information of the target page to a server according to the name of the target page, and receiving the embedded point information of the target page returned by the server. Traversing the layout information of a target page, then obtaining the position information of each page element in the embedded point information from the layout information according to the identification of each page element in the embedded point information, determining the coordinates of the embedded point floating layer corresponding to the page element according to the position information of the page element in the embedded point information, creating the embedded point floating layer on the coordinates, so that the embedded point floating layer displays the embedded point data of the page element, realizing the visual display of the embedded point data of each page element, then reporting the embedded point data of the page element to a server side, and ending the process.
The method for displaying the page embedded point information provided by the embodiment of the invention acquires the embedded point information of a target page from a server in real time by monitoring the starting operation of the target page in an application program, traverses the layout information of the target page after receiving the embedded point information of the target page returned by the server, determines the position information of each page element in the embedded point information according to the layout information, further determines the coordinates of an embedded point floating layer, and creates the embedded point floating layer for displaying the embedded point data of the page elements on the coordinates. The method of the embodiment of the invention adopts a monitoring mode to obtain the embedded point information of the started target page in real time, and visually displays the embedded point data of each page element according to the position information of each page element, so that the embedded point data obtaining mode is more convenient and visual, and the embedded point information obtaining efficiency is improved.
As shown in fig. 5, an embodiment of the present invention further provides an apparatus 500 for displaying page burial point information, including:
a sending module 501, configured to send a request for obtaining embedded point information of a target page to a server when a start operation of the target page of an application is monitored;
the obtaining module 502 is configured to traverse layout information of a target page in response to receiving embedded point information of the target page returned by a server, where the embedded point information includes embedded point data of each page element in the target page;
the creating module 503 creates a buried point floating layer for the page element on the target page according to the buried point data and the layout information of the target page, so as to show the buried point data of the page element.
In this embodiment of the present invention, the sending module 501 is further configured to: sending a request including a user ID for acquiring the embedded point information of the target page to a server so that the server verifies the user ID; and receiving a successful verification result returned by the server to determine that the user ID has the acquisition authority of the buried point data of the application program, wherein the acquisition authority is determined in a white list of the server according to the user ID.
In this embodiment of the present invention, the creating module 503 is further configured to: acquiring the position information of each page element in the buried point information from the layout information according to the identification of each page element in the buried point information; determining coordinates of a buried point floating layer corresponding to the page elements in the buried point information according to the position information of the page elements in the buried point information; and creating a buried point floating layer on the coordinates so that the buried point floating layer displays buried point data of the page element.
In this embodiment of the present invention, the creating module 503 is further configured to: determining the coordinates of the page elements according to the position information of the page elements in the buried point information; and determining the coordinates of the buried point floating layer corresponding to the page elements in a preset area taking the coordinates of the page elements as the center.
Another aspect of the embodiments of the present invention further provides an electronic device, including: one or more processors; the storage device is used for storing one or more programs, and when the one or more programs are executed by one or more processors, the one or more processors realize the method for displaying the page buried point information.
Yet another aspect of the embodiments of the present invention provides a computer-readable medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the method for displaying page burial point information of the embodiments of the present invention.
Fig. 6 shows an exemplary system architecture 600 of a method for page burial point information presentation or a device for page burial point information presentation to which an embodiment of the present invention may be applied.
As shown in fig. 6, the system architecture 600 may include terminal devices 601, 602, 603, a network 604, and a server 605. The network 604 serves to provide a medium for communication links between the terminal devices 601, 602, 603 and the server 605. Network 604 may include various types of connections, such as wire, wireless communication links, or fiber optic cables, to name a few.
A user may use the terminal devices 601, 602, 603 to interact with the server 605 via the network 604 to receive or send messages or the like. The terminal devices 601, 602, 603 may have installed thereon various communication client applications, such as shopping applications, web browser applications, search applications, instant messaging tools, mailbox clients, social platform software, etc. (by way of example only).
The terminal devices 601, 602, 603 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 605 may be a server providing various services, such as a background management server (for example only) providing support for shopping websites browsed by users using the terminal devices 601, 602, 603. The background management server may analyze and perform other processing on the received data such as the page embedded point information acquisition request, and feed back a processing result (for example, the page embedded point information — only an example) to the terminal device.
It should be noted that the method for displaying page embedded point information provided in the embodiment of the present invention is generally executed by the terminal devices 601, 602, and 603, and accordingly, the device for displaying page embedded point information is generally disposed in the terminal devices 601, 602, and 603.
It should be understood that the number of terminal devices, networks, and servers in fig. 6 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Referring now to FIG. 7, shown is a block diagram of a computer system 700 suitable for use with a terminal device implementing an embodiment of the present invention. The terminal device shown in fig. 7 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. 7, the computer system 700 includes a Central Processing Unit (CPU)701, which can perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM)702 or a program loaded from a storage section 708 into a Random Access Memory (RAM) 703. In the RAM 703, various programs and data necessary for the operation of the system 700 are also stored. The CPU 701, the ROM 702, and the RAM 703 are connected to each other via a bus 704. An input/output (I/O) interface 705 is also connected to bus 704.
The following components are connected to the I/O interface 705: an input portion 706 including a keyboard, a mouse, and the like; an output section 707 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage section 708 including a hard disk and the like; and a communication section 709 including a network interface card such as a LAN card, a modem, or the like. The communication section 709 performs communication processing via a network such as the internet. A drive 710 is also connected to the I/O interface 705 as needed. A removable medium 711 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 710 as necessary, so that a computer program read out therefrom is mounted into the storage section 708 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 can be downloaded and installed from a network through the communication section 709, and/or installed from the removable medium 711. The computer program performs the above-described functions defined in the system of the present invention when executed by the Central Processing Unit (CPU) 701.
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: a processor includes a sending module, an obtaining module, and a creating module. The names of the modules do not form a limitation on the modules themselves under certain conditions, for example, the sending module may also be described as a module that sends a request for obtaining the burial point information of the target page to the server when the starting operation of the target page is monitored.
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: when the starting operation of a target page of an application program is monitored, sending a request for acquiring embedded point information of the target page to a server; traversing the layout information of the target page in response to receiving the embedded point information of the target page returned by the server, wherein the embedded point information comprises the embedded point data of each page element in the target page; and establishing a buried point floating layer aiming at the page elements on the target page according to the buried point data and the layout information of the target page so as to show the buried point data of the page elements.
According to the technical scheme of the embodiment of the invention, a request for acquiring the embedded point information of the target page is sent to the server in real time by monitoring the starting operation of the target page of the application program, the layout information of the target page is traversed after the embedded point information of the target page returned by the server is received, the position information of each page element in the embedded point information is determined according to the layout information, the coordinate of the embedded point floating layer is further determined, and the embedded point floating layer for displaying the embedded point data of the page elements is established on the coordinate. The method of the embodiment of the invention adopts a monitoring mode to obtain the embedded point information of the started target page in real time, and visually displays the embedded point data of each page element according to the position information of each page element, so that the embedded point data obtaining mode is more convenient and visual, and the embedded point information obtaining efficiency is improved.
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 (10)

1. A method for displaying page embedded point information is characterized by comprising the following steps:
when the starting operation of a target page of an application program is monitored, sending a request for acquiring embedded point information of the target page to a server;
traversing the layout information of the target page in response to receiving the embedded point information of the target page returned by the server, wherein the embedded point information comprises the embedded point data of each page element in the target page;
and establishing a buried point floating layer aiming at the page elements on the target page according to the buried point data and the layout information of the target page so as to show the buried point data of the page elements.
2. The method of claim 1, wherein the request comprises a user ID, and sending a request for obtaining the embedded point information of the target page to a server comprises:
sending a request including a user ID for acquiring the embedded point information of the target page to the server so that the server verifies the user ID;
receiving a successful verification result returned by the server to determine that the user ID has the acquisition authority of the buried point data of the application program;
and determining the acquisition authority in a white list of the server according to the user ID.
3. The method of claim 1, wherein the request to obtain the burial point information of the target page comprises an identification of the target page.
4. The method of claim 1, wherein the layout information of the target page comprises identification and location information of the page elements; the buried point information also includes an identification of each page element.
5. The method of claim 4, wherein creating a floating layer of buried points for the page elements on the target page according to the buried point data and layout information of the target page comprises:
acquiring position information of each page element in the buried point information from the layout information according to the identification of each page element in the buried point information;
determining coordinates of the buried point floating layer corresponding to the page elements in the buried point information according to the position information of the page elements in the buried point information;
and creating the buried point floating layer on the coordinates so that the buried point floating layer displays the buried point data of the page element.
6. The method of claim 5, wherein determining coordinates of the floating-point layer corresponding to the page element in the buried-point information according to the position information of the page element in the buried-point information comprises:
determining the coordinates of the page elements according to the position information of the page elements in the embedded point information;
and determining the coordinates of the buried point floating layer corresponding to the page element in a preset area taking the coordinates of the page element as the center.
7. The method of claim 1, wherein the page element comprises a page control and options in the page control having different position information.
8. A device for displaying page embedded point information is characterized by comprising:
the sending module is used for sending a request for acquiring the embedded point information of the target page to a server side when the starting operation of the target page of the application program is monitored;
the acquisition module is used for traversing the layout information of the target page in response to receiving the embedded point information of the target page returned by the server, wherein the embedded point information comprises the embedded point data of each page element in the target page;
and the creating module is used for creating a buried point floating layer aiming at the page element on the target page according to the buried point data and the layout information of the target page so as to display the buried point data of the page element.
9. An electronic device, 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-7.
10. 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-7.
CN202111126528.XA 2021-09-26 2021-09-26 Page embedded point information display method and device Pending CN113821206A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111126528.XA CN113821206A (en) 2021-09-26 2021-09-26 Page embedded point information display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111126528.XA CN113821206A (en) 2021-09-26 2021-09-26 Page embedded point information display method and device

Publications (1)

Publication Number Publication Date
CN113821206A true CN113821206A (en) 2021-12-21

Family

ID=78921078

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111126528.XA Pending CN113821206A (en) 2021-09-26 2021-09-26 Page embedded point information display method and device

Country Status (1)

Country Link
CN (1) CN113821206A (en)

Similar Documents

Publication Publication Date Title
CN110061909B (en) Method and apparatus for processing information
CN110708346B (en) Information processing system and method
CN107622135B (en) Method and apparatus for displaying information
CN109981322B (en) Method and device for cloud resource management based on label
CN111984234A (en) Method and device for processing work order
CN110543604A (en) information processing method and device
CN110069186B (en) Method and equipment for displaying operation interface of application
CN110619101B (en) Method and apparatus for processing information
CN115470432A (en) Page rendering method and device, electronic equipment and computer readable medium
CN115563134A (en) Interaction method, interaction device, electronic equipment and computer readable medium
CN113821206A (en) Page embedded point information display method and device
CN114417318A (en) Third-party page jumping method and device and electronic equipment
CN114840379A (en) Log generation method, device, server and storage medium
CN109087097B (en) Method and device for updating same identifier of chain code
CN113822745A (en) Article display method and device
CN112836201A (en) Method, device, equipment and computer readable medium for multi-platform information intercommunication
CN113378346A (en) Method and device for model simulation
CN110874302A (en) Method and device for determining buried point configuration information
CN113452738A (en) Page loading method and client
CN110647327A (en) Method and device for dynamic control of user interface based on card
CN111767447A (en) Method and device for determining user traffic path
CN114253520B (en) Interface code generation method and device
CN112468849B (en) Method, apparatus, electronic device and medium for video information transmission
CN111241368B (en) Data processing method, device, medium and equipment
CN110875856A (en) Method and apparatus for activation data anomaly detection and analysis

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