设置 Android 应用程序以进行分析和跟踪

发布于 2024-09-01 17:19:22 字数 468 浏览 7 评论 0原文

跟踪事件和设置网站分析似乎很容易。您可以通过 Google 等分析服务提供商之一创建帐户。它们为您提供嵌入到页面中的 JavaScript 代码(无论您希望跟踪哪个事件),然后瞧……您就完成了。

我为 Android 手机编写了一个本机应用程序,它实际上是对实际网站的改编。现在,我需要为此本机应用程序设置分析和跟踪。

问题:

  1. 如何设置 Analytics 本机应用程序?

  2. 我们有适用于原始网站的 Java 脚本代码(不是 Google Analytics,而是其他一些引擎)。有没有办法将其合并到本机应用程序中?

  3. 我知道Android通过WebViews(Webkit)支持Java脚本;我的应用程序没有webviews,它是原生的!

从学校开始我就没有研究过 JavaScript,所以如果我听起来很天真,请原谅。

谢谢。

Tracking events and setting up Analytics for Websites seems easy. You create an account with one of the Analytics service providers like Google. They give you javascript code that you embed in your pages (whichever event you wish to track) and voila..you're done.

I have written a native application for Android phones, which is actually an adaptation of the actual web site. Now, I am required to setup Analytics and tracking for this native application.

Question:

  1. How to do setup a native application for Analytics?

  2. We have Java Script code(not Google Analytics but for some other engine) that works for the original web site. Is there a way to incorporate that in the native application?

  3. I know Android supports Java Script via WebViews(Webkit);my application does not have webviews, it is native!

I have not worked on JavaScript since school so excuse me if I sound naive.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

善良天后 2024-09-08 17:19:22

Google Analytics 提供了在移动设备上实施的指南。
请参阅 http://code.google.com/apis/analytics/ docs/tracking/mobileAppsTracking.html

要开始使用,请查看此指南

Google Analytics provide a guide for implementation on a mobile device.
Refer to http://code.google.com/apis/analytics/docs/tracking/mobileAppsTracking.html

To get started have a look at this guide from google.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文