CN110688236B - Information touch method, system and terminal equipment - Google Patents

Information touch method, system and terminal equipment Download PDF

Info

Publication number
CN110688236B
CN110688236B CN201910730703.2A CN201910730703A CN110688236B CN 110688236 B CN110688236 B CN 110688236B CN 201910730703 A CN201910730703 A CN 201910730703A CN 110688236 B CN110688236 B CN 110688236B
Authority
CN
China
Prior art keywords
information
sent
scene
target user
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910730703.2A
Other languages
Chinese (zh)
Other versions
CN110688236A (en
Inventor
黄灵山
蔡泽键
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Handhui Technology Group Co.,Ltd.
Original Assignee
Shenzhen Muchenglin Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Muchenglin Technology Co ltd filed Critical Shenzhen Muchenglin Technology Co ltd
Priority to CN201910730703.2A priority Critical patent/CN110688236B/en
Publication of CN110688236A publication Critical patent/CN110688236A/en
Application granted granted Critical
Publication of CN110688236B publication Critical patent/CN110688236B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/52User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail for supporting social networking services

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application is applicable to the technical field of computers, and provides an information reaching method, an information reaching system and terminal equipment. According to the method and the device, the configuration user can create the application scene and the scene content in the information touch system, so that the scene content can form corresponding information to be sent when the target user information meets the preset application scene and is sent to the target user terminal, and effective control, information sending and data statistics of touch services can be realized.

Description

Information touch method, system and terminal equipment
Technical Field
The application belongs to the technical field of computers, and particularly relates to an information touch method, an information touch system and terminal equipment.
Background
The reach is an important service path in internet services, and with the development of services and the variety and variety of requirements, effective control and data analysis and statistics of reach become more important. The diversity and variability of the touch are mainly embodied in that the sending platform is multiple, the message types are multiple (short messages, WeChat messages, APP messages, mails and the like), the sending logic is multiple and the like. However, in the existing information access system, the service module is coupled with the access configuration module and the sending logic module, so that the work efficiency of the access service, the product and the development team is reduced, for example, when the service in the information access system has a large amount of information to be accessed, the service module of the information access system needs to send the information to be accessed according to the corresponding sending logic, so that other services of the information access system cannot be normally performed, the access information is difficult to be systematically controlled, and the access control, the information sending and the data statistics are influenced.
Disclosure of Invention
In view of this, embodiments of the present application provide an information reaching method, an information reaching system, and a terminal device, so as to solve the problem in the prior art that when a large amount of information to be reached exists in a service in an information reaching system, control over reaching, information sending, and data statistics cannot be effectively implemented.
A first aspect of an embodiment of the present application provides an information access method, which is applied to an information access system and includes:
receiving a configuration instruction of a configuration user for an information access system, wherein the configuration instruction is used for creating scene content; wherein the scene content is associated with a scene ID;
calling a touch service interface, wherein the touch service interface carries a scene ID and target user information;
acquiring scene content according to the scene ID;
forming information to be sent when the target user information meets a preset application scene according to the scene content, and pushing the information to be sent to a queue to be sent;
and transmitting the information to be transmitted to a target user terminal corresponding to the target user information.
A second aspect of an embodiment of the present application provides an information accessibility system, including:
the system comprises a first receiving module, a second receiving module and a third receiving module, wherein the first receiving module is used for receiving a configuration instruction of a configuration user for an information touch system, and the configuration instruction is used for creating scene content; wherein the scene content is associated with a scene ID;
the system comprises a first calling module, a second calling module and a third calling module, wherein the first calling module is used for calling a reach service interface, and the reach service interface carries a scene ID and target user information;
a first obtaining module, configured to obtain scene content according to the scene ID;
the pushing module is used for forming information to be sent when the target user information meets a preset application scene according to the scene content and pushing the information to be sent to a queue to be sent;
and the issuing module is used for issuing the information to be sent to a target user terminal corresponding to the target user information.
A third aspect of embodiments of the present application provides a terminal device, comprising a memory, a processor and a computer program stored in the memory and executable on the processor, the processor implementing the steps of the method according to any one of the preceding claims when executing the computer program.
The fourth aspect of the embodiments of the present application also provides a computer-readable storage medium, in which a computer program is stored, which, when executed by a processor, implements the steps of the method according to any one of the preceding claims.
According to the method and the device, the configuration instruction of the configuration user on the information touch system is received, so that the scene content can form the information to be sent when the target user information meets the preset application scene, the information to be sent is pushed to the queue to be sent and then sent to the target user terminal corresponding to the target user information to inform the target user, and effective control, information sending and data statistics of touch services can be realized; the separation of each module in the information touch system can be realized, the work tasks of each module are rationalized, and the work efficiency of touch services, products and development teams is improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings used in the embodiments or the prior art descriptions will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without inventive work.
FIG. 1 is a schematic flowchart of a first implementation of an information reach method according to an embodiment of the present application;
FIG. 2 is a schematic flow chart of a third implementation of an information reaching method provided in the embodiment of the present application;
fig. 3 is a schematic flow chart of a fourth implementation of the information reaching method according to the embodiment of the present application;
fig. 4 is a schematic flow chart of a fifth implementation of an information reaching method provided in the embodiment of the present application;
FIG. 5 is a schematic structural diagram of an information accessibility system provided by an embodiment of the present application;
fig. 6 is a schematic structural diagram of a terminal device according to an embodiment of the present application.
Detailed Description
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without making any creative effort shall fall within the protection scope of the present application.
The terms "comprises" and "comprising," and any variations thereof, in the description and claims of this application and the drawings described above, are intended to cover non-exclusive inclusions. For example, a process, method, or system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements listed, but may alternatively include other steps or elements not listed, or inherent to such process, method, article, or apparatus. Furthermore, the terms "first," "second," and "third," etc. are used to distinguish between different objects and are not used to describe a particular order.
Example one
The information reach system comprises a movable preferential reach system, a merchant order reach system and an information notice reach system, for example, the movable preferential reach system can be used for creating a movable preferential project for a developer, configuring an application scene where the movable preferential project is created by a user, screening target user information conforming to the application scene by the information reach system according to the configured application scene, and issuing related information to notify the target user, which is not limited.
Referring to fig. 1, the present application provides an information reaching method applied to an information reaching system, where the information reaching method includes:
s101, receiving a configuration instruction of a configuration user for an information access system, wherein the configuration instruction is used for creating scene content; wherein the scene content is associated with a scene ID;
s102, calling a reach service interface, wherein the reach service interface carries a scene ID and target user information;
in the application, the configuration user may be a developer or a project principal, or the configuration user and the project principal may be created in combination, for example, the developer creates an activity project, the project principal creates a plurality of scene contents of the activity project, and configures a scene ID, an information template to be sent, and the like for each scene content, the developer invokes a reach service interface, and the reach service interface carries the scene ID and target user information that can participate in the scene content, where invoking the reach interface indicates that the reach project starts to operate, and the above is the configuration and creation of the information reach system.
In the application, the scene content is a notification message which is created for the configuration user to edit and form under the condition that the target user information meets the implementable application scene. The application scenario includes, but is not limited to, a coupon scenario, an activity notification scenario, and the like, and for example, the coupon getting information may be issued to a target user when the coupon scenario configured by the configuration user is consumed by a consumer (consumer) at a cost of 100 yuan.
In the application, the scene ID is used for configuring the user to be associated with the scene content, when each configuration user needs to run a certain scene content, only the scene ID needs to be sent to a developer, and the time for running the application scene is informed, wherein the scene ID is unique, and each scene content is provided with an independent scene ID for distinguishing a plurality of scene contents under the same project.
In an embodiment, after step S101, the method includes:
and previewing the scene content and inquiring the touch effect.
In an application, the touchdown effect indicates that after scene content configuration is completed, a configuration user can preview the scene content, if an activity scene ID is set to 123, the configuration user is set to meet an application scene in the activity scene content, a terminal contact way of the configuration user is input, and the information touchdown system sends actual scene content to the configuration user terminal, if "dear [ nickname # ] is sent, you.
In the application, after the step of previewing the scene content and querying the trigger effect, the method may further include saving the scene content and synchronizing the scene content to different development environments, specifically, in order to ensure consistency of the online data with the development environment and the test environment, only editing the scene content may be created online and synchronized to the development environment and the test environment, so that the effect of the previewed scene content is consistent with the effect of the scene content in the development environment, for example, the scene content created online is "lovely user, your good! "which is the same as the information to be sent configured in the development environment and the information received by the actual scene under the line. The method aims to not only perform special processing on scene contents in a certain scene independently in actual operation, but also be beneficial to later maintenance and operation.
S103, acquiring scene content according to the scene ID;
in the application, the scene ID and the scene content have an association relationship, the designated scene content can be inquired according to the scene ID, wherein the scene ID and the scene content are in a single-to-single mapping relationship, one scene ID is only associated with one scene content, one scene content is used for forming corresponding information on the premise that a template user meets a preset application scene, a certain service interface is called, only the scene content carried by the service interface under the scene ID is obtained, the obtained scene content is prevented from being disordered, and the formed corresponding information is also disordered.
Referring to fig. 2, in an embodiment, after step S103, the method includes:
s301, detecting whether the scene ID and the target user information are both valid;
s302, if at least one of the scene ID and the target user information is invalid, displaying first reminding information to the information touch system interface.
In the application, the scene ID is carried by a service interface sent by a configuration user, and it may be specifically detected whether the scene ID is valid, the information reach system receives and calls the reach service interface, and it is detected that the scene ID provided by the configuration user is wrong, the information reach system cannot identify the scene content under the scene ID, or it is detected that the service interface does not carry the scene ID, and all of the above may be regarded as invalid.
In application, the target user information may be provided by the configuration user, or may be queried by the information access system itself, which is not limited to this. The target user information may be a target user identification number, or may be other information that can confirm the target user, for example, an internal personnel number of a configured user company, which is not limited in this regard.
In application, the first reminding information includes that the scene ID of the configuration user is invalid, the target user information of the configuration user is invalid, and the like, and the first reminding information may be displayed on an information touch system interface, or may be directly sent to a terminal of the configuration user, which is not limited to this. The triggering condition of the first reminding information is that one of the scene ID and the target user information is detected to be invalid and then is sent.
In application, the information reach system comprises a plurality of modules, such as a reach configuration module and a service calling module, wherein a scene ID configured by the reach configuration module and information of a provided target user are provided, the service calling module calls a reach service interface, and when the scene ID is read, the scene ID provided by the configuration module is verified, namely the scene ID provided by the configuration module is submitted to the service calling module after being confirmed by a configuration user, and the service calling module verifies again, so that the validity of scene content is further accurate.
Referring to fig. 3, in an embodiment, the information to be sent includes fixed information and variable information; after step S301, the method further includes:
s401, if the scene ID and the target user information are both effective, detecting whether variable information in the information to be sent is replaced by a service code; the service code is used for replacing the variable information with specified information;
s402, if all the variable information is replaced by the designated information, obtaining information to be sent formed in a preset application scene according to the target user information.
In application, the information to be sent includes but is not limited to short message information, WeChat customer service information and mail information, each information has fixed information and variable information, wherein the fixed information is fixed content, and the variable information can be replaced by related service codes written by developers, wherein when the service interface is called, the service interface also carries the related service codes, and the variable information is replaced by the service codes to become corresponding specific information. For example, the information to be sent may be "love" [ nickname # ] and your order has taken effect ", where" love "is fixed information and" [ nickname # ] is variable information, and the service code acquires a nickname of the user according to the carried user information, and replaces the nickname with the user name to replace the variable information.
In other applications, the information to be sent may include a plurality of variable information, where different variable information corresponds to different service codes, the specific information may be carried by a touch service interface, for example, the touch service interface also carries a service data table, where the service data table includes, but is not limited to, target user information (real name), target user terminal contact information (e.g., corresponding short message contact information, corresponding mail contact information, etc.), order number, and the "# nickname #" may be replaced by a service code for corresponding fixed information, which is not limited herein. The target user terminal contact information can be used for acquiring information to be sent formed in an application scene and then sending the information to be sent to the target user terminal when the target user information meets the application scene. The service data table may be provided by the configuration user, which has recorded corresponding related information in advance, and the related information may be acquired and used by the service code, or the service data table may be used by the information touch system to search for related target user information according to the application context of the configuration user, and the target user information is recorded in the database in advance, which is not limited thereto.
Referring to fig. 4, in an embodiment, after step 103, the method further includes:
s501, setting the information to be sent to be in an unprocessed state;
s502, after the message to be sent is pushed to a queue to be sent, the unprocessed state is changed into a processed state;
s503, after the information to be sent is sent to the target user terminal corresponding to the target user information, the state in the processing is changed into a sent state;
and S504, generating and recording a state record corresponding to the information to be sent to a database.
In application, the unprocessed state is a state in which information to be transmitted is just formed, for example, the information trigger system generates a plurality of information to be transmitted, and when the information to be transmitted is too much and cannot be completely transmitted, the information to be transmitted which is not transmitted is set to be the unprocessed state. The processing state is a state of issuing information to be sent; the sent state is a state after the information to be sent is confirmed to be sent successfully.
In the application, the status settlement records are recorded after the status is changed, and the status records can be stored in the database in the form of a table, and the information recorded in the status records includes, but is not limited to, the information to be sent, the status of the information to be sent, and the time for recording the corresponding status, and is used for recording all relevant information from the generation of the information to be sent to the completion of the delivery.
S104, forming information to be sent when the target user information meets a preset application scene according to the scene content, and pushing the information to be sent to a queue to be sent;
in application, the preset application scenario is configured by a configuration user in advance, and the application scenario includes, but is not limited to, a benefit activity scenario, an activity notification scenario, and the like, for example, the benefit activity scenario set by the configuration user may be (when a consumer consumes 100 yuan), information to be sent formed by scenario content may be relevant benefit activity pickup information.
In other embodiments, after step S104, the method further includes:
detecting whether the information to be sent is pushed to a queue to be sent within a preset time;
and if the information to be sent is not pushed to the queue to be sent in the preset time, the information to be sent is sent to a target user terminal corresponding to the target user information.
In application, the preset time period may be a time period preset for the system, or a time period preset by a user may be configured, for example, within 1h, if the information to be sent is not pushed to the queue to be sent within 1h, it indicates that a component of the queue to be sent is down or the information to be sent is excessive to cause peak congestion, in order to improve the sending efficiency of the information to be sent, the service invocation module directly sends the information to be sent to a target user terminal without passing through the queue to be sent, so as to comprehensively improve the working efficiency of each module of the information reach system, and realize more effective reach information management and control.
And S105, transmitting the information to be transmitted to a target user terminal corresponding to the target user information.
In application, the information touch system can also obtain a target user terminal of the target user information and send the information to be sent to the corresponding target user terminal. The information to be sent includes but is not limited to sending in the form of short messages, sending in the form of WeChat public numbers, sending in APP notification information and the like, specifically, a user terminal downloads WeChats and pays attention to related public numbers, and an information touch system forms the information to be sent of a WeChat template after detecting that target user information accords with an application scene and sends the information to the public numbers; or, after the user downloads the takeaway APP, and uses the takeaway APP to order a meal, the information reach system can form ' lovely [ # nickname # ' according to the user information, your order takes effect, the order number is [ # order number # ] please check and receive ' waiting to send information, and send the information to the takeaway APP, and the information is not limited.
In the application, when a configuration user creates editing scene content, short message template information, WeChat customer service template information, APP template information and mail template information can be selected and added. The WeChat template information is special, the WeChat template information is sent by public numbers, the WeChat can have a plurality of public numbers, the WeChat template information corresponding to each public number has difference, the format cannot be fixed, and the template is possibly changed. And if the invalid template exists in the updating process, sending an email or a short message to the configuration user terminal for reminding the configuration user to replace the WeChat template information.
In the application, the forming of the information to be sent when the target user information meets a preset application scene according to the scene content specifically includes: when a configuration user configures scene content, if the user selects to add the WeChat template information, the user needs to select a public number (the information touch system is compatible with all WeChat public numbers), select corresponding WeChat template information according to the WeChat public number, and finally edit information of corresponding fields, such as editing fixed information and variable information. For example, adding short message template information, selecting a selected short message signature, editing short message text (fixed information and variable information), and the like. Different information types (WeChat template information and short message template information) can coexist, but each information type (WeChat template information) only has one in the same application scene, namely, after the target user information meets the preset application scene, a plurality of information to be sent of different information types can be formed, but each information type only has one, such as only one short message template information, one WeChat template information and the like.
In one embodiment, step S105 includes:
pulling the information to be sent from the alignment to be sent;
detecting whether the scene ID in the message to be sent is valid;
if the scene ID in the message to be sent is valid, reading the configuration of the scene ID, analyzing the scene content and acquiring the message to be sent;
detecting whether the variable information in the information to be sent is completely replaced;
if the variable information is completely replaced, the information to be sent is issued to a target user terminal corresponding to the target user information;
and if the variable information is not completely replaced, displaying second reminding information to an information touch system interface.
In application, the information reach system comprises a plurality of modules, such as a reach configuration module and a service calling module, and also comprises a logic sending module, wherein the touch configuration module configures the scene ID and provides the target user information, and the service calling module verifies the scene ID provided by the configuration module when calling the touch service interface and reading the scene ID, namely, the scene ID provided by the configuration module is submitted to the service calling module after being confirmed by the configuration user, the service calling module can carry out verification again, and similarly, when the information to be sent enters the logic sending module, the verification is carried out again, and it can be considered that each module can carry out the next operation after confirming the information to be sent, the purpose of the confirmation is that too much information to be sent is formed every day and needs to be subjected to multiple verifications so as to further ensure the accuracy of the information to be sent.
In application, the second reminding information may display an information reach system interface, or may be sent to a terminal interface of a configuration user (developer), which is not limited to this, and when detecting that the scene ID in the message to be sent is invalid, the second reminding information is directly displayed to the information reach system interface to remind the configuration user, and only when the scene ID and the variable information are completely replaced, the message to be sent is sent.
In one embodiment, before step S50, the method includes:
configuring an attribution platform and a sending channel of the information to be sent;
and calling the corresponding message to be sent to send according to the attribution platform and the sending channel.
In the application, setting the scene content includes setting a scene ID, target user information, setting an information template to be sent, setting a sending channel, setting a sending attribution platform, and the like, wherein the information template to be sent includes, but is not limited to, short message template information, micro message customer service template information, and mail template information, the sending channel corresponds to a related software APP, for example, the micro message template information needs to be sent through the micro message channel, the mail template information needs to be sent through a mail, and the like, each template information is configured and edited by a configuration user, and different application scenes are greatly different in the used template information, and the setting is not limited thereto. There may be multiple application scenes in a project, that is, there are multiple scene contents, and the information to be sent formed by each scene content is also different, for example, an activity preferential project, and in the early stage of an activity, the information to be sent formed by the corresponding scene content can be sent to the target user, for example, "love [ nickname # ], good! There is an activity available on x month x day of xxxx year, please go to ", and during the activity, a message to be sent formed by the corresponding scene content can also be sent to the target user, such as" dear [ nickname # ], hello! You consumed a full one hundred dollars on day xxxx year xx month x, please go to xxx to get coupons ", and so on.
The attribution platform is configured by a configurator when scene content is created, if a configuration user creates a restaurant preferential activity scene, information to be sent formed when the target user information meets a preset application scene according to the scene content can be 'lovely' # nickname #, one hundred dollars are consumed by your order, a coupon can be obtained according to a link, the selected attribution platform is a restaurant platform specified by the configuration user, an available sending channel of the information to be sent can be short message sending, the WeChat public number of the restaurant is sent, and the like, if the A user consumes one hundred dollars in the B restaurant, the information touch system generates corresponding information to be sent, and if the user pays attention to the WeChat public number of the restaurant, corresponding WeChat notification information is sent to the WeChat public number. The purpose of selecting the attribution platform is to prevent the information triggering system from sending the information to be sent by other platforms (such as shopping platforms), which causes disorder of the information to be sent and leaves a bad impression on the target user.
In one embodiment, a plurality of information to be sent are provided, and each information to be sent corresponds to one sending channel; step 105 further comprises:
acquiring the priority of all the sending channels;
and issuing the information to be sent corresponding to the sending channel with the priority higher than the preset priority according to the priority.
In application, the information triggering system forms a plurality of information to be sent in one day, such as hundreds of thousands of information to be sent, each information to be sent has a corresponding sending channel, such as sending through short messages, sending through a micro-message public number and sending through a downloaded APP, the priority is configured in advance by a configuration user, and the micro-message public number sending channel is superior to the short message sending channel and the APP sending channel, so that the priority is not limited.
In a specific application, a user A meets the implementation scene in the scene content B to form corresponding information to be sent, wherein three pieces of information to be sent are formed, namely the information to be sent of a WeChat template, the information to be sent of an APP template and the information to be sent of a short message template, the WeChat of the user A pays attention to the corresponding public number, the terminal information corresponding to the user information of the user A is also acquired by an information trigger system, the terminal of the user A does not download or register the corresponding APP, wherein the priority of a sending channel of the scene content is set by a configuration user, the sending channel of the WeChat public number is superior to the APP notification sending channel of the short message sending channel, the information trigger system firstly sends the information to be sent of the WeChat template to the user through the WeChat sending channel, and after the sending is successful, the rest information to be sent can not be sent, the situation of information harassment caused to the target user is avoided, or the target user and the information to be sent can be continuously sent, and the purpose is to increase the probability of informing the user of knowing the information to be sent. In other applications, if the user A does not pay attention to the WeChat public number, the information to be sent of the WeChat template fails to be sent, the information to be sent of the short message template with low priority is continuously sent until the information is successfully sent or all the information is failed to be sent, and the information of the target user is ignored if all the information is failed to be sent.
In one embodiment, step S105 further includes:
reporting a sending detail record to a database, wherein the sending detail record comprises the channel to be sent, a sending platform and the state record;
receiving a callback processing instruction;
and reporting a real sending result to a database after the information to be sent is sent to a target user terminal corresponding to the target user information according to the callback processing instruction.
In the application, if the callback processing instruction indicates that the target user has received the information to be sent, it indicates that the notification information for the target user is completed in the scene content, and the target user information is not called in the activity, so that the scene activity is not applicable to the target user.
In the application, by receiving a configuration instruction of a configuration user on an information touch system, the scene content can form information to be sent when target user information meets a preset application scene, the information to be sent is pushed to a queue to be sent and then sent to a target user terminal corresponding to the target user information to notify the target user, and effective control, information sending and data statistics on touch services can be realized; the separation of each module in the information reach system can be realized, the work tasks of each module are rationalized, the work efficiency of reach businesses, products and development teams is improved, and the control, information transmission and data statistics of reach are effectively realized.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present application.
Example two
Referring to FIG. 5, the present embodiment provides an information access system 100, comprising
A first receiving module 10, configured to receive a configuration instruction for configuring a user to an information access system, where the configuration instruction is used to create scene content; wherein the scene content is associated with a scene ID;
the first calling module 20 is configured to call a reach service interface, where the reach service interface carries a scene ID and target user information;
a first obtaining module 30, configured to obtain scene content according to the scene ID;
the pushing module 40 is configured to form information to be sent according to the scene content when the target user information meets a preset application scene, and push the information to be sent to a queue to be sent;
and the issuing module 50 is configured to issue the information to be sent to a target user terminal corresponding to the target user information.
In an embodiment, the first receiving module 20 is further configured to:
and previewing the scene content and inquiring the touch effect.
In one embodiment, the information access system 100 further comprises:
the first detection module is used for detecting whether the scene ID and the target user information are both valid;
and the display module is used for displaying first reminding information to the information touch system interface if at least one of the scene ID and the target user information is invalid.
In an embodiment, the information to be sent includes fixed information and variable information; the information access system 100 further includes:
the second detection module is used for detecting whether variable information in the information to be sent is replaced by a service code or not if the scene ID and the target user information are both valid; the service code is used for replacing the variable information with specified information;
and the second obtaining module is used for obtaining the information to be sent formed in a preset application scene according to the target user information if all the variable information is replaced by the designated information.
In one embodiment, the information access device system 100 further comprises:
the first setting module is used for setting the information to be sent to be in an unprocessed state;
the second setting module is used for changing the unprocessed state into the processed state after pushing the message to be sent to a queue to be sent;
a third setting module, configured to change the processing state to a sent state after the to-be-sent information is sent to a target user terminal corresponding to the target user information;
and the generating module is used for generating and recording the state record corresponding to the information to be sent to a database.
In one embodiment, the issuing module 50 is further configured to:
pulling the information to be sent from the alignment to be sent;
detecting whether the scene ID in the message to be sent is valid;
if the scene ID in the message to be sent is valid, reading the configuration of the scene ID, analyzing the scene content and acquiring the message to be sent;
detecting whether the variable information in the information to be sent is completely replaced;
if the variable information is completely replaced, the information to be sent is sent to a target user terminal corresponding to the target user information;
and if the variable information is not completely replaced, displaying second reminding information to an information touch system interface.
In one embodiment, the information access system 100 further comprises:
the configuration module is used for configuring the attribution platform and the sending channel of the information to be sent;
and the second calling module is used for calling the corresponding message to be sent to send according to the attribution platform and the sending channel.
In one embodiment, the information to be sent has a plurality of channels, and each channel corresponds to one sending channel; the issuing module 50 is also configured to:
acquiring the priority of all the sending channels;
and issuing the information to be sent corresponding to the sending channel with the priority higher than the preset priority according to the priority.
In one embodiment, the information access system 100 further comprises:
a first reporting module, configured to report a sending detail record to a database, where the sending detail record includes the channel to be sent, the sending platform, and the status record;
the second receiving module is used for receiving the callback processing instruction;
and the second reporting module is used for reporting a real sending result to a database after the information to be sent is sent to a target user terminal corresponding to the target user information according to the callback processing instruction.
In the application, by receiving a configuration instruction of a configuration user for the information touch system, the scene content can form information to be sent when the target user information meets a preset application scene, the information to be sent is pushed to a queue to be sent and then sent to a target user terminal corresponding to the target user information to inform the target user, and effective control, information sending and data statistics of touch services can be realized; the separation of each module in the information reach system can be realized, the work tasks of each module are rationalized, the work efficiency of reach business, products and development teams is improved, and the control, information transmission and data statistics of reach are effectively realized.
EXAMPLE III
Fig. 6 is a schematic diagram of a terminal device 80 according to an embodiment of the present application. As shown in fig. 6, the terminal device 80 of this embodiment includes: a processor 803, a memory 801 and a computer program 802 stored in the memory 801 and executable on the processor 803. The processor 803, when executing the computer program 802, implements the steps in the various information-reaching method embodiments described above, such as the steps S101 to S105 shown in fig. 1. Alternatively, the processor 803 realizes the functions of each module/unit in each device embodiment described above when executing the computer program 802.
Illustratively, the computer program 802 may be partitioned into one or more modules/units that are stored in the memory 801 and executed by the processor 803 to accomplish the present application. The one or more modules/units may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution process of the computer program 802 in the terminal device 80. For example, the computer program 802 may be divided into a first receiving module, a first calling module, a first obtaining module, a pushing module, and a sending module, where the specific functions of the modules are as follows:
the system comprises a first receiving module, a second receiving module and a third receiving module, wherein the first receiving module is used for receiving a configuration instruction for configuring the information access system by a user, and the configuration instruction is used for creating scene content; wherein the scene content is associated with a scene ID;
the system comprises a first calling module, a second calling module and a third calling module, wherein the first calling module is used for calling a reach service interface, and the reach service interface carries a scene ID and target user information;
the first acquisition module is used for acquiring scene content according to the scene ID;
the pushing module is used for forming information to be sent when the target user information meets a preset application scene according to the scene content and pushing the information to be sent to a queue to be sent;
and the issuing module is used for issuing the information to be sent to a target user terminal corresponding to the target user information.
The terminal device 80 may be a desktop computer, a notebook, a palm computer, a cloud server, or other computing devices. The terminal device may include, but is not limited to, a processor 803 and a memory 801. Those skilled in the art will appreciate that fig. 6 is merely an example of a terminal device 80 and does not constitute a limitation of terminal device 80 and may include more or fewer components than shown, or some components may be combined, or different components, e.g., the terminal device may also include input-output devices, network access devices, buses, etc.
The Processor 803 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The storage 801 may be an internal storage unit of the terminal device 80, such as a hard disk or a memory of the terminal device 80. The memory 801 may also be an external storage device of the terminal device 80, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, provided on the terminal device 80. In one embodiment, the memory 801 may also include both internal storage units and external storage devices of the terminal device 80. The memory 801 is used to store the computer programs and other programs and data required by the terminal device. The memory 801 may also be used to temporarily store data that has been output or is to be output.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned functional units and modules are illustrated as being divided, and in practical applications, the above-mentioned functions may be distributed as different functional units and modules according to needs, that is, the internal structure of the apparatus may be divided into different functional units or modules to complete all or part of the above-mentioned functions. Each functional unit and module in the embodiments may be integrated in one processing unit, or each unit may exist alone physically, or two or more units are integrated in one unit, and the integrated unit may be implemented in a form of hardware, or in a form of software functional unit. In addition, specific names of the functional units and modules are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present application. For the specific working processes of the units and modules in the system, reference may be made to the corresponding processes in the foregoing method embodiments, which are not described herein again.
In the foregoing embodiments, the descriptions of the respective embodiments have their respective emphasis, and for parts that are not described or recited in detail in a certain embodiment, reference may be made to the description of other embodiments.
Those of ordinary skill in the art would appreciate that the elements and algorithm steps of the various embodiments described in connection with the embodiments disclosed herein may be implemented as electronic hardware, or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the technical solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus/communication terminal and method may be implemented in other ways. For example, the above-described embodiments of the apparatus/communication terminal are merely illustrative, and for example, the division of the modules or units is only one type of logical function division, and other division manners may be available in actual implementation, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated modules/units, if implemented in the form of software functional units and sold or used as separate products, may be stored in a computer readable storage medium. Based on such understanding, all or part of the processes in the methods of the embodiments described above may be implemented by instructing the relevant hardware by a computer program, where the computer program may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the embodiments of the methods described above may be implemented. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, U.S. disk, removable hard disk, magnetic diskette, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signal, telecommunications signal, and software distribution medium, etc. It should be noted that the computer readable medium may contain suitable additions or subtractions depending on the requirements of legislation and patent practice in jurisdictions, for example in some jurisdictions, in accordance with legislation and patent practice, computer readable media may not include electrical carrier signals and telecommunications signals.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present application, and they should be construed as being included in the scope of the present application.

Claims (8)

1. An information reaching method is applied to an information reaching system, and the information reaching method comprises the following steps:
receiving a configuration instruction for configuring the information access system by a user, wherein the configuration instruction is used for creating scene content; wherein the scene content is associated with a scene ID;
calling a touch service interface, wherein the touch service interface carries a scene ID and target user information;
acquiring scene content according to the scene ID;
forming information to be sent when the target user information meets a preset application scene according to the scene content, and pushing the information to be sent to a queue to be sent, wherein the information to be sent comprises fixed information and variable information;
transmitting the information to be sent to a target user terminal corresponding to the target user information;
after acquiring the scene content according to the scene ID, the method comprises the following steps:
detecting whether the scene ID and the target user information are both effective, and when the information touch system identifies the scene content under the scene ID, the scene ID is effective; when the information touch system can inquire the information of the target user, the information of the target user is valid;
if at least one of the scene ID and the target user information is invalid, displaying first reminding information to the information touch system interface;
after the detecting whether the scene ID and the target user information are both valid, the method includes:
if the scene ID and the target user information are both valid, detecting whether variable information in the information to be sent is replaced by a service code; the service code is used for replacing the variable information with specified information, and the reach service interface carries the specified information;
and if all the variable information is replaced by the designated information, acquiring information to be transmitted formed in a preset application scene according to the target user information.
2. The information reaching method of claim 1, wherein receiving a configuration instruction for configuring a user to the information reaching system, the configuration instruction being used after creating scene content, comprises:
and previewing the scene content and inquiring the touch effect.
3. The information reaching method of claim 1, wherein after obtaining information to be sent formed in a preset application scene according to the target user information, the method comprises:
setting the information to be sent to be in an unprocessed state;
after the information to be sent is pushed to a queue to be sent, changing the unprocessed state into a processing state;
after the information to be sent is sent to a target user terminal corresponding to the target user information, the state in processing is changed into a sent state;
and generating and recording a state record corresponding to the information to be sent to a database.
4. The information reaching method of claim 1, wherein the sending the information to be sent to a target user terminal corresponding to the target user information comprises:
pulling the information to be sent from the queue to be sent;
detecting whether the scene ID in the information to be sent is valid;
if the scene ID in the information to be sent is valid, reading scene ID configuration, analyzing the scene content, and acquiring the information to be sent;
detecting whether the variable information in the information to be sent is completely replaced;
if the variable information is completely replaced, the information to be sent is sent to a target user terminal corresponding to the target user information;
and if the variable information is not completely replaced, displaying second reminding information to an information touch system interface.
5. The information reaching method of claim 1, wherein before the sending the information to be sent to the target user terminal corresponding to the target user information, the method comprises:
configuring an attribution platform and a sending channel of the information to be sent;
and calling the corresponding information to be sent to send according to the attribution platform and the sending channel.
6. The information reaching method of claim 5, wherein the information to be transmitted has a plurality, each of the information to be transmitted corresponds to a transmission channel;
the step of issuing the information to be sent to a target user terminal corresponding to the target user information comprises the following steps:
acquiring the priority of all the sending channels;
and issuing the information to be sent corresponding to the sending channel with the priority higher than the preset priority according to the priority.
7. An information access system, comprising:
the system comprises a first receiving module, a second receiving module and a third receiving module, wherein the first receiving module is used for receiving a configuration instruction of a configuration user for an information touch system, and the configuration instruction is used for creating scene content; wherein the scene content is associated with a scene ID;
the system comprises a first calling module, a second calling module and a third calling module, wherein the first calling module is used for calling a reach service interface, and the reach service interface carries a scene ID and target user information;
the first acquisition module is used for acquiring scene content according to the scene ID;
the pushing module is used for forming information to be sent when the target user information meets a preset application scene according to the scene content and pushing the information to be sent to a queue to be sent, wherein the information to be sent comprises fixed information and variable information;
the issuing module is used for issuing the information to be sent to a target user terminal corresponding to the target user information;
the first detection module is used for detecting whether the scene ID and the target user information are both effective or not, and when the information touch system identifies the scene content under the scene ID, the scene ID is effective; when the information touch system can inquire the information of the target user, the information of the target user is valid;
the display module is used for displaying first reminding information to the information touch system interface if at least one of the scene ID and the target user information is invalid;
the second detection module is used for detecting whether variable information in the information to be sent is replaced by a service code if the scene ID and the target user information are both effective; the service code is used for replacing the variable information with the specified information, and the touch service interface carries the specified information;
and the second acquisition module is used for acquiring the information to be sent formed in a preset application scene according to the target user information if all the variable information is replaced by the designated information.
8. A terminal device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, characterized in that the processor realizes the steps of the method according to any of claims 1 to 6 when executing the computer program.
CN201910730703.2A 2019-08-08 2019-08-08 Information touch method, system and terminal equipment Active CN110688236B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910730703.2A CN110688236B (en) 2019-08-08 2019-08-08 Information touch method, system and terminal equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910730703.2A CN110688236B (en) 2019-08-08 2019-08-08 Information touch method, system and terminal equipment

Publications (2)

Publication Number Publication Date
CN110688236A CN110688236A (en) 2020-01-14
CN110688236B true CN110688236B (en) 2022-09-06

Family

ID=69108223

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910730703.2A Active CN110688236B (en) 2019-08-08 2019-08-08 Information touch method, system and terminal equipment

Country Status (1)

Country Link
CN (1) CN110688236B (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111597784A (en) * 2020-04-09 2020-08-28 湖南省梦网科技发展有限公司 Information sending method, device, terminal equipment and medium
CN111614718B (en) * 2020-04-10 2022-10-28 广州市玄武无线科技股份有限公司 Enterprise communication channel fusion method, device, equipment and readable storage medium
CN111581502A (en) * 2020-04-26 2020-08-25 特瓦特能源科技有限公司 Information notification method and device
CN113297079A (en) * 2021-05-25 2021-08-24 平安壹钱包电子商务有限公司 Service test method, device, service test equipment and storage medium
CN113656735A (en) * 2021-08-19 2021-11-16 携程商旅信息服务(上海)有限公司 Message pushing system, method, electronic equipment and storage medium
CN114125046B (en) * 2021-11-08 2022-09-30 浙江华坤道威数据科技有限公司 Information touch system based on 5G

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109584088A (en) * 2018-11-15 2019-04-05 阿里巴巴集团控股有限公司 The method for pushing and device of product information
CN109981721A (en) * 2018-11-29 2019-07-05 招商银行股份有限公司 Information-pushing method, device and computer readable storage medium
CN109995879A (en) * 2019-04-15 2019-07-09 深圳壹账通智能科技有限公司 Device, method and the storage medium of message push

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104702484A (en) * 2013-12-06 2015-06-10 中兴通讯股份有限公司 Push method and device
CN104346746A (en) * 2014-09-27 2015-02-11 深圳市无微不至数字技术有限公司 Consumption dynamic line plan system and method for offline business district
CN105825409B (en) * 2015-01-07 2021-03-02 航天信息股份有限公司 Electronic invoice message pushing system and method
CN105391803B (en) * 2015-12-15 2020-06-02 腾讯科技(深圳)有限公司 Message pushing method, device, equipment and computer readable storage medium
CN107545446A (en) * 2016-06-24 2018-01-05 湖南移商动力网络技术有限公司 A O2O reward voucher marketing systems based on circle of friends fission drainage
CN109447780A (en) * 2018-09-18 2019-03-08 深圳壹账通智能科技有限公司 Information push method, device, computer equipment and storage medium
CN109360076A (en) * 2018-12-10 2019-02-19 口碑(上海)信息技术有限公司 The touching of businessman's order reaches method and device
CN109587822B (en) * 2018-12-13 2021-06-18 网易(杭州)网络有限公司 Information transmission control method, information reception control device, and storage medium
CN110597694A (en) * 2019-08-09 2019-12-20 深圳木成林科技有限公司 Method and terminal for monitoring front-end page
CN111371837B (en) * 2020-02-07 2023-03-17 北京小米移动软件有限公司 Function presenting method, function presenting device, and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109584088A (en) * 2018-11-15 2019-04-05 阿里巴巴集团控股有限公司 The method for pushing and device of product information
CN109981721A (en) * 2018-11-29 2019-07-05 招商银行股份有限公司 Information-pushing method, device and computer readable storage medium
CN109995879A (en) * 2019-04-15 2019-07-09 深圳壹账通智能科技有限公司 Device, method and the storage medium of message push

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
sceneId error when starting from prefab mode #941;Alexees;《https://github.com/vis2k/Mirror/issues/941》;20190630;第1-5页 *
基于微服务的智慧校园消息中心构建研究;刘波等;《河北软件职业技术学院学报》;20180717;第20卷(第03期);第1-4+16页 *
基于用户体验的电子商务平台信息触达设计研究;李颂;《中国优秀硕士学位论文数据库 信息科技辑》;20150415(第04期);第I139-275页 *

Also Published As

Publication number Publication date
CN110688236A (en) 2020-01-14

Similar Documents

Publication Publication Date Title
CN110688236B (en) Information touch method, system and terminal equipment
CN108259553B (en) Service mail sending method and terminal equipment
CN109636309B (en) Task processing method and device, electronic equipment and storage medium
CN110704519B (en) Service bill conversion method and device, storage medium and computer equipment
CN111614718A (en) Enterprise communication channel fusion method, device, equipment and readable storage medium
CN106302094B (en) Message pushing method and device
CN101853437A (en) The system and/or the method for end to end services workflow management, business event management and/or BAM
CN111953579A (en) Message generation method, system, terminal and storage medium
CN110427134B (en) Data processing method, device and equipment for instant messaging and readable storage medium
CN111917843A (en) Message pushing method, computer equipment and storage medium
CN110969001A (en) Feedback information generation method and device, storage medium, processor and terminal
CN103200022B (en) A kind of data download abnormality eliminating method, equipment and system
CN113741860A (en) Data processing method and device based on RPA robot
US20220270159A1 (en) Systems and methods for processing electronic requests
CN109886592B (en) Enterprise data processing method and device, computer readable storage medium and computer equipment
CN112260933B (en) Communication method, communication device, electronic equipment and medium
CN108551418B (en) Message platform management method, device, equipment and storage medium
CN114595012A (en) To-do item adding and displaying method and related equipment
CN109547565B (en) Rich media information sending and receiving method, terminal equipment and storage medium
CN116828039A (en) Questionnaire pushing method, questionnaire pushing device and electronic equipment
CN115951923A (en) Subscription event management method and related product
CN108460078B (en) Auxiliary function execution method and device, storage medium and terminal
CN113312390A (en) Service data calling method and device, storage medium and electronic equipment
CN114282760A (en) Workflow generation method and device combining dynamic form and dynamic flow
CN111953583A (en) Information processing system and method, electronic device, and computer-readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: 518000 Room 01, 20th Floor, Cuilin Building, No. 10, Kaifeng Road, Maling Community, Meilin Street, Futian District, Shenzhen, Guangdong

Patentee after: Shenzhen Handhui Technology Group Co.,Ltd.

Address before: 518000 2401e, 24 / F, Hainan Huanqing building, No. 24 Futian Road, Weizhen community, Futian street, Futian District, Shenzhen, Guangdong

Patentee before: Shenzhen muchenglin Technology Co.,Ltd.