WO2019024497A1 - 客户回访事件的生成方法、装置、终端设备及介质 - Google Patents
客户回访事件的生成方法、装置、终端设备及介质 Download PDFInfo
- Publication number
- WO2019024497A1 WO2019024497A1 PCT/CN2018/077686 CN2018077686W WO2019024497A1 WO 2019024497 A1 WO2019024497 A1 WO 2019024497A1 CN 2018077686 W CN2018077686 W CN 2018077686W WO 2019024497 A1 WO2019024497 A1 WO 2019024497A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- user
- operation sequence
- sequence
- return
- control
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q30/00—Commerce
- G06Q30/01—Customer relationship services
- G06Q30/015—Providing customer assistance, e.g. assisting a customer within a business location or via helpdesk
- G06Q30/016—After-sales
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/951—Indexing; Web crawling techniques
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q40/00—Finance; Insurance; Tax strategies; Processing of corporate or income taxes
- G06Q40/06—Asset management; Financial planning or analysis
Definitions
- the present application belongs to the field of communications technologies, and in particular, to a method, an apparatus, a terminal device, and a medium for generating a customer return event.
- the embodiment of the present application provides a method, a device, a terminal device, and a medium for generating a customer return event to solve the problem that the customer churn rate is high due to the inability to retain potential online shopping customers in time.
- a first aspect of the embodiment of the present application provides a method for generating a customer return event, including:
- a second aspect of the embodiments of the present application provides a device for generating a customer return event, the device for generating a return event of a client, including a unit for executing a method for generating a customer return event described in the first aspect.
- a third aspect of the embodiments of the present application provides a device for generating a customer return event, including a memory and a processor, wherein the memory stores computer readable instructions executable on the processor, and the processor executes The computer readable instructions implement the steps of the method of generating a customer return event as described in the first aspect.
- a fourth aspect of the embodiments of the present application provides a computer readable storage medium storing computer readable instructions, the computer readable instructions being executed by a processor to implement the first aspect as described in the first aspect The steps of the method of generating a customer return event.
- the embedded control code preset in the page can be used to know the various controls triggered by the user in the page; since the trigger sequence of each control can reflect the operation progress of the user in the process of purchasing the financial wealth management product, By comparing the user operation sequence with the standard operation sequence, it can be known whether the user's purchase operation flow has been completed normally; if the individual controls in the standard operation sequence do not appear in the user operation sequence in sequence, it means that the user's purchase operation flow has appeared. Interrupted, therefore, by generating a customer return visit event, the user can be returned to ensure that the subsequent online shopping process can be tracked and retained in the subsequent return visit process, reducing the customer churn rate.
- FIG. 1 is a flowchart of an implementation of a method for generating a customer return event provided by an embodiment of the present application
- FIG. 2 is a specific implementation flowchart of a method S103 for generating a customer return event provided by an embodiment of the present application
- FIG. 3 is a flowchart of an implementation of a method for generating a customer return event according to another embodiment of the present application
- S109 customer return event
- FIG. 5 is a flowchart of implementing a method for generating a customer return event according to another embodiment of the present application
- FIG. 6 is a structural block diagram of a device for generating a customer return event provided by an embodiment of the present application
- FIG. 7 is a schematic diagram of a terminal device according to an embodiment of the present application.
- FIG. 1 is a flowchart showing an implementation process of a method for generating a customer return event provided by an embodiment of the present application, where the method includes steps S101 to S106.
- the specific implementation principle of each step is as follows.
- S101 Acquire various controls triggered by the user in the page based on a buried point code preset in the page.
- the data is automatically sent to the background server through the pre-written buried point code, thereby realizing the collection of the control operation record.
- the operation record of the control collected by the background server is also different.
- the respective controls triggered by the user in the page can be determined.
- S102 Generate a user operation sequence according to a triggering sequence of each of the controls.
- the user's control operation record is collected within a preset time period, and the acquisition time of each control operation record is acquired when the control operation record is collected.
- the sequence of the collection time is output as the trigger sequence of the control corresponding to each control operation record, and the multiple controls triggered by the same user are sorted according to the sequence of the trigger sequence. Generates a sequence of user actions that contain the individual controls arranged in sequence.
- the sequence of the controls that the user operates in sequence during the entire process of page access can be known, thereby embodying a specific operation flow of the user.
- the specific operation flow of the user may be determined as “member registration-input user name- Enter Password - Enter Verification Code - OK.
- the standard operation sequence contains the various controls that the user should trigger in sequence during the webpage operation.
- the standard operation sequence is used to provide a reference for the normal webpage operation process. Because the purchasing operation process of different financial management products is different, the various controls that need to be triggered in sequence are also different.
- a plurality of standard operation sequences are preset, so that each purchase operation flow corresponds to a standard operation sequence.
- each standard operation sequence that matches the user operation sequence from a preset plurality of standard operation sequences, the determining manner being, for example, determining that the user operation sequence is ranked first a control; the standard sequence of operations that first sorts the control is determined to be a sequence of standard operations that match the sequence of user operations.
- the first sorted control in the standard operation sequence is generally used to trigger a new webpage operation flow.
- the triggering of the member registration control is a primary operation step in the member registration process, and thus the first sorted control in the standard operation sequence corresponding to the member registration process is the member registration control.
- S104 Compare the user operation sequence with a standard operation sequence to detect whether each control in the standard operation sequence appears in sequence in the user operation sequence.
- the standard operation sequence is ⁇ Control 1, Control 2, Control 3, Control 4, Control 5 ⁇
- the user operation sequence is ⁇ Control 6, Control 7, Control 1, Control 2, Control 3, Control 4, Control 5 ⁇
- each control in the standard sequence of operations appears in sequence in the user action sequence.
- the user operation sequence is ⁇ Control 1, Control 6, Control 7, Control 2, Control 3 ⁇
- the control 4 and the control 5 in the standard operation sequence do not appear in the user operation sequence, the standard operation sequence can be determined. The individual controls do not appear in sequence for the user action sequence.
- the collected control operation record also carries the login account.
- the generated customer return event is associated with the login account of the user.
- the customer return visit event can be represented as a pending task, and the customer return event is triggered when receiving the pending task execution instruction issued by the agent of the financial wealth management product provider.
- a return visit to the user is interrupted.
- the return visit methods include but are not limited to telephone return visits, SMS return visits, email return visits, web survey questionnaire visits, and WeChat return visits.
- the user may request to obtain the user's operation interruption reason, obtain the user's financial management product purchase intention, and guide the user to perform the purchase operation online.
- the embedded control code preset in the page can be used to know the various controls triggered by the user in the page; since the trigger sequence of each control can reflect the operation progress of the user in the process of purchasing the financial wealth management product, By comparing the user operation sequence with the standard operation sequence, it can be known whether the user's purchase operation flow has been completed normally; if the individual controls in the standard operation sequence do not appear in the user operation sequence in sequence, it means that the user's purchase operation flow has appeared. Interrupted, therefore, by generating a customer return visit event, the user can be returned to ensure that the subsequent online shopping process can be tracked and retained in the subsequent return visit process, reducing the customer churn rate.
- the foregoing S103 specifically includes:
- the first control is sorted as the initial control. Since there are multiple pre-stored standard operation sequences, there is one initial control in each standard operation sequence, so multiple initial controls can be acquired.
- step S104 Determine whether each initial control exists in the user operation sequence. If an initial control exists in the user operation sequence, it indicates that the user triggers a new webpage operation flow when performing the control operation on the webpage, and the new webpage operation flow is triggered under the normal completion state, and the user sequentially triggers Each control should be the same as the controls in the standard sequence of operations to which the initial control belongs. Therefore, in order to compare the current user operation sequence with the standard operation sequence, the standard operation sequence to which the initial control belongs is determined as a standard operation sequence that matches the user operation sequence, and thereafter, step S104 is performed.
- the embodiment of the present application is applicable to a case where a user triggers a plurality of webpage operation processes within a preset duration. For example, in the process of purchasing the wealth management product A, the user finds that the wealth management product A is not actually needed by the user, and thus interrupts the operation and restarts the purchase operation process of the wealth management product B. If the standard operation sequence is matched according to the first control in the user operation sequence, only the standard operation sequence A corresponding to the purchase operation flow of the wealth management product A is matched. Through the standard operation sequence matching manner provided by the embodiment of the present application, the standard operation sequence A corresponding to the purchase operation flow of the wealth management product A and the standard operation sequence B corresponding to the purchase operation flow of the wealth management product B are matched.
- the return visit process of the customer return visit event is further defined. As shown in FIG. 3, after the above S105, the method further includes:
- S106 When the customer return event is triggered, obtain a return channel corresponding to the breakpoint control according to the breakpoint control of the user operation sequence, where the breakpoint control represents the first non-standard in the standard operation sequence. Controls that appear in sequence in the user action sequence.
- the user in addition to triggering a customer return visit event when receiving a task execution instruction issued by an agent employee, the user may also perform adjustment according to a preset trigger condition. For example, when a customer return visit event is generated, the customer return event is directly triggered.
- the customer return event is triggered, in each standard operation sequence that matches the user operation sequence, it is detected whether the respective controls sequentially arranged appear in the user operation sequence in the same arrangement order.
- the control is output as a breakpoint control of the user operation sequence. It can be seen that the breakpoint control represents a control that the user does not trigger when an operation interruption occurs in the purchase operation flow.
- the breakpoint control is a control. 4.
- the return visit channel is the way to send back visit information, including but not limited to WeChat, SMS, Weibo, webpage, email or phone.
- S107 Acquire return visit information based on the return visit channel.
- Each return visit channel has corresponding return visit information, that is, each return visit channel is pre-set with a fixed text, picture and/or fixed style template information. According to the return visit channel of the customer return event obtained in S601, the return visit information of the return visit channel is obtained.
- the return visit information is “Hello customer. During the process of purchasing financial wealth management product A, there was an interruption in the input of the verification code. The purchase has not been successful. Is it necessary to help online? If the return channel is WeChat, the return visit information is the tutorial picture of the verification code input link.
- S108 Acquire a user channel account corresponding to the login account and the return channel in the preset information database.
- the user When registering their login account, the user has entered the contact information corresponding to each return channel.
- the contact information corresponding to the user in each return channel is the user channel account.
- the correspondence between the user's login account and each user channel account is stored in a preset information base.
- the designated return visit channel is the return visit channel determined in S602.
- the user channel account corresponding to the login account and the return channel of the user A is the WeChat account of the user A.
- S109 Send the return visit information to the user channel account.
- the generated return visit information is sent to the user channel account through the determined return visit channel, so that the user receives the return visit from the financial management product provider, and the user feedbacks the operation opinion according to the return visit information.
- different return channels are selected to send the return visit information, so that different types of interrupt operation problems in the purchase operation flow can be solved in a most suitable manner. This increases the probability of successful return visits and also reduces customer churn.
- FIG. 4 shows a specific implementation process of a method for generating a customer return event (S109) provided by an embodiment of the present application, which is described in detail as follows:
- the feature data corresponding to the login account is obtained according to the login account of the user.
- the user's characteristic data includes, but is not limited to, the user's gender, age, income, work, interests, computer skills, financial management product purchase records, and financial management product consumption types.
- S1092 Determine, by the pre-loaded gift rule model, the gift giving information that matches the feature data.
- the user's feature data is input into the pre-built gift rule model, and after analyzing and processing the user's feature data, the gift giving information matching the feature data is output.
- Gift giving information is used to show users the gifts they can receive when purchasing financial products.
- the gift giving information is a fashion style golf club.
- S1093 Send the return visit information carrying the gift giving information to the user channel account.
- the gift giving information is added to the generated template return visit information to inform the user how to purchase the financial wealth management product and the gift that can be attached when purchasing the financial wealth management product by returning the information.
- the gift rule model is constructed in advance, and the gift giving information is matched according to the user's feature data, thereby realizing the intelligent pushing of the gift giving information, ensuring that the gift obtained by the user can meet the individual's needs, so that the gift is provided.
- Gifts are more useful, which increases the probability of users buying financial products.
- Based on the gift giving information carried by the return visit information the possibility of receiving the return visit by the user is improved, and thus the success rate of the return visit is also improved.
- the method further includes:
- a plurality of customer return events can be generated based on a plurality of user operation sequences within a preset duration. Different return visit information can be generated when different customer return visit events are triggered. Moreover, based on a plurality of breakpoint controls of a user operation sequence, it is also possible to generate a plurality of pieces of return visit information corresponding to the plurality of return visit channels. Therefore, each time the return visit information is sent to the user channel account, it is determined whether there is a return visit information with the same return channel and the same login account within the preset time period. If the number of return visits with the same login time and the same return visit channel is greater than one, it means that for the same user, it may receive multiple return visit information under one return visit channel. Therefore, in order to avoid short time The user brings too much harassment, and deletes the return visit information of the same login account and the return visit channel, so that only one of the return visit information is retained, and for the return visit information, the above S109 is executed.
- each user since the user may repeatedly perform page refresh and trigger the same control due to network instability during the operation of the webpage, each user is generated if multiple user operation sequences are generated within the preset duration.
- the breakpoint controls for the sequence of operations are the same.
- FIG. 6 is a structural block diagram of a device for generating a customer return event provided by the embodiment of the present application. For the convenience of description, only the embodiment of the present application is shown. Related parts.
- the device includes: a first obtaining unit 601, configured to acquire, according to a buried point code preset in the page, each control triggered by the user in the page; and an operation sequence generating unit 602, configured to The triggering sequence of the control generates a user operation sequence;
- the second obtaining unit 603 is configured to acquire a standard operation sequence that matches the user operation sequence;
- the operation sequence comparison unit 604 is configured to use the user operation sequence and the standard operation The sequence is compared to detect whether each control in the standard operation sequence appears in sequence in the user operation sequence;
- the return event generation unit 605 is configured to: if the respective controls in the standard operation sequence do not appear in the user sequentially
- the operation sequence obtains the login account of the user, and generates a customer return event based on the login account to perform a return visit to the user based on the customer return event.
- the second obtaining unit 603 includes: a first acquiring subunit, configured to respectively acquire each of the first initial controls in each of the preset standard operation sequences; and determine a subunit, if The initial control exists in the user operation sequence, and the standard operation sequence to which the initial control belongs is determined to match the user operation sequence.
- the device further includes: a third obtaining unit, configured to acquire, according to the breakpoint control of the user operation sequence, a return visit channel corresponding to the breakpoint control, when the customer return visit event is triggered,
- the breakpoint control represents the first control in the standard operation sequence that does not appear in the sequence of the user operation;
- the fourth acquisition unit is configured to obtain the return visit information based on the return channel;
- the fifth acquisition unit uses And in the preset information database, the user channel account corresponding to the login account and the return channel is obtained; and the sending unit is configured to send the return visit information to the user channel account.
- the sending unit includes: a second obtaining subunit, configured to acquire feature data of the user; and a determining subunit, configured to determine, by using a pre-loaded gift rule model, a gift gift matching the feature data And a sending subunit, configured to send the return visit information carrying the gift giving information to the user channel account.
- the device further includes: a deleting unit, configured to delete the M-1 returning information in the M1 returning information if the login account and the returning channel have the same M returning information within a preset duration.
- a deleting unit configured to delete the M-1 returning information in the M1 returning information if the login account and the returning channel have the same M returning information within a preset duration.
- M is an integer greater than one.
- FIG. 7 is a schematic diagram of a terminal device according to an embodiment of the present application.
- the terminal device 7 of this embodiment includes a processor 70, a memory 71, and computer readable instructions 72 stored in the memory 71 and operable on the processor 70, such as a customer return event. Build program.
- the processor 70 executes the computer readable instructions 72 to implement the steps in the foregoing method for generating a respective customer return event, such as steps 101 to 105 shown in FIG. 1.
- the processor 70 when executing the computer readable instructions 72, implements the functions of the various modules/units in the various apparatus embodiments described above, such as the functions of the units 61-65 shown in FIG.
- the computer readable instructions 72 may be partitioned into one or more modules/units that are stored in the memory 71 and executed by the processor 70, To complete this application.
- the one or more modules/units may be a series of computer readable instruction segments capable of performing a particular function for describing the execution of the computer readable instructions 72 in the terminal device 7.
- the terminal device 7 may be a computing device such as a desktop computer, a notebook, a palmtop computer, and a cloud server.
- the terminal device may include, but is not limited to, a processor 70 and a memory 71. It will be understood by those skilled in the art that FIG. 7 is only an example of the terminal device 7, and does not constitute a limitation of the terminal device 7, and may include more or less components than those illustrated, or combine some components or different components.
- the terminal device may further include an input/output device, a network access device, a bus, and the like.
- the so-called processor 70 can be a central processing unit (Central Processing Unit, CPU), can also be other general-purpose processors, digital signal processors (DSP), application specific integrated circuits (Application Specific Integrated Circuit (ASIC), Field-Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, etc.
- the general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
- the memory 71 may be an internal storage unit of the terminal device 7, such as a hard disk or a memory of the terminal device 7.
- the memory 71 may also be an external storage device of the terminal device 7, for example, a plug-in hard disk provided on the terminal device 7, a smart memory card (SMC), and a secure digital (SD). Card, flash card (Flash Card) and so on.
- the memory 71 may also include both an internal storage unit of the terminal device 7 and an external storage device.
- the memory 71 is configured to store the computer readable instructions and other programs and data required by the terminal device.
- the memory 71 can also be used to temporarily store data that has been output or is about to be output.
- each functional unit in each embodiment of the present application may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
- the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
- the integrated unit if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium.
- a computer readable storage medium A number of instructions are included to cause a computer device (which may be a personal computer, server, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present application.
- the foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk, and the like, which can store program codes. .
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Finance (AREA)
- Accounting & Taxation (AREA)
- Development Economics (AREA)
- Databases & Information Systems (AREA)
- Economics (AREA)
- Marketing (AREA)
- Strategic Management (AREA)
- General Business, Economics & Management (AREA)
- Operations Research (AREA)
- Technology Law (AREA)
- Entrepreneurship & Innovation (AREA)
- Human Resources & Organizations (AREA)
- Game Theory and Decision Science (AREA)
- Data Mining & Analysis (AREA)
- General Engineering & Computer Science (AREA)
- Information Transfer Between Computers (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
Description
Claims (20)
- 一种客户回访事件的生成方法,其特征在于,包括:基于预设于页面中的埋点代码,获取用户在所述页面中所触发的各个控件;依照各个所述控件的触发顺序,生成用户操作序列;获取与所述用户操作序列匹配的标准操作序列;将所述用户操作序列与所述标准操作序列进行对比,以检测所述标准操作序列中的各个控件是否依次出现于所述用户操作序列;若所述标准操作序列中的各个控件并非依次出现于所述用户操作序列,则获取所述用户的登录账号,并生成与所述登录账号关联的客户回访事件,以基于所述客户回访事件对所述用户进行回访。
- 如权利要求1所述的客户回访事件的生成方法,其特征在于,所述获取与所述用户操作序列匹配的标准操作序列,包括:在预设的每一标准操作序列中,分别获取排序最前的各个初始控件;若所述用户操作序列中存在所述初始控件,则将该初始控件所属的标准操作序列确定为与所述用户操作序列匹配。
- 如权利要求1所述的客户回访事件的生成方法,其特征在于,还包括:当所述客户回访事件被触发时,根据所述用户操作序列的断点控件,获取与所述断点控件对应的回访渠道,所述断点控件表示所述标准操作序列中首个非依序出现于所述用户操作序列中的控件;获取基于所述回访渠道的回访信息;在预设的信息库中,获取与所述登录账号以及与所述回访渠道对应的用户渠道账号;将所述回访信息发送至所述用户渠道账号。
- 如权利要求3所述的客户回访事件的生成方法,其特征在于,所述将所述回访信息发送至所述用户渠道账号,包括:获取所述用户的特征数据;通过预先加载的礼品规则模型,确定与所述特征数据匹配的礼品赠送信息;将携带所述礼品赠送信息的所述回访信息发送至所述用户渠道账号。
- 如权利要求3所述的客户回访事件的生成方法,其特征在于,在所述将所述回访信息发送至所述用户渠道账号之前,还包括:在预设时长内,若存在所述登录账号以及所述回访渠道相同的M条回访信息,则删除其中的M-1条回访信息;其中,所述M为大于1的整数。
- 一种客户回访事件的生成装置,其特征在于,包括:第一获取单元,用于基于预设于页面中的埋点代码,获取用户在所述页面中所触发的各个控件;操作序列生成单元,用于依照各个所述控件的触发顺序,生成用户操作序列;第二获取单元,用于获取与所述用户操作序列匹配的标准操作序列;操作序列对比单元,用于将所述用户操作序列与标准操作序列进行对比,以检测所述标准操作序列中的各个控件是否依次出现于所述用户操作序列;回访事件生成单元,用于若所述标准操作序列中的各个控件并非依次出现于所述用户操作序列,则获取所述用户的登录账号,并生成基于所述登录账号的客户回访事件,以基于所述客户回访事件对所述用户进行回访。
- 根据权利要求6所述的客户回访事件的生成装置,其特征在于,所述第二获取单元包括:第一获取子单元,用于在预设的每一标准操作序列中,分别获取排序最前的各个初始控件;确定子单元,用于若所述用户操作序列中存在所述初始控件,则将该初始控件所属的标准操作序列确定为与所述用户操作序列匹配。
- 根据权利要求6所述的客户回访事件的生成装置,其特征在于,还包括:第三获取单元,用于当所述客户回访事件被触发时,根据所述用户操作序列的断点控件,获取与所述断点控件对应的回访渠道,所述断点控件表示所述标准操作序列中首个非依序出现于所述用户操作序列中的控件;第四获取单元,用于获取基于所述回访渠道的回访信息;第五获取单元,用于在预设的信息库中,获取与所述登录账号以及与所述回访渠道对应的用户渠道账号;发送单元,用于将所述回访信息发送至所述用户渠道账号。
- 根据权利要求8所述的客户回访事件的生成装置,其特征在于,所述发送单元包括:第二获取子单元,用于获取所述用户的特征数据;确定子单元,用于通过预先加载的礼品规则模型,确定与所述特征数据匹配的礼品赠送信息;发送子单元,用于将携带所述礼品赠送信息的所述回访信息发送至所述用户渠道账号。
- 根据权利要求8所述的客户回访事件的生成装置,其特征在于,还包括:删除单元,用于在预设时长内,若存在所述登录账号以及所述回访渠道相同的M条回访信息,则删除其中的M-1条回访信息;其中,所述M为大于1的整数。
- 一种终端设备,其特征在于,包括存储器以及处理器,所述存储器中存储有可在所述处理器上运行的计算机可读指令,所述处理器执行所述计算机可读指令时实现如下步骤:基于预设于页面中的埋点代码,获取用户在所述页面中所触发的各个控件;依照各个所述控件的触发顺序,生成用户操作序列;获取与所述用户操作序列匹配的标准操作序列;将所述用户操作序列与所述标准操作序列进行对比,以检测所述标准操作序列中的各个控件是否依次出现于所述用户操作序列;若所述标准操作序列中的各个控件并非依次出现于所述用户操作序列,则获取所述用户的登录账号,并生成与所述登录账号关联的客户回访事件,以基于所述客户回访事件对所述用户进行回访。
- 根据权利要求11所述的终端设备,其特征在于,所述获取与所述用户操作序列匹配的标准操作序列,包括:在预设的每一标准操作序列中,分别获取排序最前的各个初始控件;若所述用户操作序列中存在所述初始控件,则将该初始控件所属的标准操作序列确定为与所述用户操作序列匹配。
- 根据权利要求11所述的终端设备,其特征在于,所述处理器执行所述计算机可读指令时,还实现如下步骤:当所述客户回访事件被触发时,根据所述用户操作序列的断点控件,获取与所述断点控件对应的回访渠道,所述断点控件表示所述标准操作序列中首个非依序出现于所述用户操作序列中的控件;获取基于所述回访渠道的回访信息;在预设的信息库中,获取与所述登录账号以及与所述回访渠道对应的用户渠道账号;将所述回访信息发送至所述用户渠道账号。
- 根据权利要求13所述的终端设备,其特征在于,所述将所述回访信息发送至所述用户渠道账号,包括:获取所述用户的特征数据;通过预先加载的礼品规则模型,确定与所述特征数据匹配的礼品赠送信息;将携带所述礼品赠送信息的所述回访信息发送至所述用户渠道账号。
- 根据权利要求13所述的终端设备,其特征在于,所述处理器执行所述计算机可读指令时,还实现如下步骤:在预设时长内,若存在所述登录账号以及所述回访渠道相同的M条回访信息,则删除其中的M-1条回访信息;其中,所述M为大于1的整数。
- 一种计算机可读存储介质,所述计算机可读存储介质存储有计算机可读指令,其特征在于,所述计算机可读指令被至少一个处理器执行时实现如下步骤:基于预设于页面中的埋点代码,获取用户在所述页面中所触发的各个控件;依照各个所述控件的触发顺序,生成用户操作序列;获取与所述用户操作序列匹配的标准操作序列;将所述用户操作序列与所述标准操作序列进行对比,以检测所述标准操作序列中的各个控件是否依次出现于所述用户操作序列;若所述标准操作序列中的各个控件并非依次出现于所述用户操作序列,则获取所述用户的登录账号,并生成与所述登录账号关联的客户回访事件,以基于所述客户回访事件对所述用户进行回访。
- 根据权利要求16所述的计算机可读存储介质,其特征在于,所述获取与所述用户操作序列匹配的标准操作序列,包括:在预设的每一标准操作序列中,分别获取排序最前的各个初始控件;若所述用户操作序列中存在所述初始控件,则将该初始控件所属的标准操作序列确定为与所述用户操作序列匹配。
- 根据权利要求16所述的计算机可读存储介质,其特征在于,所述计算机可读指令被至少一个处理器执行时,还实现如下步骤:当所述客户回访事件被触发时,根据所述用户操作序列的断点控件,获取与所述断点控件对应的回访渠道,所述断点控件表示所述标准操作序列中首个非依序出现于所述用户操作序列中的控件;获取基于所述回访渠道的回访信息;在预设的信息库中,获取与所述登录账号以及与所述回访渠道对应的用户渠道账号;将所述回访信息发送至所述用户渠道账号。
- 根据权利要求18所述的计算机可读存储介质,其特征在于,所述将所述回访信息发送至所述用户渠道账号,包括:获取所述用户的特征数据;通过预先加载的礼品规则模型,确定与所述特征数据匹配的礼品赠送信息;将携带所述礼品赠送信息的所述回访信息发送至所述用户渠道账号。
- 根据权利要求18所述的计算机可读存储介质,其特征在于,所述计算机可读指令被至少一个处理器执行时,还实现如下步骤:在预设时长内,若存在所述登录账号以及所述回访渠道相同的M条回访信息,则删除其中的M-1条回访信息;其中,所述M为大于1的整数。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710637130.XA CN107784504B (zh) | 2017-07-31 | 2017-07-31 | 客户回访事件的生成方法及终端设备 |
CN201710637130.X | 2017-07-31 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2019024497A1 true WO2019024497A1 (zh) | 2019-02-07 |
Family
ID=61437772
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2018/077686 WO2019024497A1 (zh) | 2017-07-31 | 2018-02-28 | 客户回访事件的生成方法、装置、终端设备及介质 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN107784504B (zh) |
WO (1) | WO2019024497A1 (zh) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112396432A (zh) * | 2020-11-20 | 2021-02-23 | 五八到家有限公司 | 回访任务生成系统及方法、设备、介质 |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108762809A (zh) * | 2018-05-24 | 2018-11-06 | 中国平安人寿保险股份有限公司 | 软件功能扩展方法、装置、计算机设备及存储介质 |
CN110874307B (zh) * | 2018-08-29 | 2024-08-16 | 北京京东尚科信息技术有限公司 | 事件埋点的收集上报方法和装置 |
CN110070370A (zh) * | 2019-04-29 | 2019-07-30 | 上海智臻智能网络科技股份有限公司 | 回访服务的提供方法、装置、计算机设备和存储介质 |
CN112948720B (zh) * | 2019-11-26 | 2024-05-31 | 珠海格力电器股份有限公司 | 基于用户行为的交互优化方法、装置及计算机设备 |
CN113434765A (zh) * | 2021-06-29 | 2021-09-24 | 平安普惠企业管理有限公司 | 客户回访方法、系统、设备及存储介质 |
CN113779763A (zh) * | 2021-08-11 | 2021-12-10 | 国家电网有限公司技术学院分公司 | 直流系统的仿真操作评价方法及系统 |
CN113743962A (zh) * | 2021-09-22 | 2021-12-03 | 浙江百应科技有限公司 | 一种基于sop的私域客户留存系统、方法及电子设备 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106156194A (zh) * | 2015-04-21 | 2016-11-23 | 阿里巴巴集团控股有限公司 | 一种形成用户操作路径的方法及装置 |
CN106156212A (zh) * | 2015-04-22 | 2016-11-23 | 阿里巴巴集团控股有限公司 | 一种数据采集方法和系统、及其终端和服务器 |
CN106844217A (zh) * | 2017-01-26 | 2017-06-13 | 网易(杭州)网络有限公司 | 对应用的控件进行埋点的方法及装置、可读存储介质 |
Family Cites Families (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101662493B (zh) * | 2008-08-25 | 2012-10-03 | 阿里巴巴集团控股有限公司 | 一种用户访问路径的数据采集方法、系统及服务器 |
US20110225495A1 (en) * | 2010-03-12 | 2011-09-15 | Salesforce.Com, Inc. | Service Cloud Console |
CN105550184B (zh) * | 2014-10-31 | 2019-11-19 | 阿里巴巴集团控股有限公司 | 一种信息获取方法及装置 |
CN106033455B (zh) * | 2015-03-17 | 2020-01-17 | 阿里巴巴集团控股有限公司 | 一种处理用户操作信息的方法与设备 |
CN106339380A (zh) * | 2015-07-07 | 2017-01-18 | 阿里巴巴集团控股有限公司 | 常见问题信息的推荐方法及装置 |
CN106603465A (zh) * | 2015-10-14 | 2017-04-26 | 阿里巴巴集团控股有限公司 | 服务账号关联方法、装置、系统及终端设备 |
CN106649120A (zh) * | 2016-12-28 | 2017-05-10 | 中国银联股份有限公司 | 一种数据获取方法、分析方法及系统 |
-
2017
- 2017-07-31 CN CN201710637130.XA patent/CN107784504B/zh active Active
-
2018
- 2018-02-28 WO PCT/CN2018/077686 patent/WO2019024497A1/zh active Application Filing
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106156194A (zh) * | 2015-04-21 | 2016-11-23 | 阿里巴巴集团控股有限公司 | 一种形成用户操作路径的方法及装置 |
CN106156212A (zh) * | 2015-04-22 | 2016-11-23 | 阿里巴巴集团控股有限公司 | 一种数据采集方法和系统、及其终端和服务器 |
CN106844217A (zh) * | 2017-01-26 | 2017-06-13 | 网易(杭州)网络有限公司 | 对应用的控件进行埋点的方法及装置、可读存储介质 |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112396432A (zh) * | 2020-11-20 | 2021-02-23 | 五八到家有限公司 | 回访任务生成系统及方法、设备、介质 |
CN112396432B (zh) * | 2020-11-20 | 2024-04-09 | 五八到家有限公司 | 回访任务生成系统及方法、设备、介质 |
Also Published As
Publication number | Publication date |
---|---|
CN107784504A (zh) | 2018-03-09 |
CN107784504B (zh) | 2020-11-03 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2019024497A1 (zh) | 客户回访事件的生成方法、装置、终端设备及介质 | |
US11138300B2 (en) | Multi-factor profile and security fingerprint analysis | |
CN108156237B (zh) | 产品信息推送方法、装置、存储介质和计算机设备 | |
EP2748781B1 (en) | Multi-factor identity fingerprinting with user behavior | |
US10740411B2 (en) | Determining repeat website users via browser uniqueness tracking | |
WO2017028630A1 (zh) | 一种验证方法及服务器 | |
CN108139958A (zh) | 连续查询处理中的事件批量处理、输出排序和基于日志的状态存储 | |
KR100692209B1 (ko) | 맞춤형 상품 정보 제공 방법 및 그 시스템 | |
EP3474210A1 (en) | User account controls for online transactions | |
US11205180B2 (en) | Fraud detection based on an analysis of messages in a messaging account | |
CN107851285A (zh) | 社交账户交互与主不可知身份绑定 | |
US11354655B2 (en) | Enhancing merchant databases using crowdsourced browser data | |
US11121859B1 (en) | Efficient incremental consensus for block commit in blockchain network | |
US20200236094A1 (en) | Generating bridge match identifiers for linking identifiers from server logs | |
US20220027517A1 (en) | Data integrity | |
EP2896005A1 (en) | Multi-factor profile and security fingerprint analysis | |
US20140189886A1 (en) | Template For Customer Attributes | |
US11880852B2 (en) | Merchant advertisement informed item level | |
RU2702275C1 (ru) | Способ и система маркировки действий пользователя для последующего анализа и накопления | |
US11755571B2 (en) | Customized data scanning in a heterogeneous data storage environment | |
CN109313771A (zh) | 实时拍卖的可靠性度量 | |
US20150199773A1 (en) | Creating business profiles by third party user on-boarding | |
US10410275B2 (en) | System and methods for integrated purchase management service | |
CN117151065A (zh) | 客户跟进信息统一管理方法、系统、设备及存储介质 | |
CN116151905A (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: 18840163 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 18840163 Country of ref document: EP Kind code of ref document: A1 |
|
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 FOR 1205A DATED 05.08.2020) |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 18840163 Country of ref document: EP Kind code of ref document: A1 |