WO2017140227A1 - 通过软件开发工具包实现移动设备数据跟踪的方法及系统 - Google Patents

通过软件开发工具包实现移动设备数据跟踪的方法及系统 Download PDF

Info

Publication number
WO2017140227A1
WO2017140227A1 PCT/CN2017/073169 CN2017073169W WO2017140227A1 WO 2017140227 A1 WO2017140227 A1 WO 2017140227A1 CN 2017073169 W CN2017073169 W CN 2017073169W WO 2017140227 A1 WO2017140227 A1 WO 2017140227A1
Authority
WO
WIPO (PCT)
Prior art keywords
mobile device
identifier
context information
triggered
cloud server
Prior art date
Application number
PCT/CN2017/073169
Other languages
English (en)
French (fr)
Inventor
单元明
陈曦
徐云钊
车昊
Original Assignee
北京高绎信息技术有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 北京高绎信息技术有限公司 filed Critical 北京高绎信息技术有限公司
Publication of WO2017140227A1 publication Critical patent/WO2017140227A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/22Procedural

Definitions

  • the present invention relates to the field of data processing, and in particular, to a method and system for implementing data tracking of a mobile device through a Software Development Kit (SDK).
  • SDK Software Development Kit
  • the SDK is a development tool for building application software for specific software packages, software frameworks, hardware platforms, operating systems, etc., and is generally only used to provide an application programming interface (English: Application Programming Interface, abbreviation: API).
  • engineers usually need to manually bury the point, including: the engineer installs the SDK, and then calls the API provided by the SDK for each data to be tracked, and manually inputs Engineering code, that is, buried point.
  • Engineering code that is, buried point. For example, when you need to track the login button of the home page, you need to embed the event handler function in the corresponding location.
  • the existing solution needs to consume a large amount of time for the engineer to input the code at various positions when implementing data tracking, so that the efficiency of data tracking is extremely low and a large amount of human resources is wasted.
  • a large number of data definitions need to be modified in time, which leads to more inefficient work and waste of human resources, and the timeliness of data is difficult to guarantee, which increases the error in program development. risk.
  • at least one development cycle, one release process, and a period of use can be used to see the data, which greatly reduces the efficiency of data collection and analysis.
  • the present invention provides a method and system for implementing mobile device data tracking through a software development kit to overcome the above problems or at least partially solve the above problems.
  • a method for implementing mobile device data tracking by using an SDK including:
  • the program context information includes, but is not limited to, a time when the element is triggered, a display time of a page where the element is located, a manner in which the element is triggered, the mobile device operating system version number, and the mobile device. model.
  • the assigning, by the SDK, an identifier to an element in the mobile device application to enable the identifier to locate the element in the application including:
  • the attributes of the element include, but are not limited to, a uniform resource locator URL, a class, a wrapper, a control, a nested structure, a tag structure, an element order, a text content, and an ID number.
  • the method further includes:
  • the cloud server establishes and saves a preset tag, and saves a correspondence between the preset tag, the identifier, the element, and the program context information.
  • the method further includes:
  • the cloud server acquires the element, the program context information, and the preset tag corresponding to the received identifier by using the received identifier based on the correspondence.
  • the correspondence relationship is a mapping relationship
  • the cloud server establishes a new mapping relationship
  • a system for implementing mobile device data tracking by using an SDK including:
  • a mobile device having an SDK disposed thereon and having an SDK interface, the mobile device assigning an identifier to an element in the mobile device application via an SDK to enable the identifier to be located in the application Said element;
  • the cloud server is connected to the mobile device through a network, the cloud server is provided with an SDK and is provided with an SDK interface, and the cloud server receives the element, the identifier, and the identifier sent by the mobile device The program context information, and acquiring the triggered element according to the received identifier and program context information when the element is triggered;
  • the program context information includes, but is not limited to, a time when the element is triggered, a display time of a page where the element is located, a manner in which the element is triggered, the mobile device operating system version number, and a model of the mobile device. .
  • the mobile device automatically allocates, by using an SDK, the identifier for each element in the mobile device application according to an attribute of the element, where the identifier can uniquely locate an element in the application; as well as
  • the attributes of the element include, but are not limited to, a uniform resource locator URL, a class, a wrapper, a control, a nested structure, a tag structure, an element order, a text content, and an ID number.
  • the cloud server establishes and saves a preset label, and a correspondence between the preset label, the identifier, the element, and the program context information, before the element is triggered.
  • the cloud server is further configured to be based on the Corresponding relationship, the element corresponding to the received identifier, the preset tag, and the program context information are acquired by the received identifier.
  • the correspondence relationship is a mapping relationship
  • the cloud server establishes a new mapping relationship
  • a computer program comprising computer readable code, when the computer readable code is run on a computing device, causing the computing device to perform the pass according to any of the above
  • the SDK implements a method for tracking data of mobile devices.
  • a computer readable medium wherein the computer program described above is stored.
  • the present invention provides a method and system for implementing mobile device data tracking through an SDK, by using an SDK to assign an identifier to an element in a mobile device application to enable the identifier to locate the element in the application; when the element is triggered, Determining program context information corresponding to the element, and buffering the element, the identifier corresponding to the element, and program context information when the element is triggered on the mobile device; when the mobile device is connected to the network, the element cached by the mobile device
  • the identifier and the program context information are sent to the cloud server, so that the cloud server can obtain the triggered element according to the received identifier and the program context information when the element is triggered, thereby avoiding a large amount of manual data burying, thereby greatly improving
  • the efficiency of data tracking has freed engineers a lot of time, reduced the risk of program development, and saved human resource costs.
  • the cached data avoids repeated retry when the network condition is unstable, and avoids unnecessary traffic consumption to the user.
  • Automatically uploading all data avoids the process of developing and publishing programs after generating data analysis requirements, shortening the program development cycle.
  • automatic management of data definitions enables automatic and efficient data management and version control.
  • the method for implementing data tracking of a mobile device by using an SDK provides a correspondence between program context information when an element, an identifier, a preset label, and an element is triggered, and a cloud server based on the corresponding relationship.
  • the received identifier matches the preset label, enabling the business personnel to directly define the required data, integrating the product experience and data analysis, improving the efficiency of data management and enhancing the consistency of requirements and implementation.
  • the method for implementing data tracking of a mobile device by using the SDK provides that when the mapping relationship changes, the cloud server establishes a new mapping relationship, replaces the original mapping relationship with the new mapping relationship, and replaces the original mapping relationship.
  • Archiving provides good version control and historical traceability for data-defined changes, and is suitable for products with fast iterations and more detailed product features.
  • FIG. 1 is a flowchart of a method for implementing mobile device data tracking by using an SDK according to an embodiment of the invention
  • FIG. 2 is a flowchart of a method for implementing mobile device data tracking by using an SDK according to another embodiment of the present invention
  • FIG. 3 is a schematic diagram showing step S4 when loading a mobile phone app in another embodiment of the present invention.
  • FIG. 4 is a schematic diagram of a cloud server performing conversion between an identifier and a label based on a correspondence relationship in an embodiment of the present invention
  • Figure 5 is a schematic view showing the use of a label for drawing in an embodiment of the present invention.
  • FIG. 6 is a schematic structural diagram of a system for implementing data tracking of a mobile device by using an SDK according to an embodiment of the present invention
  • Figure 7 is a schematic block diagram of a computing device for performing a method of implementing mobile device data tracking by a software development kit in accordance with the present invention
  • Fig. 8 schematically illustrates a storage unit for maintaining or carrying program code implementing a method of implementing mobile device data tracking by a software development kit in accordance with the present invention.
  • FIG. 1 is a flowchart of a method for implementing mobile device data tracking by using an SDK according to an embodiment of the invention. As shown in Figure 1, the method includes:
  • Step S1 by means of an SDK, assigning an identifier to an element in the mobile device application to enable the identifier to locate the element in the application.
  • each element in the mobile app app via the SDK, including automatically tagging each element of the app page according to its uniform resource locator URL, class, wrapper, control, nesting structure, tag structure, element order, Text content, ID attributes, etc., which can uniquely locate elements on the page, such as a view in the app (such as login interface, main interface, setting interface, etc.), a button (add button or sort button, and Side advertising bar, etc.).
  • a view in the app such as login interface, main interface, setting interface, etc.
  • a button add button or sort button, and Side advertising bar, etc.
  • Step S2 When the element is triggered, determine program context information corresponding to the element, and cache the element, the identifier corresponding to the element, and program context information when the element is triggered on the mobile device.
  • Step S3 when the mobile device is connected to the network, sending the element cached by the mobile device, the identifier, and the program context information to the cloud server, so that the cloud server can be based on the received identifier.
  • the symbol acquires the triggered element and program context information when the element is triggered.
  • Mobile devices can choose the appropriate network (such as WIFI) to connect.
  • the identifier is used to locate the element, and the element itself is an object.
  • the program context information is transmitted to the server, and the program context information includes, but is not limited to, the time when the element is triggered, the display time of the page where the element is located, The way the element is triggered, the mobile device operating system version number, and the model of the mobile device.
  • the cloud server can automatically track the data content of the mobile device without the need for engineers to manually bury the point, saving human resource costs and improving the efficiency of data tracking.
  • the cache data avoids repeated retry when the network condition is unstable, and avoids bringing the user no The necessary traffic consumption.
  • Objects include: elements or view pages in a mobile device application
  • Actions include: browsing, clicking, scrolling, swiping, etc.
  • Locations include: location information, country, city, or more accurate GPS;
  • Other information that can be collected includes: device information, operating system, version number, voice, video, text, and so on.
  • the method before the element is triggered, the method further includes the step S4, the cloud server establishes and saves a preset label, and the preset label, the identifier Corresponding relationship between the element and the program context information, and after the element is triggered, the method further includes the step S5, the cloud server acquiring, according to the corresponding relationship, by the received identifier The element and program context information corresponding to the received identifier are matched and displayed to the operator's friendly and understandable preset label.
  • the data collector logs into the cloud application, launches the mobile device application app and enters the circle selection mode, selects the required element or page and sets a preset label for it, for example, setting an intuitive element for the element or the page. Save the name (that is, the preset label), as shown in Figure 3.
  • the cloud server establishes and saves the correspondence between the preset tags, elements and their program context information, and identifiers. Moreover, the cloud server can obtain the corresponding element and its program context information and preset tags by using the received identifier based on the corresponding relationship, thereby enabling the enterprise user to directly see on the mobile device application app product.
  • the visual elements corresponding to each label can also sort, search, filter and merge all the labels on the management page.
  • the whole process does not require engineers to manually write the code. It is completely intuitive WYSIWYG and can be dragged and dropped by the mouse. Completion, simple and clear operation, help to improve work efficiency and reduce human resource costs, so that employees on the business side can directly define and obtain data.
  • the cloud server when the name or mapping relationship of the existing label is changed, the cloud server establishes a new correspondence version and archives the old version. In this way, each time the defined details change, a corresponding snapshot is generated, so the historical change of the data can be automatically managed.
  • the cloud server can automatically convert the identifier and the label based on the correspondence, thereby replacing the identifier corresponding to the element with an easy-to-understand label defined by the enterprise user, and Information about the triggered elements (eg, time, location, person, action, object) can be obtained, and the operations performed by the tracking object on the corresponding page element are obtained, as shown in FIG. 4 .
  • the key components of the element identifier include: the name of the view, the xpath, the text content displayed, and the sequence number of the elements under the same page xpath structure.
  • the name of the view positioning view page level content, such as SettingActivity, UISettingViewController.
  • Xpath A string used to uniquely locate a view element in a view page, such as: /SettingActivity/SubWindow/LinearLayout#1/FrameLayout#0/TextView#2, for example: /UIHomeViewController/UITableView#0/UITableViewCell#3/ UIButton#0 mainly includes: containers such as Layout and UITableView in the view structure, and elements such as TextView and UIButton.
  • Displayed text content including such as “login”, “registration”, “confirm”, etc.
  • Sequence number of the same page xpath mainly used to distinguish sibling nodes.
  • the key components of the mobile device application app-side identifier include: app package name, page class name, xpath, and displayed text content, including:
  • App package names are primarily used to locate apps, such as com.testapp.stage1.
  • the page class name is mainly used to locate the page, such as UIHomeViewController.
  • Xpath is mainly used to locate page elements, and contains the sequence number, such as /UIWindow/UILayoutContainerView#0/UIView#3/UILabel#0.
  • the displayed text content includes, for example, "login”, “registration”, “confirm”, and the like.
  • enterprise users can also drag the defined tags into the charting module and generate various analysis charts to determine trends and anomalies.
  • FIG. 6 illustrates a system 100 for implementing mobile device data tracking by using an SDK according to an embodiment of the present invention.
  • the system 100 includes: a mobile device 110 and a cloud server 120.
  • the mobile device 110 is provided with an SDK and is equipped with an SDK API, and the mobile device 110 assigns an identifier to an element in the application of the mobile device 110 through the SDK to enable the identifier to locate an element in the application; when the element is When triggered, determine the program corresponding to the element Context information, and an element, an identifier corresponding to the element, and program context information when the element is triggered are cached on the mobile device 110; when the mobile device 110 is connected to the network, the element, identifier, and program context cached by the mobile device 110 The information is sent to the cloud server 120. Specifically, as described in steps S1 and S2, details are not described herein again.
  • the cloud server 120 is connected to the mobile device 110 through a network.
  • the cloud server 120 is provided with an SDK and is equipped with an SDK interface.
  • the cloud server 120 receives the element, identifier, and program context information sent by the mobile device 110, and according to the received
  • the identifier acquires the triggered element and the program context information when the element is triggered;
  • the program context information includes but is not limited to the time when the element is triggered, the display time of the page where the element is located, the manner in which the element is triggered, and the operating system version of the mobile device 110. No. and the model number of the mobile device 110. Specifically, as described in step S3, details are not described herein again.
  • the mobile device 110 automatically assigns an identifier to each element in the mobile device application according to an attribute of the element through an SDK, and the identifier can uniquely locate an element in the application, where
  • the attributes of the element include a uniform resource locator URL, a class, a wrapper, a control, a nested structure, a tag structure, an element order, a text content, and an ID number.
  • the cloud server 120 establishes and saves a preset label, and a correspondence between the preset label, the identifier, and the element, and receives the correspondence between the elements according to the corresponding relationship before the element is triggered.
  • the obtained identifier obtains the corresponding element and its program context information, and the preset label. Specifically, as described in steps S3 to S4, details are not described herein again.
  • the correspondence relationship is a mapping relationship
  • the cloud server 120 establishes a new mapping relationship, and archives the original mapping relationship.
  • modules in the devices of the embodiments can be adaptively changed and placed in one or more devices different from the embodiment.
  • the modules or units or components of the embodiments may be combined into one module or unit or component, and further they may be divided into a plurality of sub-modules or sub-units or sub-components.
  • any combination of the features disclosed in the specification, including the accompanying claims, the abstract and the drawings, and any methods so disclosed, or All processes or units of the device are combined.
  • Each feature disclosed in this specification (including the accompanying claims, the abstract and the drawings) may be replaced by alternative features that provide the same, equivalent or similar purpose.
  • the various component embodiments of the present invention may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof.
  • a microprocessor or digital signal processor may be used in practice to implement some or all of the components of a system for implementing mobile device data tracking through a software development kit in accordance with an embodiment of the present invention.
  • the invention can also be implemented as a device or device program (e.g., a computer program and a computer program product) for performing some or all of the methods described herein.
  • Such a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
  • FIG. 7 illustrates a computing device that can implement a method of implementing mobile device data tracking through a software development kit in accordance with the present invention.
  • the computing device conventionally includes a processor 710 and A computer program product or computer readable medium in the form of a reservoir 720.
  • the memory 720 may be an electronic memory such as a flash memory, an EEPROM (Electrically Erasable Programmable Read-Only Memory), an EPROM, a hard disk, or a ROM.
  • the memory 720 has a function for performing the above method.
  • the storage space 730 for program code may include respective program codes 731 for implementing various steps in the above methods, respectively.
  • the program codes may be from one or more Read or write to one or more computer program products in a computer program product.
  • These computer program products include program code carriers such as a hard disk, a compact disk (CD), a memory card or a floppy disk.
  • the program product is typically a portable or fixed storage unit as described with reference to Figure 8.
  • the storage unit may have storage segments, storage spaces, etc. arranged similarly to memory 720 in the computing device of Figure 7.
  • the program code may, for example, be in a suitable form. Compression.
  • the storage unit includes computer readable code 731 , I.e. for example, code that can be read by the processor 710 or the like, such as, the code when executed by a computing device, cause the device to perform the method described above in respective steps of the calculation.

Landscapes

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

Abstract

通过软件开发工具包SDK实现移动设备数据跟踪的方法和系统,通过SDK为移动设备应用程序中的元素分配标识符以使得标识符能够定位应用程序中的元素(S1);当元素被触发时确定元素对应的程序上下文信息,并将元素、标识符以及元素被触发时的程序上下文信息缓存在移动设备上(S2);当连接到网络时,将移动设备缓存的元素、标识符以及程序上下文信息发送到云端服务器,从而使得云端服务器能够根据接收到的标识符获取元素和该程序上下文信息(S3);程序上下文信息包括触发时间、元素所在页面显示时间、触发的方式等,由此,能够提高数据跟踪的效率、节约人力资源成本。此外,缓存数据避免了网络不稳定时反复重试,也避免了不必要的流量消耗。

Description

通过软件开发工具包实现移动设备数据跟踪的方法及系统 技术领域
本发明涉及数据处理领域,尤其涉及通过软件开发工具包(Software Development Kit,简称为:SDK)实现移动设备数据跟踪的方法及系统。
背景技术
SDK是为特定的软件包、软件框架、硬件平台、操作系统等建立应用软件的开发工具,一般仅用于为程序设计语言提供应用程序接口(英语:Application Programming Interface,缩写:API)。在目前通过SDK对移动设备应用程序用户进行数据跟踪的技术方案中,通常需要工程师进行人工埋点,具体包括:工程师安装SDK,然后为每一个需要跟踪的数据调用SDK提供的API,并人工输入工程代码,即埋点。比如,需要跟踪主页的登录按钮时,需要工程师在相应位置嵌入事件处理函数;需要统计应用内的页面访问次数或时长时,则需要在每一个页面进入和离开的位置手工嵌入调用onPageStart和onPageEnd函数的代码。
由此可见,现有方案在实现数据跟踪时需要消耗工程师大量的时间在各个位置输入代码,使得实现数据跟踪的效率极低并造成大量的人力资源浪费。并且,在产品快速开发和迭代的情况下,大量的数据定义需要及时修改,这更加严重地导致了工作效率低下和人力资源浪费,并且数据的时效性很难保证,增加了程序开发中出错的风险。当数据的定义和需求被提出后,至少需要经历一个开发周期、一个发布过程以及一段时间的使用后才可以看到数据,大大降低了数据采集和分析的效率。加之,数据跟踪虽然由工程师实现,但数据的定义和需求往往来自于业务部门,比如市场、销售、战略、产品等部门,而现有的数据跟踪方式割裂了业务定义和工程实现,使得不同部门间的沟通成本大大增加,不利于提高工作效率。
发明内容
本发明提供了提出了一种通过软件开发工具包实现移动设备数据跟踪的方法及系统以克服上述问题或至少部分地解决上述问题。
根据本发明的一个方面,提供了一种通过SDK实现移动设备数据跟踪的方法,包括:
通过SDK,为所述移动设备应用程序中的元素分配标识符以使得所述标识符能够定位所述应用程序中的所述元素;
当所述元素被触发时,确定所述元素对应的程序上下文信息,并将所述元素、所述元素对应的标识符以及所述元素被触发时的程序上下文信息缓存在移动设备上;
当所述移动设备连接到网络时,将所述移动设备缓存的所述元素、所述标识符以及所述程序上下文信息发送到云端服务器,从而使得所述云端服务器能够根据接收到的所述标识符获取所述被触发的元素以及所述元素被触发时的程序上下文信息;
其中,所述程序上下文信息包括但不限于所述元素被触发的时间、所述元素所在页面的显示时间、所述元素被触发的方式、所述移动设备操作系统版本号和所述移动设备的型号。
可选的,所述通过SDK,为所述移动设备应用程序中的元素分配标识符以使得所述标识符能够定位所述应用程序中的所述元素,包括:
通过SDK,根据所述元素的属性,为所述移动设备应用程序中的每一个元素自动分配所述标识符,所述标识符能够唯一定位所述应用程序中的元素;以及
其中,所述元素的属性包括但不限于统一资源定位符URL、类、包装、控件、嵌套结构、标签结构、元素顺序、文本内容和身份标识号ID。
可选的,在所述元素被触发之前,还包括:
所述云端服务器建立并保存预设标签,以及保存所述预设标签、所述标识符、所述元素和所述程序上下文信息之间的对应关系。
在一种可能的实现方式中,在所述云端服务器建立并保存预设标签,以及所述预设标签、所述标识符和所述元素之间的对应关系之后,还包括:
所述云端服务器基于所述对应关系,通过接收到的标识符获取与所述接收到的标识符对应的所述元素、所述程序上下文信息和所述预设标签。
可选的,所述对应关系为映射关系,并且当所述映射关系发生变化时,云端服务器建立新的映射关系。
根据本发明的另一个方面,提供了一种通过SDK实现移动设备数据跟踪的系统,包括:
移动设备,所述移动设备上设有SDK并配有SDK接口,所述移动设备通过SDK,为所述移动设备应用程序中的元素分配标识符以使得所述标识符能够定位所述应用程序中的所述元素;
当所述元素被触发时,确定所述元素对应的程序上下文信息,并将所述元素、所述元素对应的标识符以及所述元素被触发时的程序上下文信息缓存在移动设备上;
当所述移动设备连接到网络时,将所述移动设备缓存的所述元素、所述标识符以及所述程序上下文信息发送到云端服务器;以及
云端服务器,所述云端服务器通过网络与所述移动设备连接,所述云端服务器上设有SDK并配有SDK接口,所述云端服务器接收所述移动设备发送的所述元素、所述标识符以及所述程序上下文信息,并根据接收到的所述标识符获取所述被触发的元素以及所述元素被触发时的程序上下文信息;
所述程序上下文信息包括但不限于所述元素被触发时的时间、所述元素所在页面的显示时间、所述元素被触发的方式、所述移动设备操作系统版本号和所述移动设备的型号。
可选的,所述移动设备通过SDK,根据所述元素的属性,为移动设备应用程序中的每一个元素自动分配所述标识符,所述标识符能够唯一定位所述应用程序中的元素;以及
其中,所述元素的属性包括但不限于统一资源定位符URL、类、包装、控件、嵌套结构、标签结构、元素顺序、文本内容和身份标识号ID。
可选的,所述云端服务器在所述元素被触发之前,建立并保存预设标签,以及所述预设标签、所述标识符、所述元素和所述程序上下文信息之间的对应关系。
可选的,所述云端服务器在建立并保存预设标签,以及所述预设标签、所述标识符、所述元素和所述程序上下文信息之间的对应关系之后,还用于基于所述对应关系,通过接收到的标识符获取与所述接收到的标识符对应的所述元素、所述预设标签和所述程序上下文信息。
可选的,所述对应关系为映射关系,并且当所述映射关系发生变化时,云端服务器建立新的映射关系。
根据本发明的又一个方面,提供了一种计算机程序,其包括计算机可读代码,当所述计算机可读代码在计算设备上运行时,导致所述计算设备执行根据上述任一个所述的通过SDK实现移动设备数据跟踪的方法。
根据本发明的再一个方面,提供了一种计算机可读介质,其中存储了上述所述的计算机程序。
有益效果
本发明提供的通过SDK实现移动设备数据跟踪的方法及系统,通过SDK为移动设备应用程序中的元素分配标识符以使得该标识符能够定位应用程序中的该元素;当该元素被触发时,确定该元素对应的程序上下文信息,并将该元素、该元素对应的标识符以及该元素被触发时的程序上下文信息缓存在移动设备上;当移动设备连接到网络时,将移动设备缓存的元素、标识符以及程序上下文信息发送到云端服务器,从而使得云端服务器能够根据接收到的标识符获取被触发的元素以及该元素被触发时的程序上下文信息,由此避免大量人工数据埋点,大幅提高了数据跟踪的效率并解放了工程师的大量时间,减少程序开发风险,节约人力资源成本。其中,缓存数据既避免了在网络状况不稳定时反复重试,还避免了给用户带来不必要的流量消耗。自动上传所有数据避免了产生数据分析需求后开发程序和发布程序的过程,缩短了程序开发周期。此外,自动管理数据定义,实现了自动高效的数据管理和版本控制。
本发明提供的通过SDK实现移动设备数据跟踪的方法,通过建立并保存元素、标识符、预设标签和元素被触发时的程序上下文信息之间的对应关系,以及云端服务器基于该对应关系,通过接收到的标识符匹配预设标签,使得业务人员能够直接定义所需的数据,集产品体验和数据分析于一体,提高了数据管理的效率并加强了需求和实现的一致性。
本发明提供的通过SDK实现移动设备数据跟踪的方法,通过当映射关系发生变化时,云端服务器建立新的映射关系,以新的映射关系替换原有所述映射关系并将原有所述映射关系存档,为数据定义的变更提供了良好的版本控制和历史追溯,适用于快速迭代的产品和功能细节较多的产品。
上述说明仅是本发明技术方案的概述,为了能够更清楚了解本发明的技术手段,而可依照说明书的内容予以实施,并且为了让本发明的上 述和其它目的、特征和优点能够更明显易懂,以下特举本发明的具体实施方式。
附图说明
通过阅读下文优选实施方式的详细描述,各种其他的优点和益处对于本领域普通技术人员将变得清楚明了。附图仅用于示出优选实施方式的目的,而并不认为是对本发明的限制。而且在整个附图中,用相同的参考符号表示相同的部件。在附图中:
图1示出根据本发明一实施例提供的通过SDK实现移动设备数据跟踪的方法的流程图;
图2示出根据本发明另一实施例提供的通过SDK实现移动设备数据跟踪的方法的流程图;
图3示出在本发明另一实施例中在加载手机app时进行步骤S4的示意图;
图4示出在本发明实施例中云端服务器基于对应关系进行标识符与标签之间的转换的示意图;
图5示出在本发明实施例中将标签用于制图的示意图;
图6示出根据本发明一实施例提供的通过SDK实现移动设备数据跟踪的系统的结构示意图;
图7示意性地示出了用于执行根据本发明的通过软件开发工具包实现移动设备数据跟踪的方法的计算设备的框图;以及
图8示意性地示出了用于保持或者携带实现根据本发明的通过软件开发工具包实现移动设备数据跟踪的方法的程序代码的存储单元。
具体实施方式
以下将参考附图详细说明本发明的各种示例性实施例、特征和方面。附图中相同的附图标记表示功能相同或相似的元件。尽管在附图中示出了实施例的各种方面,但是除非特别指出,不必按比例绘制附图。
在这里专用的词“示例性”意为“用作例子、实施例或说明性”。这里作为“示例性”所说明的任何实施例不必解释为优于或好于其它实施例。
另外,为了更好的说明本发明,在下文的具体实施方式中给出了众多的具体细节。本领域技术人员应当理解,没有某些具体细节,本发明 同样可以实施。本发明实施例可以典型应用于安卓Android,苹果公司的移动操作系统iOS,微软移动设备操作系统Windows Phone等平台的App、智能硬件、公司内部或第三方的数据系统等,在一些实例中,对于本领域技术人员熟知的方法、手段、元件未作详细描述,以便于凸显本发明的主旨。
图1示出根据本发明的一实施例提供的通过SDK实现移动设备数据跟踪的方法的流程图。如图1所示,该方法包括:
步骤S1、通过SDK,为移动设备应用程序中的元素分配标识符以使得所述标识符能够定位所述应用程序中的所述元素。
通过SDK,对移动设备应用程序app中的每一个元素进行标记,包括自动为app页面的每一个元素按照其统一资源定位符URL、类、包装、控件、嵌套结构、标签结构、元素顺序、文本内容、ID属性等分配标识符,每个标识符可以唯一定位页面上的元素,比如app中的一个视图(如登陆界面,主界面,设置界面等)、一个按钮(添加按钮或排序按钮以及侧边广告栏等)。
步骤S2、当元素被触发时,确定该元素对应的程序上下文信息,并将所述元素、所述元素对应的标识符以及所述元素被触发时的程序上下文信息缓存在移动设备上。
由于移动设备通常不能随时向服务器发送数据,因而需要先在本地缓存。
步骤S3、当移动设备连接到网络时,将该移动设备缓存的所述元素、所述标识符以及所述程序上下文信息发送到云端服务器,从而使得所述云端服务器能够根据接收到的所述标识符获取所述被触发的元素以及所述元素被触发时的程序上下文信息。
移动设备可以选择合适的网络(例如WIFI)进行连接。标识符用来定位元素,元素本身是对象,元素被触发时,会把程序上下文信息传入服务器,程序上下文信息包括但不限于所述元素被触发的时间、所述元素所在页面的显示时间、所述元素被触发的方式、移动设备操作系统版本号和移动设备的型号。
由此,云端服务器可以自动跟踪移动设备的数据内容,而无需工程师进行人工埋点,节约人力资源成本并提高数据跟踪的效率。其中,缓存数据既避免了在网络状况不稳定时反复重试,还避免了给用户带来不 必要的流量消耗。
根据本发明实施例可以跟踪到的数据内容包括:
对象包括:移动设备应用程序中的元素或者视图页面;
行动包括:浏览,点击,滚动,滑动等手势;
谁,即主体包括:用户ID;
何时包括:时间,时区;
地点包括:位置信息,国家,城市,或者更精确的GPS;
其他可以收集的信息包括:设备信息,操作系统,版本号,语音,视频,文本等。
在一种可能的实现方式中,如图2所示,在所述元素被触发之前,还包括步骤S4、所述云端服务器建立并保存预设标签,以及所述预设标签、所述标识符、所述元素和所述程序上下文信息之间的对应关系,以及在所述元素被触发之后,还包括步骤S5、所述云端服务器基于所述对应关系,通过接收到的标识符获取与所述接收到的标识符对应的所述元素和程序上下文信息,匹配并显示给操作人员友好易懂的预设标签。
具体包括:数据采集者(例如手机用户)登入云应用,启动移动设备应用程序app并进入圈选模式,选中需要的元素或者页面并为其设置预设标签,例如为元素或者页面设置一个直观易懂的名字(即预设标签)后保存,如图3所示。云端服务器建立并保存该预设标签、元素及其程序上下文信息、标识符之间的对应关系。并且,云端服务器能够基于所述对应关系,通过接收到的标识符获取与之对应的元素及其程序上下文信息和预设标签,由此使得企业用户可以在移动设备应用程序app产品上直接看到每个标签对应的视觉元素,也可以在管理页面对所有标签进行排序、搜索、过滤及合并,整个过程不需要工程师人工写代码,完全是直观的所见即所得,可以通过鼠标拖拽圈点来完成,操作简单明了,有利于提高工作效率并降低人力资源成本,使业务端的员工能够直接定义并获得数据。
在另一种可能的实现方式中,当改变已有标签的名字或映射关系时,云端服务器建立新的对应关系版本并将老版本存档。这样,每次定义的细节改变,都会生成相应的快照,所以数据的历史变化能够实现自动管理。
当移动设备应用程序app的被触发元素以及该元素被触发时的程序 上下文信息被发送至云端服务器后,云端服务器可以基于该对应关系,进行标识符与标签的自动转换,从而把元素对应的标识符,换成了企业用户定义的简单易懂的标签,通过标签就可以获得所触发的元素的信息(例如:时间,地点,人物,动作,对象),获知跟踪对象对相应的页面元素所进行的操作,如图4所示。其中,元素识别符的关键组成部分包括:所在视图的名称、xpath、显示的文本内容和相同页面xpath结构下元素的顺序号。
其中,所在视图的名称:定位视图页面级别内容,比如SettingActivity、UISettingViewController。
xpath:用于唯一定位视图页面中的某个视图元素的字符串,比如:/SettingActivity/SubWindow/LinearLayout#1/FrameLayout#0/TextView#2,比如:/UIHomeViewController/UITableView#0/UITableViewCell#3/UIButton#0,主要包括:视图结构中的诸如Layout、UITableView等容器,以及TextView,UIButton等元素。
显示的文本内容:包括比如“登录”,“注册”,“确认”等。
相同页面xpath的顺序号:主要用来区别兄弟节点。
此外,移动设备应用程序app端识别符的关键组成还包括:app包装名、页面类名、xpath和显示的文本内容,具体包括:
App包装名主要用于定位app,比如com.testapp.stage1。
页面类名主要用于定位页面,比如UIHomeViewController。
xpath主要用于定位页面元素,同时包含了顺序号,比如/UIWindow/UILayoutContainerView#0/UIView#3/UILabel#0。
显示的文本内容包括比如“登录”,“注册”,“确认”等。
此外,如图5所示,企业用户还可以将定义好的标签用鼠标拖入制图模块,生成各种分析图表以判断趋势和异常。
图6示出根据本发明一实施例提供的通过SDK实现移动设备数据跟踪的系统100,如图6所示,该系统100包括:移动设备110和云端服务器120。
其中,移动设备110上设有SDK并配有SDK API,移动设备110通过SDK,为移动设备110的应用程序中的元素分配标识符以使得该标识符能够定位应用程序中的元素;当元素被触发时,确定元素对应的程序 上下文信息,并将元素、元素对应的标识符以及元素被触发时的程序上下文信息缓存在移动设备110上;当移动设备110连接到网络时,将移动设备110缓存的元素、标识符以及程序上下文信息发送到云端服务器120。具体如步骤S1与S2所述,在此不再赘述。
云端服务器120,通过网络与移动设备110连接,云端服务器120上设有SDK并配有SDK接口,云端服务器120接收移动设备110发送的所述元素、标识符以及程序上下文信息,并根据接收到的标识符获取被触发的元素以及元素被触发时的程序上下文信息;程序上下文信息包括但不限于元素被触发时的时间、元素所在页面的显示时间、元素被触发的方式、移动设备110操作系统版本号和移动设备110的型号。具体如步骤S3所述,在此不再赘述。
在一种可能的实现方式中,移动设备110通过SDK,根据元素的属性,为移动设备应用程序中的每一个元素自动分配标识符,该标识符能够唯一定位所述应用程序中的元素,其中,所述元素的属性包括统一资源定位符URL、类、包装、控件、嵌套结构、标签结构、元素顺序、文本内容和身份标识号ID。
在另一种可能的实现方式中,云端服务器120在元素被触发之前,建立并保存预设标签,以及该预设标签、标识符和元素之间的对应关系,并且基于该对应关系,通过接收到的标识符获取与之对应的元素及其程序上下文信息,和该预设标签。具体如步骤S3~S4所述,在此不再赘述。
在再一种可能的实现方式中,所述对应关系为映射关系,并且当所述映射关系发生变化时,云端服务器120建立新的映射关系,并将原有映射关系存档。
以上所述,仅为本发明的具体实施方式,但本发明的保护范围并不局限于此,任何熟悉本技术领域的技术人员在本发明揭露的技术范围内,可轻易想到变化或替换,都应涵盖在本发明的保护范围之内。因此,本发明的保护范围应以所述权利要求的保护范围为准。
在此处所提供的说明书中,说明了大量具体细节。然而,能够理解,本发明的实施例可以在没有这些具体细节的情况下实践。在一些实例中,并未详细示出公知的方法、结构和技术,以便不模糊对本说明书的理解。
类似地,应当理解,为了精简本公开并帮助理解各个发明方面中的一个或多个,在上面对本发明的示例性实施例的描述中,本发明的各个特征有时 被一起分组到单个实施例、图、或者对其的描述中。然而,并不应将该公开的方法解释成反映如下意图:即所要求保护的本发明要求比在每个权利要求中所明确记载的特征更多的特征。更确切地说,如下面的权利要求书所反映的那样,发明方面在于少于前面公开的单个实施例的所有特征。因此,遵循具体实施方式的权利要求书由此明确地并入该具体实施方式,其中每个权利要求本身都作为本发明的单独实施例。
本领域那些技术人员可以理解,可以对实施例中的设备中的模块进行自适应性地改变并且把它们设置在与该实施例不同的一个或多个设备中。可以把实施例中的模块或单元或组件组合成一个模块或单元或组件,以及此外可以把它们分成多个子模块或子单元或子组件。除了这样的特征和/或过程或者单元中的至少一些是相互排斥之外,可以采用任何组合对本说明书(包括伴随的权利要求、摘要和附图)中公开的所有特征以及如此公开的任何方法或者设备的所有过程或单元进行组合。除非另外明确陈述,本说明书(包括伴随的权利要求、摘要和附图)中公开的每个特征可以由提供相同、等同或相似目的的替代特征来代替。
此外,本领域的技术人员能够理解,尽管在此所述的一些实施例包括其它实施例中所包括的某些特征而不是其它特征,但是不同实施例的特征的组合意味着处于本发明的范围之内并且形成不同的实施例。例如,在下面的权利要求书中,所要求保护的实施例的任意之一都可以以任意的组合方式来使用。
本发明的各个部件实施例可以以硬件实现,或者以在一个或者多个处理器上运行的软件模块实现,或者以它们的组合实现。本领域的技术人员应当理解,可以在实践中使用微处理器或者数字信号处理器(DSP)来实现根据本发明实施例的通过软件开发工具包实现移动设备数据跟踪的系统中的一些或者全部部件的一些或者全部功能。本发明还可以实现为用于执行这里所描述的方法的一部分或者全部的设备或者装置程序(例如,计算机程序和计算机程序产品)。这样的实现本发明的程序可以存储在计算机可读介质上,或者可以具有一个或者多个信号的形式。这样的信号可以从因特网网站上下载得到,或者在载体信号上提供,或者以任何其他形式提供。
例如,图7示出了可以实现根据本发明的通过软件开发工具包实现移动设备数据跟踪的方法的计算设备。该计算设备传统上包括处理器710和以存 储器720形式的计算机程序产品或者计算机可读介质。存储器720可以是诸如闪存、EEPROM((Electrically Erasable Programmable Read-Only Memory,电可擦除可编程只读存储器)、EPROM、硬盘或者ROM之类的电子存储器。存储器720具有用于执行上述方法中的任何方法步骤的程序代码731的存储空间730。例如,用于程序代码的存储空间730可以包括分别用于实现上面的方法中的各种步骤的各个程序代码731。这些程序代码可以从一个或者多个计算机程序产品中读出或者写入到这一个或者多个计算机程序产品中。这些计算机程序产品包括诸如硬盘,紧致盘(CD)、存储卡或者软盘之类的程序代码载体。这样的计算机程序产品通常为如参考图8所述的便携式或者固定存储单元。该存储单元可以具有与图7的计算设备中的存储器720类似布置的存储段、存储空间等。程序代码可以例如以适当形式进行压缩。通常,存储单元包括计算机可读代码731’,即可以由例如诸如710之类的处理器读取的代码,这些代码当由计算设备运行时,导致该计算设备执行上面所描述的方法中的各个步骤。
本文中所称的“一个实施例”、“实施例”或者“一个或者多个实施例”意味着,结合实施例描述的特定特征、结构或者特性包括在本发明的至少一个实施例中。此外,请注意,这里“在一个实施例中”的词语例子不一定全指同一个实施例。
应该注意的是上述实施例对本发明进行说明而不是对本发明进行限制,并且本领域技术人员在不脱离所附权利要求的范围的情况下可设计出替换实施例。在权利要求中,不应将位于括号之间的任何参考符号构造成对权利要求的限制。单词“包含”不排除存在未列在权利要求中的元件或步骤。位于元件之前的单词“一”或“一个”不排除存在多个这样的元件。本发明可以借助于包括有若干不同元件的硬件以及借助于适当编程的计算机来实现。在列举了若干装置的单元权利要求中,这些装置中的若干个可以是通过同一个硬件项来具体体现。单词第一、第二、以及第三等的使用不表示任何顺序。可将这些单词解释为名称。

Claims (12)

  1. 一种通过软件开发工具包实现移动设备数据跟踪的方法,其特征在于,包括:
    通过软件开发工具包,为所述移动设备应用程序中的元素分配标识符以使得所述标识符能够定位所述应用程序中的所述元素;
    当所述元素被触发时,确定所述元素对应的程序上下文信息,并将所述元素、所述元素对应的标识符以及所述元素被触发时的程序上下文信息缓存在所述移动设备上;
    当所述移动设备连接到网络时,将所述移动设备缓存的所述元素、所述标识符以及所述程序上下文信息发送到云端服务器,从而使得所述云端服务器能够根据接收到的所述标识符获取所述被触发的元素以及所述元素被触发时的程序上下文信息;
    其中,所述程序上下文信息包括但不限于所述元素被触发的时间、所述元素所在页面的显示时间、所述元素被触发的方式、所述移动设备操作系统版本号和所述移动设备的型号。
  2. 根据权利要求1所述的方法,其特征在于,所述通过软件开发工具包,为所述移动设备应用程序中的元素分配标识符以使得所述标识符能够定位所述应用程序中的所述元素,包括:
    通过软件开发工具包,根据所述元素的属性,为所述移动设备应用程序中的每一个元素自动分配所述标识符,所述标识符能够唯一定位所述应用程序中的元素;以及
    其中,所述元素的属性包括但不限于统一资源定位符URL、类、包装、控件、嵌套结构、标签结构、元素顺序、文本内容和身份标识号ID。
  3. 根据权利要求2所述的方法,其特征在于,在所述元素被触发之前,还包括:
    所述云端服务器建立并保存预设标签,并保存所述预设标签、所述标识符、所述元素和所述程序上下文信息之间的对应关系。
  4. 根据权利要求3所述的方法,其特征在于,在所述云端服务器建立并保存预设标签,并保存所述预设标签、所述标识符、所述元素和所述程序上下文信息之间的对应关系之后,还包括:
    所述云端服务器基于所述对应关系,通过接收到的标识符获取与所 述接收到的标识符对应的所述元素、所述程序上下文信息和所述预设标签。
  5. 根据权利要求4所述的方法,其特征在于,所述对应关系为映射关系,并且当所述映射关系发生变化时,云端服务器建立新的映射关系。
  6. 一种通过软件开发工具包实现移动设备数据跟踪的系统,包括:
    移动设备,所述移动设备上设有软件开发工具包并配有软件开发工具包接口,所述移动设备通过软件开发工具包,为所述移动设备应用程序中的元素分配标识符以使得所述标识符能够定位所述应用程序中的所述元素;
    当所述元素被触发时,确定所述元素对应的程序上下文信息,并将所述元素、所述元素对应的标识符以及所述元素被触发时的程序上下文信息缓存在所述移动设备上;
    当所述移动设备连接到网络时,将所述移动设备缓存的所述元素、所述标识符以及所述程序上下文信息发送到云端服务器;以及
    云端服务器,所述云端服务器通过网络与所述移动设备连接,所述云端服务器上设有软件开发工具包并配有软件开发工具包接口,所述云端服务器接收所述移动设备发送的所述元素、所述标识符以及所述程序上下文信息,并根据接收到的所述标识符获取所述被触发的元素以及所述元素被触发时的程序上下文信息;
    所述程序上下文信息包括但不限于所述元素被触发时的时间、所述元素所在页面的显示时间、所述元素被触发的方式、所述移动设备操作系统版本号和所述移动设备的型号。
  7. 根据权利要求6所述的系统,其特征在于,所述移动设备通过软件开发工具包,根据所述元素的属性,为移动设备应用程序中的每一个元素自动分配所述标识符,所述标识符能够唯一定位所述应用程序中的元素;以及
    其中,所述元素的属性包括但不限于统一资源定位符URL、类、包装、控件、嵌套结构、标签结构、元素顺序、文本内容和身份标识号ID。
  8. 根据权利要求7所述的系统,其特征在于,所述云端服务器在所述元素被触发之前,建立并保存预设标签,以及所述预设标签、所述标识符、所述元素和所述程序上下文信息之间的对应关系。
  9. 根据权利要求8所述的系统,其特征在于,所述云端服务器在建 立并保存预设标签,以及所述预设标签、所述标识符、所述元素和所述程序上下文信息之间的对应关系之后,还用于基于所述对应关系,通过接收到的标识符获取与所述接收到的标识符对应的所述元素、所述预设标签和所述程序上下文信息。
  10. 根据权利要求9所述的系统,其特征在于,所述对应关系为映射关系,并且当所述映射关系发生变化时,云端服务器建立新的映射关系。
  11. 一种计算机程序,包括计算机可读代码,当所述计算机可读代码在计算设备上运行时,导致所述计算设备执行根据权利要求1-5中的任一项所述的通过软件开发工具包实现移动设备数据跟踪的方法。
  12. 一种计算机可读介质,其中存储了如权利要求11所述的计算机程序。
PCT/CN2017/073169 2016-02-17 2017-02-09 通过软件开发工具包实现移动设备数据跟踪的方法及系统 WO2017140227A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610090359.1A CN105630512A (zh) 2016-02-17 2016-02-17 通过软件开发工具包实现移动设备数据跟踪的方法及系统
CN201610090359.1 2016-02-17

Publications (1)

Publication Number Publication Date
WO2017140227A1 true WO2017140227A1 (zh) 2017-08-24

Family

ID=56045502

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/073169 WO2017140227A1 (zh) 2016-02-17 2017-02-09 通过软件开发工具包实现移动设备数据跟踪的方法及系统

Country Status (2)

Country Link
CN (1) CN105630512A (zh)
WO (1) WO2017140227A1 (zh)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110389760A (zh) * 2018-04-19 2019-10-29 沪江教育科技(上海)股份有限公司 动态页面的生成方法、装置、存储介质及电子设备
CN112114783A (zh) * 2020-09-18 2020-12-22 北京百度网讯科技有限公司 信息采集方法及装置
CN112988532A (zh) * 2021-01-27 2021-06-18 腾讯科技(深圳)有限公司 埋点事件的上报方法、装置、服务器及存储介质

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106445484B (zh) * 2015-08-12 2019-09-13 北京易数科技有限公司 通过软件开发工具包实现数据跟踪的方法及系统
CN105630512A (zh) * 2016-02-17 2016-06-01 北京高绎信息技术有限公司 通过软件开发工具包实现移动设备数据跟踪的方法及系统
CN106202284B (zh) * 2016-06-29 2019-08-06 珠海金山网络游戏科技有限公司 一种手机游戏快速收集调查问卷的系统和方法
CN108153641A (zh) * 2016-12-05 2018-06-12 北京国双科技有限公司 一种无埋点部署监测方法及相关装置
EP3542266B1 (en) * 2016-12-22 2023-06-28 Nicira, Inc. Collecting and processing context attributes on a host
CN109284102B (zh) * 2017-07-21 2022-05-27 阿里巴巴集团控股有限公司 信息采集方法及装置
CN110020332B (zh) * 2017-07-25 2021-06-04 北京国双科技有限公司 一种基于圈选元素的事件生成方法及装置
CN107864065B (zh) * 2017-08-16 2020-11-24 深圳壹账通智能科技有限公司 无埋点数据采集方法、系统及计算机可读存储介质
CN108345485B (zh) * 2018-01-30 2021-05-07 口碑(上海)信息技术有限公司 用于界面视图的标识方法及装置
CN108536613B (zh) * 2018-03-08 2022-09-16 创新先进技术有限公司 数据清理方法、装置、及服务器
CN108459845A (zh) * 2018-03-14 2018-08-28 北京思特奇信息技术股份有限公司 一种监控标签属性的埋点方法及装置
CN110443677A (zh) * 2019-07-05 2019-11-12 五八有限公司 一种信息处理方法及装置
CN110851326A (zh) * 2019-11-08 2020-02-28 浙江每日互动网络科技股份有限公司 一种埋点方法、数据采集方法和装置
CN113783966B (zh) * 2021-09-23 2023-01-03 北京火山引擎科技有限公司 数据传输方法、装置、可读介质及电子设备

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040117479A1 (en) * 2001-03-28 2004-06-17 Harald Jellum Method and arrangement for web information monitoring
CN1768368A (zh) * 2003-03-04 2006-05-03 奥姆尼图雷有限公司 站点点击与网页上链接的关联
CN101364236A (zh) * 2008-09-18 2009-02-11 中兴通讯股份有限公司 一种web页面的数据处理装置及处理方法
CN102214098A (zh) * 2011-06-15 2011-10-12 中山大学 一种基于WebKit浏览器引擎的动态页面数据采集方法
CN105630512A (zh) * 2016-02-17 2016-06-01 北京高绎信息技术有限公司 通过软件开发工具包实现移动设备数据跟踪的方法及系统

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040117479A1 (en) * 2001-03-28 2004-06-17 Harald Jellum Method and arrangement for web information monitoring
CN1768368A (zh) * 2003-03-04 2006-05-03 奥姆尼图雷有限公司 站点点击与网页上链接的关联
CN101364236A (zh) * 2008-09-18 2009-02-11 中兴通讯股份有限公司 一种web页面的数据处理装置及处理方法
CN102214098A (zh) * 2011-06-15 2011-10-12 中山大学 一种基于WebKit浏览器引擎的动态页面数据采集方法
CN105630512A (zh) * 2016-02-17 2016-06-01 北京高绎信息技术有限公司 通过软件开发工具包实现移动设备数据跟踪的方法及系统

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110389760A (zh) * 2018-04-19 2019-10-29 沪江教育科技(上海)股份有限公司 动态页面的生成方法、装置、存储介质及电子设备
CN112114783A (zh) * 2020-09-18 2020-12-22 北京百度网讯科技有限公司 信息采集方法及装置
CN112988532A (zh) * 2021-01-27 2021-06-18 腾讯科技(深圳)有限公司 埋点事件的上报方法、装置、服务器及存储介质

Also Published As

Publication number Publication date
CN105630512A (zh) 2016-06-01

Similar Documents

Publication Publication Date Title
WO2017140227A1 (zh) 通过软件开发工具包实现移动设备数据跟踪的方法及系统
WO2017025056A1 (zh) 通过软件开发工具包实现数据跟踪的方法及系统
US10579344B2 (en) Converting visual diagrams into code
US8631071B2 (en) Recognition of and support for multiple versions of an enterprise canonical message model
US8615504B2 (en) Action alignment for event planning, project management and process structuring
US11620444B2 (en) Providing action associated with event detected within communication
EP2973047A1 (en) Methods for managing applications using semantic modeling and tagging and devices thereof
CN109522751B (zh) 访问权限控制方法、装置、电子设备及计算机可读介质
CN113158101A (zh) 一种可视化页面渲染方法、装置、设备及存储介质
CN113094674A (zh) 页面展示方法、装置、电子设备及存储介质
CN111866158A (zh) 路由方法、装置、计算机设备和存储介质
CN111783004A (zh) 页面嵌入方法、装置及系统
US20130060754A1 (en) Feature Search Request Management
US8429182B2 (en) Populating a task directed community in a complex heterogeneous environment based on non-linear attributes of a paradigmatic cohort member
CN109472540B (zh) 业务处理方法和装置
CN111857781B (zh) 资源更新方法及相关设备
CN112860662A (zh) 数据血缘关系建立方法、装置、计算机设备及存储介质
CN117009357A (zh) 智慧城市的物联网数据治理方法、装置、系统及介质
CN111324470A (zh) 用于生成信息的方法及装置
US20130138690A1 (en) Automatically identifying reused model artifacts in business process models
CN113282285A (zh) 代码编写方法、装置、电子设备及存储介质
CN112416422A (zh) 一种开发版本文件提交方法、装置、设备及存储介质
CN108037981B (zh) 一种附件管理方法及装置
CN111897774B (zh) 一种文件上传方法、装置、电子设备及存储介质
US20220197889A1 (en) Identifying incorrect links

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

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

Country of ref document: EP

Kind code of ref document: A1