CN106612305B - Information pushing method and device - Google Patents

Information pushing method and device Download PDF

Info

Publication number
CN106612305B
CN106612305B CN201510695375.9A CN201510695375A CN106612305B CN 106612305 B CN106612305 B CN 106612305B CN 201510695375 A CN201510695375 A CN 201510695375A CN 106612305 B CN106612305 B CN 106612305B
Authority
CN
China
Prior art keywords
client
account
same
detecting whether
exists
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.)
Active
Application number
CN201510695375.9A
Other languages
Chinese (zh)
Other versions
CN106612305A (en
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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201510695375.9A priority Critical patent/CN106612305B/en
Publication of CN106612305A publication Critical patent/CN106612305A/en
Application granted granted Critical
Publication of CN106612305B publication Critical patent/CN106612305B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0815Network architectures or network communication protocols for network security for authentication of entities providing single-sign-on or federations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Abstract

The application provides a message pushing method and a message pushing device, wherein after a browsing request about target pushed information from a first client is received, a server searches for a second client with a screen size larger than that of the first client, and after the second client is found, the server activates the second client, so that the second client loads and displays a display page of the target pushed information, a user can directly view the display page in the second client with a larger screen size, and any manual operation does not need to be executed on the second client, so that the display page can be conveniently browsed in the second client with a large size while the real-time pushing information reminding is realized by using the portable first client, the manual operation steps and time of the user are saved, and the user perception is improved.

Description

Information pushing method and device
Technical Field
The present application relates to the field of internet application technologies, and in particular, to an information push method and apparatus.
Background
Information push, namely, some information is automatically sent to a user through the Internet; the push information may be information subscribed by the user, or information useful to the user, such as news information, merchandise promotion information, etc., obtained by analyzing the user's preferences and filtering. Through information push, the method can help the user to efficiently explore valuable information and reduce the time for the user to actively search.
Fig. 1 shows a schematic diagram of a system for implementing information push. The information push system includes a server 110 as an information sender, and a client 120 as an information receiver. Due to the different screen sizes of different types of clients, the specific performance of the clients in the application process is different. The smaller the screen size, the better the portability of the client, the better the convenience for the user to receive the push information in time, but the less the information content displayed at the same moment, the poorer the display effect of the contents of special types such as pictures and the like, even the contents can not be displayed, and the inconvenience for the user to quickly and comprehensively view more contents of the push information is brought; on the contrary, the larger the screen size, the more the information content displayed at the same time by the client is, which is more beneficial for the user to browse the pushed information comprehensively and quickly, but the user cannot see the pushed information in time due to inconvenience in carrying about.
As can be seen from the above related technologies, for the user, the process of viewing the push message using multiple terminals is complicated.
Disclosure of Invention
In order to overcome the problems in the related art, the application provides an information pushing method and device.
According to a first aspect of embodiments of the present application, there is provided an information pushing method, including:
detecting whether a browsing request about target push information sent by a first client side is received;
if the browsing request is received, detecting whether a second client with the screen size larger than that of the first client exists or not;
and if the second client exists, activating the second client, so that the second client loads and displays the display page of the target push information.
With reference to the first aspect, in a first possible implementation manner of the first aspect, the detecting whether there is a second client with a screen size larger than that of the first client includes:
detecting whether a same-account client with a login account identical to that of the first client exists or not;
if the same account client exists, judging whether the screen size of the same account client is larger than that of the first client;
and if the screen size of the same account client is larger than that of the first client, determining that the same account client is the second client.
With reference to the first possible implementation manner of the first aspect, in a second possible implementation manner of the first aspect, the detecting whether there is a same-account client whose login account is the same as that of the first client includes:
and circularly detecting whether the same account client with the same login account as the login account of the first client exists or not within the preset time.
With reference to the first possible implementation manner of the first aspect, in a third possible implementation manner of the first aspect, the detecting whether there is a same-account client whose login account is the same as that of the first client includes:
and detecting whether a same-account client with a login account identical to that of the first client exists in a network environment where the first client is located.
According to a second aspect of the embodiments of the present application, there is provided a message pushing apparatus, including:
the request receiving unit is used for detecting whether a browsing request about target push information sent by a first client side is received;
the client selecting unit is used for detecting whether a second client with the screen size larger than that of the first client exists or not when the browsing request is received;
and the client activating unit is used for activating the second client when the second client exists, so that the second client loads and displays the display page of the target push information.
With reference to the second aspect, in a first possible implementation manner of the second aspect, the client selecting unit includes:
the account detection unit is used for detecting whether a same-account client with the same login account as that of the first client exists or not;
and the size comparison unit is used for judging whether the screen size of the same-account client is larger than that of the first client or not when the same-account client exists, and if so, determining that the same-account client is the second client.
With reference to the first possible implementation manner of the second aspect, in a second possible implementation manner of the second aspect, the account detection unit includes:
and the account time limit detection unit is used for circularly detecting whether the same account client with the same login account as the login account of the first client exists or not within the preset time.
With reference to the first possible implementation manner of the second aspect, in a third possible implementation manner of the second aspect, the account detection unit includes:
and the account network-limited detection unit is used for detecting whether the same account client with the same login account as the login account of the first client exists in the network environment where the first client is located.
According to the technical scheme, after receiving the browsing request about the target push information from the first client, the server in the embodiment of the application searches for the second client with the screen size larger than that of the first client, and after finding the second client, the server activates the second client, so that the second client loads and displays the display page of the target push information, the user can directly view the display page in the second client with the larger screen size, and no manual operation is needed to be executed on the second client.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
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.
Fig. 1 is an architecture diagram of a message push system.
Fig. 2 is a flowchart illustrating a message pushing method according to an exemplary embodiment.
Fig. 3 is a block diagram illustrating a structure of a message push apparatus according to an exemplary embodiment.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present invention. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the invention, as detailed in the appended claims.
Fig. 2 shows a flow chart of an information pushing method, which is applied to a server. As shown in fig. 2, the method includes the following steps.
S11, detecting whether a browsing request about the target push information sent by the first client side is received.
S12, if the browsing request is received, detecting whether a second client with a screen size larger than that of the first client exists.
In this embodiment, the client as the information receiving and receiving module may include any one or more of the following types: smart watches, cell phones, Tablet PCs, Personal Computers (PCs), and the like. The comparison of the screen sizes of the clients can be realized by comparing the types and models of the clients, for example, the relationship between the screen sizes of the clients of each type can be set as follows by default: smart watch type client < mobile phone type client < tablet computer type client < PC type client.
S13, if the second client exists, activating the second client, and enabling the second client to directly load and display the display page of the target push information.
In the related art, after receiving and viewing the target push information through the first client with a small screen size, if operations such as corresponding link clicking are further executed on the first client, the first client sends a browsing request to the server, and after receiving the browsing request, the server sends a data packet required by the display page loaded with the target push information to the first client, so that the first client can obtain the corresponding display page according to the data packet loading.
Different from the related art, in the embodiment of the present application, after receiving the browsing request about the target push information from the first client, the server searches for the second client having a screen size larger than that of the first client, i.e., step S12; assuming that the first client is a mobile phone, the second client can be found to be a PC. After finding the second client, the server activates the second client, so that the second client loads and displays the display page of the target push information, step S13. The specific implementation of the server activating the second client may be: the server sends a corresponding program starting instruction to the second client and loads a data packet required by the display page; for example, suppose that a user receives a news message pushed by the Tencent network shown in FIG. 2 through a mobile phone and clicks a link of the news message, after receiving a browsing request, a server determines that a PC is a second client, and a browser starting instruction and a data packet of the news message are sent to the PC of the user together, so that the PC of the user automatically starts a browser and loads a display page of the news message, manual operation of the user on the PC is not required, the second client can be quickly activated even if the current position of the user is far away from the second client, and waiting time required by the manual operation of the user is saved.
It should be noted that there may be one or more detected second clients, for example, when the smart watch is used as the first client, the second client may include a mobile phone, a tablet computer, a notebook computer, a desktop computer, and the like. Through the steps of the method, the display pages of the target push information can be obtained from the plurality of second clients at the same time, so that the user can freely select which second client to view the display pages.
According to the technical scheme, after receiving the browsing request about the target push information from the first client, the server in the embodiment of the application searches for the second client with the screen size larger than that of the first client, and after finding the second client, the server activates the second client, so that the second client loads and displays the display page of the target push information, a user can directly view the display page of the target push information in the second client with the larger screen size, and no manual operation is required to be executed on the second client.
In a possible embodiment of the present application, in order to correctly detect the second client, the step S12 specifically includes the following steps:
detecting whether a same-account client with a login account identical to that of the first client exists or not;
if the same account client exists, judging whether the screen size of the same account client is larger than that of the first client;
and if the screen size of the same account client is larger than that of the first client, determining that the same account client is the second client.
As can be seen from the above specific steps, in the embodiment of the present application, different clients of the same user are determined through the login account in the client, so that the second client corresponding to the user of the first client can be accurately determined and activated, and the false activation of the clients of other users is avoided.
Further, in a feasible embodiment of the present application, the detecting whether there is a same-account client whose login account is the same as the login account of the first client may specifically include: and detecting whether the same account client with the same login account as the login account of the first client exists or not within preset time.
The starting point of the timing of the preset time is the time when the browsing request is received, for example, the preset time is set to 5 minutes, and the detection step of the client side with the account is executed in a circulating manner within 5 minutes after the browsing request is received. The present embodiment is mainly used for dealing with the following situations: and a certain client does not log in the corresponding account before the moment when the server receives the browsing request, and logs in after the moment when the server receives the browsing request. Under the circumstance, the target push information sent by the server cannot be received by the client, so that if the related technology is applied, the display page of the target push information cannot be checked through the client; however, if the present embodiment is applied, the account login time in the client may be detected before the preset time is over, so that the user may view the display page through the client.
In addition, in another feasible embodiment of the application, the detecting whether there is a same-account client whose login account is the same as the login account of the first client may specifically include: and detecting whether a same-account client with a login account identical to that of the first client exists in a network environment where the first client is located.
Specifically, assuming that the network environment where the first client is located is a wireless local area network with the name of "TP-link 1234", only detecting whether a client with the account exists in the clients connected to the internet through the wireless local area network with the name of "TP-link 1234". Because different network environments may represent different spatial positions, the detection range is controlled in the same network environment, so that the user views the display page of the target push information in other clients close to the user, and for a second client meeting the conditions and possibly existing in other network environments far away, the user does not need to perform detection activation because the second client is not convenient for the user to view in time, so that the detection workload of the server is reduced, and unnecessary network traffic consumption is reduced.
In other feasible embodiments of the present application, the detecting whether there is a same-account client having a same login account as the login account of the first client may also be performed in a network environment where the first client is located within a preset time, and whether there is the same-account client may also be detected.
In addition, the embodiment of the present application also provides a computer storage medium, which may be, for example, a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like; the computer storage medium has a program stored therein, and the program in the storage medium, when executed by a processor of a server, enables the server to perform part or all of the steps of the message push method described in the above-described method embodiments.
Fig. 3 is a block diagram of a message pushing apparatus according to an embodiment of the present application. Referring to fig. 3, the apparatus includes: a request receiving unit 100, a client selecting unit 200 and a client activating unit 300.
The request receiving unit 100 is configured to detect whether a browsing request about target push information sent by a first client is received;
the client selecting unit 200 is configured to, when receiving the browsing request, detect whether there is a second client having a screen size larger than that of the first client;
the client activating unit 300 is configured to activate the second client when the second client exists, so that the second client loads and displays the display page of the target push information.
As can be seen from the above device structure, when the message pushing device provided by the embodiment of the present application is used in a server, after receiving a browsing request about the target push information from the first client, a second client with a larger screen size than the first client can be found, and after finding the second client, the server activates the second client, so that the second client loads and displays the display page of the target push information, so that the user can directly view the presentation page in the second client with larger screen size without performing any manual operation on the second client, therefore, the real-time reminding of the pushed information is realized by utilizing the portable first client, the display page can be conveniently browsed in the large-size second client, the manual operation steps and time of a user are saved, and the user friendliness is improved.
In a possible embodiment of the present application, the client selecting unit 200 specifically includes: an account detection unit and a size comparison unit.
The account detection unit is used for detecting whether the same account client with the same login account as the login account of the first client exists or not.
The size comparison unit is used for judging whether the screen size of the same account client is larger than that of the first client or not when the same account client exists, and if so, determining that the same account client is the second client.
According to the method and the device, different clients of the same user are determined through the login account in the client, so that the second client corresponding to the user of the first client can be accurately determined and activated, and false activation of the clients of other users is avoided.
Further, in a feasible embodiment of the present application, the account detection unit may specifically be: and an account time limit detection unit. The account time limit detection unit is used for circularly detecting whether the same account client with the same login account as the login account of the first client exists or not within preset time.
The present embodiment is used to cope with the following scenarios: and a certain client does not log in the corresponding account before the moment when the server receives the browsing request, and logs in after the moment when the server receives the browsing request. In this scenario, with the present embodiment, as long as the account login time in the client is detected before the preset time is over, the user can also view the display page of the target push information through the client.
In another possible embodiment of the present application, the account detection unit may specifically be: and an account network-limiting detection unit. The account network-limited detection unit is used for detecting whether a same-account client with a login account identical to that of the first client exists in a network environment where the first client is located.
Because different network environments may represent different spatial positions, the detection range is controlled in the same network environment, so that the user views the display page of the target push information in other clients close to the user, and for a second client meeting the conditions and possibly existing in other network environments far away, the user does not need to perform detection activation because the second client is not convenient for the user to view in time, so that the detection workload of the server is reduced, and unnecessary network traffic consumption is reduced.
Other embodiments of the invention will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. This application is intended to cover any variations, uses, or adaptations of the invention following, in general, the principles of the invention and including such departures from the present disclosure as come within known or customary practice within the art to which the invention pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the invention being indicated by the following claims.
It will be understood that the invention is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the invention is limited only by the appended claims.

Claims (8)

1. An information pushing method, comprising:
detecting whether a browsing request about target push information sent by a first client side is received;
if the browsing request is received, detecting whether a second client with the screen size larger than that of the first client exists or not;
and if one or more second clients exist, activating all the second clients, so that each second client loads and displays the display page of the target push information.
2. The method of claim 1, wherein the detecting whether there is a second client with a screen size larger than that of the first client comprises:
detecting whether a same-account client with a login account identical to that of the first client exists or not;
if the same account client exists, judging whether the screen size of the same account client is larger than that of the first client;
and if the screen size of the same account client is larger than that of the first client, determining that the same account client is the second client.
3. The method of claim 2, wherein the detecting whether there is a same-account client having a same login account as the first client comprises:
and circularly detecting whether the same account client with the same login account as the login account of the first client exists or not within the preset time.
4. The method of claim 2, wherein the detecting whether there is a same-account client having a same login account as the first client comprises:
and detecting whether a same-account client with a login account identical to that of the first client exists in a network environment where the first client is located.
5. A message push apparatus, comprising:
the request receiving unit is used for detecting whether a browsing request about target push information sent by a first client side is received;
the client selecting unit is used for detecting whether a second client with the screen size larger than that of the first client exists or not when the browsing request is received;
and the client activating unit is used for activating all the second clients when one or more second clients exist, so that each second client loads and displays the display page of the target push information.
6. The apparatus of claim 5, wherein the client selection unit comprises:
the account detection unit is used for detecting whether a same-account client with the same login account as that of the first client exists or not;
and the size comparison unit is used for judging whether the screen size of the same-account client is larger than that of the first client or not when the same-account client exists, and if so, determining that the same-account client is the second client.
7. The apparatus of claim 6, wherein the account detection unit comprises:
and the account time limit detection unit is used for circularly detecting whether the same account client with the same login account as the login account of the first client exists or not within the preset time.
8. The apparatus of claim 6, wherein the account detection unit comprises:
and the account network-limited detection unit is used for detecting whether the same account client with the same login account as the login account of the first client exists in the network environment where the first client is located.
CN201510695375.9A 2015-10-22 2015-10-22 Information pushing method and device Active CN106612305B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510695375.9A CN106612305B (en) 2015-10-22 2015-10-22 Information pushing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510695375.9A CN106612305B (en) 2015-10-22 2015-10-22 Information pushing method and device

Publications (2)

Publication Number Publication Date
CN106612305A CN106612305A (en) 2017-05-03
CN106612305B true CN106612305B (en) 2020-06-05

Family

ID=58613309

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510695375.9A Active CN106612305B (en) 2015-10-22 2015-10-22 Information pushing method and device

Country Status (1)

Country Link
CN (1) CN106612305B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107766446A (en) * 2017-09-22 2018-03-06 北京网众共创科技有限公司 Method for pushing, device, storage medium and the processor of information
CN110221800A (en) * 2019-05-30 2019-09-10 京东方科技集团股份有限公司 A kind of processing method of data, apparatus and system

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103118119A (en) * 2013-02-07 2013-05-22 青岛海信传媒网络技术有限公司 Method for collaboratively browsing web pages, mobile communication terminal and large-screen browser
CN103716709A (en) * 2013-12-23 2014-04-09 乐视致新电子科技(天津)有限公司 Method and device for same screen interaction
CN104023050A (en) * 2014-05-16 2014-09-03 中国科学院计算技术研究所 Equipment cooperation multi-screen interactive system under equipment cloud environment and method thereof
US9124657B2 (en) * 2011-12-14 2015-09-01 International Business Machines Corporation Dynamic screen sharing for optimal performance

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103167428B (en) * 2011-12-15 2016-09-07 中国电信股份有限公司 Picture adapting method, mobile phone newspaper pusher and system
CN103067257B (en) * 2012-12-14 2015-07-15 腾讯科技(深圳)有限公司 Method and server and system for achieving data mutual communication in social networking service
KR102013338B1 (en) * 2013-02-04 2019-08-22 삼성전자 주식회사 Sharing Method of Service Page and Electronic Device operating the same
CN103607659A (en) * 2013-11-25 2014-02-26 小米科技有限责任公司 Method, device and server for displaying program comments on intelligent display equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9124657B2 (en) * 2011-12-14 2015-09-01 International Business Machines Corporation Dynamic screen sharing for optimal performance
CN103118119A (en) * 2013-02-07 2013-05-22 青岛海信传媒网络技术有限公司 Method for collaboratively browsing web pages, mobile communication terminal and large-screen browser
CN103716709A (en) * 2013-12-23 2014-04-09 乐视致新电子科技(天津)有限公司 Method and device for same screen interaction
CN104023050A (en) * 2014-05-16 2014-09-03 中国科学院计算技术研究所 Equipment cooperation multi-screen interactive system under equipment cloud environment and method thereof

Also Published As

Publication number Publication date
CN106612305A (en) 2017-05-03

Similar Documents

Publication Publication Date Title
US10402066B2 (en) Information processing terminal and control method
US20190340205A1 (en) Reducing redirects
JP6219296B2 (en) Launching an application from a web page
JP5805616B2 (en) Apparatus and method for searching / downloading content in a communication device
WO2020199751A1 (en) Method and apparatus for loading page picture, and electronic device
US20160269433A1 (en) Method and system for checking security of url for mobile terminal
US9503499B1 (en) Concealing latency in display of pages
US20150026301A1 (en) Systems, apparatus, and methods for mobile device detection
US20140325323A1 (en) Online video playing method and apparatus and computer readable medium
US20180293210A1 (en) Method and device for processing web page content
WO2017181663A1 (en) Method and device for matching image to search information
CN110020293B (en) Multimedia data display method, device and storage medium
US20130290898A1 (en) Method for presenting prompt message, terminal and server
WO2014176906A1 (en) Online video playing method and apparatus and computer readable medium
CN108334516B (en) Information pushing method and device
US20130104060A1 (en) Dynamic selection of one of many available web browsers
CN111666518A (en) DOI display method and device
US20150193394A1 (en) Scheduling processing of resource requests to ensure fulfillment of foreground requests
US20030055867A1 (en) Inter-device linking for presentation of information on devices connected to a communication system
CN106612305B (en) Information pushing method and device
US10021210B1 (en) Providing faster data access using multiple caching servers
CN111385336A (en) Page communication method and device, computer equipment and storage medium
US9134930B2 (en) Delayed content production
EP2477380A1 (en) Apparatus and method for providing and executing content
US20200274950A1 (en) Method and server for displaying access content

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
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 1237150

Country of ref document: HK

GR01 Patent grant
GR01 Patent grant