WO2019019652A1 - 推送信息的处理方法、装置、计算机设备和存储介质 - Google Patents

推送信息的处理方法、装置、计算机设备和存储介质 Download PDF

Info

Publication number
WO2019019652A1
WO2019019652A1 PCT/CN2018/078329 CN2018078329W WO2019019652A1 WO 2019019652 A1 WO2019019652 A1 WO 2019019652A1 CN 2018078329 W CN2018078329 W CN 2018078329W WO 2019019652 A1 WO2019019652 A1 WO 2019019652A1
Authority
WO
WIPO (PCT)
Prior art keywords
push
information
task
subtask
user account
Prior art date
Application number
PCT/CN2018/078329
Other languages
English (en)
French (fr)
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 WO2019019652A1 publication Critical patent/WO2019019652A1/zh

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
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/61Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources taking into account QoS or priority requirements
    • 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/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/62Establishing a time schedule for servicing the requests

Definitions

  • the present application relates to the field of information processing technologies, and in particular, to a method, an apparatus, a computer device, and a storage medium for processing push information.
  • a method for processing push information comprising: acquiring an information push task; determining whether the information push task is a batch push task; and if determining that the information push task is a batch push task, extracting the information push task The information to be pushed and the list of user accounts; the sub-task is created according to the information to be pushed and each user account in the user account list; the push idle time of the server and the push priority corresponding to each information sub-task are obtained. Determining a parameter; determining, according to the obtained push priority determination parameter and the push idle time, a push time of each information push subtask; and performing each information push subtask according to the determined push time.
  • a processing device for pushing information comprising: a task acquisition module, configured to acquire an information push task; a task determination module, configured to determine whether the information push task is a batch push task; and a task analysis module, configured to determine The information pushing task is a batch pushing task, and the information to be pushed and the user account list in the information pushing task are extracted; the task creating module is configured to: according to the to-be-push information and each user in the user account list An account creation information pushing subtask; a parameter obtaining module, configured to obtain a push idle time of the server and a push priority determination parameter corresponding to each information push subtask; and a time determining module, configured to determine a parameter and push according to the obtained push priority The idle time determines the push time of each information push subtask; the task execution module is configured to execute each information push subtask according to the determined push time.
  • a computer device comprising a memory, a processor, and a computer program stored on the memory and operative on the processor, the processor executing the computer program to: acquire information a push task; determining whether the information push task is a batch push task; if the information push task is determined to be a batch push task, extracting the to-be-pushed information and the user account list in the information push task; according to the to-be-push information And an information pushing subtask is created for each user account in the user account list; obtaining a push idle time of the server and a push priority determination parameter corresponding to each information push subtask; determining parameters and pushing idle according to the obtained push priority The time determines the push time of each information push subtask; and each information push subtask is executed according to the determined push time.
  • One or more storage media storing computer executable instructions, the computer executable instructions being executed by one or more processors, causing the one or more processors to perform the steps of: obtaining an information push task; Whether the information push task is a batch push task; if it is determined that the information push task is a batch push task, extracting the to-be-pushed information and the user account list in the information push task; according to the to-be-pushed information and the user account
  • Each user account in the list creates an information push subtask; obtains a push idle time of the server and a push priority determination parameter corresponding to each information push subtask; and determines each information push according to the obtained push priority determination parameter and the push idle time.
  • Push time of the subtask; each information push subtask is executed according to the determined push time.
  • the method, device, computer device and storage medium for processing the push information acquire the push idle time of the server and the push priority determination parameter corresponding to each information push subtask, and determine the push subtask of each information according to the push time parameter and the push idle time. Push time to reasonably schedule the sub-tasks for each information to avoid information push congestion.
  • FIG. 1 is an application environment diagram of a method for processing push information in an embodiment
  • FIG. 2 is a structural block diagram of a server in a processing system for pushing information in an embodiment
  • FIG. 3 is a schematic flow chart of a method for processing push information in an embodiment
  • FIG. 4 is a schematic flowchart of a step of obtaining a push priority determination parameter in an embodiment
  • FIG. 5 is a schematic flowchart of a step of determining a push time of each information push subtask in an embodiment
  • FIG. 6 is a schematic flow chart showing the steps of updating a click rate of information in an embodiment
  • Figure 7 is a block diagram showing the structure of a processing apparatus for pushing information in an embodiment
  • FIG. 8 is a structural block diagram of a time determining module in an embodiment
  • Fig. 9 is a block diagram showing the configuration of a processing apparatus for pushing information in another embodiment.
  • FIG. 1 is an application environment diagram of a method for processing push information in an embodiment.
  • the processing method of the push information is applied to a processing system for pushing information.
  • the processing system for pushing information includes a terminal 110 and a server 120, wherein the terminal 110 is connected to the server 120 through a network.
  • the terminal 110 may be a fixed terminal or a mobile terminal, and the fixed terminal may specifically be at least one of a printer, a scanner, and a monitor, and the mobile terminal may specifically be at least one of a tablet computer, a smart phone, a personal data assistant, and a digital camera. .
  • FIG. 2 is a schematic diagram showing the internal structure of the server 120 in the processing system for pushing information of FIG. 1 in an embodiment.
  • the server 120 includes a processor, a non-volatile storage medium, an internal memory, and a network interface connected by a system bus.
  • the processor of server 120 is used to provide computing and control capabilities to support the operation of the entire server 120, the memory for storing data, code instructions, etc., and the network interface for network communication with terminal 110.
  • At least one computer executable instruction is stored on the memory, and the computer executable instructions are executable by the processor to implement the processing method for the push information of the server 120 provided in the embodiment of the present application.
  • the memory may include a non-volatile storage medium such as a magnetic disk, an optical disk, a read-only memory (ROM), or a random access memory (RAM).
  • a memory includes a non-volatile storage medium and an internal memory; the non-volatile storage medium stores an operating system and computer-executable instructions executable by the processor to implement the A method of processing push information; the internal memory provides a cached operating environment for operating systems and computer executable instructions in a non-volatile storage medium.
  • a method for processing push information is provided.
  • the method is applied to the server 120 in the processing system for pushing information in FIG. 1 by using the method.
  • the method specifically includes the following content. :
  • the user inputs a user account login push task creation page in the terminal 110, and the user inputs a push information template identifier, a push message, and a user account list on the task creation page.
  • the terminal 110 obtains the push information template identifier, the push message, and the user account list in the task creation page, and displays the query push information template according to the obtained push information template identifier, and adds the obtained push message to the queried push message template to be pushed. information.
  • the terminal 110 generates a create information push task according to the to-be-pushed information and the user account list, and sends the created information push task to the server 120.
  • the server 120 receives the information push task sent by the terminal 110.
  • the terminal 110 acquires the push information template identifier, the push message, and the user account list in the task creation page, and generates a push task creation instruction according to the obtained push information template identifier, the push message, and the user account list, and the push task is pushed.
  • the create instruction is sent to the server 120.
  • the server 120 extracts the push information template identifier, the push message, and the user account list in the push task creation instruction, and the query push information template is added according to the extracted push information template identifier, and the extracted push message is added to the queried push information template to be obtained.
  • Push information, create information push tasks based on the information to be pushed and the list of user accounts.
  • the server 120 extracts the push type identifier in the information push task, and determines whether the information push task is a batch push task according to the extracted push type identifier.
  • the server 120 parses the information push task, and analyzes whether the user account list exists in the information push task. If the query is found, the information push task is determined to be a batch push task. If not found, it is determined that the information push task is a non-batch push task.
  • the information to be pushed and the user account in the information push task are extracted, and the extracted push information to be pushed is pushed to the terminal registered with the extracted user account.
  • the server 120 parses the information push task, parses the to-be-pushed information and the user account in the push information push task, and sends the extracted to-be-push information to the user account. Login terminal.
  • the server 120 when the server 120 determines that the information push task is a push task, the server temporarily tentatively pushes the task and performs a single push task. After the execution of the single push task is completed, the information push sub-task in the batch push is re-adjusted. Push time, the information push subtask is executed according to the adjusted push time.
  • the information push task is a batch push task, extract the information to be pushed and the user account list in the information push task.
  • the server 120 parses the information push task, and extracts the information to be pushed and the user account list in the push information by analyzing the extracted information.
  • the user account list includes multiple user accounts, and the user account in the user list is the target user account to be pushed by the push information.
  • the server 120 reads each user account in the user account list, and pushes the subtask according to the to-be-pushed message and the read user account generation information.
  • the information push subtask is a push task for pushing information to be pushed according to each user account.
  • the server 120 acquires the push idle time that no push task is executed. After generating the information push subtask, the server 120 obtains the push priority determination parameter according to the user account in the information push subtask and the push information template identifier corresponding to the information to be pushed.
  • the push priority determination parameter includes at least one of aging information, information click rate, and user preference.
  • the aging information may specifically be the morning newspaper, the evening newspaper and the afternoon newspaper; the information click rate is the ratio of the information click amount to the information push amount; the user preference is the similarity between the user portrait label and the information to be pushed, and the higher the user preference is, the user is The more interesting the push information is.
  • the server 120 acquires the push idle time, determines the push order of each information push subtask according to the obtained push priority determination parameter, and determines the push time of each information push subtask according to the push order of each information push task and the push idle time.
  • the push idle time refers to the idle time that the server 120 does not push the task to execute.
  • the server 120 reads the information pushing subtask corresponding to the current time and extracts the read information when detecting that the current time is the same as the pushing time of the information pushing subtask. Push the user account and the information to be pushed in the subtask, and send the to-be-sent information to the terminal that is logged in with the user account.
  • the server 120 obtains the push idle time, adds the sorted information push subtasks to the information push queue in order, and detects that the current time is the push idle time, and reads the information push from the information push queue. Subtasks.
  • the server 120 extracts the aging information of the information to be pushed in the information push subtask, and detects whether the extracted aging information matches the current one. If the matching, the read information is pushed to the subtask.
  • the information push task is obtained, when the information push task is determined to be a batch push task, the information to be pushed and the user account list in the information push task are extracted, according to the information to be pushed and the user account list.
  • Each account creates an information push subtask. Obtaining a push idle time of the server and a push priority determination parameter corresponding to each information push subtask, determining a push time of each information push subtask according to the push time parameter and the push idle time, so as to perform reasonable scheduling on each information push subtask To ensure that each information push subtask is executed according to the determined push time, and the situation that information push congestion is avoided, thereby improving the efficiency of information push.
  • S310 specifically includes the step of acquiring a push priority determination parameter, and the step specifically includes the following content:
  • the server 120 does not have a push idle time for the push task to execute.
  • the server 120 extracts the push information template identifier and the user account in each information push subtask.
  • the push information template is identified as a unique identifier corresponding to the push information template used for the information to be pushed, and the to-be-polished information is generated according to the push information template and the template to be added information, and the information to be added is the main information content of the information to be pushed.
  • the server 120 stores the push information template identifier and the push priority determination parameter corresponding to the user account. After extracting the push information template identifier, the server 120 queries the aging information and the information click rate corresponding to the extracted push information template identifier; after extracting the user account, the server 120 queries the information click rate corresponding to the extracted user account. And the user likes the label, extracts the keyword in the information to be pushed, calculates the information similarity according to the extracted keyword and the user preference label, and the calculated information similarity is the user preference.
  • the server 120 stores the push information template identifier or the number of information pushes corresponding to each user account and the number of clicks of the pushed information.
  • the server 120 obtains the information click rate according to the number of clicks of the pushed information divided by the number of information pushes, and the calculation is obtained.
  • the information click rate is stored corresponding to the push information template identifier or each user account.
  • the push information template identifier and the user account by extracting the push information template identifier and the user account from the information push subtask, obtaining the corresponding time limit information, the information click rate, and the user preference according to the push information template identifier and the user account, to obtain the time limit information,
  • the information click rate and the user preference are used as the push priority determination parameters to ensure the accuracy of the obtained push priority determination parameters, and the push order of each information push subtask is accurately determined according to the push priority determination parameter.
  • S312 specifically includes the step of determining a push time of each information push subtask, and the step specifically includes the following content:
  • the server 120 obtains the aging information corresponding to the push information template identifier, the information click rate, the information click rate corresponding to the user account in the information push subtask, and the user preference of the user corresponding to the user account, and the user preference is obtained.
  • the aging time information, the information click rate corresponding to the push information template identifier, the information click rate corresponding to the user account, and the user preference of the user account corresponding to the user account are weighted to obtain the push priority of the information push subtask.
  • the server 120 pushes the push priority of each sub-task by the information obtained by calculating the push priority determination parameter, and sorts each information push priority according to the push priority to obtain the sorted information push sub-task.
  • S506. Determine, according to the sorted information, the subtask and the push idle time to determine a push time of each information push subtask.
  • the server 120 acquires the push idle time, and determines the push time of each information push subtask in the sub-task according to the obtained idle time.
  • the push priority of each information push subtask is calculated according to the acquired time effect information, the information click rate, and the user preference, and each information push subtask is sorted according to the push priority, and the information is pushed according to the sorted information.
  • the subtask and the push idle time determine the push time of each information push subtask, improve the accuracy of the information push, and ensure that the information is pushed at an appropriate time.
  • the method further includes the step of updating the information click rate, and the step specifically includes the following content:
  • S602. Receive, by each terminal, a push information click notification.
  • the terminal 110 displays the push information notification according to the received push.
  • the user can view the push information by opening the app, or by clicking on the push notification notification that is displayed to view the push information.
  • the terminal 110 After detecting the click view command for the push information, the terminal 110 generates a push information click notification according to the push information template identifier in the push information, and the information click notification further includes the user account registered in the terminal 110, and the terminal 110 generates the generated push.
  • the information click notification is sent to the server 120.
  • the server 120 receives the push information click notification sent by the terminal 110, analyzes the push information click notification, and extracts the user account and the push information template identifier in the push information click notification by parsing.
  • the server 120 stores the push information template identifier or the number of information pushes corresponding to each user account and the number of clicks of the pushed information.
  • the server 120 clicks the user account and the push information template identifier in the notification according to the extracted push information, and updates the extracted user information of the push information click notification and the click information of the pushed information corresponding to the push information template identifier according to the push information click notification. Recalculating the information click rate according to the number of times the user account and the push information template identifier correspond to the number of clicks of the push information, and replacing the current information click rate corresponding to the user account and the push information template identifier with the recalculated information click rate. .
  • the receiving terminal sends a push information click notification, and according to the push information click notification, the update user account and the information click rate corresponding to the push information template identifier are used to ensure the correctness and real-time of the information click rate, according to the information click rate.
  • the push priority determination parameter within the determination determines the push order of each information push subtask, and improves the accuracy of determining the push order of each information push subtask.
  • a processing device 700 for pushing information is provided.
  • the device 700 specifically includes: a task obtaining module 702, a task determining module 704, a task analyzing module 706, a task creating module 708, and parameter obtaining.
  • the task obtaining module 702 is configured to obtain an information push task.
  • the task judging module 704 is configured to determine whether the information push task is a batch push task.
  • the task parsing module 706 is configured to: if the information push task is determined to be a batch push task, extract the information to be pushed and the user account list in the information push task.
  • the task creation module 708 is configured to create an information push subtask according to each user account in the information to be pushed and the user account list.
  • the parameter obtaining module 710 is configured to acquire a push idle time of the server and a push priority determination parameter corresponding to each information push subtask.
  • the time determining module 712 is configured to determine, according to the obtained push priority determination parameter and the push idle time, a push time of each information push subtask.
  • the task execution module 714 is configured to execute each information pushing subtask according to the determined pushing time.
  • the task execution module is further configured to: if the information push task is determined to be a single push task, extract the information to be pushed and the user account in the information push task, and push the extracted information to be pushed to the The terminal that logs in with the extracted user account.
  • the information push task is obtained, when the information push task is determined to be a batch push task, the information to be pushed and the user account list in the information push task are extracted, according to the information to be pushed and the user account list.
  • Each account creates an information push subtask. Obtaining a push idle time of the server and a push priority determination parameter corresponding to each information push subtask, determining a push time of each information push subtask according to the push time parameter and the push idle time, so as to perform reasonable scheduling on each information push subtask To ensure that each information push subtask is executed according to the determined push time, and the situation that information push congestion is avoided, thereby improving the efficiency of information push.
  • the parameter obtaining module 710 is further configured to obtain a push idle time of the server, and extract a push information template identifier and a user account in each information push subtask; and obtain and extract the extracted push information template identifier and the user account.
  • the aging information, the information click rate and the user preference are used as the push priority determination parameters by the obtained aging information, the information click rate and the user preference.
  • the push information template identifier and the user account by extracting the push information template identifier and the user account from the information push subtask, obtaining the corresponding time limit information, the information click rate, and the user preference according to the push information template identifier and the user account, to obtain the time limit information,
  • the information click rate and the user preference are used as the push priority determination parameters to ensure the accuracy of the obtained push priority determination parameters, and the push order of each information push subtask is accurately determined according to the push priority determination parameter.
  • the time determination module 712 specifically includes the following: a push parameter calculation module 712a, a push task sequencing module 712b, and a push time determination module 712c.
  • the push parameter calculation module 712a is configured to calculate, according to the acquired aging information, the information click rate, and the user preference, the push priority corresponding to each information push subtask.
  • the push task sorting module 712b is configured to sort each information pushing subtask according to the pushing priority.
  • the push time determination module 712c is configured to determine the push time of each information push subtask according to the sorted information push subtask and the push idle time.
  • the push priority of each information push subtask is calculated according to the acquired time effect information, the information click rate, and the user preference, and each information push subtask is sorted according to the push priority, and the information is pushed according to the sorted information.
  • the subtask and the push idle time determine the push time of each information push subtask, improve the accuracy of the information push, and ensure that the information is pushed at an appropriate time.
  • the processing apparatus 700 for pushing information specifically includes: a notification receiving module 716 , a notification parsing module 718 , and a click rate updating module 720 .
  • the notification receiving module 716 is configured to receive a push information click notification sent by each terminal.
  • the notification parsing module 718 is configured to extract the user account and the push information template identifier in the push information click notification.
  • the click rate update module 720 updates the extracted user account and the information click rate corresponding to the push information template identifier according to the push information click notification.
  • the receiving terminal sends a push information click notification, and according to the push information click notification, the update user account and the information click rate corresponding to the push information template identifier are used to ensure the correctness and real-time of the information click rate, according to the information click rate.
  • the push priority determination parameter within the determination determines the push order of each information push subtask, and improves the accuracy of determining the push order of each information push subtask.
  • a computer device includes a memory, a processor, and a computer program stored on the memory and operable on the processor.
  • the processor executes the computer program, the following steps are performed: obtaining an information push task; determining whether the information push task is a batch If the information push task is determined to be a batch push task, the information to be pushed and the user account list in the information push task are extracted; the information push subtask is created according to each user account in the information to be pushed and the user account list; The push idle time and the push priority determination parameter corresponding to each information push subtask; determine the push time of each information push subtask according to the obtained push priority determination parameter and the push idle time; perform each information push according to the determined push time Subtasks.
  • the processor executes the computer program, the following steps are further implemented: if the information push task is determined to be a single push task, the information to be pushed and the user account in the information push task are extracted, and the extracted information to be pushed is pushed. To the terminal that is logged in with the extracted user account.
  • the push idle time of the server and the push priority determination parameter corresponding to each information push subtask include: obtaining the push idle time of the server, and extracting push information corresponding to the push information to be pushed in each information push subtask
  • the template identifier and the user account according to the extracted push information template identifier and the user account to obtain the aging information, the information click rate and the user preference, the obtained aging information, the information click rate and the user preference are used as the push priority determination parameters.
  • determining, according to the obtained push priority determination parameter and the push idle time, the push time of each information push subtask including: calculating each information pusher according to the acquired time effect information, information click rate, and user preference The push priority corresponding to the task; sorting each information sub-task according to the push priority; and pushing the sub-task and the push idle time according to the sorted information to determine the push time of each information push sub-task.
  • the processor executes the computer program, the following steps are further implemented: receiving a push notification of each user to send a push information; extracting a user account and a push information template identifier in the push information click notification; and clicking the notification update update according to the push information
  • the user account and the push information template identify the corresponding information click rate.
  • the information push task is obtained, when the information push task is determined to be a batch push task, the information to be pushed and the user account list in the information push task are extracted, according to the information to be pushed and the user account list.
  • Each account creates an information push subtask. Obtaining a push idle time of the server and a push priority determination parameter corresponding to each information push subtask, determining a push time of each information push subtask according to the push time parameter and the push idle time, so as to perform reasonable scheduling on each information push subtask To ensure that each information push subtask is executed according to the determined push time, and the situation that information push congestion is avoided, thereby improving the efficiency of information push.
  • One or more storage media storing computer executable instructions that, when executed by one or more processors, cause one or more processors to perform the steps of: obtaining an information push task; determining whether the information push task is If the information push task is determined to be a batch push task, the information to be pushed and the user account list in the information push task are extracted; and the information push subtask is created according to each user account in the information to be pushed and the user account list; a push idle time of the server and a push priority determination parameter corresponding to each information push subtask; determining a push time of each information push subtask according to the obtained push priority determination parameter and the push idle time; and executing each information according to the determined push time Push subtasks.
  • the processor further performs the following steps: if the information push task is determined to be a single push task, the information to be pushed and the user account in the information push task are extracted, and the extracted information to be pushed is pushed to the The user account is logged in to the terminal.
  • the push idle time of the server and the push priority determination parameter corresponding to each information push subtask include: obtaining the push idle time of the server, and extracting push information corresponding to the push information to be pushed in each information push subtask
  • the template identifier and the user account according to the extracted push information template identifier and the user account to obtain the aging information, the information click rate and the user preference, the obtained aging information, the information click rate and the user preference are used as the push priority determination parameters.
  • determining, according to the obtained push priority determination parameter and the push idle time, the push time of each information push subtask including: calculating each information pusher according to the acquired time effect information, information click rate, and user preference The push priority corresponding to the task; sorting each information sub-task according to the push priority; and pushing the sub-task and the push idle time according to the sorted information to determine the push time of each information push sub-task.
  • the processor further performs the steps of: receiving, by each terminal, a push information click notification; extracting a user account and a push information template identifier in the push information click notification; and updating the extracted user account and pushing according to the push information click notification
  • the information template identifies the corresponding information click rate.
  • the information push task is obtained, when the information push task is determined to be a batch push task, the information to be pushed and the user account list in the information push task are extracted, according to the information to be pushed and the user account list.
  • Each account creates an information push subtask. Obtaining a push idle time of the server and a push priority determination parameter corresponding to each information push subtask, determining a push time of each information push subtask according to the push time parameter and the push idle time, so as to perform reasonable scheduling on each information push subtask To ensure that each information push subtask is executed according to the determined push time, and the situation that information push congestion is avoided, thereby improving the efficiency of information push.
  • the storage medium may be a non-volatile storage medium such as a magnetic disk, an optical disk, a read-only memory (ROM), or a random access memory (RAM).

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

本申请涉及一种推送信息的处理方法、装置、计算机设备和存储介质,所述方法包括:获取信息推送任务;判断所述信息推送任务是否为批量推送任务;若判定所述信息推送任务为批量推送任务,则提取所述信息推送任务中的待推送信息和用户账号列表;根据所述待推送信息和所述用户账号列表中的每个用户账号创建信息推送子任务;获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数;根据获取到的推送优先度确定参数和推送空闲时间确定各信息推送子任务的推送时间;根据确定的推送时间执行各信息推送子任务。保证根据确定的推送时间执行各信息推送子任务,避免出现信息推送拥塞的情况,从而提高了信息推送的效率。

Description

推送信息的处理方法、装置、计算机设备和存储介质
本申请申明享有2017年7月24日递交的申请号为201710607707.2、名称为“推送信息的处理方法、装置、计算机设备和存储介质”的中国专利申请的优先权,该中国专利申请的整体内容以参考的方式结合在本申请中。
技术领域
本申请涉及信息处理技术领域,特别是涉及一种推送信息的处理方法、装置、计算机设备和存储介质。
背景技术
随着互联网技术的发展,各种信息都可以通过互联网进行传播。现有许多公司都需要通过互联网向用户推送各种业务信息,信息推送过程中,缺少合理化的推送规划。然而,当出现大批量的信息推送后,由于缺少和合理的推送规划,在推送过程中容易出现信息推送拥塞的情况。在出现信息推送拥塞的情况时,会严重降低信息推送效率。
发明内容
基于此,有必要针对信息推送效率低下的问题,提供一种推送信息的处理方法、装置、计算机设备和存储介质。
一种推送信息的处理方法,所述方法包括:获取信息推送任务;判断所述信息推送任务是否为批量推送任务;若判定所述信息推送任务为批量推送任务,则提取所述信息推送任务中的待推送信息和用户账号列表;根据所述待推送信息和所述用户账号列表中的每个用户账号创建信息推送子任务;获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数;根据获取到的推送优先度确定参数和推送空闲时间确定各信息推送子任务 的推送时间;根据确定的推送时间执行各信息推送子任务。
一种推送信息的处理装置,所述装置包括:任务获取模块,用于获取信息推送任务;任务判断模块,用于判断所述信息推送任务是否为批量推送任务;任务解析模块,用于若判定所述信息推送任务为批量推送任务,则提取所述信息推送任务中的待推送信息和用户账号列表;任务创建模块,用于根据所述待推送信息和所述用户账号列表中的每个用户账号创建信息推送子任务;参数获取模块,用于获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数;时间确定模块,用于根据获取到的推送优先度确定参数和推送空闲时间确定各信息推送子任务的推送时间;任务执行模块,用于根据确定的推送时间执行各信息推送子任务。
一种计算机设备,所述计算机设备包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序,所述处理器执行所述计算机程序时实现以下步骤:获取信息推送任务;判断所述信息推送任务是否为批量推送任务;若判定所述信息推送任务为批量推送任务,则提取所述信息推送任务中的待推送信息和用户账号列表;根据所述待推送信息和所述用户账号列表中的每个用户账号创建信息推送子任务;获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数;根据获取到的推送优先度确定参数和推送空闲时间确定各信息推送子任务的推送时间;根据确定的推送时间执行各信息推送子任务。
一个或多个存储有计算机可执行指令的存储介质,所述计算机可执行指令被一个或多个处理器执行时,使得所述一个或多个处理器执行以下步骤:获取信息推送任务;判断所述信息推送任务是否为批量推送任务;若判定所述信息推送任务为批量推送任务,则提取所述信息推送任务中的待推送信息和用户账号列表;根据所述待推送信息和所述用户账号列表中的每个用户账号创建信息推送子任务;获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数;根据获取到的推送优先度确定参数和推送空闲时 间确定各信息推送子任务的推送时间;根据确定的推送时间执行各信息推送子任务。
上述推送信息的处理方法、装置、计算机设备和存储介质,获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数,根据推送时间参数和推送空闲时间确定各信息推送子任务的推送时间,以对各信息推送子任务进行合理的排期,避免出现信息推送拥塞的情况。
附图说明
图1为一个实施例中推送信息的处理方法的应用环境图;
图2为一个实施例中推送信息的处理系统中的服务器的结构框图;
图3为一个实施例中推送信息的处理方法的流程示意图;
图4为一个实施例中获取推送优先度确定参数的步骤的流程示意图;
图5为一个实施例中确定各信息推送子任务的推送时间的步骤的流程示意图;
图6为一个实施例中更新信息点击率的步骤的流程示意图;
图7为一个实施例中推送信息的处理装置的结构框图;
图8为一个实施例中时间确定模块的结构框图;
图9为另一个实施例中推送信息的处理装置的结构框图。
具体实施方式
为了使本申请的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本申请进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。
图1为一个实施例中推送信息的处理方法的应用环境图。参照图1,该推送信息的处理方法应用于推送信息的处理系统。推送信息的处理系统包括终端110和服务器120,其中终端110通过网络与服务器120连接。终端110 可以是固定终端或移动终端,固定终端具体可以是打印机、扫描仪和监控器中的至少一种,移动终端具体可以是平板电脑、智能手机、个人数据助理和数码相机中的至少一种。
图2为一个实施例中图1推送信息的处理系统中的服务器120的内部结构示意图。如图2所示,该服务器120包括通过系统总线连接的处理器、非易失性存储介质、内存储器和网络接口。服务器120的处理器用于提供计算和控制能力,支撑整个服务器120的运行,存储器用于存储数据、代码指令等,网络接口用于与终端110进行网络通信。存储器上存储有至少一个计算机可执行指令,该计算机可执行指令可被处理器执行,以实现本申请实施例中提供的适用于服务器120的推送信息的处理方法。存储器可包括磁碟、光盘、只读存储记忆体(Read-Only Memory,ROM)等非易失性存储介质,或随机存储记忆体(Random Access Memory,RAM)等。例如,在一个实施例中,存储器包括非易失性存储介质及内存储器;非易失性存储介质存储有操作系统和计算机可执行指令,该计算机可执行指令可被处理器执行以实现上述的推送信息的处理方法;内存储器为非易失性存储介质中的操作系统及计算机可执行指令提供高速缓存的运行环境。
如图3所示,在一个实施例中,提供一种推送信息的处理方法,本实施例以该方法应用于图1推送信息的处理系统中的服务器120来举例说明,该方法具体包括以下内容:
S302,获取信息推送任务。
具体地,用户在终端110中输入用户账号登录推送任务创建页面,用户在任务创建页面输入推送信息模板标识、推送消息和用户账号列表。终端110获取任务创建页面中的推送信息模板标识、推送消息和用户账号列表,根据获取到的推送信息模板标识查询推送信息模板,将获取到的推送消息添加到查询到的推送消息模板得到待推送信息。终端110根据待推送信息和用户账号列表生成创建信息推送任务,将创建的信息推送任务发送至服务器120。 服务器120接收终端110发送的信息推送任务。
在一个实施例中,终端110获取任务创建页面中的推送信息模板标识、推送消息和用户账号列表,根据获取到的推送信息模板标识、推送消息和用户账号列表生成推送任务创建指令,将推送任务创建指令发送至服务器120。服务器120提取推送任务创建指令中的推送信息模板标识、推送消息和用户账号列表,根据提取到的推送信息模板标识查询推送信息模板,将提取到的推送消息添加到查询到的推送信息模板得到待推送信息,根据待推送信息和用户账号列表创建信息推送任务。
S304,判断信息推送任务是否为批量推送任务。
具体地,服务器120在获取到信息推送任务后,提取信息推送任务中的推送类型标识,根据提取到的推送类型标识判断信息推送任务是否为批量推送任务。
在一个实施例中,服务器120在获取到信息推送任务后,对信息推送任务进行解析,通过解析在信息推送任务中查询是否存在用户账号列表,若查询到,则判定信息推送任务为批量推送任务;若未查询到,则判定信息推送任务为非批量推送任务。
在一个实施例中,若判定信息推送任务为单个推送任务时,则提取信息推送任务中的待推送信息和用户账号,将提取到的待推送信息推送至以提取到的用户账号登录的终端。
具体地,服务器120在判定信息推送任务为单个推送任务时,对信息推送任务进行解析,通过解析提取信息推送任务中的待推送信息和用户账号,将提取到的待推送信息发送至以用户账号登录的终端。
在一个实施例中,服务器120在判定信息推送任务为当个推送任务时,暂定批量推送任务,执行单个推送任务,待检测到单个推送任务执行完毕后,重新调整批量推送中信息推送子任务的推送时间,根据调整后的推送时间执行信息推送子任务。
S306,若判定信息推送任务为批量推送任务,则提取信息推送任务中的待推送信息和用户账号列表。
具体地,若判定信息推送任务为批量推送任务时,服务器120对信息推送任务进行解析,通过解析提取信息推送任务中的待推送信息和用户账号列表。其中,用户账号列表包括多个用户账号,用户列表中的用户账号为待推送信息推送的目标用户账号。
S308,根据待推送信息和用户账号列表中的每个用户账号创建信息推送子任务。
具体地,服务器120读取用户账号列表中的每个用户账号,根据待推送消息和读取到的用户账号生成信息推送子任务。信息推送子任务为根据每个用户账号推送待推送信息的推送任务。
S310,获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数。
具体地,服务器120获取未有推送任务执行的推送空闲时间。服务器120在生成信息推送子任务后,根据信息推送子任务中用户账号和待推送信息对应的推送信息模板标识获取推送优先度确定参数。推送优先度确定参数包括时效信息、信息点击率和用户喜好度中的至少一种。时效信息具体可以是早报、晚报和午报等;信息点击率为信息点击量与信息推送量的比率;用户喜好度为用户画像标签和待推送信息的相似度,用户喜好度越高表示用户对该推送信息越感兴趣。
S312,根据获取到的推送优先度确定参数和推送空闲时间确定各信息推送子任务的推送时间。
具体地,服务器120获取推送空闲时间,根据获取到的推送优先度确定参数确定各信息推送子任务的推送顺序,根据各信息推送任务的推送顺序和推送空闲时间确定各信息推送子任务的推送时间。其中,推送空闲时间是指服务器120没有推送任务执行的空闲时间。
S314,根据确定的推送时间执行各信息推送子任务。
具体地,服务器120在确定各信息推送子任务的推送时间后,在检测到当前时间与信息推送子任务的推送时间相同时,读取当前时间对应的信息推送子任务,提取读取到的信息推送子任务中的用户账号和待推送信息,将待推送信息发送至以用户账号登录的终端。
在一个实施例中,服务器120获取推送空闲时间,将排序后的信息推送子任务的按照顺序添加到信息推送队列中,检测到当前时间为推送空闲时间时,从信息推送队列中读取信息推送子任务。服务器120提取信息推送子任务中待推送消息的时效信息,检测提取到的时效信息与当前是否匹配,若匹配,将执行读取到的信息推送子任务。
本实施例中,在获取到信息推送任务后,在判定所述信息推送任务为批量推送任务时,提取信息推送任务中的待推送信息和用户账号列表,根据待推送信息和用户账号列表中的每个账号创建信息推送子任务。获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数,根据推送时间参数和推送空闲时间确定各信息推送子任务的推送时间,以对各信息推送子任务进行合理的排期,保证根据确定的推送时间执行各信息推送子任务,避免出现信息推送拥塞的情况,从而提高了信息推送的效率。
如图4所示,在一个实施例中,S310具体还包括获取推送优先度确定参数的步骤,该步骤具体包括以下内容:
S402,获取服务器的推送空闲时间,并提取各信息推送子任务中待推送信息对应的推送信息模板标识和用户账号。
具体地,服务器120未有推送任务执行的推送空闲时间。服务器120提取各信息推送子任务中的推送信息模板标识和用户账号。其中,推送信息模板标识为待推送信息所使用的推送信息模板所对应的唯一标识,待推送信息根据推送信息模板和模板待增加信息生成,待增加信息为待推送信息的主要信息内容。
S404,根据提取到的推送信息模板标识和用户账号获取时效信息、信息点击率和用户喜好度,以获取到的时效信息、信息点击率和用户喜好度作为推送优先度确定参数。
具体地,服务器120中存储着推送信息模板标识和用户账号对应的推送优先度确定参数。服务器120在提取到推送信息模板标识后,查询与提取到的推送信息模板标识对应的时效信息和信息点击率;服务器120在提取到用户账号后,查询与提取到的用户账号对应的信息点击率和用户喜好标签,提取待推送信息中的关键字,根据提取到的关键字和用户喜好标签计算信息相似度,计算到的信息相似度为用户喜好度。
其中,服务器120中存储着推送信息模板标识或各用户账号对应的信息推送次数和已推送信息的点击次数,服务器120根据已推送信息的点击次数除以信息推送次数得到信息点击率,将计算得到的信息点击率与推送信息模板标识或各用户账号对应存储。
本实施例中,通过从信息推送子任务中提取推送信息模板标识和用户账号,根据推送信息模板标识和用户账号获取对应的时效信息、信息点击率和用户喜好度,以获取到的时效信息、信息点击率和用户喜好度作为推送优先度确定参数,保证获取到的推送优先度确定参数准确性,根据推送优先度确定参数准确确定各信息推送子任务的推送顺序。
如图5所示,在一个实施例中,S312具体包括确定各信息推送子任务的推送时间的步骤,该步骤具体包括以下内容:
S502,根据获取到的时效信息、信息点击率和用户喜好度计算各信息推送子任务对应的推送优先度。
具体地,服务器120获取推送信息模板标识对应的时效信息和信息点击率、信息推送子任务中的用户账号所对应的信息点击率和用户账号所对应用户对待推送信息的用户喜好度,对获取到的时效信息、推送信息模板标识对应的信息点击率、用户账号对应的信息点击率和用户账号所对应用户对待推 送信息的用户喜好度进行加权计算得到信息推送子任务的推送优先度。
S504,根据推送优先度对各信息推送子任务进行排序。
具体地,服务器120通过对推送优先度确定参数进行计算得到的各信息推送子任务的推送优先度,根据推送优先度对各信息推送优先度进行排序得到排序后的信息推送子任务。
S506,根据排序后的信息推送子任务和推送空闲时间确定各信息推送子任务的推送时间。
具体地,服务器120获取推送空闲时间,根据获取空闲时间确定排序后的信息推送子任务中各信息推送子任务的推动时间。
本实施例中,通过根据获取到的时效信息、信息点击率和用户喜好度计算各信息推送子任务的推送优先度,根据推送优先度对各信息推送子任务进行排序,根据排序后的信息推送子任务和推送空闲时间确定各信息推送子任务的推送时间,提高了信息推送的准确性,保证在合适的时间对信息进行推送。
如图6所示,在一个实施例中,S314之后具体还包括更新信息点击率的步骤,该步骤具体包括以下内容:
S602,接收各终端发送推送信息点击通知。
具体地,终端110在接收到服务器120推送的推送信息后,根据接收到的推送显示推送信息通知。用户可以通过打开应用来查看推送信息,也可以点击显示的推动信息通知来查看推送信息。终端110在检测到对推送信息的点击查看指令后,根据推送信息中的推送信息模板标识生成推送信息点击通知,信息点击通知中还包括该终端110中登录的用户账号,终端110将生成的推送信息点击通知发送至服务器120。
S604,提取推送信息点击通知中的用户账号和推送信息模板标识。
具体地,服务器120接收终端110发送的推送信息点击通知,对推送信息点击通知进行解析,通过解析提取推送信息点击通知中的用户账号和推送 信息模板标识。
S606,根据推送信息点击通知更新提取到的用户账号和推送信息模板标识对应的信息点击率。
具体地,服务器120中存储着推送信息模板标识或各用户账号对应的信息推送次数和已推送信息的点击次数。服务器120根据提取到的推送信息点击通知中的用户账号和推送信息模板标识,根据推送信息点击通知更新提取到的推送信息点击通知中的用户账号和推送信息模板标识对应的已推送信息的点击次数,根据用户账号和推送信息模板标识对应的信息推送次数和已推送信息的点击次数重新计算信息点击率,将当前与用户账号和推送信息模板标识对应的信息点击率替换为重新计算的信息点击率。
本实施例中,通过接收终端发送推送信息点击通知,根据推送信息点击通知更新用户账号和推送信息模板标识对应的信息点击率,保证信息点击率的正确性和实时性,根据包括信息点击率在内的推送优先度确定参数确定各信息推送子任务的推送顺序,提高了确定各信息推送子任务的推送顺序的准确性。
如图7所示,在一个实施例中,提供一种推送信息的处理装置700,该装置700具体包括:任务获取模块702、任务判断模块704、任务解析模块706、任务创建模块708、参数获取模块710、时间确定模块712和任务执行模块714。
任务获取模块702,用于获取信息推送任务。
任务判断模块704,用于判断信息推送任务是否为批量推送任务。
任务解析模块706,用于若判定信息推送任务为批量推送任务,则提取信息推送任务中的待推送信息和用户账号列表。
任务创建模块708,用于根据待推送信息和用户账号列表中的每个用户账号创建信息推送子任务。
参数获取模块710,用于获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数。
时间确定模块712,用于根据获取到的推送优先度确定参数和推送空闲时间确定各信息推送子任务的推送时间。
任务执行模块714,用于根据确定的推送时间执行各信息推送子任务。
在一个实施例中,任务执行模块还用于若判定所述信息推送任务为单个推送任务时,则提取所述信息推送任务中的待推送信息和用户账号,将提取到的待推送信息推送至以提取到的用户账号登录的终端。
本实施例中,在获取到信息推送任务后,在判定所述信息推送任务为批量推送任务时,提取信息推送任务中的待推送信息和用户账号列表,根据待推送信息和用户账号列表中的每个账号创建信息推送子任务。获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数,根据推送时间参数和推送空闲时间确定各信息推送子任务的推送时间,以对各信息推送子任务进行合理的排期,保证根据确定的推送时间执行各信息推送子任务,避免出现信息推送拥塞的情况,从而提高了信息推送的效率。
在一个实施例中,参数获取模块710还用于获取服务器的推送空闲时间,并提取各信息推送子任务中的推送信息模板标识和用户账号;获取与提取到的推送信息模板标识和用户账号对应的时效信息、信息点击率和用户喜好度,以获取到的时效信息、信息点击率和用户喜好度作为推送优先度确定参数。
本实施例中,通过从信息推送子任务中提取推送信息模板标识和用户账号,根据推送信息模板标识和用户账号获取对应的时效信息、信息点击率和用户喜好度,以获取到的时效信息、信息点击率和用户喜好度作为推送优先度确定参数,保证获取到的推送优先度确定参数准确性,根据推送优先度确定参数准确确定各信息推送子任务的推送顺序。
如图8所示,在一个实施例中,时间确定模块712具体包括以下内容: 推送参数计算模块712a、推送任务排序模块712b和推送时间确定模块712c。
推送参数计算模块712a,用于根据获取到的时效信息、信息点击率和用户喜好度计算各信息推送子任务对应的推送优先度。
推送任务排序模块712b,用于根据推送优先度对各信息推送子任务进行排序。
推送时间确定模块712c,用于根据排序后的信息推送子任务和推送空闲时间确定各信息推送子任务的推送时间。
本实施例中,通过根据获取到的时效信息、信息点击率和用户喜好度计算各信息推送子任务的推送优先度,根据推送优先度对各信息推送子任务进行排序,根据排序后的信息推送子任务和推送空闲时间确定各信息推送子任务的推送时间,提高了信息推送的准确性,保证在合适的时间对信息进行推送。
如图9所示,在一个实施例中,推送信息的处理装置700具体还包括:通知接收模块716、通知解析模块718和点击率更新模块720。
通知接收模块716,用于接收各终端发送推送信息点击通知。
通知解析模块718,用于提取推送信息点击通知中的用户账号和推送信息模板标识。
点击率更新模块720,根据推送信息点击通知更新提取到的用户账号和推送信息模板标识对应的信息点击率。
本实施例中,通过接收终端发送推送信息点击通知,根据推送信息点击通知更新用户账号和推送信息模板标识对应的信息点击率,保证信息点击率的正确性和实时性,根据包括信息点击率在内的推送优先度确定参数确定各信息推送子任务的推送顺序,提高了确定各信息推送子任务的推送顺序的准确性。
一种计算机设备,计算机设备包括存储器、处理器及存储在存储器上并 可在处理器上运行的计算机程序,处理器执行计算机程序时实现以下步骤:获取信息推送任务;判断信息推送任务是否为批量推送任务;若判定信息推送任务为批量推送任务,则提取信息推送任务中的待推送信息和用户账号列表;根据待推送信息和用户账号列表中的每个用户账号创建信息推送子任务;获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数;根据获取到的推送优先度确定参数和推送空闲时间确定各信息推送子任务的推送时间;根据确定的推送时间执行各信息推送子任务。
在一个实施例中,处理器执行计算机程序时还实现以下步骤:若判定信息推送任务为单个推送任务时,则提取信息推送任务中的待推送信息和用户账号,将提取到的待推送信息推送至以提取到的用户账号登录的终端。
在一个实施例中,获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数,包括:获取服务器的推送空闲时间,并提取各信息推送子任务中待推送信息对应的推送信息模板标识和用户账号;根据提取到的推送信息模板标识和用户账号获取时效信息、信息点击率和用户喜好度,以获取到的时效信息、信息点击率和用户喜好度作为推送优先度确定参数。
在一个实施例中,根据获取到的推送优先度确定参数和推送空闲时间确定各信息推送子任务的推送时间,包括:根据获取到的时效信息、信息点击率和用户喜好度计算各信息推送子任务对应的推送优先度;根据推送优先度对各信息推送子任务进行排序;根据排序后的信息推送子任务和推送空闲时间确定各信息推送子任务的推送时间。
在一个实施例中,处理器执行计算机程序时还实现以下步骤:接收各终端发送推送信息点击通知;提取推送信息点击通知中的用户账号和推送信息模板标识;根据推送信息点击通知更新提取到的用户账号和推送信息模板标识对应的信息点击率。
本实施例中,在获取到信息推送任务后,在判定所述信息推送任务为批量推送任务时,提取信息推送任务中的待推送信息和用户账号列表,根据待 推送信息和用户账号列表中的每个账号创建信息推送子任务。获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数,根据推送时间参数和推送空闲时间确定各信息推送子任务的推送时间,以对各信息推送子任务进行合理的排期,保证根据确定的推送时间执行各信息推送子任务,避免出现信息推送拥塞的情况,从而提高了信息推送的效率。
一个或多个存储有计算机可执行指令的存储介质,计算机可执行指令被一个或多个处理器执行时,使得一个或多个处理器执行以下步骤:获取信息推送任务;判断信息推送任务是否为批量推送任务;若判定信息推送任务为批量推送任务,则提取信息推送任务中的待推送信息和用户账号列表;根据待推送信息和用户账号列表中的每个用户账号创建信息推送子任务;获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数;根据获取到的推送优先度确定参数和推送空闲时间确定各信息推送子任务的推送时间;根据确定的推送时间执行各信息推送子任务。
在一个实施例中,处理器还执行以下步骤:若判定信息推送任务为单个推送任务时,则提取信息推送任务中的待推送信息和用户账号,将提取到的待推送信息推送至以提取到的用户账号登录的终端。
在一个实施例中,获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数,包括:获取服务器的推送空闲时间,并提取各信息推送子任务中待推送信息对应的推送信息模板标识和用户账号;根据提取到的推送信息模板标识和用户账号获取时效信息、信息点击率和用户喜好度,以获取到的时效信息、信息点击率和用户喜好度作为推送优先度确定参数。
在一个实施例中,根据获取到的推送优先度确定参数和推送空闲时间确定各信息推送子任务的推送时间,包括:根据获取到的时效信息、信息点击率和用户喜好度计算各信息推送子任务对应的推送优先度;根据推送优先度对各信息推送子任务进行排序;根据排序后的信息推送子任务和推送空闲时 间确定各信息推送子任务的推送时间。
在一个实施例中,处理器还执行以下步骤:接收各终端发送推送信息点击通知;提取推送信息点击通知中的用户账号和推送信息模板标识;根据推送信息点击通知更新提取到的用户账号和推送信息模板标识对应的信息点击率。
本实施例中,在获取到信息推送任务后,在判定所述信息推送任务为批量推送任务时,提取信息推送任务中的待推送信息和用户账号列表,根据待推送信息和用户账号列表中的每个账号创建信息推送子任务。获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数,根据推送时间参数和推送空闲时间确定各信息推送子任务的推送时间,以对各信息推送子任务进行合理的排期,保证根据确定的推送时间执行各信息推送子任务,避免出现信息推送拥塞的情况,从而提高了信息推送的效率。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机程序来指令相关的硬件来完成,该计算机程序可存储于一计算机可读取存储介质中,该程序在执行时,可包括如上述各方法的实施例的流程。其中,前述的存储介质可为磁碟、光盘、只读存储记忆体(Read-Only Memory,ROM)等非易失性存储介质,或随机存储记忆体(Random Access Memory,RAM)等。
以上所述实施例的各技术特征可以进行任意的组合,为使描述简洁,未对上述实施例中的各个技术特征所有可能的组合都进行描述,然而,只要这些技术特征的组合不存在矛盾,都应当认为是本说明书记载的范围。
以上所述实施例仅表达了本申请的几种实施方式,其描述较为具体和详细,但并不能因此而理解为对发明专利范围的限制。应当指出的是,对于本领域的普通技术人员来说,在不脱离本申请构思的前提下,还可以做出若干变形和改进,这些都属于本申请的保护范围。因此,本申请专利的保护范围应以所附权利要求为准。

Claims (18)

  1. 一种推送信息的处理方法,所述方法包括:
    获取信息推送任务;
    判断所述信息推送任务是否为批量推送任务;
    若判定所述信息推送任务为批量推送任务,则提取所述信息推送任务中的待推送信息和用户账号列表;
    根据所述待推送信息和所述用户账号列表中的每个用户账号创建信息推送子任务;
    获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数;
    根据获取到的推送优先度确定参数和推送空闲时间确定各信息推送子任务的推送时间;
    根据确定的推送时间执行各信息推送子任务。
  2. 根据权利要求1所述的方法,其特征在于,所述判断所述信息推送任务是否为批量推送任务之后,还包括:
    若判定所述信息推送任务为单个推送任务时,则提取所述信息推送任务中的待推送信息和用户账号,将提取到的待推送信息推送至以提取到的用户账号登录的终端。
  3. 根据权利要求1所述的方法,其特征在于,所述获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数,包括:
    获取服务器的推送空闲时间,并提取各信息推送子任务中待推送信息对应的推送信息模板标识和用户账号;
    根据提取到的推送信息模板标识和用户账号获取时效信息、信息点击率和用户喜好度,以获取到的时效信息、信息点击率和用户喜好度作为推送优先度确定参数。
  4. 根据权利要求3所述的方法,其特征在于,所述根据获取到的推送优先度确定参数和推送空闲时间确定各信息推送子任务的推送时间,包括:
    根据获取到的时效信息、信息点击率和用户喜好度计算各信息推送子任务对应的推送优先度;
    根据所述推送优先度对各信息推送子任务进行排序;
    根据排序后的信息推送子任务和推送空闲时间确定各信息推送子任务的推送时间。
  5. 根据权利要求1所述的方法,其特征在于,所述根据确定的推送时间执行各信息推送子任务之后,包括:
    接收各终端发送推送信息点击通知;
    提取推送信息点击通知中的用户账号和推送信息模板标识;
    根据所述推送信息点击通知更新提取到的用户账号和推送信息模板标识对应的信息点击率。
  6. 一种推送信息的处理装置,其特征在于,所述装置包括:
    任务获取模块,用于获取信息推送任务;
    任务判断模块,用于判断所述信息推送任务是否为批量推送任务;
    任务解析模块,用于若判定所述信息推送任务为批量推送任务,则提取所述信息推送任务中的待推送信息和用户账号列表;
    任务创建模块,用于根据所述待推送信息和所述用户账号列表中的每个用户账号创建信息推送子任务;
    参数获取模块,用于获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数;
    时间确定模块,用于根据获取到的推送优先度确定参数和推送空闲时间确定各信息推送子任务的推送时间;
    任务执行模块,用于根据确定的推送时间执行各信息推送子任务。
  7. 根据权利要求6所述的装置,其特征在于,所述参数获取模块还用于获取服务器的推送空闲时间,并提取各信息推送子任务中的推送信息模板标识和用户账号;获取与提取到的推送信息模板标识和用户账号对应的时效信息、信息点击率和用户喜好度,以获取到的时效信息、信息点击率和用户喜好度作为推送优先度确定参数。
  8. 根据权利要求7所述的装置,其特征在于,所述时间确定模块包括:
    推送参数计算模块,用于根据获取到的时效信息、信息点击率和用户喜好度计算各信息推送子任务对应的推送优先度;
    推送任务排序模块,用于根据所述推送优先度对各信息推送子任务进行排序;
    推送时间确定模块,用于根据排序后的信息推送子任务和推送空闲时间确定各信息推送子任务的推送时间。
  9. 一种计算机设备,所述计算机设备包括存储器、处理器及存储在所述存储器上并可在所述处理器上运行的计算机程序,所述处理器执行所述计算机程序时实现以下步骤:
    获取信息推送任务;
    判断所述信息推送任务是否为批量推送任务;
    若判定所述信息推送任务为批量推送任务,则提取所述信息推送任务中的待推送信息和用户账号列表;
    根据所述待推送信息和所述用户账号列表中的每个用户账号创建信息推送子任务;
    获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数;
    根据获取到的推送优先度确定参数和推送空闲时间确定各信息推送子任务的推送时间;
    根据确定的推送时间执行各信息推送子任务。
  10. 根据权利要求9所述的计算机设备,其特征在于,所述判断所述信息推送任务是否为批量推送任务之后,还包括:
    若判定所述信息推送任务为单个推送任务时,则提取所述信息推送任务中的待推送信息和用户账号,将提取到的待推送信息推送至以提取到的用户账号登录的终端。
  11. 根据权利要求9所述的计算机设备,其特征在于,所述获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数,包括:
    获取服务器的推送空闲时间,并提取各信息推送子任务中待推送信息对应的推送信息模板标识和用户账号;
    根据提取到的推送信息模板标识和用户账号获取时效信息、信息点击率和用户喜好度,以获取到的时效信息、信息点击率和用户喜好度作为推送优先度确定参数。
  12. 根据权利要求11所述的计算机设备,其特征在于,所述根据获取到的推送优先度确定参数和推送空闲时间确定各信息推送子任务的推送时间,包括:
    根据获取到的时效信息、信息点击率和用户喜好度计算各信息推送子任务对应的推送优先度;
    根据所述推送优先度对各信息推送子任务进行排序;
    根据排序后的信息推送子任务和推送空闲时间确定各信息推送子任务的推送时间。
  13. 根据权利要求9所述的计算机设备,其特征在于,所述根据确定的推送时间执行各信息推送子任务之后,包括:
    接收各终端发送推送信息点击通知;
    提取推送信息点击通知中的用户账号和推送信息模板标识;
    根据所述推送信息点击通知更新提取到的用户账号和推送信息模板标 识对应的信息点击率。
  14. 一个或多个存储有计算机可执行指令的存储介质,所述计算机可执行指令被一个或多个处理器执行时,使得所述一个或多个处理器执行以下步骤:
    获取信息推送任务;
    判断所述信息推送任务是否为批量推送任务;
    若判定所述信息推送任务为批量推送任务,则提取所述信息推送任务中的待推送信息和用户账号列表;
    根据所述待推送信息和所述用户账号列表中的每个用户账号创建信息推送子任务;
    获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数;
    根据获取到的推送优先度确定参数和推送空闲时间确定各信息推送子任务的推送时间;
    根据确定的推送时间执行各信息推送子任务。
  15. 根据权利要求14所述的存储介质,其特征在于,所述判断所述信息推送任务是否为批量推送任务之后,还包括:
    若判定所述信息推送任务为单个推送任务时,则提取所述信息推送任务中的待推送信息和用户账号,将提取到的待推送信息推送至以提取到的用户账号登录的终端。
  16. 根据权利要求14所述的存储介质,其特征在于,所述获取服务器的推送空闲时间和各信息推送子任务对应的推送优先度确定参数,包括:
    获取服务器的推送空闲时间,并提取各信息推送子任务中待推送信息对应的推送信息模板标识和用户账号;
    根据提取到的推送信息模板标识和用户账号获取时效信息、信息点击率和用户喜好度,以获取到的时效信息、信息点击率和用户喜好度作为推送优 先度确定参数。
  17. 根据权利要求16所述的存储介质,其特征在于,所述根据获取到的推送优先度确定参数和推送空闲时间确定各信息推送子任务的推送时间,包括:
    根据获取到的时效信息、信息点击率和用户喜好度计算各信息推送子任务对应的推送优先度;
    根据所述推送优先度对各信息推送子任务进行排序;
    根据排序后的信息推送子任务和推送空闲时间确定各信息推送子任务的推送时间。
  18. 根据权利要求14所述的存储介质,其特征在于,所述根据确定的推送时间执行各信息推送子任务之后,包括:
    接收各终端发送推送信息点击通知;
    提取推送信息点击通知中的用户账号和推送信息模板标识;
    根据所述推送信息点击通知更新提取到的用户账号和推送信息模板标识对应的信息点击率。
PCT/CN2018/078329 2017-07-24 2018-03-07 推送信息的处理方法、装置、计算机设备和存储介质 WO2019019652A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710607707.2A CN107733967B (zh) 2017-07-24 2017-07-24 推送信息的处理方法、装置、计算机设备和存储介质
CN201710607707.2 2017-07-24

Publications (1)

Publication Number Publication Date
WO2019019652A1 true WO2019019652A1 (zh) 2019-01-31

Family

ID=61201709

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/078329 WO2019019652A1 (zh) 2017-07-24 2018-03-07 推送信息的处理方法、装置、计算机设备和存储介质

Country Status (2)

Country Link
CN (1) CN107733967B (zh)
WO (1) WO2019019652A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111475270A (zh) * 2020-04-03 2020-07-31 拉扎斯网络科技(上海)有限公司 一种任务处理方法、装置、服务器及存储介质
CN116150420A (zh) * 2023-04-23 2023-05-23 北京微应软件科技有限公司 一种图片任务推送结果的评估方法和系统

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107733967B (zh) * 2017-07-24 2020-01-07 深圳壹账通智能科技有限公司 推送信息的处理方法、装置、计算机设备和存储介质
CN109067843B (zh) * 2018-07-06 2021-07-23 武汉斗鱼网络科技有限公司 一种用于发送站内信的方法、装置及计算机设备
CN109587038A (zh) * 2018-11-30 2019-04-05 深圳市买买提信息科技有限公司 消息推送方法及装置
CN109698799B (zh) * 2019-01-14 2020-06-02 广州荔支网络技术有限公司 一种消息推送方法、装置和移动终端
CN112527842B (zh) * 2020-12-18 2023-07-25 平安银行股份有限公司 系统流程推送方法、装置、电子设备及计算机可读存储介质
CN112866294B (zh) * 2021-03-15 2023-03-31 中国电子科技集团公司第十五研究所 一种多协议适配方法、装置及可读存储介质
CN113411381B (zh) * 2021-06-02 2022-10-25 支付宝(杭州)信息技术有限公司 向物联网设备推送信息的方法和系统

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080016144A1 (en) * 2005-08-17 2008-01-17 Samsung Electronics Co., Ltd. Method for providing information service and push mode service
CN102638849A (zh) * 2011-02-14 2012-08-15 中国移动通信集团公司 一种控制业务推送的方法、系统及装置
CN103428290A (zh) * 2013-08-19 2013-12-04 北京网秦天下科技有限公司 数据推送方法和设备
CN105897550A (zh) * 2015-12-23 2016-08-24 乐视致新电子科技(天津)有限公司 一种推送离线消息的方法及设备
CN106911576A (zh) * 2017-02-17 2017-06-30 上海斐讯数据通信技术有限公司 一种路由器固件升级的分流推送方法及系统
CN107733967A (zh) * 2017-07-24 2018-02-23 上海壹账通金融科技有限公司 推送信息的处理方法、装置、计算机设备和存储介质

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102915254B (zh) * 2011-08-02 2018-04-06 中兴通讯股份有限公司 任务管理方法及装置
CN104715043B (zh) * 2015-03-25 2016-06-29 深圳奇迹智慧网络有限公司 一种信息推送方法及系统
CN105897881A (zh) * 2016-04-01 2016-08-24 广东欧珀移动通信有限公司 根据消息优先级分批次分时段推送的方法、装置及移动终端
CN106161627B (zh) * 2016-07-12 2019-10-15 百度在线网络技术(北京)有限公司 用于推送信息的方法及装置
CN106294778B (zh) * 2016-08-11 2019-09-10 北京小米移动软件有限公司 信息推送方法和装置

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080016144A1 (en) * 2005-08-17 2008-01-17 Samsung Electronics Co., Ltd. Method for providing information service and push mode service
CN102638849A (zh) * 2011-02-14 2012-08-15 中国移动通信集团公司 一种控制业务推送的方法、系统及装置
CN103428290A (zh) * 2013-08-19 2013-12-04 北京网秦天下科技有限公司 数据推送方法和设备
CN105897550A (zh) * 2015-12-23 2016-08-24 乐视致新电子科技(天津)有限公司 一种推送离线消息的方法及设备
CN106911576A (zh) * 2017-02-17 2017-06-30 上海斐讯数据通信技术有限公司 一种路由器固件升级的分流推送方法及系统
CN107733967A (zh) * 2017-07-24 2018-02-23 上海壹账通金融科技有限公司 推送信息的处理方法、装置、计算机设备和存储介质

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111475270A (zh) * 2020-04-03 2020-07-31 拉扎斯网络科技(上海)有限公司 一种任务处理方法、装置、服务器及存储介质
CN111475270B (zh) * 2020-04-03 2024-03-22 拉扎斯网络科技(上海)有限公司 一种任务处理方法、装置、服务器及存储介质
CN116150420A (zh) * 2023-04-23 2023-05-23 北京微应软件科技有限公司 一种图片任务推送结果的评估方法和系统
CN116150420B (zh) * 2023-04-23 2023-08-11 北京微应软件科技有限公司 一种图片任务推送结果的评估方法和系统

Also Published As

Publication number Publication date
CN107733967A (zh) 2018-02-23
CN107733967B (zh) 2020-01-07

Similar Documents

Publication Publication Date Title
WO2019019652A1 (zh) 推送信息的处理方法、装置、计算机设备和存储介质
CN109324996B (zh) 日志文件处理方法、装置、计算机设备及存储介质
CN107665233B (zh) 数据库数据处理方法、装置、计算机设备和存储介质
CN108536650B (zh) 生成梯度提升树模型的方法和装置
WO2019019396A1 (zh) 推送结果预测方法、装置、计算机设备和存储介质
EP3617896A1 (en) Method and apparatus for intelligent response
WO2019019642A1 (zh) 应用信息推送方法、装置、计算机设备和存储介质
WO2019019645A1 (zh) 信息推送任务执行方法、装置、计算机设备和存储介质
CN112527649A (zh) 一种测试用例的生成方法和装置
CN110781180B (zh) 一种数据筛选方法和数据筛选装置
CN108768835B (zh) 一种邮件解析方法、装置、服务器和存储介质
WO2023093375A1 (zh) 一种计算资源获取方法、装置、电子设备和存储介质
CN112699321A (zh) 一种页面加载方法,计算设备及存储介质
CN112700064B (zh) 空气质量预报数值输出的伴随后处理方法及装置
CN110365809B (zh) 分布式服务器地址配置系统及方法
CN112435045A (zh) 处理用户反馈信息的方法、装置、存储介质及计算机设备
CN114390137A (zh) 短信的处理方法、装置、设备及存储介质
US20230056131A1 (en) Server and method for classifying entities of a query
CN110750362A (zh) 生物信息的分析方法、装置和存储介质
EP4221241A1 (en) Video editing method and apparatus, electronic device, and medium
WO2019052389A1 (zh) 一种移动机器人中的任务优化方法及设备
WO2019019387A1 (zh) 信息推送建议生成方法、装置、计算机设备和存储介质
CN113485810A (zh) 一种任务的调度执行方法、装置、设备及存储介质
CN105653552B (zh) 一种结构化文档处理方法、装置及设备
CN113779018A (zh) 一种数据处理方法和装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18838074

Country of ref document: EP

Kind code of ref document: A1

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 1205A DATED 23/06/2020 )

122 Ep: pct application non-entry in european phase

Ref document number: 18838074

Country of ref document: EP

Kind code of ref document: A1