WO2019019648A1 - 用户行为统计方法、系统、计算机设备和存储介质 - Google Patents

用户行为统计方法、系统、计算机设备和存储介质 Download PDF

Info

Publication number
WO2019019648A1
WO2019019648A1 PCT/CN2018/078322 CN2018078322W WO2019019648A1 WO 2019019648 A1 WO2019019648 A1 WO 2019019648A1 CN 2018078322 W CN2018078322 W CN 2018078322W WO 2019019648 A1 WO2019019648 A1 WO 2019019648A1
Authority
WO
WIPO (PCT)
Prior art keywords
log
statistical
statistical log
statistics
trigger
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.)
Ceased
Application number
PCT/CN2018/078322
Other languages
English (en)
French (fr)
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.)
OneConnect Smart Technology Co Ltd
Original Assignee
OneConnect Smart 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 OneConnect Smart Technology Co Ltd filed Critical OneConnect Smart Technology Co Ltd
Publication of WO2019019648A1 publication Critical patent/WO2019019648A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3438Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment monitoring of user actions

Definitions

  • the present application relates to the field of computer technologies, and in particular, to a user behavior statistics method, system, computer device, and storage medium.
  • An application can implement multiple business functions, such as policy services, fund management, and vehicle violations.
  • the application has a corresponding log.
  • Logs can be used to locate faults and can be used to count multiple user behaviors.
  • the log of the application is bound to the service function.
  • the fixed user behavior of a certain service function can only be counted through the bound log, and the statistics function of a certain user behavior cannot be added. It is also impossible to delete the statistical function of a certain user behavior, and the statistical function of user behavior is not flexible enough. Once the statistical requirements of user behavior change, it must be implemented through the version upgrade of the application, which will undoubtedly bring unnecessary work to the developer. Therefore, how to perform flexible statistics on user lines has become a technical problem that needs to be solved.
  • a method of user behavior statistics including:
  • the current statistical log includes multiple control identifiers and corresponding page identifiers
  • the trigger parameter includes a control identifier and a corresponding page identifier
  • the trigger event is uploaded to the server, so that the server performs statistics on the trigger event.
  • a user behavior statistics system comprising:
  • a terminal configured to send a statistical log update request to the server
  • a server configured to query, according to the request, whether an updated statistical log exists; if yes, return an updated statistical log;
  • the terminal is further configured to receive the updated statistical calendar, obtain a local statistical log, and generate a current statistical log by using the updated statistical log and the local statistical log; the current statistical log includes multiple control identifiers. And the corresponding page identifier; when the control in the page is triggered by the user, acquiring a corresponding trigger event; acquiring a corresponding trigger parameter according to the trigger event; the trigger parameter includes a control identifier and a corresponding page identifier; Querying the control identifier and the corresponding page identifier included in the trigger parameter in the statistics log, and uploading the trigger event to the server;
  • the server is further configured to receive the trigger event, and perform statistics on the trigger event.
  • a computer device comprising a memory and a processor, the memory storing computer readable instructions, the instructions being executed by the processor to implement the following steps:
  • the current statistical log includes multiple control identifiers and corresponding page identifiers
  • the trigger parameter includes a control identifier and a corresponding page identifier
  • the trigger event is uploaded to the server, so that the server performs statistics on the trigger event.
  • One or more computer readable non-volatile storage media storing computer readable instructions, when executed by one or more processors, cause one or more processors to perform the steps of:
  • the current statistical log includes multiple control identifiers and corresponding page identifiers
  • the trigger parameter includes a control identifier and a corresponding page identifier
  • the trigger event is uploaded to the server, so that the server performs statistics on the trigger event.
  • the user behavior statistics method, system, computer device, and storage medium may update the statistical log to obtain an updated statistical log if the statistical requirements of the user behavior change.
  • the terminal can generate local current statistics logs through the local statistics log.
  • the current statistics log includes all control identifiers for user behavior statistics and their corresponding page identifiers.
  • the terminal acquires a corresponding trigger event, and acquires a corresponding trigger parameter according to the trigger event. If the control identifier and the corresponding page identifier included in the trigger parameter are queried in the current statistics log, the trigger event reflects the user behavior that needs to be counted.
  • the terminal uploads a trigger event that needs statistics to the server, and the server collects statistics on trigger events corresponding to multiple user behaviors. In the whole process, there is no need to upgrade the version of the application. By updating the statistics log, different user behaviors can be counted as the user behavior statistics change, thereby realizing flexible statistics on user behavior.
  • 1 is an application environment diagram of a user behavior statistics method in an embodiment
  • FIG. 2 is a flow chart of a method for statistically calculating user behavior in an embodiment
  • FIG. 3 is a schematic structural diagram of a user behavior statistics system in an embodiment
  • FIG. 4 is a schematic structural diagram of a computer device in an embodiment.
  • the user behavior statistics method provided in the embodiment of the present application can be applied to the application environment as shown in FIG. 1.
  • the terminal 102 is connected to the server 104 via a network.
  • the statistical log corresponding to the application may be pre-stored on the server 104.
  • the server 104 updates the statistics log according to the user behavior to be changed. Specifically, the server 104 acquires the control identifier to be changed and its corresponding page identifier according to the user behavior to be changed.
  • the server 104 updates the statistical log by using the control identifier to be changed and its corresponding page identifier, and generates an updated statistical log.
  • the updated statistics log includes a full-updated statistics log and a statistical log of incremental updates.
  • the terminal 102 sends a statistical log update request to the server, and the server 104 queries whether there is an updated statistical log according to the request. If the updated statistical log is queried, the server 104 returns the updated statistical log to the terminal 102.
  • the terminal 102 receives the updated statistical calendar, obtains a local statistical log, and generates an current statistical log by using the updated statistical log and the local statistical log.
  • the terminal 102 acquires a trigger event corresponding to the control in the page, and acquires a corresponding trigger parameter according to the trigger event.
  • the terminal 102 queries whether there is a control identifier and a corresponding page identifier included in the trigger parameter in the current statistics log. If yes, the trigger event is uploaded to the server, so that the server performs statistics on the trigger event. This enables flexible statistics on multiple user behaviors.
  • a user behavior statistics method is provided, and the method is applied to the terminal as an example for description.
  • Step 202 Send a statistical log update request to the server, so that the server queries whether there is an updated statistical log according to the request; if yes, returns the updated statistical log.
  • Step 204 Receive an updated statistical calendar, obtain a local statistical log, and generate a current statistical log by using the updated statistical log and the local statistical log.
  • the current statistical log includes multiple control identifiers and corresponding page identifiers.
  • the application is pre-installed on the terminal. After the application is installed, a log is created locally.
  • the log includes a location log and a statistics log.
  • the location log can be recorded locally on the terminal while the application is running.
  • the location log can be used for fault location of the application.
  • the statistics log can include multiple controls and corresponding pages. User logs can be counted through the statistics log.
  • the application has multiple business functions. Business functions and logs are independent of each other and are not bound.
  • the terminal When the terminal launches the application, it can send a statistical log update request to the server. Or when the application is switched to run in the background, the terminal can send a statistical log update request to the server.
  • the server receives the request and queries whether there is an updated statistical log according to the request.
  • the updated statistics log can be generated by the server based on the control identifier and corresponding page identifier provided by the application demander. If the server queries the updated statistics log, it indicates that the requirements of the application demander for user behavior statistics have changed. For example, increase statistics on one or more user behaviors, or delete statistics on one or more user behaviors.
  • the statistics log can be pre-stored on the server. If the application's demand side's statistical requirements for user behavior change, the application's demander can provide statistical requirements for its changes at any time.
  • the server updates the statistics log according to its statistical needs. If the application requester provides a statistical function to increase the behavior of a certain user, the server may add the control identifier corresponding to the user behavior and the corresponding page identifier to the statistical log to generate an updated statistical log. If the application requester provides a statistical function to delete a certain user behavior, the server may delete the control identifier corresponding to the user behavior and the corresponding page identifier in the statistics log to generate an updated statistical log.
  • the server returns the updated statistical log that is queried to the terminal.
  • the terminal receives the updated statistical log.
  • the local statistics log is also stored on the terminal.
  • the terminal generates the current statistics log by using the updated statistics log and the local statistics log.
  • the current statistics log includes multiple control identifiers and their corresponding page identifiers.
  • the current statistics log may include some or all of the control identifiers in the local statistics log and their corresponding page identifiers.
  • the current statistics log includes all the current requirements of the application demander for user behavior statistics.
  • Step 206 When the control in the page is triggered by the user, obtain a corresponding trigger event.
  • Step 208 Acquire a corresponding trigger parameter according to the trigger event; the trigger parameter includes a control identifier and a corresponding page identifier.
  • Step 210 If the control identifier and the corresponding page identifier included in the trigger parameter are queried in the current statistics log, the trigger event is uploaded to the server, so that the server performs statistics on the trigger event.
  • a corresponding trigger event is generated.
  • the terminal acquires a trigger event corresponding to the control in the page.
  • the terminal acquires a corresponding trigger parameter according to the trigger event.
  • the step of acquiring a corresponding trigger parameter according to the trigger event includes: acquiring a call entry function according to the trigger event; acquiring a trigger code corresponding to the trigger control by using the entry function, and extracting a corresponding trigger parameter in the trigger code.
  • the terminal After the terminal installs the application, the terminal stores the corresponding trigger code for each control.
  • the entry function is called to obtain the trigger code corresponding to the trigger control locally.
  • the trigger code is triggered by a hook (hook, Windows message processing mechanism) to extract the corresponding trigger parameter in the trigger code.
  • the trigger parameters include the control identifier and the corresponding page identifier.
  • the terminal queries the current statistics log for the presence of the control identifier and the corresponding page identifier included in the trigger parameter. If it exists, it means that the user behavior corresponding to the control identifier needs to be counted.
  • the terminal uploads the obtained trigger event to the server.
  • the server receives the trigger event and counts the trigger event.
  • the upload operation of the trigger event is discarded.
  • the server does not query the control identifier and the corresponding page identifier included in the trigger parameter in the current statistics log, and the user behavior corresponding to the identifier of the control does not need to be counted.
  • the user behavior that does not need to be counted may not need to be counted, or it may be because the application demander deletes some user behavior and does not need to be counted.
  • the terminal abandons the operation of uploading the trigger event to the server.
  • the terminal can obtain a trigger event reflecting all user behaviors currently required by the application demander according to the updated statistical log.
  • the terminal uploads multiple trigger events to the server, and the server performs statistics on multiple trigger events. This enables statistics on multiple user behaviors.
  • the server may update the statistical log to obtain the updated statistical log.
  • the terminal can generate a local current statistics log through the local statistics log.
  • the current statistics log includes all control identifiers for user behavior statistics and their corresponding page identifiers.
  • the terminal acquires a corresponding trigger event, and acquires a corresponding trigger parameter according to the trigger event.
  • the trigger event reflects the user behavior that needs to be counted.
  • the terminal uploads a trigger event that needs statistics to the server, and the server collects statistics on trigger events corresponding to multiple user behaviors. In the whole process, there is no need to upgrade the version of the application. By updating the statistics log, different user behaviors can be counted as the user behavior statistics change, thereby realizing flexible statistics on user behavior.
  • the step of generating the local current statistical log by using the updated statistical log and the local statistical log includes: identifying whether the updated statistical log is a statistical log of the full update; if yes, updating the statistical log of the full amount Overwrite the local statistics log; use the full-updated statistics log as the current statistics log.
  • the server can update the statistics log in full according to the user behavior to be changed provided by the application demander.
  • the server receives the user behavior to be changed sent by the application requestor through the demand terminal, including the user behavior to be added and/or the user behavior to be deleted.
  • the server obtains the control identifier to be added and the corresponding page identifier according to the user behavior to be added.
  • the server may also obtain the control identifier to be deleted and the corresponding page identifier according to the user behavior to be deleted.
  • the server uses the control identifier to be added and its corresponding page identifier and/or the control identifier to be deleted and the corresponding page identifier to update the statistical log in full, and obtain the statistical log after the full update.
  • the server can set the corresponding full update identifier for the statistical log of the full update.
  • the terminal sends a statistical log update request to the server, and the server obtains the full-updated statistical log according to the request, and returns the full-updated statistical log to the terminal.
  • the statistic log is used to identify whether the statistic log has the corresponding full-time update identifier. If yes, the terminal uses the full-updated statistic log to overwrite the local statistic log, and uses the full-updated statistic log as the current statistic log.
  • the statistics log of the full-time update reflects all the user behaviors that need to be counted. After the terminal obtains the statistics log of the full-updated version, the terminal can directly use the statistics of user behaviors, which provides convenience for the terminal to call the statistics log.
  • the step of generating the local current statistical log by using the updated statistical log and the local statistical log includes: identifying whether the updated statistical log is a statistical log of the incremental update; if yes, the incremental The statistics log is merged with the local statistics log to generate the current statistics log.
  • the server can also incrementally update the statistics log according to the user behavior to be changed provided by the application demander.
  • the server receives the user behavior to be changed sent by the application requestor through the demand terminal, including the user behavior to be added and/or the user behavior to be deleted.
  • the server obtains the control identifier to be added and the corresponding page identifier according to the user behavior to be added.
  • the server may also obtain the control identifier to be deleted and the corresponding page identifier according to the user behavior to be deleted.
  • the server uses the control identifier to be added and its corresponding page identifier and/or the control identifier to be deleted and the corresponding page identifier to incrementally update the statistics log to obtain an incrementally updated statistical log.
  • the server can set the corresponding incremental update ID for the statistical log of the incremental update.
  • the terminal sends a statistical log update request to the server, and the server obtains the incrementally updated statistical log according to the request, and returns the incrementally updated statistical log to the terminal.
  • the statistic log is identified as having a corresponding incremental update identifier. If yes, the terminal obtains the local statistic log and combines the incremental statistic log with the local statistic log to generate the current statistic log.
  • a user behavior statistics system including: a terminal 302 and a server 304, wherein:
  • the terminal 302 is configured to send a statistical log update request to the server.
  • the server 304 is configured to query whether there is an updated statistical log according to the request; if yes, return the updated statistical log.
  • the terminal 302 is further configured to receive the updated statistical calendar, obtain the local statistical log, and generate the current statistical log by using the updated statistical log and the local statistical log; the current statistical log includes multiple control identifiers and corresponding page identifiers; When the control in the page is triggered by the user, the corresponding trigger event is obtained; the corresponding trigger parameter is obtained according to the trigger event; the trigger parameter includes the control identifier and the corresponding page identifier; if the current statistical log is included, the query is included in the trigger parameter.
  • the control identifier and the corresponding page identifier are uploaded to the server 304.
  • the server 304 is further configured to receive a trigger event and perform statistics on the trigger event.
  • the terminal 302 is further configured to: if the control identifier and the corresponding page identifier included in the trigger parameter are not found in the current statistics log, the uploading operation of the trigger event is discarded.
  • the terminal 302 is further configured to acquire a call entry function according to the trigger event; obtain a trigger code corresponding to the trigger control by using the entry function, and extract a corresponding trigger parameter in the trigger code.
  • the server 304 is further configured to acquire the user behavior to be changed, obtain the control identifier to be changed and the corresponding page identifier according to the user behavior to be changed, and use the control identifier to be changed and its corresponding page identifier. Update the statistics log to generate an updated statistics log.
  • the terminal 302 is further configured to identify whether the updated statistical log is a statistical log of the full update; if yes, the statistical log of the full update is overwritten by the local statistical log; and the statistical log of the full update is used as the current Statistics log.
  • the terminal 302 is further configured to identify whether the updated statistical log is an incremental update statistical log; if yes, the incremental statistical log is combined with the local statistical log to generate a current statistical log.
  • a computer device is provided, as shown in FIG. 4, which includes a processor, memory, and network interface coupled by a system bus.
  • the processor of the computer device is used to provide computing and control capabilities.
  • the memory of the computer device includes a non-volatile storage medium, an internal memory.
  • the non-volatile storage medium of the computer device stores an operating system and computer readable instructions that are executed by the processor to implement a user behavior statistical method.
  • the internal memory of the computer device provides an environment for the operation of an operating system and computer readable instructions in a non-volatile storage medium.
  • the network interface of the computer device is used for communicating with an external server through a network connection, for example, sending a statistical log update request to the server and receiving an updated statistical log returned by the server.
  • the processor can perform the following steps when executing computer readable instructions:
  • the server sends a statistical log update request to the server, so that the server queries whether there is an updated statistical log according to the request; if yes, returns the updated statistical log; receives the updated statistical calendar, obtains the local statistical log, and uses the updated statistical log. And the local statistics log generates the current statistics log.
  • the current statistics log includes multiple control identifiers and corresponding page identifiers. When the control in the page is triggered by the user, the corresponding trigger event is obtained. The corresponding trigger parameter is obtained according to the trigger event.
  • the trigger parameter includes the control identifier and the corresponding page identifier; if the control identifier and the corresponding page identifier included in the trigger parameter are queried in the current statistics log, the trigger event is uploaded to the server, so that the server performs the trigger event. statistics.
  • FIG. 4 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation of the computer device to which the solution of the present application is applied.
  • the specific computer device may It includes more or fewer components than those shown in the figures, or some components are combined, or have different component arrangements.
  • the processor also performs the following steps when executing the computer readable instructions:
  • the processor also performs the following steps when executing the computer readable instructions:
  • the trigger function corresponding to the trigger control is obtained through the entry function, and the corresponding trigger parameter is extracted in the trigger code.
  • the processor also performs the following steps when executing the computer readable instructions:
  • the processor also performs the following steps when executing the computer readable instructions:
  • the incremental statistics log is combined with the local statistics log to generate the current statistics log.
  • one or more computer readable non-volatile storage media having computer readable instructions, when executed by one or more processors, causing one or more processors Perform the following steps:
  • the updated statistical calendar is obtained, and the local statistical log is obtained, and the current statistical log is generated by using the updated statistical log and the local statistical log;
  • the current statistical log includes multiple control identifiers and corresponding page identifiers;
  • the trigger parameter includes a control identifier and a corresponding page identifier
  • the trigger event is uploaded to the server, so that the server performs statistics on the trigger event.
  • the computer readable instructions when executed by the processor, also perform the following steps:
  • the computer readable instructions when executed by the processor, also perform the following steps:
  • the trigger function corresponding to the trigger control is obtained through the entry function, and the corresponding trigger parameter is extracted in the trigger code.
  • the computer readable instructions when executed by the processor, also perform the following steps:
  • the computer readable instructions when executed by the processor, also perform the following steps:
  • the incremental statistics log is combined with the local statistics log to generate the current statistics log.
  • the storage medium may be a magnetic disk, an optical disk, a read-only memory (ROM), or the like.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

一种用户行为统计方法、系统、计算机设备和存储介质。该方法包括:向服务器(104,304)发送统计日志更新请求,以使得服务器(104,304)根据请求查询是否存在更新后的统计日志;若是,则返回更新后的统计日志(202);接收更新后的统计日历,获取本地统计日志,利用更新后的统计日志和本地统计日志生成当前的统计日志;当前的统计日志中包括多个控件标识和对应的页面标识(204);当页面中的控件被用户触发时,获取对应的触发事件(206);根据触发事件获取对应的触发参数;触发参数包括控件标识和对应的页面标识(208);若在当前的统计日志中查询到触发参数中所包括的控件标识和对应的页面标识,则将触发事件上传至服务器(104,304),以使得服务器(104,304)对触发事件进行统计(210)。

Description

用户行为统计方法、系统、计算机设备和存储介质
本申请申明享有2017年7月26日递交的申请号为201710618302.9、名称为“用户行为统计方法、系统、计算机设备和存储介质”的中国专利申请的优先权,该中国专利申请的整体内容以参考的方式结合在本申请中。
技术领域
本申请涉及计算机技术领域,特别是涉及一种用户行为统计方法、系统、计算机设备和存储介质。
背景技术
一款应用程序(Application,简称APP)可以实现多个业务功能,例如,保单服务、基金理财以及车辆违章查询等。应用程序具有对应的日志。日志可以用来对故障进行定位,也可以用来对多种用户行为进行统计。在传统的方式中,应用程序的日志与业务功能是绑定的,只能通过被绑定的日志对某个业务功能中固定的用户行为进行统计,无法增加对某种用户行为的统计功能,也无法删除对某种用户行为的统计功能,用户行为的统计功能不够灵活。一旦用户行为的统计需求发生变更,必须要通过应用程序的版本升级才能实现,这无疑会给开发人员带来不必要的工作。因此,如何对用户行进行灵活统计成为目前需要解决的一个技术问题。
发明内容
基于此,有必要针对上述技术问题,提供一种对用户行为能够进行灵活统计的用户行为统计方法、系统、计算机设备和存储介质。
一种用户行为统计方法,包括:
向服务器发送统计日志更新请求,以使得服务器根据所述请求查询是否 存在更新后的统计日志;若是,则返回更新后的统计日志;
接收更新后的统计日历,获取本地统计日志,利用所述更新后的统计日志和所述本地统计日志生成当前的统计日志;所述当前的统计日志中包括多个控件标识和对应的页面标识;
当页面中的控件被用户触发时,获取对应的触发事件;
根据所述触发事件获取对应的触发参数;所述触发参数包括控件标识和对应的页面标识;
若在当前的统计日志中查询到触发参数中所包括的控件标识和对应的页面标识,则将所述触发事件上传至服务器,以使得服务器对所述触发事件进行统计。
一种用户行为统计系统,所述系统包括:
终端,用于向服务器发送统计日志更新请求;
服务器,用于根据所述请求查询是否存在更新后的统计日志;若是,则返回更新后的统计日志;
所述终端还用于接收更新后的统计日历,获取本地统计日志,利用所述更新后的统计日志和所述本地统计日志生成当前的统计日志;所述当前的统计日志中包括多个控件标识和对应的页面标识;当页面中的控件被用户触发时,获取对应的触发事件;根据所述触发事件获取对应的触发参数;所述触发参数包括控件标识和对应的页面标识;若在当前的统计日志中查询到触发参数中所包括的控件标识和对应的页面标识,则将所述触发事件上传至服务器;
所述服务器还用于接收所述触发事件,对所述触发事件进行统计。
一种计算机设备,包括存储器及处理器,所述存储器中储存有计算机可读指令,所述指令被所述处理器执行时实现以下步骤:
向服务器发送统计日志更新请求,以使得服务器根据所述请求查询是否存在更新后的统计日志;若是,则返回更新后的统计日志;
接收更新后的统计日历,获取本地统计日志,利用所述更新后的统计日志和所述本地统计日志生成当前的统计日志;所述当前的统计日志中包括多个控件标识和对应的页面标识;
当页面中的控件被用户触发时,获取对应的触发事件;
根据所述触发事件获取对应的触发参数;所述触发参数包括控件标识和对应的页面标识;
若在当前的统计日志中查询到触发参数中所包括的控件标识和对应的页面标识,则将所述触发事件上传至服务器,以使得服务器对所述触发事件进行统计。
一个或多个存储有计算机可读指令的计算机可读非易失性存储介质,计算机可读指令被一个或多个处理器执行时,使得一个或多个处理器执行以下步骤:
向服务器发送统计日志更新请求,以使得服务器根据所述请求查询是否存在更新后的统计日志;若是,则返回更新后的统计日志;
接收更新后的统计日历,获取本地统计日志,利用所述更新后的统计日志和所述本地统计日志生成当前的统计日志;所述当前的统计日志中包括多个控件标识和对应的页面标识;
当页面中的控件被用户触发时,获取对应的触发事件;
根据所述触发事件获取对应的触发参数;所述触发参数包括控件标识和对应的页面标识;
若在当前的统计日志中查询到触发参数中所包括的控件标识和对应的页面标识,则将所述触发事件上传至服务器,以使得服务器对所述触发事件进行统计。
上述用户行为统计方法、系统、计算机设备和存储介质,如果用户行为的统计需求发生变更,服务器可以对统计日志进行更新,得到更新后的统计日志。利用更新后的统计日志,终端可以通过本地统计日志生成本地当前的 统计日志。当前的统计日志中包括了用于用户行为统计的全部控件标识及其对应的页面标识。当页面中的控件被用户触发时,终端获取对应的触发事件,根据该触发事件获取对应的触发参数。如果在当前的统计日志中查询到触发参数中所包括的控件标识和对应的页面标识,该触发事件即反映了需要统计的用户行为。终端将需要统计的触发事件上传至服务器,由服务器对多种用户行为对应的触发事件进行统计。在整个过程中,不需要对应用程序进行版本升级,通过对统计日志的更新,即可随着用户行为统计需求的变更来统计不同的用户行为,由此实现了对用户行为的灵活统计。
附图说明
图1为一个实施例中用户行为统计方法的应用环境图;
图2为一个实施例中用户行为统计方法的流程图;
图3为一个实施例中用户行为统计系统的结构示意图;
图4为一个实施例中计算机设备的结构示意图。
具体实施方式
为了使本申请的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本申请进行进一步详细说明。应当理解,此处描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。
本申请实施例中所提供的用户行为统计方法可以应用于如图1所示的应用环境中。其中,终端102通过网络与服务器104进行连接。服务器104上可以预先存储了应用程序对应的统计日志。如果应用程序需求方对用户行为的统计需求发生变更,服务器104根据待变更的用户行为对统计日志进行更新。具体的,服务器104根据待变更的用户行为获取待变更的控件标识及其对应的页面标识。服务器104利用待变更的控件标识及其对应的页面标识对统计日志进行更新,生成更新后的统计日志。更新后的统计日志包括全量更 新的统计日志以及增量更新的统计日志。终端102向服务器发送统计日志更新请求,服务器104根据该请求查询是否存在更新后的统计日志。若查询到更新后的统计日志,服务器104向终端102返回更新后的统计日志。
终端102接收更新后的统计日历,获取本地统计日志,利用更新后的统计日志和本地统计日志生成当前的统计日志。当页面中的控件被用户触发时,终端102获取页面中的控件所对应的触发事件,根据触发事件获取对应的触发参数。终端102查询在当前的统计日志中是否存在触发参数中所包括的控件标识和对应的页面标识,若存在,在则将触发事件上传至服务器,以使得服务器对触发事件进行统计。由此实现对多种用户行为的灵活统计。
在一个实施例中,如图2所示,提供了一种用户行为统计方法,以该方法应用于终端为例进行说明,具体包括:
步骤202,向服务器发送统计日志更新请求,以使得服务器根据请求查询是否存在更新后的统计日志;若是,则返回更新后的统计日志。
步骤204,接收更新后的统计日历,获取本地统计日志,利用更新后的统计日志和本地统计日志生成当前的统计日志;当前的统计日志中包括多个控件标识和对应的页面标识。
终端上预先安装了应用程序。应用程序安装之后,会在本地创建日志。日志包括定位日志和统计日志。应用程序运行时,可以在终端本地记录定位日志。
定位日志可以用于应用程序的故障定位。统计日志中可以包括多个控件及对应的页面。通过统计日志可以对用户行为进行统计。应用程序具有多个业务功能。业务功能与日志彼此独立,未被绑定。
终端启动应用程序时,可以向服务器发送统计日志更新请求。或者应用程序被切换至后台运行时,终端可以向服务器发送统计日志更新请求。服务器接收该请求,根据该请求查询是否存在更新后的统计日志。更新后的统计日志可以是服务器根据应用程序需求方提供的控件标识和对应的页面标识 生成的。如果服务器查询到更新后的统计日志,表示应用程序需求方对用户行为统计的需求发生变更。例如,增加对一种或多种用户行为的统计,或者删除对一种或多种用户行为的统计。
服务器上可以预先存储了统计日志。如果应用程序需求方对用户行为的统计需求发生变更,应用程序需求方可以随时提供其发生变更的统计需求。服务器根据其统计需要对统计日志进行更新。如果应用程序需求方提供了想要增加对某种用户行为的统计功能,服务器可以将与该用户行为对应的控件标识和对应的页面标识添加至统计日志中,生成更新后的统计日志中。如果应用程序需求方提供了想要删除对某种用户行为的统计功能,服务器可以将与该用户行为对应的控件标识和对应的页面标识在统计日志中删除,生成更新后的统计日志。
服务器将查询到的更新后的统计日志返回至终端。终端接收更新后的统计日志。终端上也存储了本地统计日志。终端利用更新后的统计日志和本地统计日志生成当前的统计日志。当前的统计日志中包括了多个控件标识及其对应的页面标识。当前的统计日志中可以包括本地统计日志中的部分或全部控件标识及其对应的页面标识。当前的统计日志中包括了应用程序需求方当前对用户行为统计的全部需求。
步骤206,当页面中的控件被用户触发时,获取对应的触发事件。
步骤208,根据触发事件获取对应的触发参数;触发参数包括控件标识和对应的页面标识。
步骤210,若在当前的统计日志中查询到触发参数中所包括的控件标识和对应的页面标识,则将触发事件上传至服务器,以使得服务器对触发事件进行统计。
当用户点击应用程序页面中的控件时,会生成相应的触发事件。例如,用户在支付页面点击支付控件,生成相应的支付触发事件。终端获取该页面中控件对应的触发事件。终端根据该触发事件获取对应的触发参数。
在其中一个实施例中,根据触发事件获取对应的触发参数的步骤,包括:根据触发事件获取调用入口函数;通过入口函数获取触发控件对应的触发代码,在触发代码中提取对应的触发参数。
终端在安装了应用程序之后,会在本地存储相应的每个控件对应的触发代码。当终端获取到触发事件时,调用入口函数,在本地获取触发控件对应的触发代码。对触发代码通过hook(钩子,Windows消息处理机制)触发,以此在触发代码中提取到对应的触发参数。触发参数包括控件标识和对应的页面标识。
终端在当前的统计日志中查询是否存在触发参数中所包括的控件标识和对应的页面标识。如果存在,则表示该控件标识对应的用户行为是需要被统计的。终端将获取到的触发事件上传至服务器。服务器接收触发事件,并对触发事件进行统计。
在其中一个实施例中,若在当前的统计日志中查询不到触发参数中所包括的控件标识和对应的页面标识,则放弃触发事件的上传操作。
服务器在当前的统计日志中查询不到触发参数中所包括的控件标识和对应的页面标识,则标识该控件标识对应的用户行为不需要被统计。不需要被统计的用户行为可以是原本就不需要被统计的,也可以是由于应用程序需求方删除了某种用户行为,而不需要被统计的。对于不需要被统计的触发事件,终端放弃将该触发事件上传至服务器的操作。
按照上述方式,终端可以根据更新后的统计日志获取到反映应用程序需求方当前所需的全部用户行为的触发事件。终端将获取到的多个触发事件分别上传至服务器,有服务器对多个触发事件分别进行统计。由此实现对多种用户行为的统计。
本实施例中,如果用户行为的统计需求发生变更,服务器可以对统计日志进行更新,得到更新后的统计日志。利用更新后的统计日志,终端可以通过本地统计日志生成本地当前的统计日志。当前的统计日志中包括了用于用 户行为统计的全部控件标识及其对应的页面标识。当页面中的控件被用户触发时,终端获取对应的触发事件,根据该触发事件获取对应的触发参数。如果在当前的统计日志中查询到触发参数中所包括的控件标识和对应的页面标识,该触发事件即反映了需要统计的用户行为。终端将需要统计的触发事件上传至服务器,由服务器对多种用户行为对应的触发事件进行统计。在整个过程中,不需要对应用程序进行版本升级,通过对统计日志的更新,即可随着用户行为统计需求的变更来统计不同的用户行为,由此实现了对用户行为的灵活统计。
在一个实施例中,利用更新后的统计日志和本地统计日志生成本地当前的统计日志的步骤,包括:识别更新后的统计日志是否为全量更新的统计日志;若是,则将全量更新的统计日志覆盖本地的统计日志;将全量更新的统计日志作为当前的统计日志。
当用户行为的统计需求发生变更时,服务器可以根据应用程序需求方提供的待变更的用户行为对统计日志进行全量更新。具体的,服务器接收应用程序需求方通过需求终端发送的待变更的用户行为,包括待增加的用户行为和/或待删除的用户行为。服务器根据待增加的用户行为获取待增加的控件标识及其对应的页面标识。服务器还可以根据待删除的用户行为获取待删除的控件标识及其对应的页面标识。服务器利用待增加的控件标识及其对应的页面标识和/或待删除的控件标识及其对应的页面标识对统计日志进行全量更新,得到全量更新后的统计日志。服务器可以对全量更新的统计日志设置相应的全量更新标识。
终端向服务器发送统计日志更新请求,服务器根据该请求获取全量更新后的统计日志,将全量更新后的统计日志返回至终端。识别该统计日志是否具有相应的全量更新标识,若有,则终端利用全量更新后的统计日志覆盖本地的统计日志,将全量更新后的统计日志作为当前的统计日志。由于全量更新后的统计日志中反映了所有需要被统计的用户行为,终端获取到全量更新 后的统计日志后可以直接用于用户行为的统计,为终端调用统计日志提供了方便。
在其中一个实施例中,利用更新后的统计日志和本地统计日志生成本地当前的统计日志的步骤,包括:识别更新后的统计日志是否为增量更新的统计日志;若是,则将增量的统计日志与本地统计日志进行合并,生成当前的统计日志。
当用户行为的统计需求发生变更时,服务器还可以根据应用程序需求方提供的待变更的用户行为对统计日志进行增量更新。具体的,服务器接收应用程序需求方通过需求终端发送的待变更的用户行为,包括待增加的用户行为和/或待删除的用户行为。服务器根据待增加的用户行为获取待增加的控件标识及其对应的页面标识。服务器还可以根据待删除的用户行为获取待删除的控件标识及其对应的页面标识。服务器利用待增加的控件标识及其对应的页面标识和/或待删除的控件标识及其对应的页面标识对统计日志进行增量更新,得到增量更新后的统计日志。服务器可以对增量更新的统计日志设置相应的增量更新标识。
终端向服务器发送统计日志更新请求,服务器根据该请求获取增量更新后的统计日志,将增量更新后的统计日志返回至终端。识别该统计日志是否具有相应的增量更新标识,若有,则终端获取本地统计日志,利用增量统计日志和本地统计日志进行合并,生成当前的统计日志。通过对统计日志进行增量更新可以避免对之前用户行为统计需求的重复计算,只需对本次待变更的用户行为进行增量更新计算即可,能够使得更新后的统计日志轻量化,从而能够有效减少流量消耗,提高更新后的统计日志的传输速度。
如图3所示,提供了一种用户行为统计系统,包括:终端302和服务器304,其中:
终端302,用于向服务器发送统计日志更新请求。
服务器304,用于根据请求查询是否存在更新后的统计日志;若是,则 返回更新后的统计日志。
终端302还用于接收更新后的统计日历,获取本地统计日志,利用更新后的统计日志和本地统计日志生成当前的统计日志;当前的统计日志中包括多个控件标识和对应的页面标识;当页面中的控件被用户触发时,获取对应的触发事件;根据触发事件获取对应的触发参数;触发参数包括控件标识和对应的页面标识;若在当前的统计日志中查询到触发参数中所包括的控件标识和对应的页面标识,则将触发事件上传至服务器304。
服务器304还用于接收触发事件,对触发事件进行统计。
在其中一个实施例中,终端302还用于若在当前的统计日志中查询不到触发参数中所包括的控件标识和对应的页面标识,则放弃触发事件的上传操作。
在其中一个实施例中,终端302还用于根据触发事件获取调用入口函数;通过入口函数获取触发控件对应的触发代码,在触发代码中提取对应的触发参数。
在其中一个实施例中,服务器304还用于获取待变更的用户行为,根据待变更的用户行为获取待变更的控件标识及其对应的页面标识,利用待变更的控件标识及其对应的页面标识对统计日志进行更新,生成更新后的统计日志。
在其中一个实施例中,终端302还用于识别更新后的统计日志是否为全量更新的统计日志;若是,则将全量更新的统计日志覆盖本地的统计日志;将全量更新的统计日志作为当前的统计日志。
在其中一个实施例中,终端302还用于识别更新后的统计日志是否为增量更新的统计日志;若是,则将增量的统计日志与本地统计日志进行合并,生成当前的统计日志。
在一个实施例中,提供了一种计算机设备,如图4所示,该计算机设备包括通过系统总线连接的处理器、存储器和网络接口。其中,该计算机设备 的处理器用于提供计算和控制能力。该计算机设备的存储器包括非易失性存储介质、内存储器。该计算机设备的非易失性存储介质存储有操作系统和计算机可读指令,该计算机可读指令被处理器执行时以实现一种用户行为统计方法。该计算机设备的内存储器为非易失性存储介质中的操作系统和计算机可读指令的运行提供环境。该计算机设备的网络接口用于与外部的服务器通过网络连接通信,比如,向服务器发送统计日志更新请求以及接收服务器返回的更新后的统计日志等。处理器执行计算机可读指令时可以执行以下步骤:
向服务器发送统计日志更新请求,以使得服务器根据请求查询是否存在更新后的统计日志;若是,则返回更新后的统计日志;接收更新后的统计日历,获取本地统计日志,利用更新后的统计日志和本地统计日志生成当前的统计日志;当前的统计日志中包括多个控件标识和对应的页面标识;当页面中的控件被用户触发时,获取对应的触发事件;根据触发事件获取对应的触发参数;触发参数包括控件标识和对应的页面标识;若在当前的统计日志中查询到触发参数中所包括的控件标识和对应的页面标识,则将触发事件上传至服务器,以使得服务器对触发事件进行统计。
本领域技术人员可以理解,图4中示出的结构,仅仅是与本申请方案相关的部分结构的框图,并不构成对本申请方案所应用于其上的计算机设备的限定,具体的计算机设备可以包括比图中所示更多或更少的部件,或者组合某些部件,或者具有不同的部件布置。
在一个实施例中,处理器执行计算机可读指令时还执行以下步骤:
若在当前的统计日志中查询不到触发参数中所包括的控件标识和对应的页面标识,则放弃触发事件的上传操作。
在一个实施例中,处理器执行计算机可读指令时还执行以下步骤:
根据触发事件获取调用入口函数;
通过入口函数获取触发控件对应的触发代码,在触发代码中提取对应的 触发参数。
在一个实施例中,处理器执行计算机可读指令时还执行以下步骤:
识别更新后的统计日志是否为全量更新的统计日志;
若是,则将全量更新的统计日志覆盖本地的统计日志;
将全量更新的统计日志作为当前的统计日志。
在一个实施例中,处理器执行计算机可读指令时还执行以下步骤:
识别更新后的统计日志是否为增量更新的统计日志;
若是,则将增量的统计日志与本地统计日志进行合并,生成当前的统计日志。
在一个实施例中,提供了一个或多个存储有计算机可读指令的计算机可读非易失性存储介质,计算机可读指令被一个或多个处理器执行时,使得一个或多个处理器执行以下步骤:
向服务器发送统计日志更新请求,以使得服务器根据请求查询是否存在更新后的统计日志;若是,则返回更新后的统计日志;
接收更新后的统计日历,获取本地统计日志,利用更新后的统计日志和本地统计日志生成当前的统计日志;当前的统计日志中包括多个控件标识和对应的页面标识;
当页面中的控件被用户触发时,获取对应的触发事件;
根据触发事件获取对应的触发参数;触发参数包括控件标识和对应的页面标识;
若在当前的统计日志中查询到触发参数中所包括的控件标识和对应的页面标识,则将触发事件上传至服务器,以使得服务器对触发事件进行统计。
在一个实施例中,计算机可读指令被处理器执行时还执行以下步骤:
若在当前的统计日志中查询不到触发参数中所包括的控件标识和对应的页面标识,则放弃触发事件的上传操作。
在一个实施例中,计算机可读指令被处理器执行时还执行以下步骤:
根据触发事件获取调用入口函数;
通过入口函数获取触发控件对应的触发代码,在触发代码中提取对应的触发参数。
在一个实施例中,计算机可读指令被处理器执行时还执行以下步骤:
识别更新后的统计日志是否为全量更新的统计日志;
若是,则将全量更新的统计日志覆盖本地的统计日志;
将全量更新的统计日志作为当前的统计日志。
在一个实施例中,计算机可读指令被处理器执行时还执行以下步骤:
识别更新后的统计日志是否为增量更新的统计日志;
若是,则将增量的统计日志与本地统计日志进行合并,生成当前的统计日志。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机可读指令来指令相关的硬件来完成,所述的计算机可读指令可存储于非易失性计算机可读取存储介质中,该计算机可读指令在执行时,可包括如上述各方法的实施例的流程。其中,所述的存储介质可为磁碟、光盘、只读存储记忆体(Read-Only Memory,ROM)等。
以上所述实施例的各技术特征可以进行任意的组合,为使描述简洁,未对上述实施例中的各个技术特征所有可能的组合都进行描述,然而,只要这些技术特征的组合不存在矛盾,都应当认为是本说明书记载的范围。
以上所述实施例仅表达了本申请的几种实施方式,其描述较为具体和详细,但并不能因此而理解为对发明专利范围的限制。应当指出的是,对于本领域的普通技术人员来说,在不脱离本申请构思的前提下,还可以做出若干变形和改进,这些都属于本申请的保护范围。因此,本申请专利的保护范围应以所附权利要求为准。

Claims (18)

  1. 一种用户行为统计方法,包括:
    向服务器发送统计日志更新请求,以使得服务器根据所述请求查询是否存在更新后的统计日志;若是,则返回更新后的统计日志;
    接收更新后的统计日历,获取本地统计日志,利用所述更新后的统计日志和所述本地统计日志生成当前的统计日志;所述当前的统计日志中包括多个控件标识和对应的页面标识;
    当页面中的控件被用户触发时,获取对应的触发事件;
    根据所述触发事件获取对应的触发参数;所述触发参数包括控件标识和对应的页面标识;
    若在当前的统计日志中查询到触发参数中所包括的控件标识和对应的页面标识,则将所述触发事件上传至服务器,以使得服务器对所述触发事件进行统计。
  2. 根据权利要求1所述的方法,其特征在于,所述方法还包括:
    若在当前的统计日志中查询不到所述触发参数中所包括的控件标识和对应的页面标识,则放弃所述触发事件的上传操作。
  3. 根据权利要求1所述的方法,其特征在于,所述根据所述触发事件获取对应的触发参数的步骤,包括:
    根据所述触发事件获取调用入口函数;
    通过入口函数获取触发控件对应的触发代码,在所述触发代码中提取对应的触发参数。
  4. 根据权利要求1所述的方法,其特征在于,所述利用所述更新后的统计日志和所述本地统计日志生成本地当前的统计日志的步骤,包括:
    识别所述更新后的统计日志是否为全量更新的统计日志;
    若是,则将所述全量更新的统计日志覆盖本地的统计日志;
    将全量更新的统计日志作为当前的统计日志。
  5. 根据权利要求1所述的方法,其特征在于,所述利用所述更新后的统计日志和所述本地统计日志生成本地当前的统计日志的步骤,包括:
    识别所述更新后的统计日志是否为增量更新的统计日志;
    若是,则将所述增量的统计日志与本地统计日志进行合并,生成当前的统计日志。
  6. 一种用户行为统计系统,其特征在于,所述系统包括:
    终端,用于向服务器发送统计日志更新请求;
    服务器,用于根据所述请求查询是否存在更新后的统计日志;若是,则返回更新后的统计日志;
    所述终端还用于接收更新后的统计日历,获取本地统计日志,利用所述更新后的统计日志和所述本地统计日志生成当前的统计日志;所述当前的统计日志中包括多个控件标识和对应的页面标识;当页面中的控件被用户触发时,获取对应的触发事件;根据所述触发事件获取对应的触发参数;所述触发参数包括控件标识和对应的页面标识;若在当前的统计日志中查询到触发参数中所包括的控件标识和对应的页面标识,则将所述触发事件上传至服务器;
    所述服务器还用于接收所述触发事件,对所述触发事件进行统计。
  7. 根据权利要求6所述的系统,其特征在于,所述终端还用于若在当前的统计日志中查询不到所述触发参数中所包括的控件标识和对应的页面标识,则放弃所述触发事件的上传操作。
  8. 根据权利要求6所述的系统,其特征在于,所述服务器还用于获取待变更的用户行为,根据待变更的用户行为获取待变更的控件标识及其对应的页面标识,利用待变更的控件标识及其对应的页面标识对统计日志进行更新,生成更新后的统计日志。
  9. 一种计算机设备,包括存储器及处理器,所述存储器中储存有计算 机可读指令,所述指令被所述处理器执行时实现以下步骤:
    向服务器发送统计日志更新请求,以使得服务器根据所述请求查询是否存在更新后的统计日志;若是,则返回更新后的统计日志;
    接收更新后的统计日历,获取本地统计日志,利用所述更新后的统计日志和所述本地统计日志生成当前的统计日志;所述当前的统计日志中包括多个控件标识和对应的页面标识;
    当页面中的控件被用户触发时,获取对应的触发事件;
    根据所述触发事件获取对应的触发参数;所述触发参数包括控件标识和对应的页面标识;
    若在当前的统计日志中查询到触发参数中所包括的控件标识和对应的页面标识,则将所述触发事件上传至服务器,以使得服务器对所述触发事件进行统计。
  10. 根据权利要求9所述的计算机设备,其特征在于,所述指令被所述处理器执行时还实现以下步骤:
    若在当前的统计日志中查询不到所述触发参数中所包括的控件标识和对应的页面标识,则放弃所述触发事件的上传操作。
  11. 根据权利要求9所述的计算机设备,其特征在于,所述根据所述触发事件获取对应的触发参数的步骤,包括:
    根据所述触发事件获取调用入口函数;
    通过入口函数获取触发控件对应的触发代码,在所述触发代码中提取对应的触发参数。
  12. 根据权利要求9所述的计算机设备,其特征在于,所述利用所述更新后的统计日志和所述本地统计日志生成本地当前的统计日志的步骤,包括:
    识别所述更新后的统计日志是否为全量更新的统计日志;
    若是,则将所述全量更新的统计日志覆盖本地的统计日志;
    将全量更新的统计日志作为当前的统计日志。
  13. 根据权利要求9所述的计算机设备,其特征在于,所述利用所述更新后的统计日志和所述本地统计日志生成本地当前的统计日志的步骤,包括:
    识别所述更新后的统计日志是否为增量更新的统计日志;
    若是,则将所述增量的统计日志与本地统计日志进行合并,生成当前的统计日志。
  14. 一个或多个存储有计算机可读指令的计算机可读非易失性存储介质,计算机可读指令被一个或多个处理器执行时,使得一个或多个处理器执行以下步骤:
    向服务器发送统计日志更新请求,以使得服务器根据所述请求查询是否存在更新后的统计日志;若是,则返回更新后的统计日志;
    接收更新后的统计日历,获取本地统计日志,利用所述更新后的统计日志和所述本地统计日志生成当前的统计日志;所述当前的统计日志中包括多个控件标识和对应的页面标识;
    当页面中的控件被用户触发时,获取对应的触发事件;
    根据所述触发事件获取对应的触发参数;所述触发参数包括控件标识和对应的页面标识;
    若在当前的统计日志中查询到触发参数中所包括的控件标识和对应的页面标识,则将所述触发事件上传至服务器,以使得服务器对所述触发事件进行统计。
  15. 根据权利要求14所述的存储介质,其特征在于,还包括执行以下步骤,若在当前的统计日志中查询不到所述触发参数中所包括的控件标识和对应的页面标识,则放弃所述触发事件的上传操作。
  16. 根据权利要求14所述的存储介质,其特征在于,所述根据所述触发事件获取对应的触发参数的步骤,包括:
    根据所述触发事件获取调用入口函数;
    通过入口函数获取触发控件对应的触发代码,在所述触发代码中提取对应的触发参数。
  17. 根据权利要求14所述的存储介质,其特征在于,所述利用所述更新后的统计日志和所述本地统计日志生成本地当前的统计日志的步骤,包括:
    识别所述更新后的统计日志是否为全量更新的统计日志;
    若是,则将所述全量更新的统计日志覆盖本地的统计日志;
    将全量更新的统计日志作为当前的统计日志。
  18. 根据权利要求14所述的存储介质,其特征在于,所述利用所述更新后的统计日志和所述本地统计日志生成本地当前的统计日志的步骤,包括:
    识别所述更新后的统计日志是否为增量更新的统计日志;
    若是,则将所述增量的统计日志与本地统计日志进行合并,生成当前的统计日志。
PCT/CN2018/078322 2017-07-26 2018-03-07 用户行为统计方法、系统、计算机设备和存储介质 Ceased WO2019019648A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710618302.9A CN107729222B (zh) 2017-07-26 2017-07-26 用户行为统计方法、系统、计算机设备和存储介质
CN201710618302.9 2017-07-26

Publications (1)

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

Family

ID=61201718

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/078322 Ceased WO2019019648A1 (zh) 2017-07-26 2018-03-07 用户行为统计方法、系统、计算机设备和存储介质

Country Status (2)

Country Link
CN (1) CN107729222B (zh)
WO (1) WO2019019648A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114650236A (zh) * 2020-12-17 2022-06-21 中移(苏州)软件技术有限公司 一种日志处理方法、装置及存储介质

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107729222B (zh) * 2017-07-26 2020-01-07 深圳壹账通智能科技有限公司 用户行为统计方法、系统、计算机设备和存储介质
CN108540976A (zh) * 2018-03-07 2018-09-14 京信通信系统(中国)有限公司 一种数据统计的方法及装置
CN110134656B (zh) * 2019-04-04 2021-10-22 微民保险代理有限公司 页面控制方法、装置、计算机可读存储介质和计算机设备
CN111191998B (zh) * 2019-10-29 2024-09-17 腾讯科技(深圳)有限公司 事项处理方法及装置
CN111581356B (zh) * 2020-05-15 2023-08-01 北京易数科技有限公司 用户行为路径分析方法和装置
CN116894061A (zh) * 2023-06-29 2023-10-17 兴业银行股份有限公司 基于页面的目标操作统计方法、装置及计算机设备
CN118631797B (zh) * 2024-04-29 2025-08-12 天翼云科技有限公司 一种通过页面增量刷新实现动态业务受理响应优化的方法

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6041423A (en) * 1996-11-08 2000-03-21 Oracle Corporation Method and apparatus for using undo/redo logging to perform asynchronous updates of parity and data pages in a redundant array data storage environment
US20030120669A1 (en) * 2001-12-26 2003-06-26 Han Mi Kyoung Duplex structure of main-memory DBMS using log information in diskless environment and method for controlling consistency of data of main-memory DBMS
CN102209098A (zh) * 2010-03-30 2011-10-05 北京华虹集成电路设计有限责任公司 智能卡远程检测方法及系统
CN102663062A (zh) * 2012-03-30 2012-09-12 奇智软件(北京)有限公司 一种处理搜索结果中无效链接的方法及装置
CN103902434A (zh) * 2012-12-29 2014-07-02 北京谊安医疗系统股份有限公司 一种报警日志管理方法及系统
CN107729222A (zh) * 2017-07-26 2018-02-23 上海壹账通金融科技有限公司 用户行为统计方法、系统、计算机设备和存储介质

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2391075B1 (en) * 2010-05-28 2012-12-19 Prim'Vision System and method for non intrusive delivery of messages to a device
CN102411569A (zh) * 2010-09-20 2012-04-11 上海众融信息技术有限公司 一种数据库转换与清洗信息处理方法
CN102693307A (zh) * 2012-05-24 2012-09-26 上海克而瑞信息技术有限公司 一种网站用户的访问行为记录分析系统
CN103916293B (zh) * 2014-04-15 2017-03-22 浪潮软件股份有限公司 一种监控分析网站用户行为的方法
CN106302568B (zh) * 2015-05-13 2019-05-24 厦门美柚信息科技有限公司 一种用户行为评价方法、装置及系统
CN106161091B (zh) * 2016-07-13 2019-05-07 久远谦长(北京)技术服务有限公司 一种统计互联网用户行为的方法和系统
CN106897156A (zh) * 2016-12-28 2017-06-27 南京欣网互联信息技术有限公司 基于统计平台的统计用户行为形成日志的方法

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6041423A (en) * 1996-11-08 2000-03-21 Oracle Corporation Method and apparatus for using undo/redo logging to perform asynchronous updates of parity and data pages in a redundant array data storage environment
US20030120669A1 (en) * 2001-12-26 2003-06-26 Han Mi Kyoung Duplex structure of main-memory DBMS using log information in diskless environment and method for controlling consistency of data of main-memory DBMS
CN102209098A (zh) * 2010-03-30 2011-10-05 北京华虹集成电路设计有限责任公司 智能卡远程检测方法及系统
CN102663062A (zh) * 2012-03-30 2012-09-12 奇智软件(北京)有限公司 一种处理搜索结果中无效链接的方法及装置
CN103902434A (zh) * 2012-12-29 2014-07-02 北京谊安医疗系统股份有限公司 一种报警日志管理方法及系统
CN107729222A (zh) * 2017-07-26 2018-02-23 上海壹账通金融科技有限公司 用户行为统计方法、系统、计算机设备和存储介质

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114650236A (zh) * 2020-12-17 2022-06-21 中移(苏州)软件技术有限公司 一种日志处理方法、装置及存储介质

Also Published As

Publication number Publication date
CN107729222A (zh) 2018-02-23
CN107729222B (zh) 2020-01-07

Similar Documents

Publication Publication Date Title
WO2019019648A1 (zh) 用户行为统计方法、系统、计算机设备和存储介质
JP7678065B2 (ja) コンフィギュレーション・シナリオ順守のためのモバイル・デバイスによるコンプライアンス設定の実装
CN111159233B (zh) 分布式缓存方法、系统、计算机设备以及存储介质
US9996464B2 (en) Metadata cache management
JP4890794B2 (ja) ネットワークを監査するためのシステムおよび方法
JP6077562B2 (ja) 分散型アプリケーション・オブジェクトに関するアップデート通知の提供
WO2021012568A1 (zh) 一种数据处理方法及相关设备
CN112685499B (zh) 一种工作业务流的流程数据同步方法、装置及设备
US12566642B2 (en) Node management method, device and apparatus, storage medium, and system
JP2010218049A (ja) 情報処理装置、情報処理方法及びプログラム
CN113837636A (zh) 业务数据获取方法、装置、设备及存储介质
CN109522043B (zh) 一种配置数据的管理方法、装置及存储介质
CN108595505A (zh) 数据查询的方法和装置
CN111064610B (zh) 日志文件的订阅方法、终端设备及存储介质
JP6480934B2 (ja) サブスクリプション・プロファイル・リポジトリ(spr)を用いてリアルタイムデータネットワーク使用量情報を提供するための方法、システムおよびコンピュータ読取可能媒体
US9893972B1 (en) Managing I/O requests
CN111143383A (zh) 一种数据更新方法、装置、电子设备及存储介质
US20230062616A1 (en) Database log performance
US9110847B2 (en) N to M host system copy
CN107422991B (zh) 一种存储策略管理系统
CN116955079A (zh) 分布式监控方法、装置、设备及计算机可读存储介质
CN118101675A (zh) 更新资源状态信息的方法、装置及存储介质
US11663058B1 (en) Preemptive filtering of events of an event bus with a deterministic filter
CN113168357B (zh) 从参与文档协作会话的各用户收集重复诊断数据
CN115984022A (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: 18837728

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: 18837728

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 FORM 1205A DATED 28.05.2020)

122 Ep: pct application non-entry in european phase

Ref document number: 18837728

Country of ref document: EP

Kind code of ref document: A1