WO2019210585A1 - Message push method and apparatus, and computer readable storage medium and terminal device - Google Patents

Message push method and apparatus, and computer readable storage medium and terminal device Download PDF

Info

Publication number
WO2019210585A1
WO2019210585A1 PCT/CN2018/096255 CN2018096255W WO2019210585A1 WO 2019210585 A1 WO2019210585 A1 WO 2019210585A1 CN 2018096255 W CN2018096255 W CN 2018096255W WO 2019210585 A1 WO2019210585 A1 WO 2019210585A1
Authority
WO
WIPO (PCT)
Prior art keywords
keyword
message
preferred
window title
preset
Prior art date
Application number
PCT/CN2018/096255
Other languages
French (fr)
Chinese (zh)
Inventor
姜翔
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2019210585A1 publication Critical patent/WO2019210585A1/en

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

Definitions

  • the present application belongs to the field of computer technologies, and in particular, to a message pushing method, a computer readable storage medium, a terminal device and a device.
  • the application client installed in the traditional terminal device actively pulls information from the server.
  • the push technology of the push server does not require the user to constantly refresh the application client to check the message update, and the push server automatically sends the push message to the application client continuously, which greatly improves the interaction performance between the client and the server.
  • the current message push method generally pushes the message to the user at a certain fixed time, and the real-time performance of the push is difficult to guarantee, and the user experience is poor.
  • the embodiment of the present application provides a message pushing method, a computer readable storage medium, a terminal device, and a device, so as to solve the problem that the current message pushing method is difficult to guarantee in real time and the user experience is poor.
  • a first aspect of the embodiment of the present application provides a message pushing method, which may include:
  • the keyword configuration file includes a subset of keywords corresponding to the preset various message types, each key
  • the word subset includes more than one keyword
  • a second aspect of the embodiments of the present application provides a computer readable storage medium storing computer readable instructions, the steps of implementing the message pushing method when the computer readable instructions are executed by a processor .
  • a third aspect of embodiments of the present application provides a message push terminal device including a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, the processor executing the The steps of the above message pushing method are implemented when the computer readable instructions are described.
  • a fourth aspect of the embodiments of the present application provides a message pushing apparatus, which may include a module for implementing the steps of the above message pushing method.
  • the embodiment of the present application has the beneficial effects that the embodiment of the present application can push the corresponding push message according to the window that the user is currently opening the view to ensure the real-time performance of the message push, and the user experience. Huge improvements.
  • FIG. 1 is a flowchart of an embodiment of a message pushing method according to an embodiment of the present application
  • FIG. 3 is a structural diagram of an embodiment of a message pushing apparatus according to an embodiment of the present application.
  • FIG. 4 is a schematic block diagram of a message pushing terminal device according to an embodiment of the present application.
  • an embodiment of a message pushing method in the embodiment of the present application may include:
  • Step S101 Acquire a window title name displayed on the user's terminal device.
  • the window title name may be a title name in a title bar of an application (APP) window currently being used by the user.
  • APP application
  • the idProcess and idThresd in the application programming interface (API) provided by the system of the terminal device may be blanked to obtain all user process messages in the current system, and then processed by the process processing function.
  • the message finally identifies these processed user process messages, so as to obtain the process name of the application and the window title name of the open window without affecting the normal operation of the application.
  • API application programming interface
  • the Hook function may be registered in the terminal device to monitor a process of accessing the application, and the Hook function registered in the terminal device acquires a user process message of a process of accessing the application.
  • the Hook function that is, the hook function
  • the application can set the subroutine to monitor the window message, and the monitored window can be created by other processes.
  • the window message arrives, The window message is processed before the window handler is executed.
  • the Hook mechanism allows the application to intercept processing messages or specific events.
  • the hook is actually a program segment that processes the message.
  • the Hook function is hooked into the system through the system call. Before the pop-up message reaches the target window, the Hook function first. The window message is captured, and the Hook function can process the window message, or continue to deliver the window message without processing, and can also force the end of the window message delivery.
  • Step S102 sequentially matching the window title name with each keyword in the preset keyword configuration file.
  • the keyword profile may also be updated by a process as shown in FIG. 2:
  • Step S201 Send a configuration update request to a preset configuration server.
  • the configuration server is configured to store the current latest keyword profile to provide updated standards for the terminal device.
  • Step S202 receiving configuration information fed back by the configuration server.
  • the configuration information includes a first message digest value, where the first message digest value is a message digest value obtained by processing a keyword configuration file in the configuration server by using a preset message digest algorithm, in this example.
  • the message digest algorithm may be an MD5 algorithm, a SHA-1 algorithm, and other similar algorithms.
  • the message digest algorithm can transform an input of any length into a fixed-length output. This conversion is a compression mapping, that is, the length of the output is usually much smaller than the length of the input, and different inputs may be hashed to the same output. It is not possible to uniquely determine the input value from the output value, which is simply a process of compressing a message of any length into a message summary of a fixed length.
  • Step S203 determining whether the first message digest value is consistent with the second message digest value.
  • the second message digest value is a message digest value obtained by processing the locally stored keyword configuration file by using the message digest algorithm.
  • step S204 is performed. If the first message digest value is consistent with the second message digest value, the locally stored keyword configuration file is compared with the configuration server. The keyword configuration file is consistent, that is, the locally stored keyword configuration file is already the latest version, and there is no need to update it. At this time, step S205 is performed.
  • Step S204 Download a keyword configuration file in the configuration server, and replace the locally stored keyword configuration file with a keyword configuration file in the configuration server.
  • step S205 the locally stored keyword profile is maintained.
  • the foregoing process is a process in which the terminal device actively updates the keyword configuration file.
  • the configuration server may instruct the terminal device to perform the update of the keyword configuration file, that is, when the configuration server When the keyword configuration file is changed, the configuration server sends the current latest keyword configuration file to the terminal device, and after receiving the configuration file, the terminal device replaces the locally stored keyword configuration file with the configuration file.
  • the keyword configuration file includes a subset of keywords corresponding to preset various message types, and each keyword subset includes more than one keyword.
  • message types such as an advertisement class, a news information class, and a system notification class may be classified, and each type of push information is set with a corresponding keyword subset.
  • the keyword subset of the advertisement category may include keywords such as "advertisement”, “promotion”, “offer”, and "price reduction”.
  • the priority may be set for each keyword, which may be set by the user according to his own usage habits, which is not specifically limited in this embodiment.
  • step S103 it is determined whether the matching is successful.
  • step S104 it is determined whether any one of the keyword profiles is included in the window title name. If the matching is unsuccessful, step S104 is performed, and if the matching is successful, step S105 and subsequent steps are performed.
  • step S104 no message push is performed.
  • Step S105 determining a message type corresponding to the keyword whose window title name is successfully matched as a preferred message type.
  • Step S106 Select a specified number of preferred push messages in the preset push message database, and push the selected preferred push messages to the terminal device.
  • the preferred push message is a push message whose message type is consistent with the preferred message type.
  • the number of pushes and the number of clicks of each preferred push message in a specified time period are respectively obtained from the historical statistical records, and then the preferred index of each preferred push message is separately calculated according to the following formula:
  • n is the sequence number of the preferred push message, 1 ⁇ n ⁇ N, N is the total number of preferred push messages, ClickNum n is the number of clicks of the nth preferred push message, and SendNum n is the number of pushes of the nth preferred push message.
  • min is the minimum function
  • ⁇ 1 and ⁇ 2 are preset weight coefficients
  • PriIndex n is the nth preferred push message Preferred index.
  • a specified number of preferred push messages are sequentially selected from the push message database in descending order of the priority index.
  • the specified number of setting processes may include:
  • the display duration of the window title name on the terminal device is obtained.
  • the display duration of the window title name on each target device within a specified time period is respectively obtained from the historical statistical record.
  • the target device is a terminal device that is a statistical object of the historical statistical record.
  • ShowTime is the display duration of the window title name on the terminal device
  • hn is the serial number of the target device
  • 1 ⁇ hn ⁇ HN is the total number of target devices
  • HiShowTime hn is the name of the window title.
  • the display duration on the hn target devices, BenchNum is the preset number of references, and the value can be set according to the actual situation. For example, it can be set to 3, 5, 10, and so on.
  • MaxTime max(HiShowTime 1 , HiShowTime 2 , ..., HiShowTime hn , ..., HiShowTime HN ), min is the minimum function, max is the maximum function, and floor is the rounding function.
  • SNum is the specified number.
  • the embodiment of the present application can push the corresponding push message according to the window that the user is currently viewing, ensuring the real-time performance of the message push, and the user experience is greatly improved.
  • FIG. 3 is a structural diagram of an embodiment of a message pushing apparatus provided by an embodiment of the present application.
  • a message pushing apparatus may include:
  • a window title name obtaining module 301 configured to acquire a window title name displayed on a user terminal device
  • the keyword matching module 302 is configured to sequentially match the window title name with each keyword in the preset keyword configuration file, where the keyword configuration file includes corresponding to each preset message type. a subset of keywords, each keyword subset including more than one keyword;
  • the message type determining module 303 is configured to: determine, if the matching is successful, a message type corresponding to the keyword that successfully matches the window title name as a preferred message type;
  • the preferred push message selection module 304 is configured to select a specified number of preferred push messages in the preset push message database, where the preferred push message is a push message whose message type is consistent with the preferred message type;
  • the push message pushing module 305 is configured to push the selected preferred push message to the terminal device.
  • the message pushing device may further include:
  • An update request sending module configured to send a configuration update request to a preset configuration server
  • a feedback information receiving module configured to receive configuration information fed back by the configuration server, where the configuration information includes a first message digest value, where the first message digest value is used in the configuration server by using a preset message digest algorithm The message digest value obtained by processing the keyword configuration file;
  • a summary value determining module configured to determine whether the first message digest value is consistent with a second message digest value, where the second message digest value is obtained by processing the locally stored keyword configuration file by using the message digest algorithm Message digest value;
  • a configuration file replacement module configured to download a keyword configuration file in the configuration server, and use a keyword configuration file in the configuration server, if the first message digest value is inconsistent with the second message digest value Replace the locally stored keyword profile.
  • the keyword matching module may include:
  • a current keyword selection unit configured to select, from the keyword configuration file, a keyword with the highest priority and not yet selected as the current keyword
  • a current keyword search unit configured to search for the current keyword in the window title name
  • a matching success determining unit configured to determine that the window title name matches the current keyword successfully if the current keyword is found in the window title name.
  • the preferred push message selection module may include:
  • a data obtaining unit configured to separately obtain, according to the historical statistical record, the number of pushes and the number of clicks of each preferred push message within a specified time period
  • an index calculation unit is configured to separately calculate a preferred index of each preferred push message according to the following formula:
  • n is the sequence number of the preferred push message, 1 ⁇ n ⁇ N, N is the total number of preferred push messages, ClickNum n is the number of clicks of the nth preferred push message, and SendNum n is the number of pushes of the nth preferred push message.
  • min is the minimum function
  • ⁇ 1 and ⁇ 2 are preset weight coefficients
  • ⁇ 1 + ⁇ 2 1
  • PriIndex n is the preferred index of the nth preferred push message
  • the push message selecting unit is configured to sequentially select a specified number of preferred push messages from the push message database in descending order of the priority index.
  • the message pushing device may further include:
  • a first display duration acquisition module configured to acquire a display duration of the window title name on the terminal device
  • a second display duration acquisition module configured to obtain, from the historical statistical record, a display duration of the window title name on each target device within a specified time period, where the target device is a terminal that is a statistical object of the historical statistical record device;
  • a specified number calculation module for calculating the specified number according to the following formula:
  • ShowTime is the display duration of the window title name on the terminal device
  • hn is the serial number of the target device
  • 1 ⁇ hn ⁇ HN is the total number of target devices
  • HiShowTime hn is the name of the window title.
  • the display duration on hn target devices, BenchNum is the preset number of references
  • MaxTime max(HiShowTime 1 , HiShowTime 2 , ..., HiShowTime hn , ..., HiShowTime HN )
  • min is The minimum function
  • max is the maximum function
  • floor is the rounding function
  • SNum is the specified number.
  • FIG. 4 is a schematic block diagram of a message push terminal device provided by an embodiment of the present application.
  • the message pushing terminal device 4 may be a computing device such as a mobile phone, a tablet computer, a smart watch, a smart bracelet, and smart glasses.
  • the message push terminal device 4 may include a processor 40, a memory 41, and computer readable instructions 42 stored in the memory 41 and operable on the processor 40, such as a computer executing the message push method described above. Read the instruction.
  • the processor 40 executes the steps in the embodiments of the various message pushing methods described above when the computer readable instructions 42 are executed.
  • the functional units in the various embodiments of the present application may be stored in a computer readable storage medium if implemented in the form of a software functional unit and sold or used as a separate product. Based on such understanding, the technical solution of the present application, in essence or the contribution to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a storage medium. A number of computer readable instructions are included to cause a computer device to perform all or part of the steps of the methods described in various embodiments of the present application.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The present application belongs to the technical field of computers, and particularly relates to a message push method and apparatus, and a computer readable storage medium and a terminal device. The method comprises: firstly acquiring a window subject name displayed on a terminal device of a user; then matching the window subject name successively with each keyword in a preset keyword configuration file; if the matching is successful, determining a message type corresponding to a keyword successfully matching the window subject name as a preferred message type; and finally selecting, from a preset database of messages to be pushed, a specified number of preferred messages to be pushed, and pushing, to the terminal device, the selected preferred messages to be pushed. By means of the embodiments of the present application, a corresponding message to be pushed can be pushed to a user according to a window currently opened and viewed by the user, such that the real-time performance of message push is guaranteed, and the user experience is greatly improved.

Description

消息推送方法、计算机可读存储介质、终端设备及装置Message pushing method, computer readable storage medium, terminal device and device
本申请要求于2018年5月3日提交中国专利局、申请号为201810414850.4、发明名称为“一种消息推送方法、计算机可读存储介质及终端设备”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application claims priority to Chinese Patent Application No. 201810414850.4, entitled "Message Pushing Method, Computer Readable Storage Media, and Terminal Equipment", filed on May 3, 2018, the entire contents of which is hereby incorporated by reference. This is incorporated herein by reference.
技术领域Technical field
本申请属于计算机技术领域,尤其涉及一种消息推送方法、计算机可读存储介质、终端设备及装置。The present application belongs to the field of computer technologies, and in particular, to a message pushing method, a computer readable storage medium, a terminal device and a device.
背景技术Background technique
随着移动互联网的快速发展以及智能化终端设备的普及,人们越来越倾向于使用终端设备来获取信息和服务,传统的终端设备中安装的应用程序客户端主动向服务器拉取信息的方式存在诸多不足,因此推送技术应运而生。推送服务器的推送技术不需要用户不停刷新应用程序客户端来检查消息更新,推送服务器会自动将推送消息源源不断地发送给应用程序客户端,大大提高了客户端和服务器之间的交互性能。但目前的消息推送方法一般是在某些固定的时间将消息推送给用户,推送的实时性难以保证,用户体验较差。With the rapid development of the mobile Internet and the popularization of intelligent terminal devices, people are increasingly inclined to use terminal devices to obtain information and services. The application client installed in the traditional terminal device actively pulls information from the server. There are many deficiencies, so push technology came into being. The push technology of the push server does not require the user to constantly refresh the application client to check the message update, and the push server automatically sends the push message to the application client continuously, which greatly improves the interaction performance between the client and the server. However, the current message push method generally pushes the message to the user at a certain fixed time, and the real-time performance of the push is difficult to guarantee, and the user experience is poor.
技术问题technical problem
有鉴于此,本申请实施例提供了一种消息推送方法、计算机可读存储介质、终端设备及装置,以解决目前的消息推送方法实时性难以保证,用户体验较差的问题。In view of this, the embodiment of the present application provides a message pushing method, a computer readable storage medium, a terminal device, and a device, so as to solve the problem that the current message pushing method is difficult to guarantee in real time and the user experience is poor.
技术解决方案Technical solution
本申请实施例的第一方面提供了一种消息推送方法,可以包括:A first aspect of the embodiment of the present application provides a message pushing method, which may include:
获取在用户的终端设备上显示的窗口标题名称;Obtaining the name of the window title displayed on the user's terminal device;
将所述窗口标题名称与预设的关键词配置文件中的各个关键词依次进行匹配,所述关键词配置文件中包括与预设的各种消息类型分别对应的关键词子集,每个关键词子集中包括一个以上的关键词;And matching the window title name with each keyword in the preset keyword configuration file, where the keyword configuration file includes a subset of keywords corresponding to the preset various message types, each key The word subset includes more than one keyword;
若匹配成功,则将与所述窗口标题名称匹配成功的关键词对应的消息类型确定为优选消息类型;If the matching is successful, determining a message type corresponding to the keyword whose window title name matches successfully is a preferred message type;
在预设的推送消息数据库中选取指定数目的优选推送消息,并将选取的所述优选推送消息推送至所述终端设备,所述优选推送消息为消息类型与所述优选消息类型一致的推送消息。Selecting a specified number of preferred push messages in a preset push message database, and pushing the selected preferred push message to the terminal device, where the preferred push message is a push message whose message type is consistent with the preferred message type. .
本申请实施例的第二方面提供了一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可读指令,所述计算机可读指令被处理器执行时实现上述消息推送方法的步骤。A second aspect of the embodiments of the present application provides a computer readable storage medium storing computer readable instructions, the steps of implementing the message pushing method when the computer readable instructions are executed by a processor .
本申请实施例的第三方面提供了一种消息推送终端设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,所述处理器执行所述计算机可读指令时实现上述消息推送方法的步骤。A third aspect of embodiments of the present application provides a message push terminal device including a memory, a processor, and computer readable instructions stored in the memory and executable on the processor, the processor executing the The steps of the above message pushing method are implemented when the computer readable instructions are described.
本申请实施例的第四方面提供了一种消息推送装置,可以包括用于实现上述消息推送方法的步骤的模块。A fourth aspect of the embodiments of the present application provides a message pushing apparatus, which may include a module for implementing the steps of the above message pushing method.
有益效果Beneficial effect
本申请实施例与现有技术相比存在的有益效果是:本申请实施例可以根据用户当前正在打开查看的窗口,为其推送与之对应的推送消息,保证了消息推送的实时性,用户体验大大提升。Compared with the prior art, the embodiment of the present application has the beneficial effects that the embodiment of the present application can push the corresponding push message according to the window that the user is currently opening the view to ensure the real-time performance of the message push, and the user experience. Huge improvements.
附图说明DRAWINGS
图1为本申请实施例中一种消息推送方法的一个实施例流程图;FIG. 1 is a flowchart of an embodiment of a message pushing method according to an embodiment of the present application;
图2为对关键词配置文件进行更新的示意流程图;2 is a schematic flow chart of updating a keyword configuration file;
图3为本申请实施例中一种消息推送装置的一个实施例结构图;3 is a structural diagram of an embodiment of a message pushing apparatus according to an embodiment of the present application;
图4为本申请实施例中一种消息推送终端设备的示意框图。FIG. 4 is a schematic block diagram of a message pushing terminal device according to an embodiment of the present application.
本发明的实施方式Embodiments of the invention
请参阅图1,本申请实施例中一种消息推送方法的一个实施例可以包括:Referring to FIG. 1, an embodiment of a message pushing method in the embodiment of the present application may include:
步骤S101,获取在用户的终端设备上显示的窗口标题名称。Step S101: Acquire a window title name displayed on the user's terminal device.
所述窗口标题名称可以为当前用户正在使用的应用程序(APP)窗口的标题栏中的标题名称。The window title name may be a title name in a title bar of an application (APP) window currently being used by the user.
具体地,可以对终端设备的系统提供的应用程序编程接口(Application Programming Interface,API)中的idProcess和idThresd进行置空,获取当前系统内的所有用户进程消息,然后通过进程处理函数处理这些用户进程消息,最后对这些已处理过的用户进程消息进行标识,从而实现在不影响应用程序正常运行的同时,获取到应用程序的进程名称和打开窗口的窗口标题名称。Specifically, the idProcess and idThresd in the application programming interface (API) provided by the system of the terminal device may be blanked to obtain all user process messages in the current system, and then processed by the process processing function. The message finally identifies these processed user process messages, so as to obtain the process name of the application and the window title name of the open window without affecting the normal operation of the application.
可选的,可以在该终端设备中注册Hook函数监控访问应用程序的进程,通过在该终端设备中注册的该Hook函数获取访问该应用程序的进程的用户进程消息。其中,Hook函数,也即钩子函数,是消息处理机制的一个平台,应用程序可以在上面设置子程序以监视窗口消息,而且所监视的窗口可以是其他进程所创建的,当窗口消息到达后,在执行窗口处理函数之前处理该窗口消息。Optionally, the Hook function may be registered in the terminal device to monitor a process of accessing the application, and the Hook function registered in the terminal device acquires a user process message of a process of accessing the application. Among them, the Hook function, that is, the hook function, is a platform of the message processing mechanism. The application can set the subroutine to monitor the window message, and the monitored window can be created by other processes. When the window message arrives, The window message is processed before the window handler is executed.
另外,Hook机制允许应用程序截获处理消息或特定事件,钩子实际上是一个处理消息的程序段,通过系统调用,将Hook函数挂入系统,在弹窗消息未到达目标窗口之前,Hook函数就先捕获该窗口消息,进而Hook函数可以加工处理该窗口消息,也可 以不作处理而继续传递该窗口消息,还可以强制结束该窗口消息的传递。In addition, the Hook mechanism allows the application to intercept processing messages or specific events. The hook is actually a program segment that processes the message. The Hook function is hooked into the system through the system call. Before the pop-up message reaches the target window, the Hook function first. The window message is captured, and the Hook function can process the window message, or continue to deliver the window message without processing, and can also force the end of the window message delivery.
步骤S102,将所述窗口标题名称与预设的关键词配置文件中的各个关键词依次进行匹配。Step S102, sequentially matching the window title name with each keyword in the preset keyword configuration file.
优选地,在将所述窗口标题名称与预设的关键词配置文件中的各个关键词依次进行匹配之前,还可以通过如图2所示的过程对所述关键词配置文件进行更新:Preferably, before the window title name and the keywords in the preset keyword profile are sequentially matched, the keyword profile may also be updated by a process as shown in FIG. 2:
步骤S201,向预设的配置服务器发送配置更新请求。Step S201: Send a configuration update request to a preset configuration server.
由于关键词可能是随着时间不断变化的,因此所述关键词配置文件也会相应地不断发生变化,所述配置服务器用于存储当前最新的关键词配置文件,为终端设备提供更新的标准。Since the keyword may be constantly changing over time, the keyword profile will be constantly changed accordingly, and the configuration server is configured to store the current latest keyword profile to provide updated standards for the terminal device.
步骤S202,接收所述配置服务器反馈的配置信息。Step S202, receiving configuration information fed back by the configuration server.
所述配置信息中包括第一消息摘要值,所述第一消息摘要值为使用预设的消息摘要算法对所述配置服务器中的关键词配置文件进行处理得到的消息摘要值,在本实例中,所述消息摘要算法可以为MD5算法、SHA-1算法以及其它类似的算法。消息摘要算法可以把任意长度的输入变换成固定长度的输出,这种转换是一种压缩映射,也就是,输出的长度通常远小于输入的长度,不同的输入可能会散列成相同的输出,而不可能从输出值来唯一的确定输入值,简单的说就是一种将任意长度的消息压缩到某一固定长度的消息摘要的过程。The configuration information includes a first message digest value, where the first message digest value is a message digest value obtained by processing a keyword configuration file in the configuration server by using a preset message digest algorithm, in this example. The message digest algorithm may be an MD5 algorithm, a SHA-1 algorithm, and other similar algorithms. The message digest algorithm can transform an input of any length into a fixed-length output. This conversion is a compression mapping, that is, the length of the output is usually much smaller than the length of the input, and different inputs may be hashed to the same output. It is not possible to uniquely determine the input value from the output value, which is simply a process of compressing a message of any length into a message summary of a fixed length.
步骤S203,判断所述第一消息摘要值是否与第二消息摘要值一致。Step S203, determining whether the first message digest value is consistent with the second message digest value.
所述第二消息摘要值为使用所述消息摘要算法对本地存储的关键词配置文件进行处理得到的消息摘要值。The second message digest value is a message digest value obtained by processing the locally stored keyword configuration file by using the message digest algorithm.
若所述第一消息摘要值与所述第二消息摘要值不一致,则说明本地存储的关键词配置文件与所述配置服务器中的关键词配置文件不一致,也就是说本地存储的关键词配置文件不是最新的版本,需要对其进行更新,此时执行步骤S204,若所述第一消息摘要值与所述第二消息摘要值一致,则说明本地存储的关键词配置文件与所述配置服务器中的关键词配置文件一致,也就是说本地存储的关键词配置文件已经是最新的版本,无需对其进行更新,此时执行步骤S205。If the first message digest value is inconsistent with the second message digest value, it indicates that the locally stored keyword configuration file is inconsistent with the keyword configuration file in the configuration server, that is, the locally stored keyword configuration file. If it is not the latest version, it needs to be updated. In this case, step S204 is performed. If the first message digest value is consistent with the second message digest value, the locally stored keyword configuration file is compared with the configuration server. The keyword configuration file is consistent, that is, the locally stored keyword configuration file is already the latest version, and there is no need to update it. At this time, step S205 is performed.
步骤S204,下载所述配置服务器中的关键词配置文件,并使用所述配置服务器中的关键词配置文件替换本地存储的关键词配置文件。Step S204: Download a keyword configuration file in the configuration server, and replace the locally stored keyword configuration file with a keyword configuration file in the configuration server.
步骤S205,保持本地存储的关键词配置文件。In step S205, the locally stored keyword profile is maintained.
上述过程为终端设备主动更新关键词配置文件的过程,在本实施例的另一种可能实现中,可以由所述配置服务器来指示终端设备进行关键词配置文件的更新,即当所述配置服务器中的关键词配置文件发生变化时,所述配置服务器将当前最新的关键词 配置文件发送给终端设备,终端设备接收到该配置文件后,使用该配置文件替换本地存储的关键词配置文件。The foregoing process is a process in which the terminal device actively updates the keyword configuration file. In another possible implementation of the embodiment, the configuration server may instruct the terminal device to perform the update of the keyword configuration file, that is, when the configuration server When the keyword configuration file is changed, the configuration server sends the current latest keyword configuration file to the terminal device, and after receiving the configuration file, the terminal device replaces the locally stored keyword configuration file with the configuration file.
所述关键词配置文件中包括与预设的各种消息类型分别对应的关键词子集,每个关键词子集中包括一个以上的关键词。例如,可以划分广告类、新闻资讯类、系统通知类等消息类型,每种类型的推送信息均设置与之对应的关键词子集。例如,广告类的关键词子集中可以包括:“广告”、“促销”、“优惠”、“降价”等关键词。The keyword configuration file includes a subset of keywords corresponding to preset various message types, and each keyword subset includes more than one keyword. For example, message types such as an advertisement class, a news information class, and a system notification class may be classified, and each type of push information is set with a corresponding keyword subset. For example, the keyword subset of the advertisement category may include keywords such as "advertisement", "promotion", "offer", and "price reduction".
优选地,还可以为各个关键词设置优先级,具体可以由用户根据自己的使用习惯来进行设置,本实施对此不作具体限定。Preferably, the priority may be set for each keyword, which may be set by the user according to his own usage habits, which is not specifically limited in this embodiment.
在进行匹配时,首先从所述关键词配置文件中选取优先级最高且尚未被选取过的一个关键词作为当前关键词,然后在所述窗口标题名称中查找所述当前关键词,若在所述窗口标题名称中未查找到所述当前关键词,则返回执行所述从所述关键词配置文件中选取优先级最高且尚未被选取过的一个关键词作为当前关键词的步骤,若在所述窗口标题名称中查找到所述当前关键词,则确定所述窗口标题名称与所述当前关键词匹配成功。若遍历完所有关键词,仍未在所述窗口标题名称中查找到任意一个关键词,则确定匹配失败。When performing matching, first selecting a keyword with the highest priority and not yet selected as the current keyword from the keyword configuration file, and then searching for the current keyword in the window title name, if If the current keyword is not found in the window title name, returning to perform the step of selecting a keyword having the highest priority and not yet selected from the keyword profile as the current keyword, if If the current keyword is found in the window title name, it is determined that the window title name matches the current keyword successfully. If all the keywords have been traversed and no keyword has been found in the window title name, it is determined that the matching has failed.
步骤S103,判断是否匹配成功。In step S103, it is determined whether the matching is successful.
也即判断在所述窗口标题名称中是否包含所述关键词配置文件中的任意一个关键词。若匹配不成功,则执行步骤S104,若匹配成功,则执行步骤S105及其后续步骤。That is, it is determined whether any one of the keyword profiles is included in the window title name. If the matching is unsuccessful, step S104 is performed, and if the matching is successful, step S105 and subsequent steps are performed.
步骤S104,不进行消息推送。In step S104, no message push is performed.
步骤S105,将与所述窗口标题名称匹配成功的关键词对应的消息类型确定为优选消息类型。Step S105, determining a message type corresponding to the keyword whose window title name is successfully matched as a preferred message type.
步骤S106,在预设的推送消息数据库中选取指定数目的优选推送消息,并将选取的所述优选推送消息推送至所述终端设备。Step S106: Select a specified number of preferred push messages in the preset push message database, and push the selected preferred push messages to the terminal device.
所述优选推送消息为消息类型与所述优选消息类型一致的推送消息。The preferred push message is a push message whose message type is consistent with the preferred message type.
具体地,首先从历史统计记录中分别获取各个优选推送消息在指定时间段内的推送次数和点击次数,然后根据下式分别计算各个优选推送消息的优选指数:Specifically, firstly, the number of pushes and the number of clicks of each preferred push message in a specified time period are respectively obtained from the historical statistical records, and then the preferred index of each preferred push message is separately calculated according to the following formula:
Figure PCTCN2018096255-appb-000001
Figure PCTCN2018096255-appb-000001
其中,n为优选推送消息的序号,1≤n≤N,N为优选推送消息的总数目,ClickNum n为第n个优选推送消息的点击次数,SendNum n为第n个优选推送消息的推送次数,min为最小值函数,ξ 1和ξ 2均为预设的权重系数,且ξ 12=1,例如,可以设置ξ 1=ξ 2=0.5, PriIndex n为第n个优选推送消息的优选指数。 Where n is the sequence number of the preferred push message, 1≤n≤N, N is the total number of preferred push messages, ClickNum n is the number of clicks of the nth preferred push message, and SendNum n is the number of pushes of the nth preferred push message. , min is the minimum function, ξ 1 and ξ 2 are preset weight coefficients, and ξ 1 + ξ 2 =1, for example, ξ 1 = ξ 2 = 0.5 can be set, PriIndex n is the nth preferred push message Preferred index.
最后按照所述优先级指数从大到小的顺序依次从所述推送消息数据库中选取指定数目的优选推送消息。Finally, a specified number of preferred push messages are sequentially selected from the push message database in descending order of the priority index.
优选地,所述指定数目的设置过程可以包括:Preferably, the specified number of setting processes may include:
首先,获取所述窗口标题名称在所述终端设备上的显示时长。First, the display duration of the window title name on the terminal device is obtained.
然后,从历史统计记录中分别获取所述窗口标题名称在指定时间段内在各个目标设备上的显示时长。Then, the display duration of the window title name on each target device within a specified time period is respectively obtained from the historical statistical record.
所述目标设备是作为所述历史统计记录的统计对象的终端设备。The target device is a terminal device that is a statistical object of the historical statistical record.
最后,根据下式计算所述指定数目:Finally, the specified number is calculated according to the following formula:
Figure PCTCN2018096255-appb-000002
Figure PCTCN2018096255-appb-000002
其中,ShowTime为所述窗口标题名称在所述终端设备上的显示时长,hn为目标设备的序号,1≤hn≤HN,HN为目标设备的总数目,HiShowTime hn为所述窗口标题名称在第hn个目标设备上的显示时长,BenchNum为预设的基准数目,其取值可以根据实际情况进行设置,例如,可以将其设置为3、5、10等等。MaxTime=max(HiShowTime 1,HiShowTime 2,......,HiShowTime hn,......,HiShowTime HN),min为最小值函数,max为最大值函数,floor为向下取整函数,SNum为所述指定数目。 Wherein, ShowTime is the display duration of the window title name on the terminal device, hn is the serial number of the target device, 1≤hn≤HN, HN is the total number of target devices, and HiShowTime hn is the name of the window title. The display duration on the hn target devices, BenchNum is the preset number of references, and the value can be set according to the actual situation. For example, it can be set to 3, 5, 10, and so on. MaxTime=max(HiShowTime 1 , HiShowTime 2 , ..., HiShowTime hn , ..., HiShowTime HN ), min is the minimum function, max is the maximum function, and floor is the rounding function. , SNum is the specified number.
综上所述,本申请实施例可以根据用户当前正在打开查看的窗口,为其推送与之对应的推送消息,保证了消息推送的实时性,用户体验大大提升。In summary, the embodiment of the present application can push the corresponding push message according to the window that the user is currently viewing, ensuring the real-time performance of the message push, and the user experience is greatly improved.
对应于上文实施例所述的一种消息推送方法,图3示出了本申请实施例提供的一种消息推送装置的一个实施例结构图。Corresponding to a message pushing method according to the above embodiment, FIG. 3 is a structural diagram of an embodiment of a message pushing apparatus provided by an embodiment of the present application.
本实施例中,一种消息推送装置可以包括:In this embodiment, a message pushing apparatus may include:
窗口标题名称获取模块301,用于获取在用户的终端设备上显示的窗口标题名称;a window title name obtaining module 301, configured to acquire a window title name displayed on a user terminal device;
关键词匹配模块302,用于将所述窗口标题名称与预设的关键词配置文件中的各个关键词依次进行匹配,所述关键词配置文件中包括与预设的各种消息类型分别对应的关键词子集,每个关键词子集中包括一个以上的关键词;The keyword matching module 302 is configured to sequentially match the window title name with each keyword in the preset keyword configuration file, where the keyword configuration file includes corresponding to each preset message type. a subset of keywords, each keyword subset including more than one keyword;
优选消息类型确定模块303,用于若匹配成功,则将与所述窗口标题名称匹配成功的关键词对应的消息类型确定为优选消息类型;The message type determining module 303 is configured to: determine, if the matching is successful, a message type corresponding to the keyword that successfully matches the window title name as a preferred message type;
优选推送消息选取模块304,用于在预设的推送消息数据库中选取指定数目的优选推送消息,所述优选推送消息为消息类型与所述优选消息类型一致的推送消息;The preferred push message selection module 304 is configured to select a specified number of preferred push messages in the preset push message database, where the preferred push message is a push message whose message type is consistent with the preferred message type;
优选推送消息推送模块305,用于将选取的所述优选推送消息推送至所述终端设备。Preferably, the push message pushing module 305 is configured to push the selected preferred push message to the terminal device.
进一步地,所述消息推送装置还可以包括:Further, the message pushing device may further include:
更新请求发送模块,用于向预设的配置服务器发送配置更新请求;An update request sending module, configured to send a configuration update request to a preset configuration server;
反馈信息接收模块,用于接收所述配置服务器反馈的配置信息,所述配置信息中包括第一消息摘要值,所述第一消息摘要值为使用预设的消息摘要算法对所述配置服务器中的关键词配置文件进行处理得到的消息摘要值;a feedback information receiving module, configured to receive configuration information fed back by the configuration server, where the configuration information includes a first message digest value, where the first message digest value is used in the configuration server by using a preset message digest algorithm The message digest value obtained by processing the keyword configuration file;
摘要值判断模块,用于判断所述第一消息摘要值是否与第二消息摘要值一致,所述第二消息摘要值为使用所述消息摘要算法对本地存储的关键词配置文件进行处理得到的消息摘要值;And a summary value determining module, configured to determine whether the first message digest value is consistent with a second message digest value, where the second message digest value is obtained by processing the locally stored keyword configuration file by using the message digest algorithm Message digest value;
配置文件替换模块,用于若所述第一消息摘要值与所述第二消息摘要值不一致,则下载所述配置服务器中的关键词配置文件,并使用所述配置服务器中的关键词配置文件替换本地存储的关键词配置文件。a configuration file replacement module, configured to download a keyword configuration file in the configuration server, and use a keyword configuration file in the configuration server, if the first message digest value is inconsistent with the second message digest value Replace the locally stored keyword profile.
进一步地,所述关键词匹配模块可以包括:Further, the keyword matching module may include:
当前关键词选取单元,用于从所述关键词配置文件中选取优先级最高且尚未被选取过的一个关键词作为当前关键词;a current keyword selection unit, configured to select, from the keyword configuration file, a keyword with the highest priority and not yet selected as the current keyword;
当前关键词查找单元,用于在所述窗口标题名称中查找所述当前关键词;a current keyword search unit, configured to search for the current keyword in the window title name;
匹配成功确定单元,用于若在所述窗口标题名称中查找到所述当前关键词,则确定所述窗口标题名称与所述当前关键词匹配成功。And a matching success determining unit, configured to determine that the window title name matches the current keyword successfully if the current keyword is found in the window title name.
进一步地,所述优选推送消息选取模块可以包括:Further, the preferred push message selection module may include:
数据获取单元,用于从历史统计记录中分别获取各个优选推送消息在指定时间段内的推送次数和点击次数;a data obtaining unit, configured to separately obtain, according to the historical statistical record, the number of pushes and the number of clicks of each preferred push message within a specified time period;
优选指数计算单元,用于根据下式分别计算各个优选推送消息的优选指数:Preferably, an index calculation unit is configured to separately calculate a preferred index of each preferred push message according to the following formula:
Figure PCTCN2018096255-appb-000003
Figure PCTCN2018096255-appb-000003
其中,n为优选推送消息的序号,1≤n≤N,N为优选推送消息的总数目,ClickNum n为第n个优选推送消息的点击次数,SendNum n为第n个优选推送消息的推送次数,min为最小值函数,ξ 1和ξ 2均为预设的权重系数,且ξ 12=1,PriIndex n为第n个优选推送消息的优选指数; Where n is the sequence number of the preferred push message, 1≤n≤N, N is the total number of preferred push messages, ClickNum n is the number of clicks of the nth preferred push message, and SendNum n is the number of pushes of the nth preferred push message. , min is the minimum function, ξ 1 and ξ 2 are preset weight coefficients, and ξ 1 + ξ 2 =1, PriIndex n is the preferred index of the nth preferred push message;
优选推送消息选取单元,用于按照所述优先级指数从大到小的顺序依次从所述推送消息数据库中选取指定数目的优选推送消息。Preferably, the push message selecting unit is configured to sequentially select a specified number of preferred push messages from the push message database in descending order of the priority index.
进一步地,所述消息推送装置还可以包括:Further, the message pushing device may further include:
第一显示时长获取模块,用于获取所述窗口标题名称在所述终端设备上的显示时长;a first display duration acquisition module, configured to acquire a display duration of the window title name on the terminal device;
第二显示时长获取模块,用于从历史统计记录中分别获取所述窗口标题名称在指定时间段内在各个目标设备上的显示时长,所述目标设备是作为所述历史统计记录的统计对象的终端设备;a second display duration acquisition module, configured to obtain, from the historical statistical record, a display duration of the window title name on each target device within a specified time period, where the target device is a terminal that is a statistical object of the historical statistical record device;
指定数目计算模块,用于根据下式计算所述指定数目:A specified number calculation module for calculating the specified number according to the following formula:
Figure PCTCN2018096255-appb-000004
Figure PCTCN2018096255-appb-000004
其中,ShowTime为所述窗口标题名称在所述终端设备上的显示时长,hn为目标设备的序号,1≤hn≤HN,HN为目标设备的总数目,HiShowTime hn为所述窗口标题名称在第hn个目标设备上的显示时长,BenchNum为预设的基准数目,MaxTime=max(HiShowTime 1,HiShowTime 2,......,HiShowTime hn,......,HiShowTime HN),min为最小值函数,max为最大值函数,floor为向下取整函数,SNum为所述指定数目。 Wherein, ShowTime is the display duration of the window title name on the terminal device, hn is the serial number of the target device, 1≤hn≤HN, HN is the total number of target devices, and HiShowTime hn is the name of the window title. The display duration on hn target devices, BenchNum is the preset number of references, MaxTime=max(HiShowTime 1 , HiShowTime 2 , ..., HiShowTime hn , ..., HiShowTime HN ), min is The minimum function, max is the maximum function, floor is the rounding function, and SNum is the specified number.
图4示出了本申请实施例提供的一种消息推送终端设备的示意框图。FIG. 4 is a schematic block diagram of a message push terminal device provided by an embodiment of the present application.
在本实施例中,所述消息推送终端设备4可以是手机、平板电脑、智能手表、智能手环以及智能眼镜等计算设备。该消息推送终端设备4可包括:处理器40、存储器41以及存储在所述存储器41中并可在所述处理器40上运行的计算机可读指令42,例如执行上述的消息推送方法的计算机可读指令。所述处理器40执行所述计算机可读指令42时实现上述各个消息推送方法实施例中的步骤。In this embodiment, the message pushing terminal device 4 may be a computing device such as a mobile phone, a tablet computer, a smart watch, a smart bracelet, and smart glasses. The message push terminal device 4 may include a processor 40, a memory 41, and computer readable instructions 42 stored in the memory 41 and operable on the processor 40, such as a computer executing the message push method described above. Read the instruction. The processor 40 executes the steps in the embodiments of the various message pushing methods described above when the computer readable instructions 42 are executed.
在本申请各个实施例中的各功能单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读存储介质中。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的全部或部分可以以软件产品的形式体现出来,该计算机软件产品存储在一个存储介质中,包括若干计算机可读指令用以使得一台计算机设备执行本申请各个实施例所述方法的全部或部分步骤。The functional units in the various embodiments of the present application may be stored in a computer readable storage medium if implemented in the form of a software functional unit and sold or used as a separate product. Based on such understanding, the technical solution of the present application, in essence or the contribution to the prior art, or all or part of the technical solution may be embodied in the form of a software product stored in a storage medium. A number of computer readable instructions are included to cause a computer device to perform all or part of the steps of the methods described in various embodiments of the present application.

Claims (20)

  1. 一种消息推送方法,其特征在于,包括:A message pushing method, comprising:
    获取在用户的终端设备上显示的窗口标题名称;Obtaining the name of the window title displayed on the user's terminal device;
    将所述窗口标题名称与预设的关键词配置文件中的各个关键词依次进行匹配,所述关键词配置文件中包括与预设的各种消息类型分别对应的关键词子集,每个关键词子集中包括一个以上的关键词;And matching the window title name with each keyword in the preset keyword configuration file, where the keyword configuration file includes a subset of keywords corresponding to the preset various message types, each key The word subset includes more than one keyword;
    若匹配成功,则将与所述窗口标题名称匹配成功的关键词对应的消息类型确定为优选消息类型;If the matching is successful, determining a message type corresponding to the keyword whose window title name matches successfully is a preferred message type;
    在预设的推送消息数据库中选取指定数目的优选推送消息,并将选取的所述优选推送消息推送至所述终端设备,所述优选推送消息为消息类型与所述优选消息类型一致的推送消息。Selecting a specified number of preferred push messages in a preset push message database, and pushing the selected preferred push message to the terminal device, where the preferred push message is a push message whose message type is consistent with the preferred message type. .
  2. 根据权利要求1所述的消息推送方法,其特征在于,在将所述窗口标题名称与预设的关键词配置文件中的各个关键词依次进行匹配之前,还包括:The message pushing method according to claim 1, further comprising: before sequentially matching the window title name with each keyword in the preset keyword configuration file, further comprising:
    向预设的配置服务器发送配置更新请求;Send a configuration update request to a preset configuration server;
    接收所述配置服务器反馈的配置信息,所述配置信息中包括第一消息摘要值,所述第一消息摘要值为使用预设的消息摘要算法对所述配置服务器中的关键词配置文件进行处理得到的消息摘要值;And receiving the configuration information that is sent by the configuration server, where the configuration information includes a first message digest value, where the first message digest value is used to process a keyword configuration file in the configuration server by using a preset message digest algorithm. The resulting message digest value;
    判断所述第一消息摘要值是否与第二消息摘要值一致,所述第二消息摘要值为使用所述消息摘要算法对本地存储的关键词配置文件进行处理得到的消息摘要值;Determining whether the first message digest value is consistent with the second message digest value, where the second message digest value is a message digest value obtained by processing the locally stored keyword configuration file by using the message digest algorithm;
    若所述第一消息摘要值与所述第二消息摘要值不一致,则下载所述配置服务器中的关键词配置文件,并使用所述配置服务器中的关键词配置文件替换本地存储的关键词配置文件。If the first message digest value does not match the second message digest value, download a keyword configuration file in the configuration server, and replace the locally stored keyword configuration with a keyword configuration file in the configuration server. file.
  3. 根据权利要求1所述的消息推送方法,其特征在于,所述将所述窗口标题名称与预设的关键词配置文件中的各个关键词依次进行匹配包括:The message pushing method according to claim 1, wherein the sequentially matching the window title name with each keyword in the preset keyword configuration file comprises:
    从所述关键词配置文件中选取优先级最高且尚未被选取过的一个关键词作为当前关键词;Selecting, from the keyword configuration file, a keyword with the highest priority and not yet selected as the current keyword;
    在所述窗口标题名称中查找所述当前关键词;Finding the current keyword in the window title name;
    若在所述窗口标题名称中未查找到所述当前关键词,则返回执行所述从所述关键词配置文件中选取优先级最高且尚未被选取过的一个关键词作为当前关键词的步骤;If the current keyword is not found in the window title name, returning to performing the step of selecting, from the keyword configuration file, a keyword with the highest priority and not yet selected as the current keyword;
    若在所述窗口标题名称中查找到所述当前关键词,则确定所述窗口标题名称与所述当前关键词匹配成功。If the current keyword is found in the window title name, it is determined that the window title name matches the current keyword successfully.
  4. 根据权利要求1所述的消息推送方法,其特征在于,所述在预设的推送消息数 据库中选取指定数目的优选推送消息包括:The message pushing method according to claim 1, wherein the selecting a specified number of preferred push messages in the preset push message database comprises:
    从历史统计记录中分别获取各个优选推送消息在指定时间段内的推送次数和点击次数;Obtaining the number of pushes and the number of clicks of each preferred push message within a specified time period from the historical statistical records;
    根据下式分别计算各个优选推送消息的优选指数:The preferred index of each preferred push message is calculated according to the following formula:
    Figure PCTCN2018096255-appb-100001
    Figure PCTCN2018096255-appb-100001
    其中,n为优选推送消息的序号,1≤n≤N,N为优选推送消息的总数目,ClickNum n为第n个优选推送消息的点击次数,SendNum n为第n个优选推送消息的推送次数,min为最小值函数,ξ 1和ξ 2均为预设的权重系数,且ξ 12=1,PriIndex n为第n个优选推送消息的优选指数; Where n is the sequence number of the preferred push message, 1≤n≤N, N is the total number of preferred push messages, ClickNum n is the number of clicks of the nth preferred push message, and SendNum n is the number of pushes of the nth preferred push message. , min is the minimum function, ξ 1 and ξ 2 are preset weight coefficients, and ξ 1 + ξ 2 =1, PriIndex n is the preferred index of the nth preferred push message;
    按照所述优先级指数从大到小的顺序依次从所述推送消息数据库中选取指定数目的优选推送消息。A specified number of preferred push messages are sequentially selected from the push message database in descending order of the priority index.
  5. 根据权利要求1至4中任一项所述的消息推送方法,其特征在于,所述指定数目的设置过程包括:The message pushing method according to any one of claims 1 to 4, wherein the specified number of setting processes comprises:
    获取所述窗口标题名称在所述终端设备上的显示时长;Obtaining a display duration of the window title name on the terminal device;
    从历史统计记录中分别获取所述窗口标题名称在指定时间段内在各个目标设备上的显示时长,所述目标设备是作为所述历史统计记录的统计对象的终端设备;And obtaining, by the historical statistical record, a display duration of the window title name on each target device in a specified time period, where the target device is a terminal device that is a statistical object of the historical statistical record;
    根据下式计算所述指定数目:Calculate the specified number according to the following formula:
    Figure PCTCN2018096255-appb-100002
    Figure PCTCN2018096255-appb-100002
    其中,ShowTime为所述窗口标题名称在所述终端设备上的显示时长,hn为目标设备的序号,1≤hn≤HN,HN为目标设备的总数目,HiShowTime hn为所述窗口标题名称在第hn个目标设备上的显示时长,BenchNum为预设的基准数目,MaxTime=max(HiShowTime 1,HiShowTime 2,......,HiShowTime hn,......,HiShowTime HN),min为最小值函数,max为最大值函数,floor为向下取整函数,SNum为所述指定数目。 Wherein, ShowTime is the display duration of the window title name on the terminal device, hn is the serial number of the target device, 1≤hn≤HN, HN is the total number of target devices, and HiShowTime hn is the name of the window title. The display duration on hn target devices, BenchNum is the preset number of references, MaxTime=max(HiShowTime 1 , HiShowTime 2 , ..., HiShowTime hn , ..., HiShowTime HN ), min is The minimum function, max is the maximum function, floor is the rounding function, and SNum is the specified number.
  6. 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可读指令,其特征在于,所述计算机可读指令被处理器执行时实现如下步骤:A computer readable storage medium storing computer readable instructions, wherein the computer readable instructions, when executed by a processor, implement the following steps:
    获取在用户的终端设备上显示的窗口标题名称;Obtaining the name of the window title displayed on the user's terminal device;
    将所述窗口标题名称与预设的关键词配置文件中的各个关键词依次进行匹配,所述关键词配置文件中包括与预设的各种消息类型分别对应的关键词子集,每个关键词子集中包括一个以上的关键词;And matching the window title name with each keyword in the preset keyword configuration file, where the keyword configuration file includes a subset of keywords corresponding to the preset various message types, each key The word subset includes more than one keyword;
    若匹配成功,则将与所述窗口标题名称匹配成功的关键词对应的消息类型确定为优选消息类型;If the matching is successful, determining a message type corresponding to the keyword whose window title name matches successfully is a preferred message type;
    在预设的推送消息数据库中选取指定数目的优选推送消息,并将选取的所述优选推送消息推送至所述终端设备,所述优选推送消息为消息类型与所述优选消息类型一致的推送消息。Selecting a specified number of preferred push messages in a preset push message database, and pushing the selected preferred push message to the terminal device, where the preferred push message is a push message whose message type is consistent with the preferred message type. .
  7. 根据权利要求6所述的计算机可读存储介质,其特征在于,在将所述窗口标题名称与预设的关键词配置文件中的各个关键词依次进行匹配之前,还包括:The computer readable storage medium according to claim 6, further comprising: before sequentially matching the window title name with each keyword in the preset keyword profile, further comprising:
    向预设的配置服务器发送配置更新请求;Send a configuration update request to a preset configuration server;
    接收所述配置服务器反馈的配置信息,所述配置信息中包括第一消息摘要值,所述第一消息摘要值为使用预设的消息摘要算法对所述配置服务器中的关键词配置文件进行处理得到的消息摘要值;And receiving the configuration information that is sent by the configuration server, where the configuration information includes a first message digest value, where the first message digest value is used to process a keyword configuration file in the configuration server by using a preset message digest algorithm. The resulting message digest value;
    判断所述第一消息摘要值是否与第二消息摘要值一致,所述第二消息摘要值为使用所述消息摘要算法对本地存储的关键词配置文件进行处理得到的消息摘要值;Determining whether the first message digest value is consistent with the second message digest value, where the second message digest value is a message digest value obtained by processing the locally stored keyword configuration file by using the message digest algorithm;
    若所述第一消息摘要值与所述第二消息摘要值不一致,则下载所述配置服务器中的关键词配置文件,并使用所述配置服务器中的关键词配置文件替换本地存储的关键词配置文件。If the first message digest value does not match the second message digest value, download a keyword configuration file in the configuration server, and replace the locally stored keyword configuration with a keyword configuration file in the configuration server. file.
  8. 根据权利要求6所述的计算机可读存储介质,其特征在于,所述将所述窗口标题名称与预设的关键词配置文件中的各个关键词依次进行匹配包括:The computer readable storage medium according to claim 6, wherein the sequentially matching the window title name with each keyword in the preset keyword profile comprises:
    从所述关键词配置文件中选取优先级最高且尚未被选取过的一个关键词作为当前关键词;Selecting, from the keyword configuration file, a keyword with the highest priority and not yet selected as the current keyword;
    在所述窗口标题名称中查找所述当前关键词;Finding the current keyword in the window title name;
    若在所述窗口标题名称中未查找到所述当前关键词,则返回执行所述从所述关键词配置文件中选取优先级最高且尚未被选取过的一个关键词作为当前关键词的步骤;If the current keyword is not found in the window title name, returning to performing the step of selecting, from the keyword configuration file, a keyword with the highest priority and not yet selected as the current keyword;
    若在所述窗口标题名称中查找到所述当前关键词,则确定所述窗口标题名称与所述当前关键词匹配成功。If the current keyword is found in the window title name, it is determined that the window title name matches the current keyword successfully.
  9. 根据权利要求6所述的计算机可读存储介质,其特征在于,所述在预设的推送消息数据库中选取指定数目的优选推送消息包括:The computer readable storage medium according to claim 6, wherein the selecting a specified number of preferred push messages in the preset push message database comprises:
    从历史统计记录中分别获取各个优选推送消息在指定时间段内的推送次数和点击次数;Obtaining the number of pushes and the number of clicks of each preferred push message within a specified time period from the historical statistical records;
    根据下式分别计算各个优选推送消息的优选指数:The preferred index of each preferred push message is calculated according to the following formula:
    Figure PCTCN2018096255-appb-100003
    Figure PCTCN2018096255-appb-100003
    其中,n为优选推送消息的序号,1≤n≤N,N为优选推送消息的总数目,ClickNum n为第n个优选推送消息的点击次数,SendNum n为第n个优选推送消息的推送次数,min为最小值函数,ξ 1和ξ 2均为预设的权重系数,且ξ 12=1,PriIndex n为第n个优选推送消息的优选指数; Where n is the sequence number of the preferred push message, 1≤n≤N, N is the total number of preferred push messages, ClickNum n is the number of clicks of the nth preferred push message, and SendNum n is the number of pushes of the nth preferred push message. , min is the minimum function, ξ 1 and ξ 2 are preset weight coefficients, and ξ 1 + ξ 2 =1, PriIndex n is the preferred index of the nth preferred push message;
    按照所述优先级指数从大到小的顺序依次从所述推送消息数据库中选取指定数目的优选推送消息。A specified number of preferred push messages are sequentially selected from the push message database in descending order of the priority index.
  10. 根据权利要求6至9中任一项所述的计算机可读存储介质,其特征在于,所述指定数目的设置过程包括:The computer readable storage medium according to any one of claims 6 to 9, wherein the specified number of setting processes comprises:
    获取所述窗口标题名称在所述终端设备上的显示时长;Obtaining a display duration of the window title name on the terminal device;
    从历史统计记录中分别获取所述窗口标题名称在指定时间段内在各个目标设备上的显示时长,所述目标设备是作为所述历史统计记录的统计对象的终端设备;And obtaining, by the historical statistical record, a display duration of the window title name on each target device in a specified time period, where the target device is a terminal device that is a statistical object of the historical statistical record;
    根据下式计算所述指定数目:Calculate the specified number according to the following formula:
    Figure PCTCN2018096255-appb-100004
    Figure PCTCN2018096255-appb-100004
    其中,ShowTime为所述窗口标题名称在所述终端设备上的显示时长,hn为目标设备的序号,1≤hn≤HN,HN为目标设备的总数目,HiShowTime hn为所述窗口标题名称在第hn个目标设备上的显示时长,BenchNum为预设的基准数目,MaxTime=max(HiShowTime 1,HiShowTime 2,......,HiShowTime hn,......,HiShowTime HN),min为最小值函数,max为最大值函数,floor为向下取整函数,SNum为所述指定数目。 Wherein, ShowTime is the display duration of the window title name on the terminal device, hn is the serial number of the target device, 1≤hn≤HN, HN is the total number of target devices, and HiShowTime hn is the name of the window title. The display duration on hn target devices, BenchNum is the preset number of references, MaxTime=max(HiShowTime 1 , HiShowTime 2 , ..., HiShowTime hn , ..., HiShowTime HN ), min is The minimum function, max is the maximum function, floor is the rounding function, and SNum is the specified number.
  11. 一种消息推送终端设备,包括存储器、处理器以及存储在所述存储器中并可在所述处理器上运行的计算机可读指令,其特征在于,所述处理器执行所述计算机可读指令时实现如下步骤:A message push terminal device comprising a memory, a processor, and computer readable instructions stored in the memory and operable on the processor, wherein when the processor executes the computer readable instructions Implement the following steps:
    获取在用户的终端设备上显示的窗口标题名称;Obtaining the name of the window title displayed on the user's terminal device;
    将所述窗口标题名称与预设的关键词配置文件中的各个关键词依次进行匹配,所述关键词配置文件中包括与预设的各种消息类型分别对应的关键词子集,每个关键词子集中包括一个以上的关键词;And matching the window title name with each keyword in the preset keyword configuration file, where the keyword configuration file includes a subset of keywords corresponding to the preset various message types, each key The word subset includes more than one keyword;
    若匹配成功,则将与所述窗口标题名称匹配成功的关键词对应的消息类型确定为优选消息类型;If the matching is successful, determining a message type corresponding to the keyword whose window title name matches successfully is a preferred message type;
    在预设的推送消息数据库中选取指定数目的优选推送消息,并将选取的所述优选 推送消息推送至所述终端设备,所述优选推送消息为消息类型与所述优选消息类型一致的推送消息。Selecting a specified number of preferred push messages in a preset push message database, and pushing the selected preferred push message to the terminal device, where the preferred push message is a push message whose message type is consistent with the preferred message type. .
  12. 根据权利要求11所述的消息推送终端设备,其特征在于,在将所述窗口标题名称与预设的关键词配置文件中的各个关键词依次进行匹配之前,还包括:The message pushing terminal device according to claim 11, wherein before the matching of the window title name with each keyword in the preset keyword profile, the method further includes:
    向预设的配置服务器发送配置更新请求;Send a configuration update request to a preset configuration server;
    接收所述配置服务器反馈的配置信息,所述配置信息中包括第一消息摘要值,所述第一消息摘要值为使用预设的消息摘要算法对所述配置服务器中的关键词配置文件进行处理得到的消息摘要值;And receiving the configuration information that is sent by the configuration server, where the configuration information includes a first message digest value, where the first message digest value is used to process a keyword configuration file in the configuration server by using a preset message digest algorithm. The resulting message digest value;
    判断所述第一消息摘要值是否与第二消息摘要值一致,所述第二消息摘要值为使用所述消息摘要算法对本地存储的关键词配置文件进行处理得到的消息摘要值;Determining whether the first message digest value is consistent with the second message digest value, where the second message digest value is a message digest value obtained by processing the locally stored keyword configuration file by using the message digest algorithm;
    若所述第一消息摘要值与所述第二消息摘要值不一致,则下载所述配置服务器中的关键词配置文件,并使用所述配置服务器中的关键词配置文件替换本地存储的关键词配置文件。If the first message digest value does not match the second message digest value, download a keyword configuration file in the configuration server, and replace the locally stored keyword configuration with a keyword configuration file in the configuration server. file.
  13. 根据权利要求11所述的消息推送终端设备,其特征在于,所述将所述窗口标题名称与预设的关键词配置文件中的各个关键词依次进行匹配包括:The message pushing terminal device according to claim 11, wherein the sequentially matching the window title name with each keyword in the preset keyword configuration file comprises:
    从所述关键词配置文件中选取优先级最高且尚未被选取过的一个关键词作为当前关键词;Selecting, from the keyword configuration file, a keyword with the highest priority and not yet selected as the current keyword;
    在所述窗口标题名称中查找所述当前关键词;Finding the current keyword in the window title name;
    若在所述窗口标题名称中未查找到所述当前关键词,则返回执行所述从所述关键词配置文件中选取优先级最高且尚未被选取过的一个关键词作为当前关键词的步骤;If the current keyword is not found in the window title name, returning to performing the step of selecting, from the keyword configuration file, a keyword with the highest priority and not yet selected as the current keyword;
    若在所述窗口标题名称中查找到所述当前关键词,则确定所述窗口标题名称与所述当前关键词匹配成功。If the current keyword is found in the window title name, it is determined that the window title name matches the current keyword successfully.
  14. 根据权利要求11所述的消息推送终端设备,其特征在于,所述在预设的推送消息数据库中选取指定数目的优选推送消息包括:The message pushing terminal device according to claim 11, wherein the selecting a specified number of preferred push messages in the preset push message database comprises:
    从历史统计记录中分别获取各个优选推送消息在指定时间段内的推送次数和点击次数;Obtaining the number of pushes and the number of clicks of each preferred push message within a specified time period from the historical statistical records;
    根据下式分别计算各个优选推送消息的优选指数:The preferred index of each preferred push message is calculated according to the following formula:
    Figure PCTCN2018096255-appb-100005
    Figure PCTCN2018096255-appb-100005
    其中,n为优选推送消息的序号,1≤n≤N,N为优选推送消息的总数目,ClickNum n为第n个优选推送消息的点击次数,SendNum n为第n个优选推送消息的推送次数,min 为最小值函数,ξ 1和ξ 2均为预设的权重系数,且ξ 12=1,PriIndex n为第n个优选推送消息的优选指数; Where n is the sequence number of the preferred push message, 1≤n≤N, N is the total number of preferred push messages, ClickNum n is the number of clicks of the nth preferred push message, and SendNum n is the number of pushes of the nth preferred push message. , min is the minimum function, ξ 1 and ξ 2 are preset weight coefficients, and ξ 1 + ξ 2 =1, PriIndex n is the preferred index of the nth preferred push message;
    按照所述优先级指数从大到小的顺序依次从所述推送消息数据库中选取指定数目的优选推送消息。A specified number of preferred push messages are sequentially selected from the push message database in descending order of the priority index.
  15. 根据权利要求11至14中任一项所述的消息推送终端设备,其特征在于,所述指定数目的设置过程包括:The message push terminal device according to any one of claims 11 to 14, wherein the specified number of setting processes comprises:
    获取所述窗口标题名称在所述终端设备上的显示时长;Obtaining a display duration of the window title name on the terminal device;
    从历史统计记录中分别获取所述窗口标题名称在指定时间段内在各个目标设备上的显示时长,所述目标设备是作为所述历史统计记录的统计对象的终端设备;And obtaining, by the historical statistical record, a display duration of the window title name on each target device in a specified time period, where the target device is a terminal device that is a statistical object of the historical statistical record;
    根据下式计算所述指定数目:Calculate the specified number according to the following formula:
    Figure PCTCN2018096255-appb-100006
    Figure PCTCN2018096255-appb-100006
    其中,ShowTime为所述窗口标题名称在所述终端设备上的显示时长,hn为目标设备的序号,1≤hn≤HN,HN为目标设备的总数目,HiShowTime hn为所述窗口标题名称在第hn个目标设备上的显示时长,BenchNum为预设的基准数目,MaxTime=max(HiShowTime 1,HiShowTime 2,......,HiShowTime hn,......,HiShowTime HN),min为最小值函数,max为最大值函数,floor为向下取整函数,SNum为所述指定数目。 Wherein, ShowTime is the display duration of the window title name on the terminal device, hn is the serial number of the target device, 1≤hn≤HN, HN is the total number of target devices, and HiShowTime hn is the name of the window title. The display duration on hn target devices, BenchNum is the preset number of references, MaxTime=max(HiShowTime 1 , HiShowTime 2 , ..., HiShowTime hn , ..., HiShowTime HN ), min is The minimum function, max is the maximum function, floor is the rounding function, and SNum is the specified number.
  16. 一种消息推送装置,其特征在于,包括:A message pushing device, comprising:
    窗口标题名称获取模块,用于获取在用户的终端设备上显示的窗口标题名称;a window title name obtaining module, configured to acquire a window title name displayed on the user's terminal device;
    关键词匹配模块,用于将所述窗口标题名称与预设的关键词配置文件中的各个关键词依次进行匹配,所述关键词配置文件中包括与预设的各种消息类型分别对应的关键词子集,每个关键词子集中包括一个以上的关键词;a keyword matching module, configured to sequentially match the window title name with each keyword in a preset keyword configuration file, where the keyword configuration file includes a key corresponding to each preset message type a subset of words, each keyword subset includes more than one keyword;
    优选消息类型确定模块,用于若匹配成功,则将与所述窗口标题名称匹配成功的关键词对应的消息类型确定为优选消息类型;a message type determining module, configured to: determine, if the matching is successful, a message type corresponding to a keyword that successfully matches the window title name as a preferred message type;
    优选推送消息选取模块,用于在预设的推送消息数据库中选取指定数目的优选推送消息,所述优选推送消息为消息类型与所述优选消息类型一致的推送消息;Preferably, the push message selection module is configured to select a specified number of preferred push messages in the preset push message database, where the preferred push message is a push message whose message type is consistent with the preferred message type;
    优选推送消息推送模块,用于将选取的所述优选推送消息推送至所述终端设备。Preferably, the push message pushing module is configured to push the selected preferred push message to the terminal device.
  17. 根据权利要求16所述的消息推送装置,其特征在于,还包括:The message pushing device according to claim 16, further comprising:
    更新请求发送模块,用于向预设的配置服务器发送配置更新请求;An update request sending module, configured to send a configuration update request to a preset configuration server;
    反馈信息接收模块,用于接收所述配置服务器反馈的配置信息,所述配置信息中包括第一消息摘要值,所述第一消息摘要值为使用预设的消息摘要算法对所述配置服 务器中的关键词配置文件进行处理得到的消息摘要值;a feedback information receiving module, configured to receive configuration information fed back by the configuration server, where the configuration information includes a first message digest value, where the first message digest value is used in the configuration server by using a preset message digest algorithm The message digest value obtained by processing the keyword configuration file;
    摘要值判断模块,用于判断所述第一消息摘要值是否与第二消息摘要值一致,所述第二消息摘要值为使用所述消息摘要算法对本地存储的关键词配置文件进行处理得到的消息摘要值;And a summary value determining module, configured to determine whether the first message digest value is consistent with a second message digest value, where the second message digest value is obtained by processing the locally stored keyword configuration file by using the message digest algorithm Message digest value;
    配置文件替换模块,用于若所述第一消息摘要值与所述第二消息摘要值不一致,则下载所述配置服务器中的关键词配置文件,并使用所述配置服务器中的关键词配置文件替换本地存储的关键词配置文件。a configuration file replacement module, configured to download a keyword configuration file in the configuration server, and use a keyword configuration file in the configuration server, if the first message digest value is inconsistent with the second message digest value Replace the locally stored keyword profile.
  18. 根据权利要求16所述的消息推送装置,其特征在于,所述关键词匹配模块包括:The message pushing apparatus according to claim 16, wherein the keyword matching module comprises:
    当前关键词选取单元,用于从所述关键词配置文件中选取优先级最高且尚未被选取过的一个关键词作为当前关键词;a current keyword selection unit, configured to select, from the keyword configuration file, a keyword with the highest priority and not yet selected as the current keyword;
    当前关键词查找单元,用于在所述窗口标题名称中查找所述当前关键词;a current keyword search unit, configured to search for the current keyword in the window title name;
    匹配成功确定单元,用于若在所述窗口标题名称中查找到所述当前关键词,则确定所述窗口标题名称与所述当前关键词匹配成功。And a matching success determining unit, configured to determine that the window title name matches the current keyword successfully if the current keyword is found in the window title name.
  19. 根据权利要求16所述的消息推送装置,其特征在于,所述优选推送消息选取模块包括:The message pushing device according to claim 16, wherein the preferred push message selection module comprises:
    数据获取单元,用于从历史统计记录中分别获取各个优选推送消息在指定时间段内的推送次数和点击次数;a data obtaining unit, configured to separately obtain, according to the historical statistical record, the number of pushes and the number of clicks of each preferred push message within a specified time period;
    优选指数计算单元,用于根据下式分别计算各个优选推送消息的优选指数:Preferably, an index calculation unit is configured to separately calculate a preferred index of each preferred push message according to the following formula:
    Figure PCTCN2018096255-appb-100007
    Figure PCTCN2018096255-appb-100007
    其中,n为优选推送消息的序号,1≤n≤N,N为优选推送消息的总数目,ClickNum n为第n个优选推送消息的点击次数,SendNum n为第n个优选推送消息的推送次数,min为最小值函数,ξ 1和ξ 2均为预设的权重系数,且ξ 12=1,PriIndex n为第n个优选推送消息的优选指数; Where n is the sequence number of the preferred push message, 1≤n≤N, N is the total number of preferred push messages, ClickNum n is the number of clicks of the nth preferred push message, and SendNum n is the number of pushes of the nth preferred push message. , min is the minimum function, ξ 1 and ξ 2 are preset weight coefficients, and ξ 1 + ξ 2 =1, PriIndex n is the preferred index of the nth preferred push message;
    优选推送消息选取单元,用于按照所述优先级指数从大到小的顺序依次从所述推送消息数据库中选取指定数目的优选推送消息。Preferably, the push message selecting unit is configured to sequentially select a specified number of preferred push messages from the push message database in descending order of the priority index.
  20. 根据权利要求16至19中任一项所述的消息推送装置,其特征在于,还包括:The message pushing device according to any one of claims 16 to 19, further comprising:
    第一显示时长获取模块,用于获取所述窗口标题名称在所述终端设备上的显示时长;a first display duration acquisition module, configured to acquire a display duration of the window title name on the terminal device;
    第二显示时长获取模块,用于从历史统计记录中分别获取所述窗口标题名称在指 定时间段内在各个目标设备上的显示时长,所述目标设备是作为所述历史统计记录的统计对象的终端设备;a second display duration acquisition module, configured to obtain, from the historical statistical record, a display duration of the window title name on each target device within a specified time period, where the target device is a terminal that is a statistical object of the historical statistical record device;
    指定数目计算模块,用于根据下式计算所述指定数目:A specified number calculation module for calculating the specified number according to the following formula:
    Figure PCTCN2018096255-appb-100008
    Figure PCTCN2018096255-appb-100008
    其中,ShowTime为所述窗口标题名称在所述终端设备上的显示时长,hn为目标设备的序号,1≤hn≤HN,HN为目标设备的总数目,HiShowTime hn为所述窗口标题名称在第hn个目标设备上的显示时长,BenchNum为预设的基准数目,MaxTime=max(HiShowTime 1,HiShowTime 2,......,HiShowTime hn,......,HiShowTime HN),min为最小值函数,max为最大值函数,floor为向下取整函数,SNum为所述指定数目。 Wherein, ShowTime is the display duration of the window title name on the terminal device, hn is the serial number of the target device, 1≤hn≤HN, HN is the total number of target devices, and HiShowTime hn is the name of the window title. The display duration on hn target devices, BenchNum is the preset number of references, MaxTime=max(HiShowTime 1 , HiShowTime 2 , ..., HiShowTime hn , ..., HiShowTime HN ), min is The minimum function, max is the maximum function, floor is the rounding function, and SNum is the specified number.
PCT/CN2018/096255 2018-05-03 2018-07-19 Message push method and apparatus, and computer readable storage medium and terminal device WO2019210585A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201810414850.4 2018-05-03
CN201810414850.4A CN108874876B (en) 2018-05-03 2018-05-03 Message pushing method, computer readable storage medium and terminal equipment

Publications (1)

Publication Number Publication Date
WO2019210585A1 true WO2019210585A1 (en) 2019-11-07

Family

ID=64327365

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/096255 WO2019210585A1 (en) 2018-05-03 2018-07-19 Message push method and apparatus, and computer readable storage medium and terminal device

Country Status (2)

Country Link
CN (1) CN108874876B (en)
WO (1) WO2019210585A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111881339A (en) * 2020-06-05 2020-11-03 百度在线网络技术(北京)有限公司 Resource information pushing and informing method and device, electronic equipment and storage medium
CN113515700A (en) * 2021-07-01 2021-10-19 深圳追一科技有限公司 Information pushing method and device, electronic equipment and storage medium
CN113535769A (en) * 2020-04-15 2021-10-22 北京京东振世信息技术有限公司 Method and device for inquiring information

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115604351A (en) * 2022-09-28 2023-01-13 拉扎斯网络科技(上海)有限公司(Cn) Message pushing method, device, equipment, readable storage medium and program product

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572942A (en) * 2014-12-30 2015-04-29 小米科技有限责任公司 Push message display method and push message display device
KR101606319B1 (en) * 2015-01-26 2016-03-24 성균관대학교산학협력단 Method of push messages management using database
CN105915612A (en) * 2016-04-19 2016-08-31 北京金山安全软件有限公司 Push message acquisition method, message push method and device
CN106790534A (en) * 2016-12-21 2017-05-31 全球能源互联网研究院 A kind of power system information push method, apparatus and system
CN106998274A (en) * 2016-12-12 2017-08-01 深圳大宇无限科技有限公司 Application message method for pushing and device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106713410A (en) * 2016-10-27 2017-05-24 腾讯科技(深圳)有限公司 User information acquisition method and related devices

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104572942A (en) * 2014-12-30 2015-04-29 小米科技有限责任公司 Push message display method and push message display device
KR101606319B1 (en) * 2015-01-26 2016-03-24 성균관대학교산학협력단 Method of push messages management using database
CN105915612A (en) * 2016-04-19 2016-08-31 北京金山安全软件有限公司 Push message acquisition method, message push method and device
CN106998274A (en) * 2016-12-12 2017-08-01 深圳大宇无限科技有限公司 Application message method for pushing and device
CN106790534A (en) * 2016-12-21 2017-05-31 全球能源互联网研究院 A kind of power system information push method, apparatus and system

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113535769A (en) * 2020-04-15 2021-10-22 北京京东振世信息技术有限公司 Method and device for inquiring information
CN113535769B (en) * 2020-04-15 2023-11-03 北京京东振世信息技术有限公司 Method and device for inquiring information
CN111881339A (en) * 2020-06-05 2020-11-03 百度在线网络技术(北京)有限公司 Resource information pushing and informing method and device, electronic equipment and storage medium
CN111881339B (en) * 2020-06-05 2024-03-22 百度在线网络技术(北京)有限公司 Method and device for pushing and notifying resource information, electronic equipment and storage medium
CN113515700A (en) * 2021-07-01 2021-10-19 深圳追一科技有限公司 Information pushing method and device, electronic equipment and storage medium
CN113515700B (en) * 2021-07-01 2024-02-20 深圳追一科技有限公司 Information pushing method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN108874876B (en) 2023-04-18
CN108874876A (en) 2018-11-23

Similar Documents

Publication Publication Date Title
US11539809B2 (en) Push notification delivery system with feedback analysis
WO2019210585A1 (en) Message push method and apparatus, and computer readable storage medium and terminal device
US20190080019A1 (en) Predicting Non-Observable Parameters for Digital Components
US11308942B2 (en) Method and apparatus for operating smart terminal
US20200356572A1 (en) Search ranking method and apparatus, electronic device and storage medium
WO2019184111A1 (en) Push message processing method and apparatus, readable storage medium, and terminal device
RU2674313C2 (en) Populating user contact entries
CN109657174B (en) Method and device for updating data
US10606910B2 (en) Ranking search results using machine learning based models
US9531827B1 (en) Push notification delivery system with feedback analysis
CN110069698B (en) Information pushing method and device
CN110413867B (en) Method and system for content recommendation
CN108984553B (en) Caching method and device
US20180121513A1 (en) Load balancing for elastic query service system
CN109409419B (en) Method and apparatus for processing data
WO2015130720A1 (en) Utilizing interactivity signals to generate relationships and promote content
CN112104505B (en) Application recommendation method, device, server and computer readable storage medium
US20220261451A1 (en) Method and system for creating and using persona in a content management system
WO2022095661A1 (en) Update method and apparatus for recommendation model, computer device, and storage medium
CN113190695A (en) Multimedia data searching method and device, computer equipment and medium
CN113241070A (en) Hot word recall and updating method, device, storage medium and hot word system
CN113836388A (en) Information recommendation method and device, server and storage medium
CN115858815A (en) Method for determining mapping information, advertisement recommendation method, device, equipment and medium
CN114840742B (en) User portrait construction device, method and computer readable medium
CN113761343A (en) Information pushing method and device, terminal equipment and storage medium

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 26/03/2021)

122 Ep: pct application non-entry in european phase

Ref document number: 18917304

Country of ref document: EP

Kind code of ref document: A1