CN111427650A - Method and equipment for providing presence information - Google Patents

Method and equipment for providing presence information Download PDF

Info

Publication number
CN111427650A
CN111427650A CN202010214775.4A CN202010214775A CN111427650A CN 111427650 A CN111427650 A CN 111427650A CN 202010214775 A CN202010214775 A CN 202010214775A CN 111427650 A CN111427650 A CN 111427650A
Authority
CN
China
Prior art keywords
information
presentation information
target application
current page
presentation
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
CN202010214775.4A
Other languages
Chinese (zh)
Inventor
吴培希
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Lianshang Network Technology Co Ltd
Original Assignee
Shanghai Lianshang Network 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 Shanghai Lianshang Network Technology Co Ltd filed Critical Shanghai Lianshang Network Technology Co Ltd
Priority to CN202010214775.4A priority Critical patent/CN111427650A/en
Publication of CN111427650A publication Critical patent/CN111427650A/en
Priority to PCT/CN2021/073056 priority patent/WO2021190113A1/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
    • 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/0487Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser
    • G06F3/0488Interaction techniques based on graphical user interfaces [GUI] using specific features provided by the input device, e.g. functions controlled by the rotation of a mouse with dual sensing arrangements, or of the nature of the input device, e.g. tap gestures based on pressure sensed by a digitiser using a touch-screen or digitiser, e.g. input of commands through traced gestures
    • 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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application aims to provide a method and equipment for providing presence information, and the method comprises the following steps: responding to starting triggering operation of a target application in user equipment, starting the target application, and displaying first presentation information corresponding to the target application in the starting process of the target application; and if the first presentation information meets a retransformation trigger condition, acquiring second presentation information associated with the first presentation information, and presenting the second presentation information in the current page by refreshing the current page of the target application.

Description

Method and equipment for providing presence information
Technical Field
The present application relates to the field of communications, and more particularly, to a technique for providing presence information.
Background
With the rapid development of mobile internet, smart phones have been rapidly popularized. In order to enable a smart phone user to view information, surf the internet and the like anytime and anywhere, an efficient method is to expand the functions of an application system to a mobile phone terminal, and a mobile phone Application (APP) is produced accordingly. Whether the mobile phone is an IOS (internet of things) system or an android system, a considerable part of APP (application) starting time is long, and an ordinary advertiser can lay out advertisements in the starting time to increase advertising income, for example, an advertisement page generally stays for 3s to 5s when the APP is started, and most advertisements can be skipped by self.
Disclosure of Invention
An object of the present application is to provide a method and apparatus for providing presence information.
According to an aspect of the present application, there is provided a method for providing presence information, the method comprising:
responding to starting triggering operation of a target application in user equipment, starting the target application, and displaying first presentation information corresponding to the target application in the starting process of the target application;
and if the first presentation information meets a retransformation trigger condition, acquiring second presentation information associated with the first presentation information, and presenting the second presentation information in the current page by refreshing the current page of the target application.
According to an aspect of the present application, there is provided a user equipment for providing presence information, the apparatus comprising:
the one-to-one module is used for responding to starting triggering operation of a target application in user equipment, starting the target application and displaying first presentation information corresponding to the target application in the starting process of the target application;
and the second module is used for acquiring second presentation information associated with the first presentation information if the first presentation information meets a retransformation trigger condition, and presenting the second presentation information in the current page by refreshing the current page of the target application.
According to an aspect of the present application, there is provided an apparatus for providing presence information, the apparatus including:
a processor; and
a memory arranged to store computer executable instructions that, when executed, cause the processor to perform the operations of any of the methods described above.
According to another aspect of the application, there is provided a computer readable medium storing instructions that, when executed, cause a system to perform the operations of any of the methods described above.
Compared with the prior art, the target application is started in response to the starting triggering operation of the target application in the user equipment, and the first presentation information corresponding to the target application is displayed in the starting process of the target application; and if the first presentation information meets a retransformation trigger condition, acquiring second presentation information associated with the first presentation information, and presenting the second presentation information in the current page by refreshing the current page of the target application. According to the method and the device, when the first presentation information meets the retransformation triggering condition (for example, the conversion is not completed through the first presentation information), the second presentation information associated with the first presentation information is presented in the application page of the target application, the click rate and the conversion rate of the presentation information (advertisement) are improved, and therefore the income of the advertisement is improved.
Drawings
Other features, objects and advantages of the present application will become more apparent upon reading of the following detailed description of non-limiting embodiments thereof, made with reference to the accompanying drawings in which:
FIG. 1 illustrates a system topology according to the present application;
FIG. 2 illustrates a flow diagram of a method for providing presence information, according to one embodiment of the present application;
FIG. 3 shows a flow diagram for providing presence information according to yet another embodiment of the present application;
FIG. 4 illustrates a block diagram of a user equipment for providing presence information according to one embodiment of the present application;
FIG. 5 illustrates functional modules of an exemplary system that may be used in various embodiments of the present application.
The same or similar reference numbers in the drawings identify the same or similar elements.
Detailed Description
The present application is described in further detail below with reference to the attached figures.
In a typical configuration of the present application, the terminal, the device serving the network, and the trusted party each include one or more processors (e.g., Central Processing Units (CPUs)), input/output interfaces, network interfaces, and memory.
The Memory may include volatile Memory in a computer readable medium, Random Access Memory (RAM), and/or nonvolatile Memory such as Read Only Memory (ROM) or Flash Memory. Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, Phase-Change Memory (PCM), Programmable Random Access Memory (PRAM), Static Random-Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), electrically Erasable Programmable Read-Only Memory (EEPROM), flash Memory or other Memory technology, Compact Disc Read-Only Memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other non-transmission medium, which can be used to store information that can be accessed by a computing device.
The network Device comprises an electronic Device capable of automatically performing numerical calculation and information processing according to instructions set in advance or stored, and hardware of the electronic Device comprises but is not limited to a microprocessor, an Application Specific Integrated Circuit (ASIC), an ASIC (Application Specific integrated circuit), a Programmable logic Device (Programmable logic Device, P L D), a Field Programmable Gate Array (FPGA), a Digital Signal Processor (DSP), a DSP, and the like, the network Device comprises but is not limited to a computer, a network, a single network server, a plurality of network servers, or a network-based distributed Computing Device, and the network Device is preferably a distributed Computing network Device, a network Cloud Computing Device, a network-based Computing Device, a Cloud Computing Device, a network-based Computing network, a network-based Computing Device, a wide area network (VPN), a Cloud Computing Device, a network-based network, a network-based Computing Device, a network, a distributed Computing Device, a network-based Computing Device, a network-based network, a distributed Computing system, or a network-based Computing Device, and the like.
Of course, those skilled in the art will appreciate that the foregoing is by way of example only, and that other existing or future devices, which may be suitable for use in the present application, are also encompassed within the scope of the present application and are hereby incorporated by reference.
In the description of the present application, "a plurality" means two or more unless specifically limited otherwise.
Fig. 1 shows an exemplary scenario of the present application, where a user holds a user device, the user device has a target application installed therein, and in response to a manual opening operation of the target application by the user, the user device enables the target application, and presenting first presentation information corresponding to the target application (e.g., an open screen advertisement occupying a full screen) during the starting process of the target application, wherein, the time occupied by the starting process is less than a predetermined time threshold (for example, 4s), during the starting period of the target application, if the user does not click the first presentation information, the user equipment presents the second presentation information after the starting of the target application is finished, the second presentation information and the first presentation information point to the same information subject (for example, the same application download and the same commodity information), and the second presentation information is located in an unspecific area of an application page of the target application. Here, the user device includes, but is not limited to, a computing device having a touch screen, such as a mobile phone, a tablet, and a notebook.
Fig. 2 shows a method for providing presence information according to an embodiment of the present application, applied to a user equipment, and the method includes step S101 and step S102.
Specifically, in step S101, the user equipment enables a target application in the user equipment in response to an opening trigger operation on the target application, and displays first presentation information corresponding to the target application in a starting process of the target application. The starting trigger operation comprises a manual trigger operation of a user on the target application (for example, the target application is opened) or a call trigger of other applications in the user equipment on the target application, and the first presentation information comprises an open screen advertisement which comprises common advertisement forms such as an immersive video, an information flow advertisement, a Sudoku, a resident banner and the like. For example, in response to a user's opening operation on the target application, the user device enables the target application, and the user device presents the first presentation information during the starting process of the target application, for example, the starting time is less than a predetermined time threshold (for example, 5 s).
In step S102, if the first presence information meets a retransformation trigger condition, the user equipment obtains second presence information associated with the first presence information, and presents the second presence information in the current page by refreshing the current page of the target application. Wherein the second presentation information comprises presentation information (advertisement) associated with the first presentation information, and the second presentation information comprises common advertisement forms such as immersive video, information flow advertisement, Sudoku, resident Banner and the like. The first presentation information and the second presentation information point to the same information topic, and in some embodiments, the first presentation information and the second presentation information are in different styles (e.g., the first presentation information is presented in a full screen manner in the target application, and the second presentation information is presented only in a partial area of the target application), and the first presentation information and the second presentation information are in different styles. For example, when the user does not complete the conversion of the information through the first presentation information, the user equipment may present, in an application page of the target application, second presentation information related to the first presentation information for the user to click on, thereby increasing the conversion rate of the corresponding advertisement. In some embodiments, the same information topic includes at least any one of:
1) downloading the same application;
for example, the first presence information and the application pointed by the second presence information are the same application, for example, in response to a click operation of a user on the first presence information or the second presence information, the user equipment downloads the first application or the second application based on an application link corresponding to the first presence information or the second presence information, where the first application and the second application are the same application.
2) The same commodity information;
for example, in response to a click operation of a user on first presentation information or second presentation information, the user equipment presents the first commodity information or the second commodity information, wherein the first commodity information and the second commodity information are the same commodity information.
3) The same service information; for example, the first presence information and the second presence information point to the same link, and the link is used for acquiring personal information of the user (client) and preparing for subsequent service for the user.
In some embodiments, the method further includes, before step S102, step S103 (not shown), and in step S103, the user equipment detects whether the first presence information satisfies the re-conversion triggering condition after the target application is successfully started. In the case of detecting whether the first presence information satisfies the re-transition triggering condition, it may be prevented that the user misses the first presence information that is briefly presented (e.g., a second presence information that points to the same information topic as the first presence information in a subsequent presentation), and if it is detected that the user has completed information transition based on the first presence information, the subsequent presence information may not be presented any more, thereby saving resources. In some embodiments, the reconversion trigger condition includes at least any one of:
1) the first presentation information is not clicked;
for example, if the first presentation information is not clicked by the user, the user equipment determines that the first presentation information satisfies the retransformation trigger condition, so as to perform retransformation on the topic information indicated by the first presentation information subsequently.
2) The information subject corresponding to the first presentation information is not downloaded;
for example, after the user clicks the first presentation information, a corresponding information theme (e.g., an application) is not downloaded according to a prompt, and the user equipment determines that the first presentation information satisfies the re-conversion triggering condition.
3) The information subject corresponding to the first presentation information is not installed;
for example, after the user clicks the first presentation information (e.g., a download-type advertisement), the user downloads a corresponding information theme (e.g., an application) according to a prompt, and if the user equipment subsequently detects that the application is not installed, the user equipment determines that the first presentation information satisfies the retransformation trigger condition.
4) The user information obtained based on the first presentation information is null;
for example, the first presentation information is a persistent advertisement link (e.g., a questionnaire survey, etc.) for acquiring user information, and if the user clicks the link and does not input the user information, the user equipment determines that the first presentation information satisfies the retransformation trigger condition.
In some embodiments, the obtaining second presence information associated with the first presence information comprises: second presentation information which points to the same information subject as the first presentation information is pre-stored in a local cache; and acquiring the second presentation information from the local cache. For example, before the target application is enabled, the user equipment locally stores second presentation information pointing to the same information subject as the first presentation information in advance, in some embodiments, the user equipment obtains a mapping relationship list of the first presentation information and the second presentation information in advance from the network equipment and stores the mapping relationship list to a local cache, and when the first presentation information meets a retransformation trigger condition, the user equipment obtains the corresponding second presentation information from the local cache, so that the efficiency of obtaining the second presentation information can be improved, and a basis is provided for subsequently displaying the second presentation information. In some embodiments, the method further includes step S104 (not shown), and in step S104, if the first presence information does not satisfy the re-transition triggering condition, the user equipment deletes the second presence information from the local cache. And under the condition that the first presentation information does not meet the retransformation trigger condition, the user equipment confirms that the first presentation information has completed the first retransformation in the target application starting stage, and the second presentation information does not need to occupy the local space of the user equipment any more, so that space is reserved for other subsequent resources.
In some embodiments, the obtaining second presence information associated with the first presence information comprises: sending a presence information acquisition request to corresponding network equipment, wherein the presence information acquisition request comprises the first presence information; and receiving second presence information which is associated with the first presence information and returned by the network equipment in response to the presence information acquisition request. For example, when the first presence information meets a retransformation trigger condition, the user equipment sends a presence information acquisition request to the network equipment in real time, where the presence information acquisition request includes the first presence information, and in response to the presence information acquisition request, the network equipment performs matching query on the first presence information in a mapping relationship list of the first presence information and candidate second presence information to determine corresponding second presence information; the network equipment returns the second presentation information to the user equipment, a basis is provided for the subsequent user equipment to display the second presentation information, the user equipment can flexibly acquire the second presentation information in real time according to corresponding requirements, and the matching degree of the second presentation information and the first presentation information is improved.
In some embodiments, said presenting the second presentation information in the current page by refreshing the current page of the target application comprises: judging whether the current page of the target application needs to be refreshed or not, and if so, presenting the second presentation information in the current page by refreshing the current page of the target application; otherwise, presenting the second presentation information by replacing the presentation information in the current page with the second presentation information. For example, the application page of the target application needs to be refreshed after a certain time (e.g., 30min), in the case that the current page needs to be refreshed, the user equipment presents the second presentation information by refreshing the current page, and if the current page does not need to be refreshed, the user equipment replaces the presentation information (e.g., advertisement information at any position) in the current page with the second presentation information and then presents the page including the second presentation information. In some embodiments, the current page of the target application contains a stream of information; the judging whether the current page of the target application needs to be refreshed or not comprises the following steps: if the validity deadline of the information flow in the current page is earlier than the current time or is more than the preset validity deadline, determining that the current page needs to be refreshed; otherwise, determining that the current page does not need to be refreshed. For example, if the expiration time of the information flow in the current page (e.g., eight am) is greater than a predetermined expiration time (e.g., seven am), the user device determines that the page has expired and needs to be refreshed. And under the condition of judging whether the current page needs to be refreshed or not, providing a basis for displaying the second presentation information in a proper form subsequently. In some embodiments, said presenting the second presentation information in the current page by refreshing the current page of the target application comprises: sending an information flow acquisition request to corresponding network equipment by refreshing the current page of the target application; receiving information flow response information returned by the network equipment in response to the information flow acquisition request; and splicing the second presentation information and the information stream response information to present the second presentation information. For example, in response to a refresh operation (for example, a manual refresh by a user or an automatic refresh reaching a predetermined time) on a current page of the target application, the user equipment sends an information flow acquisition request to the corresponding network equipment; and responding to the information flow acquisition request, the network equipment determines a corresponding information flow to return to the user equipment, wherein one or more advertisement positions are reserved in the information flow for splicing the second presentation information. After receiving the information stream, the user equipment splices the acquired second presentation information with the information stream and presents the second presentation information, thereby increasing the exposure rate of the advertisement. In some embodiments, the information flow obtaining request further includes a presence information obtaining request, and the amount of presence information requested by the presence information obtaining request is less than the amount of presence information included in the information flow in the current page by one. For example, the number of the presence information requested by the presence information obtaining request is four, the number of the presence information included in the information stream in the current page is five, and a presence information display area is reserved for splicing the subsequent information stream and the second presence information.
For example, a user holds user equipment, a target application is installed in the user equipment, in response to a manual opening operation of the user on the target application, the user equipment displays first presentation information (for example, an open screen advertisement occupying a full screen) corresponding to the target application in a starting process of the target application, and if the user does not click the first presentation information, the user equipment presents an application page of the target application and presents second presentation information after the target application is started by refreshing a current page, wherein the second presentation information and the first presentation information point to the same information topic (for example, the same application downloads and the same commodity information), and the second presentation information is located at the head of an information stream of the current page.
Fig. 3 is a flowchart illustrating a method for providing presentation information according to an embodiment of the present application, where a user holds a user device, a target application is installed in the user device, the user device pre-caches first presentation information (open screen advertisement material) and associated second presentation information (one or more linkage materials), enables the target application in response to an open trigger operation of the target application in the user device, and displays an open screen advertisement corresponding to the target application in a starting process of the target application, where the advertisement exposure is charged once. The method comprises the steps that user equipment detects whether a user clicks an open-screen advertisement and converts the open-screen advertisement (for example, an application corresponding to the advertisement is downloaded), and if yes, linkage advertisement site materials stored by the user equipment are deleted; otherwise, when the application page is presented (for example, taking an information flow page as an example), the user equipment judges whether the current information flow needs to be refreshed or not, if not, the user equipment replaces the advertisement in the current information flow with the associated material of the open screen advertisement for display, if so, the user equipment sends an information flow acquisition request to the network equipment, and the network equipment determines the related information flow based on the information flow request, wherein the information flow does not include at least one piece of first page first advertisement information; and after receiving the information stream returned by the network equipment, the user equipment splices the linkage material information and the information stream to display the associated advertisement on the application page, wherein the advertisement exposure is charged again.
Fig. 4 shows a user equipment for providing presence information according to an embodiment of the present application, the user equipment comprising a one-module 101 and a two-module 102.
Specifically, the one-to-one module 101 is configured to enable a target application in user equipment in response to an opening trigger operation on the target application, and display first presentation information corresponding to the target application in a starting process of the target application. The starting trigger operation comprises a manual trigger operation of a user on the target application (for example, the target application is opened) or a call trigger of other applications in the user equipment on the target application, and the first presentation information comprises an open screen advertisement which comprises common advertisement forms such as an immersive video, an information flow advertisement, a Sudoku, a resident banner and the like. For example, in response to a user's opening operation on the target application, the user device enables the target application, and the user device presents the first presentation information during the starting process of the target application, for example, the starting time is less than a predetermined time threshold (for example, 5 s).
A second module 102, configured to, if the first presence information meets a retransformation trigger condition, obtain second presence information associated with the first presence information, and present the second presence information in the current page by refreshing the current page of the target application. Wherein the second presentation information comprises presentation information (advertisement) associated with the first presentation information, and the second presentation information comprises common advertisement forms such as immersive video, information flow advertisement, Sudoku, resident Banner and the like. The first presentation information and the second presentation information point to the same information topic, and in some embodiments, the style of the first presentation information and the style of the second presentation information are different (for example, the first presentation information is presented in a full screen manner in the target application, and the second presentation information is presented only in a partial area of the target application), and the style of the first presentation information and the style of the second presentation information are different. For example, when the user does not complete the conversion of the information through the first presentation information, the user device may present, in an application page of the target application, second presentation information related to the first presentation information for the user to click on, thereby increasing the conversion rate of the advertisement. In some embodiments, the same information topic includes at least any one of:
3) downloading the same application;
4) the same commodity information;
3) the same service information; the operation of the related information subject is the same as or similar to that of the embodiment shown in fig. 2, and therefore, is not described again, and is included herein by reference.
In some embodiments, the user equipment further includes a third module 103 (not shown) before the second module 102, and the third module 103 is configured to detect whether the first presence information satisfies the re-transformation triggering condition after the target application is successfully started. An example of a specific implementation manner of the third module 103 is the same as or similar to the embodiment related to S103 in fig. 2, and therefore, is not described again, and is included herein by reference. In some embodiments, the reconversion trigger condition includes at least any one of:
1) the first presentation information is not clicked;
2) the information subject corresponding to the first presentation information is not downloaded;
3) the information subject corresponding to the first presentation information is not installed;
4) the user information obtained based on the first presentation information is null; the operation of the re-transformation triggering condition is the same as or similar to that of the embodiment shown in fig. 2, and therefore is not described herein again, and is incorporated herein by reference.
In some embodiments, the obtaining second presence information associated with the first presence information comprises: pre-storing second presentation information associated with the first presentation information in a local cache; and acquiring the second presentation information from the local cache. The operation of obtaining the second presence information associated with the first presence information is the same as or similar to that of the embodiment shown in fig. 2, and therefore, the description is omitted, and the operation is incorporated herein by reference.
In some embodiments, the obtaining second presence information associated with the first presence information comprises: sending a presence information acquisition request to corresponding network equipment, wherein the presence information acquisition request comprises the first presence information; and receiving second presence information which is associated with the first presence information and returned by the network equipment in response to the presence information acquisition request. The operation of obtaining the second presence information associated with the first presence information is the same as or similar to that of the embodiment shown in fig. 2, and therefore, the description is omitted, and the operation is incorporated herein by reference.
In some embodiments, said presenting the second presentation information in the current page by refreshing the current page of the target application comprises: judging whether the current page of the target application needs to be refreshed or not, and if so, presenting the second presentation information in the current page by refreshing the current page of the target application; otherwise, presenting the second presentation information by replacing the presentation information in the current page with the second presentation information. The operation of refreshing the current page of the target application to present the second presentation information in the current page is the same as or similar to that of the embodiment shown in fig. 2, and therefore, the description is omitted, and the operation is incorporated herein by reference. In some embodiments, the current page of the target application contains a stream of information; the judging whether the current page of the target application needs to be refreshed or not comprises the following steps: if the validity deadline of the information flow in the current page is earlier than the current time or is more than the preset validity deadline, determining that the current page needs to be refreshed; otherwise, determining that the current page does not need to be refreshed. The operation for determining whether the current page of the target application needs to be refreshed is the same as or similar to that of the embodiment shown in fig. 2, and therefore, the detailed description is omitted, and the description is incorporated herein by reference. In some embodiments, said presenting the second presentation information in the current page by refreshing the current page of the target application comprises: sending an information flow acquisition request to corresponding network equipment by refreshing the current page of the target application; receiving information flow response information returned by the network equipment in response to the information flow acquisition request; and splicing the second presentation information and the information stream response information to present the second presentation information. The operation of refreshing the current page of the target application to present the second presentation information in the current page is the same as or similar to that of the embodiment shown in fig. 2, and therefore, the description is omitted, and the operation is incorporated herein by reference. In some embodiments, the information flow obtaining request further includes a presence information obtaining request, and the amount of presence information requested by the presence information obtaining request is less than the amount of presence information included in the information flow in the current page by one. The operation of the related information flow obtaining request is the same as or similar to that of the embodiment shown in fig. 2, and therefore, the description thereof is omitted, and the description is incorporated herein by reference.
Here, the specific implementation of the above-mentioned one-to-one module 101 and the two-to-two module 102 is the same as or similar to the embodiment of the steps S101 and S102 in fig. 2, and therefore, the description thereof is omitted, and the specific implementation is incorporated herein by reference.
The present application also provides a computer readable storage medium having stored thereon computer code which, when executed, performs a method as in any one of the preceding.
The present application also provides a computer program product, which when executed by a computer device, performs the method of any of the preceding claims.
The present application further provides a computer device, comprising:
one or more processors;
a memory for storing one or more computer programs;
the one or more computer programs, when executed by the one or more processors, cause the one or more processors to implement the method of any preceding claim.
FIG. 5 illustrates an exemplary system that can be used to implement the various embodiments described herein;
in some embodiments, as illustrated in fig. 5, the system 1000 can be implemented as any one of the network device, the first user device, or the second user device in the various described embodiments. In some embodiments, system 1000 may include one or more computer-readable media (e.g., system memory or NVM/storage 1020) having instructions and one or more processors (e.g., processor(s) 1005) coupled with the one or more computer-readable media and configured to execute the instructions to implement modules to perform the actions described herein.
For one embodiment, system control module 1010 may include any suitable interface controllers to provide any suitable interface to at least one of the processor(s) 1005 and/or to any suitable device or component in communication with system control module 1010.
The system control module 1010 may include a memory controller module 1030 to provide an interface to the system memory 1015. Memory controller module 1030 may be a hardware module, a software module, and/or a firmware module.
System memory 1015 may be used to load and store data and/or instructions, for example, for system 1000. For one embodiment, system memory 1015 may include any suitable volatile memory, such as suitable DRAM. In some embodiments, the system memory 1015 may include a double data rate type four synchronous dynamic random access memory (DDR4 SDRAM).
For one embodiment, system control module 1010 may include one or more input/output (I/O) controllers to provide an interface to NVM/storage 1020 and communication interface(s) 1025.
For example, NVM/storage 1020 may be used to store data and/or instructions. NVM/storage 1020 may include any suitable non-volatile memory (e.g., flash memory) and/or may include any suitable non-volatile storage device(s) (e.g., one or more Hard Disk drive(s) (HDD (s)), one or more Compact Disc (CD) drive(s), and/or one or more Digital Versatile Disc (DVD) drive (s)).
NVM/storage 1020 may include storage resources that are physically part of a device on which system 1000 is installed or may be accessed by the device and not necessarily part of the device. For example, NVM/storage 1020 may be accessed over a network via communication interface(s) 1025.
Communication interface(s) 1025 may provide an interface for system 1000 to communicate over one or more networks and/or with any other suitable device. System 1000 may communicate wirelessly with one or more components of a wireless network according to any of one or more wireless network standards and/or protocols.
For one embodiment, at least one of the processor(s) 1005 may be packaged together with logic for one or more controller(s) of the system control module 1010, e.g., memory controller module 1030. For one embodiment, at least one of the processor(s) 1005 may be packaged together with logic for one or more controller(s) of the system control module 1010 to form a System In Package (SiP). For one embodiment, at least one of the processor(s) 1005 may be integrated on the same die with logic for one or more controller(s) of the system control module 1010. For one embodiment, at least one of the processor(s) 1005 may be integrated on the same die with logic of one or more controllers of the system control module 1010 to form a system on a chip (SoC).
In various embodiments, system 1000 may be, but is not limited to being, a server, a workstation, a desktop computing device, or a mobile computing device (e.g., a laptop computing device, a handheld computing device, a tablet, a netbook, etc.).
It should be noted that the present application may be implemented in software and/or a combination of software and hardware, for example, implemented using Application Specific Integrated Circuits (ASICs), general purpose computers or any other similar hardware devices. In one embodiment, the software programs of the present application may be executed by a processor to implement the steps or functions described above. Likewise, the software programs (including associated data structures) of the present application may be stored in a computer readable recording medium, such as RAM memory, magnetic or optical drive or diskette and the like. Additionally, some of the steps or functions of the present application may be implemented in hardware, for example, as circuitry that cooperates with the processor to perform various steps or functions.
In addition, some of the present application may be implemented as a computer program product, such as computer program instructions, which when executed by a computer, may invoke or provide methods and/or techniques in accordance with the present application through the operation of the computer. Those skilled in the art will appreciate that the form in which the computer program instructions reside on a computer-readable medium includes, but is not limited to, source files, executable files, installation package files, and the like, and that the manner in which the computer program instructions are executed by a computer includes, but is not limited to: the computer directly executes the instruction, or the computer compiles the instruction and then executes the corresponding compiled program, or the computer reads and executes the instruction, or the computer reads and installs the instruction and then executes the corresponding installed program. Computer-readable media herein can be any available computer-readable storage media or communication media that can be accessed by a computer.
Communication media includes media by which communication signals, including, for example, computer readable instructions, data structures, program modules, or other data, are transmitted from one system to another. Communication media may include conductive transmission media such as cables and wires (e.g., fiber optics, coaxial, etc.) and wireless (non-conductive transmission) media capable of propagating energy waves such as acoustic, electromagnetic, RF, microwave, and infrared. Computer readable instructions, data structures, program modules, or other data may be embodied in a modulated data signal, for example, in a wireless medium such as a carrier wave or similar mechanism such as is embodied as part of spread spectrum techniques. The term "modulated data signal" means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. The modulation may be analog, digital or hybrid modulation techniques.
By way of example, and not limitation, computer-readable storage media may include volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer-readable instructions, data structures, program modules or other data. For example, computer-readable storage media include, but are not limited to, volatile memory such as random access memory (RAM, DRAM, SRAM); and non-volatile memory such as flash memory, various read-only memories (ROM, PROM, EPROM, EEPROM), magnetic and ferromagnetic/ferroelectric memories (MRAM, FeRAM); and magnetic and optical storage devices (hard disk, tape, CD, DVD); or other now known media or later developed that can store computer-readable information/data for use by a computer system.
An embodiment according to the present application comprises an apparatus comprising a memory for storing computer program instructions and a processor for executing the program instructions, wherein the computer program instructions, when executed by the processor, trigger the apparatus to perform a method and/or a solution according to the aforementioned embodiments of the present application.
It will be evident to those skilled in the art that the present application is not limited to the details of the foregoing illustrative embodiments, and that the present application may be embodied in other specific forms without departing from the spirit or essential attributes thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the application being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned. Furthermore, it is obvious that the word "comprising" does not exclude other elements or steps, and the singular does not exclude the plural. A plurality of units or means recited in the apparatus claims may also be implemented by one unit or means in software or hardware. The terms first, second, etc. are used to denote names, but not any particular order.

Claims (11)

1. A method for providing presence information, wherein the method comprises:
responding to starting triggering operation of a target application in user equipment, starting the target application, and displaying first presentation information corresponding to the target application in the starting process of the target application;
and if the first presentation information meets a retransformation trigger condition, acquiring second presentation information associated with the first presentation information, and presenting the second presentation information in the current page by refreshing the current page of the target application.
2. The method of claim 1, wherein the method further comprises, before obtaining second presence information associated with the first presence information and presenting the second presence information in the current page by refreshing the current page of the target application if the first presence information satisfies a retransformation trigger condition:
and after the target application is successfully started, detecting whether the first presentation information meets the retransformation trigger condition.
3. The method of claim 1, wherein the obtaining second presence information associated with the first presence information comprises:
pre-storing second presentation information associated with the first presentation information in a local cache;
and acquiring the second presentation information from the local cache.
4. The method of claim 3, wherein the method further comprises:
and if the first presentation information does not meet the retransformation trigger condition, deleting the second presentation information from the local cache.
5. The method of claim 1, wherein the obtaining second presence information associated with the first presence information comprises:
sending a presence information acquisition request to corresponding network equipment, wherein the presence information acquisition request comprises the first presence information;
and receiving second presence information which is associated with the first presence information and returned by the network equipment in response to the presence information acquisition request.
6. The method of claim 1, wherein the re-conversion triggering condition comprises at least any one of:
the first presentation information is not clicked;
the information subject corresponding to the first presentation information is not downloaded;
the information subject corresponding to the first presentation information is not installed;
the user information obtained based on the first presence information is null.
7. The method of any of claims 1-6, wherein the presenting the second presentation information in the current page by refreshing the current page of the target application comprises:
judging whether the current page of the target application needs to be refreshed or not, and if so, presenting the second presentation information in the current page by refreshing the current page of the target application; otherwise, presenting the second presentation information by replacing the presentation information in the current page with the second presentation information.
8. The method of claim 7, wherein the current page of the target application contains a stream of information;
the judging whether the current page of the target application needs to be refreshed or not comprises the following steps:
if the validity deadline of the information flow in the current page is earlier than the current time or is more than the preset validity deadline, determining that the current page needs to be refreshed; otherwise, determining that the current page does not need to be refreshed.
9. The method of claim 8, wherein the rendering the second presentation information in the current page by refreshing the current page of the target application comprises:
sending an information flow acquisition request to corresponding network equipment by refreshing the current page of the target application;
receiving information flow response information returned by the network equipment in response to the information flow acquisition request;
and splicing the second presentation information and the information stream response information to present the second presentation information.
10. An apparatus for providing presence information, the apparatus comprising:
a processor; and
a memory arranged to store computer executable instructions that, when executed, cause the processor to perform the method of any of claims 1 to 9.
11. A computer-readable medium storing instructions that, when executed by a computer, cause the computer to perform operations of any of the methods of claims 1-9.
CN202010214775.4A 2020-03-24 2020-03-24 Method and equipment for providing presence information Pending CN111427650A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202010214775.4A CN111427650A (en) 2020-03-24 2020-03-24 Method and equipment for providing presence information
PCT/CN2021/073056 WO2021190113A1 (en) 2020-03-24 2021-01-21 Method and device for providing presentation information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010214775.4A CN111427650A (en) 2020-03-24 2020-03-24 Method and equipment for providing presence information

Publications (1)

Publication Number Publication Date
CN111427650A true CN111427650A (en) 2020-07-17

Family

ID=71549323

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010214775.4A Pending CN111427650A (en) 2020-03-24 2020-03-24 Method and equipment for providing presence information

Country Status (2)

Country Link
CN (1) CN111427650A (en)
WO (1) WO2021190113A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112418942A (en) * 2020-11-26 2021-02-26 维沃移动通信有限公司 Advertisement display method and device and electronic equipment
WO2021190113A1 (en) * 2020-03-24 2021-09-30 上海连尚网络科技有限公司 Method and device for providing presentation information
CN113709146A (en) * 2021-08-26 2021-11-26 上海掌门科技有限公司 Method, apparatus, medium, and program product for presenting portal information
WO2023066176A1 (en) * 2021-10-18 2023-04-27 华为技术有限公司 Splash ad display method and related device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106059999A (en) * 2016-05-06 2016-10-26 腾讯科技(北京)有限公司 Media file display method and system, client and plug-in
CN106779810A (en) * 2016-11-25 2017-05-31 北京金山安全软件有限公司 Advertisement display method and device and terminal equipment

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8606872B1 (en) * 2012-10-22 2013-12-10 HotSpots U, Inc. Method and apparatus for organizing, packaging, and sharing social content and social affiliations
CN106775805A (en) * 2016-11-18 2017-05-31 三星电子(中国)研发中心 The application process and system of a kind of application program launching blank time
CN110782272A (en) * 2019-09-26 2020-02-11 北京淇瑀信息科技有限公司 Advertisement display method and device for application program
CN111427650A (en) * 2020-03-24 2020-07-17 上海连尚网络科技有限公司 Method and equipment for providing presence information

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106059999A (en) * 2016-05-06 2016-10-26 腾讯科技(北京)有限公司 Media file display method and system, client and plug-in
US20180267815A1 (en) * 2016-05-06 2018-09-20 Tencent Technology (Shenzhen) Company Limited Media file presentation method, client application, and plug-in
CN106779810A (en) * 2016-11-25 2017-05-31 北京金山安全软件有限公司 Advertisement display method and device and terminal equipment

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
肖建春;: "浏览器"幽浮"广告的技术分析" *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021190113A1 (en) * 2020-03-24 2021-09-30 上海连尚网络科技有限公司 Method and device for providing presentation information
CN112418942A (en) * 2020-11-26 2021-02-26 维沃移动通信有限公司 Advertisement display method and device and electronic equipment
CN113709146A (en) * 2021-08-26 2021-11-26 上海掌门科技有限公司 Method, apparatus, medium, and program product for presenting portal information
CN113709146B (en) * 2021-08-26 2023-06-23 上海掌门科技有限公司 Method, equipment and medium for presenting entry information
WO2023066176A1 (en) * 2021-10-18 2023-04-27 华为技术有限公司 Splash ad display method and related device

Also Published As

Publication number Publication date
WO2021190113A1 (en) 2021-09-30

Similar Documents

Publication Publication Date Title
CN111427650A (en) Method and equipment for providing presence information
CN110781397B (en) Method and equipment for providing novel information
CN111488096B (en) Method and equipment for displaying interactive presentation information in reading application
CN110321189B (en) Method and equipment for presenting hosted program in hosted program
CN110290557B (en) Method and equipment for loading page tags in application
CN110827061B (en) Method and equipment for providing presentation information in novel reading process
CN111159537B (en) Method and device for pushing presentation information in reading application
CN110765395A (en) Method and equipment for providing novel information
CN110502299B (en) Method and equipment for providing novel information
CN111258470B (en) Method and equipment for presenting social messages
CN110430253B (en) Method and equipment for providing novel update notification information
CN110519250B (en) Method and equipment for providing information flow
CN109254781B (en) Method and equipment for installing application on user equipment
CN110750482A (en) Method and equipment for providing novel reading information
CN111506232B (en) Method and equipment for controlling menu display in reading application
CN110765258B (en) Method and equipment for providing electronic books
CN111162990B (en) Method and equipment for presenting message notification
CN111325574A (en) Method and equipment for providing presence information
CN111385353B (en) Method and equipment for providing application presentation information
CN111680250B (en) Method and equipment for recalling presentation information
CN115309657A (en) Method, device, medium and program product for providing test case
CN111666249B (en) Method and device for acquiring target reading mode in reading application
CN114821410A (en) Method and equipment for determining object association information of target object
CN111506233A (en) Method and equipment for providing book information in reading application
CN110311945B (en) Method and equipment for presenting resource pushing information in real-time video stream

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