CN111008059A - Control method and device for popup window display, terminal and storage medium - Google Patents

Control method and device for popup window display, terminal and storage medium Download PDF

Info

Publication number
CN111008059A
CN111008059A CN201911251799.0A CN201911251799A CN111008059A CN 111008059 A CN111008059 A CN 111008059A CN 201911251799 A CN201911251799 A CN 201911251799A CN 111008059 A CN111008059 A CN 111008059A
Authority
CN
China
Prior art keywords
popup
window
pop
display
data
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
CN201911251799.0A
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 QIYI Century Science and Technology Co Ltd
Original Assignee
Beijing QIYI Century Science and 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 QIYI Century Science and Technology Co Ltd filed Critical Beijing QIYI Century Science and Technology Co Ltd
Priority to CN201911251799.0A priority Critical patent/CN111008059A/en
Publication of CN111008059A publication Critical patent/CN111008059A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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
    • 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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/541Client-server
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/545Gui

Abstract

The embodiment of the invention relates to a control method, a device, a terminal and a storage medium for popup display, wherein the method comprises the following steps: determining a popup window corresponding to the application; requesting popup display data and popup control data corresponding to the popup from a server; receiving the popup window display data and the popup window control data returned by the server; and controlling the popup window display according to the popup window display data and the popup window control data. Therefore, the client does not need to maintain the control logic of the popup display in a decoupling mode, popup covering, confusion and other phenomena are avoided, and user experience is improved.

Description

Control method and device for popup window display, terminal and storage medium
Technical Field
The invention relates to the technical field of internet, in particular to a pop-up window display control method, a pop-up window display control device, a pop-up window display terminal and a storage medium.
Background
With the continuous development of intelligent terminals, the functions of the terminals are more and more abundant, and the applications of terminal integration are more and more. At present, in the application using process, the application often propagates information to the user in a pop-up mode (pop-up refers to a window that pops up automatically when a webpage, software, a mobile phone APP, and the like are opened), for example, application operation activities, new information, advertisement information, schedule information, and the like are displayed in the pop-up mode. Therefore, the method has great significance for transmitting information by accurately and effectively controlling the popup window display.
In the related art, the control logic for popup display is determined by the client, and along with the increase of the number of popup windows, the control logic for popup display is gradually complex, the client is not easy to maintain the control logic for popup display, popup coverage, confusion and other phenomena are easy to occur, and user experience is affected.
Disclosure of Invention
The embodiment of the invention aims to provide a control method, a control device, a control terminal and a storage medium for popup display, so that a client does not need to maintain the control logic of popup display, popup coverage, confusion and the like are avoided, and the beneficial effects of improving user experience are achieved. The specific technical scheme is as follows:
in a first aspect of the embodiments of the present invention, a method for controlling pop-up window display is provided, where the method includes:
determining a popup window corresponding to the application;
requesting popup display data and popup control data corresponding to the popup from a server;
receiving the popup window display data and the popup window control data returned by the server;
and controlling the popup window display according to the popup window display data and the popup window control data.
Optionally, the determining to apply the corresponding popup window includes:
when the application is started, determining the popup window corresponding to the application according to a preset mapping relation between the application and the popup window.
Optionally, the controlling the pop-up window display according to the pop-up window display data and the pop-up window control data includes:
sorting the popup display data and the popup control data according to the priority field value in the popup control data to generate a popup display queue;
and under the condition that a popup window display condition is triggered, controlling popup window display according to the popup window display data and the popup window control data in the popup window display queue.
Optionally, the controlling the pop-up window display according to the pop-up window display data and the pop-up window control data in the pop-up window display queue includes:
sequentially acquiring the popup display data and the popup control data in the popup display queue;
checking the popup according to a check field value in the popup control data;
and if the verification is successful, acquiring a popup window display example, and initializing and displaying the popup window display example by using the popup window display data.
Optionally, the method further includes:
and after the popup window display is finished, deleting the popup window display data and the popup window control data corresponding to the popup window from the popup window display queue.
Optionally, the method further includes:
and if the verification fails, returning the popup window display data and the popup window control data to the popup window display queue.
In a second aspect of the embodiments of the present invention, there is also provided a control apparatus for pop-up window display, the apparatus including:
the popup window determining module is used for determining a popup window corresponding to the application;
the data request module is used for requesting popup display data and popup control data corresponding to the popup from a server;
the data receiving module is used for receiving the popup window display data and the popup window control data returned by the server by a user;
and the pop-up window control module is used for controlling the pop-up window display according to the pop-up window display data and the pop-up window control data.
Optionally, the pop-up window determining module is specifically configured to:
when the application is started, determining the popup window corresponding to the application according to a preset mapping relation between the application and the popup window.
In a third aspect of the embodiments of the present invention, there is further provided a terminal, including a processor, a communication interface, a memory, and a communication bus, where the processor and the communication interface complete communication between the memory and the processor through the communication bus;
a memory for storing a computer program;
and the processor is used for realizing any control method for popup window display when executing the program stored in the memory.
In a fourth aspect of the embodiments of the present invention, there is also provided a storage medium, where instructions are stored, and when the storage medium runs on a computer, the storage medium causes the computer to execute any one of the control methods for popup display described above.
In a fifth aspect of the embodiments of the present invention, there is also provided a computer program product containing instructions, which when run on a computer, causes the computer to execute any one of the control methods for popup window presentation described above.
According to the technical scheme provided by the embodiment of the invention, the corresponding popup is determined, the popup display data and the popup control data corresponding to the popup are requested from the server, and the popup display data and the popup control data returned by the server are received, so that the popup display is controlled according to the popup display data and the popup control data. Therefore, the client does not need to maintain the control logic of the popup display in a decoupling mode, popup covering, confusion and other phenomena are avoided, and user experience is improved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the invention and together with the description, serve to explain the principles of the invention.
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive exercise.
Fig. 1 is a schematic flow chart illustrating an implementation of a pop-up window display control method according to an embodiment of the present invention;
fig. 2 is a schematic view of an interaction flow between a client and a server according to an embodiment of the present invention;
fig. 3 is a schematic flow chart illustrating another implementation of a pop-up window display control method according to an embodiment of the present invention;
fig. 4 is a schematic diagram of a pop window display queue according to an embodiment of the present invention;
fig. 5 is a schematic diagram of a verification process according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of a pop-up window display control device according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of a terminal according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, are within the scope of the present invention.
As shown in fig. 1, an implementation flow diagram of a control method for pop-up window display provided in an embodiment of the present invention is shown, where the method specifically includes the following steps:
s101, determining a popup window corresponding to an application;
for applications, such as web pages, software, mobile phone APPs, etc., during the use process, information is often spread to users by means of pop-up windows. For example, displaying application operation activities, new information, advertisement information, schedule information, etc. in a pop-up manner means that for a certain application, there is a corresponding pop-up.
Therefore, when the popup display in the application needs to be controlled, the popup corresponding to the application is determined for the application. The popup window corresponding to the application can be determined according to a mapping relation between the preset application and the popup window.
For example, for application a, the mapping relationship between the application and the popup is preset, as shown in table 1 below.
Figure BDA0002309254220000051
Figure BDA0002309254220000061
TABLE 1
As can be seen from table 1, the application a corresponds to the popup 1, the popup 2, and the popup 3, and the popup 1, the popup 2, and the popup 3 corresponding to the application a are determined based on a preset mapping relationship between the application and the popup.
S102, requesting popup display data and popup control data corresponding to the popup from a server;
for the popup window corresponding to the application, the popup window display data and the popup window control data corresponding to the popup window are requested from the server side in the embodiment of the invention, so that the client side does not need to maintain the control logic of the popup window display in a decoupling mode, and the client side is maintained by the server side, so that the stability and the flexibility of the popup window display can be improved.
For example, for the popup window 1, the popup window 2, and the popup window 3 corresponding to the application a, the popup window display data and the popup window control data corresponding to the popup window 1 are requested from the server, the popup window display data and the popup window control data corresponding to the popup window 2 are requested from the server, and the popup window display data and the popup window control data corresponding to the popup window 3 are requested from the server.
In the embodiment of the present invention, the pop-up window display data may be the application operation activity, the new information, the advertisement information, the schedule information, etc. as described above, and the pop-up window control data is the control logic of the pop-up window display.
S103, receiving the popup window display data and the popup window control data returned by the server;
for the client, requesting popup display data and popup control data corresponding to the popup from the server; for the server, searching popup display data and popup control data corresponding to the popup according to the popup identification of the popup, and returning the popup display data and the popup control data to the client; for the client, the popup display data and the popup control data corresponding to the popup returned by the server can be received.
For example, as shown in fig. 2, the client requests the server for pop-up window display data and pop-up window control data corresponding to the pop-up window 1, for pop-up window display data and pop-up window control data corresponding to the pop-up window 2, and for pop-up window display data and pop-up window control data corresponding to the pop-up window 3;
the server searches for the popup display data and the popup control data corresponding to the popup 1 according to the popup identifier (1) of the popup 1, searches for the popup display data and the popup control data corresponding to the popup 2 according to the popup identifier (2) of the popup 2, searches for the popup display data and the popup control data corresponding to the popup 3 according to the popup identifier (3) of the popup 3, and returns the popup display data and the popup control data to the client;
the client receives the popup display data and the popup control data corresponding to the popup 1, the popup display data and the popup control data corresponding to the popup 2, and the popup display data and the popup control data corresponding to the popup 3, which are returned by the server.
And S104, controlling the popup window display according to the popup window display data and the popup window control data.
For the popup window display data and the popup window control data corresponding to the popup window returned by the server, the popup window display can be controlled based on the popup window display data and the popup window control data. Therefore, the control logic of the popup window display is maintained by the server, the popup window covering, the disorder and the like are avoided, and the user experience is improved.
For example, the display of the pop-up window 1 is controlled based on the pop-up window display data and the pop-up window control data corresponding to the pop-up window 1, the display of the pop-up window 2 is controlled based on the pop-up window display data and the pop-up window control data corresponding to the pop-up window 2, and the display of the pop-up window 3 is controlled based on the pop-up window display data and the pop-up window control data corresponding to the pop-up window 3.
Through the above description of the technical solution provided by the embodiment of the present invention, the corresponding popup is determined, the popup display data and the popup control data corresponding to the popup are requested from the server, and the popup display data and the popup control data returned by the server are received, so that the popup display is controlled according to the popup display data and the popup control data. Therefore, the client does not need to maintain the control logic of the popup display in a decoupling mode, popup covering, confusion and other phenomena are avoided, and user experience is improved.
As shown in fig. 3, an implementation flow diagram of another pop-up window display control method provided in the embodiment of the present invention is specifically shown, where the method specifically includes the following steps:
s301, when an application is started, determining a popup window corresponding to the application according to a preset mapping relation between the application and the popup window;
for an application, such as a webpage, software, a mobile phone APP and the like, when popup display in the application needs to be controlled, the popup corresponding to the application is determined.
When the application is started, that is, when the application is started, the pop-up window corresponding to the application may be determined according to a preset mapping relationship between the application and the pop-up window.
For example, as shown in table 1, the application a corresponds to the popup 1, the popup 2, and the popup 3, and when the application a is started, the popup 1, the popup 2, and the popup 3 corresponding to the application a are determined based on a preset mapping relationship between the application and the popup.
S302, requesting popup display data and popup control data corresponding to the popup from a server;
in the embodiment of the present invention, this step is similar to the step S102, and the details of the embodiment of the present invention are not repeated herein.
S303, receiving the popup window display data and the popup window control data returned by the server;
in the embodiment of the present invention, this step is similar to the step S103, and the details of the embodiment of the present invention are not repeated herein.
S304, controlling the popup window display according to the popup window display data and the popup window control data.
And storing the popup display data and the popup control data returned by the server side into a local sandbox of the client side. For sandbox, in the field of computer security, it is a security mechanism that provides an isolated environment for running applications.
In the embodiment of the present invention, the popup control data may include the following fields: a popup identification field (for distinguishing different popup windows), a priority field and a check field. Based on this, the embodiment of the present invention may sort the pop-up window display data and the pop-up window control data in the sandbox, that is, sort the pop-up window display data and the pop-up window control data according to the priority field value in the pop-up window control data, and generate the pop-up window display queue.
For example, the service end may change the priority field value in the pop-up window control data, the minimum value of the priority field value is-1, the lower the priority field value is agreed by the client end and the service end, the higher the priority is, and the priority field value in the pop-up window control data is as shown in table 2 below.
Figure BDA0002309254220000091
TABLE 2
According to the priority field values in the pop-up window control data shown in table 2, the pop-up window display data and the pop-up window control data corresponding to the pop-up window a, the pop-up window display data and the pop-up window control data corresponding to the pop-up window B, and the pop-up window display data and the pop-up window control data corresponding to the pop-up window C are sorted, so as to generate a pop-up window display queue, which is shown in fig. 4.
For the popup display data and the popup control data in the popup display queue, under the condition that the popup display condition is triggered, the popup display is controlled according to the popup display data and the popup control data in the popup display queue, so that the popup coverage, disorder and other phenomena can be further avoided, and the user experience is improved. The treatment can be specifically carried out according to the following steps:
step 1, under the condition that a popup display condition is triggered, acquiring popup display data and popup control data from the popup display queue in sequence; step 2, checking the popup according to the check field value in the popup control data; and 3, if the verification is successful, acquiring the popup display example, and initializing and displaying the popup display example by using popup display data.
In the embodiment of the present invention, in the process of interaction between an application and a user, a user clicks a certain position in a certain interface of the application, or a user clicks a certain link in a certain interface of the application, or operation triggers such as page skipping in the application may be regarded as popup display condition triggers, and certainly, the popup display condition triggers may also be other situations, which is not described in detail herein.
And under the condition that the popup display condition is triggered, sequentially acquiring first popup display data and popup control data, namely the popup display data and the popup control data corresponding to the popup C, from the popup display queue.
After the popup display data and the popup control data corresponding to the popup C are obtained, the popup C can be verified according to the verification field value in the popup control data. In this embodiment of the present invention, the check field in the pop-up window control data may be composed of a series of condition fields, for example, the following condition fields may be included, it should be noted that the check field in the pop-up window control data may also be composed of other condition fields, and this embodiment of the present invention is not described herein any more:
1. the begin _ time field and the end _ time field form a time domain for displaying the popup window, the popup window can be displayed in the time domain, otherwise, the popup window is prohibited to be displayed;
2. a show _ time field, a popup display duration;
3. a time _ per _ day field, an upper limit of the number of times the pop-up window is presented per day;
4. a total _ times field, which is the upper limit of the number of popup window display times in the application installation period;
5. a show _ tab field, a channel (or in-app page) that allows a popup to appear;
6. a pop _ rate field that controls the frequency of the popup window presentation.
In the embodiment of the present invention, the client may check the popup window C according to the condition field in the popup window control data. The popup is verified according to the condition field in the popup control data, so that different popup can be displayed in different areas and different times according to different frequencies.
As shown in fig. 5, the verification process for the popup C may be that whether the time period and the display frequency are allowed to be determined according to a begin _ time field, an end _ time field, a time _ per _ day field, a total _ time field, and a pop _ rate field in the condition field, where each popup is recorded locally at the client while being displayed, and the verification is performed to obtain a field value of the relevant condition field in the popup control data and compare the field value of the local relevant field; whether the display position is correct or not is determined according to the show _ tab field in the condition field, the server and the client perform the convention of character string identification on different channel tabs, and the current channel identification (or page identification) is consistent with the field value of the show _ tab field in the condition field, so that the condition is considered to be met.
And if the verification is successful, acquiring the popup display example, and initializing and displaying the popup display example by using the popup display data. The method comprises the steps of acquiring a popup window identification field value in popup window control data, initializing the popup window display instance by utilizing the popup window identification field value, and displaying the popup window.
If the verification of the pop-up window C is successful, the pop-up window display instance corresponding to the pop-up window C can be obtained according to the pop-up window identification field value in the pop-up window control data, and the pop-up window display instance is initialized and displayed by utilizing the pop-up window display data corresponding to the pop-up window C. Thus, the control flow of the popup window C display can be completed.
Under the condition that the popup display condition is triggered again, second popup display data and popup control data, namely the popup display data and the popup control data corresponding to the popup B, can be sequentially obtained from the popup display queue; after the popup display data and the popup control data corresponding to the popup B are obtained, the popup B can be verified according to the verification field values in the popup control data; if the verification of the pop-up window B is successful, the pop-up window display instance corresponding to the pop-up window B can be obtained according to the pop-up window identification field value in the pop-up window control data, the pop-up window display instance is initialized and displayed by utilizing the pop-up window display data corresponding to the pop-up window B, and the like.
In addition, after the popup window display is finished, the popup window display data and the popup window control data corresponding to the popup window can be deleted from the popup window display queue, and when the application program is started again, the steps can be executed again, so that the control flow of the popup window display is completed. For example, after the display of the pop-up window C is completed, the pop-up window display data and the pop-up window control data corresponding to the pop-up window C may be deleted from the pop-up window display queue.
And moreover, the popup is checked according to the check field value in the popup control data, and if the check fails, the popup display data and the popup control data corresponding to the popup can be returned to the popup display queue.
For example, if the verification of the pop-up window C fails, the pop-up window display data and the pop-up window control data corresponding to the pop-up window C may be returned to the pop-up window display queue, and when the pop-up window display condition is triggered again, the second pop-up window display data and the pop-up window control data, that is, the pop-up window display data and the pop-up window control data corresponding to the pop-up window B, may be sequentially obtained from the pop-up window display queue; after the popup display data and the popup control data corresponding to the popup B are obtained, the popup B can be verified according to the verification field values in the popup control data; if the verification of the popup window B is successful, the popup window display instance corresponding to the popup window B can be obtained according to the popup window identification field value in the popup window control data, and the popup window display instance is initialized and displayed by utilizing the popup window display data corresponding to the popup window B.
Corresponding to the above method embodiment, an embodiment of the present invention further provides a control device for pop-up window display, and as shown in fig. 6, the device may specifically include: a pop-up window determining module 610, a data requesting module 620, a data receiving module 630, and a pop-up window controlling module 640.
A pop window determining module 610, configured to determine a pop window corresponding to the application;
a data request module 620, configured to request, from a server, pop window display data and pop window control data corresponding to the pop window;
a data receiving module 630, configured to receive the popup display data and the popup control data returned by the server by a user;
and the pop-up window control module 640 is used for controlling the pop-up window display according to the pop-up window display data and the pop-up window control data.
The embodiment of the present invention further provides a terminal, as shown in fig. 7, which includes a processor 71, a communication interface 72, a memory 73 and a communication bus 74, where the processor 71, the communication interface 72, and the memory 73 complete mutual communication through the communication bus 74,
a memory 73 for storing a computer program;
the processor 71, when executing the program stored in the memory 73, implements the following steps:
determining a popup window corresponding to the application;
requesting popup display data and popup control data corresponding to the popup from a server;
receiving the popup window display data and the popup window control data returned by the server;
and controlling the popup window display according to the popup window display data and the popup window control data.
The communication bus mentioned in the above terminal may be a Peripheral Component Interconnect (PCI) bus, an Extended Industry Standard Architecture (EISA) bus, or the like. The communication bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one thick line is shown, but this does not mean that there is only one bus or one type of bus.
The communication interface is used for communication between the terminal and other equipment.
The Memory may include a Random Access Memory (RAM) or a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. Optionally, the memory may also be at least one memory device located remotely from the processor.
The Processor may be a general-purpose Processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), and the like; the device can also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, a discrete Gate or transistor logic device, or a discrete hardware component.
In another embodiment of the present invention, a storage medium is further provided, where instructions are stored, and when the instructions are executed on a computer, the computer is enabled to execute the control method for pop-up window display in any of the above embodiments.
In another embodiment of the present invention, there is also provided a computer program product containing instructions, which when run on a computer, causes the computer to execute the control method for pop-up window display described in any of the above embodiments.
In the above embodiments, the implementation may be wholly or partially realized by software, hardware, firmware, or any combination thereof. When implemented in software, may be implemented in whole or in part in the form of a computer program product. The computer program product includes one or more computer instructions. When loaded and executed on a computer, cause the processes or functions described in accordance with the embodiments of the invention to occur, in whole or in part. The computer may be a general purpose computer, a special purpose computer, a network of computers, or other programmable device. The computer instructions may be stored on a storage medium or transmitted from one storage medium to another, for example, from one website, computer, server, or data center to another website, computer, server, or data center via wire (e.g., coaxial cable, fiber optic, Digital Subscriber Line (DSL)) or wireless (e.g., infrared, wireless, microwave, etc.). The storage medium may be any available medium that can be accessed by a computer or a data storage device including one or more available media integrated servers, data centers, and the like. The usable medium may be a magnetic medium (e.g., floppy Disk, hard Disk, magnetic tape), an optical medium (e.g., DVD), or a semiconductor medium (e.g., Solid State Disk (SSD)), among others.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
All the embodiments in the present specification are described in a related manner, and the same and similar parts among the embodiments may be referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The above description is only for the preferred embodiment of the present invention, and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention shall fall within the protection scope of the present invention.

Claims (10)

1. A control method for pop-up window display is characterized by comprising the following steps:
determining a popup window corresponding to the application;
requesting popup display data and popup control data corresponding to the popup from a server;
receiving the popup window display data and the popup window control data returned by the server;
and controlling the popup window display according to the popup window display data and the popup window control data.
2. The method of claim 1, wherein the determining to apply the corresponding popup comprises:
when the application is started, determining the popup window corresponding to the application according to a preset mapping relation between the application and the popup window.
3. The method of claim 1, wherein the controlling the pop-up window presentation according to the pop-up window presentation data and the pop-up window control data comprises:
sorting the popup display data and the popup control data according to the priority field value in the popup control data to generate a popup display queue;
and under the condition that a popup window display condition is triggered, controlling popup window display according to the popup window display data and the popup window control data in the popup window display queue.
4. The method of claim 3, wherein the controlling the pop-up window show according to the pop-up window show data and the pop-up window control data in the pop-up window show queue comprises:
sequentially acquiring the popup display data and the popup control data in the popup display queue;
checking the popup according to a check field value in the popup control data;
and if the verification is successful, acquiring a popup window display example, and initializing and displaying the popup window display example by using the popup window display data.
5. The method of claim 4, further comprising:
and after the popup window display is finished, deleting the popup window display data and the popup window control data corresponding to the popup window from the popup window display queue.
6. The method of claim 4, further comprising:
and if the verification fails, returning the popup window display data and the popup window control data to the popup window display queue.
7. A control device for pop-up window displays, the device comprising:
the popup window determining module is used for determining a popup window corresponding to the application;
the data request module is used for requesting popup display data and popup control data corresponding to the popup from a server;
the data receiving module is used for receiving the popup window display data and the popup window control data returned by the server by a user;
and the pop-up window control module is used for controlling the pop-up window display according to the pop-up window display data and the pop-up window control data.
8. The apparatus of claim 7, wherein the pop-up window determination module is specifically configured to:
when the application is started, determining the popup window corresponding to the application according to a preset mapping relation between the application and the popup window.
9. A terminal is characterized by comprising a processor, a communication interface, a memory and a communication bus, wherein the processor and the communication interface are used for realizing the communication between the processor and the memory through the communication bus;
a memory for storing a computer program;
a processor for implementing the method steps of any of claims 1-6 when executing a program stored in the memory.
10. A storage 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-6.
CN201911251799.0A 2019-12-09 2019-12-09 Control method and device for popup window display, terminal and storage medium Pending CN111008059A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911251799.0A CN111008059A (en) 2019-12-09 2019-12-09 Control method and device for popup window display, terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911251799.0A CN111008059A (en) 2019-12-09 2019-12-09 Control method and device for popup window display, terminal and storage medium

Publications (1)

Publication Number Publication Date
CN111008059A true CN111008059A (en) 2020-04-14

Family

ID=70114257

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911251799.0A Pending CN111008059A (en) 2019-12-09 2019-12-09 Control method and device for popup window display, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN111008059A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111555959A (en) * 2020-04-23 2020-08-18 西安震有信通科技有限公司 User-defined control global popup notification processing method and device
CN111984260A (en) * 2020-09-01 2020-11-24 中国银行股份有限公司 Front-end APP popup window management method, device and system
CN112162806A (en) * 2020-09-24 2021-01-01 掌阅科技股份有限公司 Popup display method, terminal and computer storage medium
CN112947830A (en) * 2021-03-11 2021-06-11 北京高途云集教育科技有限公司 Popup window display method and device, computer equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488490A (en) * 2013-10-08 2014-01-01 深圳市金立通信设备有限公司 Method and device for determining application corresponding to pop-up window and terminal
CN106681746A (en) * 2015-11-09 2017-05-17 五八同城信息技术有限公司 Mobile application program pop-up window display method, mobile terminal and system
CN107153545A (en) * 2017-05-09 2017-09-12 北京酷我科技有限公司 A kind of method that pop-up is managed collectively in iOS system
CN107179905A (en) * 2017-04-01 2017-09-19 珠海市魅族科技有限公司 The methods of exhibiting and device of a kind of pop window information
CN107463440A (en) * 2017-09-14 2017-12-12 北京奇艺世纪科技有限公司 A kind of pop-up methods of exhibiting and device
CN109358935A (en) * 2018-09-29 2019-02-19 北京金山安全软件有限公司 Control method and device for popup window display, terminal equipment and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103488490A (en) * 2013-10-08 2014-01-01 深圳市金立通信设备有限公司 Method and device for determining application corresponding to pop-up window and terminal
CN106681746A (en) * 2015-11-09 2017-05-17 五八同城信息技术有限公司 Mobile application program pop-up window display method, mobile terminal and system
CN107179905A (en) * 2017-04-01 2017-09-19 珠海市魅族科技有限公司 The methods of exhibiting and device of a kind of pop window information
CN107153545A (en) * 2017-05-09 2017-09-12 北京酷我科技有限公司 A kind of method that pop-up is managed collectively in iOS system
CN107463440A (en) * 2017-09-14 2017-12-12 北京奇艺世纪科技有限公司 A kind of pop-up methods of exhibiting and device
CN109358935A (en) * 2018-09-29 2019-02-19 北京金山安全软件有限公司 Control method and device for popup window display, terminal equipment and storage medium

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111555959A (en) * 2020-04-23 2020-08-18 西安震有信通科技有限公司 User-defined control global popup notification processing method and device
CN111984260A (en) * 2020-09-01 2020-11-24 中国银行股份有限公司 Front-end APP popup window management method, device and system
CN112162806A (en) * 2020-09-24 2021-01-01 掌阅科技股份有限公司 Popup display method, terminal and computer storage medium
CN112162806B (en) * 2020-09-24 2021-12-03 掌阅科技股份有限公司 Popup display method, terminal and computer storage medium
CN112947830A (en) * 2021-03-11 2021-06-11 北京高途云集教育科技有限公司 Popup window display method and device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
US11294983B2 (en) Inferred user identity in content distribution
CN111008059A (en) Control method and device for popup window display, terminal and storage medium
CN110771126B (en) System for matching and attributing user equipment events
CN107872534B (en) Information pushing method and device, server and readable storage medium
US20180131779A1 (en) Recording And Triggering Web And Native Mobile Application Events With Mapped Data Fields
CN106911697A (en) Access rights method to set up, device, server and storage medium
CN108628673A (en) Data processing method, electronic equipment and computer-readable medium
US9466035B2 (en) Systems and methods for leveraging social queuing to facilitate event ticket distribution
CN107426328A (en) Information-pushing method and device
US10592068B1 (en) Graphic composer for service integration
US20230325878A1 (en) Systems and methods for leveraging social queuing to simulate ticket purchaser behavior
CN115587575A (en) Data table creation method, target data query method, device and equipment
CN109062799A (en) Regression testing method, the apparatus and system of advertising scenarios
CN109902726B (en) Resume information processing method and device
CN108196902A (en) For showing the method and apparatus for advertisement of spreading its tail
CN109542743B (en) Log checking method and device, electronic equipment and computer readable storage medium
CN106817296A (en) The method of testing of information recommendation, device and electronic equipment
CN110557351B (en) Method and apparatus for generating information
CN113609516B (en) Information generation method and device based on abnormal user, electronic equipment and medium
CN107634942B (en) Method and device for identifying malicious request
US10187262B2 (en) Automated multi-user system detection
CN110888690A (en) Application starting method and device, electronic equipment and storage medium
CN112131502A (en) Data processing method, data processing apparatus, electronic device, and medium
CN109409090A (en) Website backstage detection method, device and server
CN113641966B (en) Application integration method, system, equipment and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200414