简体   繁体   English

混合移动应用事件跟踪或分析

[英]Hybrid Mobile App Event tracking or analytics

I am developing an app built using Angular 2, so I'm constrained to platforms with Cordova plugins (that are available for Cordova Build) or JavaScript Web SDKs. 我正在开发一个使用Angular 2构建的应用程序,因此我受限于具有Cordova插件(可用于Cordova Build)或JavaScript Web SDK的平台。

I have a few simple technical requirements 我有一些简单的技术要求

Track navigation of user or application flow (page views - user navigated to profile page) 跟踪用户或应用程序流的导航(页面视图 - 用户导航到配置文件页面)

Track custom events (user hit cancel when prompted to enter credit card) 跟踪自定义事件(提示输入信用卡时用户点击取消)

Track custom user properties (dimensions - eg. Gender, Location, Age Range) 跟踪自定义用户属性(维度 - 例如,性别,位置,年龄范围)

I'm Considering Google Analytics - However i see it throws a lot metrics and numbers, but not what I need. 我正在考虑使用Google Analytics(分析) - 但我发现它会引发很多指标和数字,但不是我需要的。 I want details of an individual user or a individual application flow and how the user used his application, what was the flow etc, With respect to each device. 我想要了解单个用户或单个应用程序流的详细信息,以及用户如何使用他的应用程序,流程等等,每个设备。

Any advice on a platform or SDK I can use to actually retrieve these important analytics which is device or user specific would be much appreciated. 我可以用来实际检索这些重要分析的平台或SDK的任何建议,这些分析是设备或用户特定的。

https://github.com/angulartics/angulartics2 angulartics has been rewritten to support angular 2. it supports google analytics. https://github.com/angulartics/angulartics2 angulartics已被重写以支持角度2.它支持谷歌分析。 It should work in your angular 2 application. 它应该适用于你的角度2应用程序。 let me know if it works. 让我知道它是否有效。 I would like to play with it as well. 我也想玩它。 There is a angularitics cordova plugin but it is not updated for angular2 yet. 有一个angularitics cordova插件,但还没有更新angular2。

We can do individual level event tracking with different plugins like Appsee and UXCam. 我们可以使用Appsee和UXCam等不同的插件进行单独的事件跟踪。

Appsee and UXCam also provides additional support of Video recording of the app and user interactions done by the user ie, how the user used the application etc. In Addition to that Appsee also provides crash log and analytic support. Appsee和UXCam还为应用程序的视频录制和用户完成的用户交互提供了额外支持,即用户如何使用应用程序等。此外,Appsee还提供崩溃日志和分析支持。

Links for Appsee - https://www.appsee.com and UXCam - https://uxcam.com Appsee的链接 - https://www.appsee.com和UXCam - https://uxcam.com

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM