适用于 iPhone 和 Android Phonegap 应用程序的移动应用程序分析:Google Analytics 还是 Flurry?
我想在使用 HTML5 和 HTML5 构建的应用程序上添加分析统计信息Javascript 并包裹在phonegap 中。 基本上,它只是一个网络应用程序,所以我想知道我是否可以使用与网站相同的Javascript代码来集成Google Analytics。那就太好了,因为我将能够为我的 Android 或 iPhone 应用程序使用相同的代码库。但我不知道如何集成它(什么域名等)
但后来我看到这篇博客文章将 Flurry 分析集成到phonegap iPhone中: http://supersoju.com/blog /2011/03/29/using-flurry-tapjoy-apsalar-etc-with-phonegap-on-ios/
所以现在我想知道将分析集成到应用程序中的最简单方法是什么多平台phonegap应用程序?
I want to add analytics statistics on my apps built with HTML5 & Javascript and wrapped in phonegap.
Basicaly, it's just a web app, so I wonder if i can use the same Javascript code as a website to integrate Google Analytics. It would be great, because I will be able to use the same codebase for my android or iPhone apps. But I don't know how to integrate it (what domain name etc.)
But then I saw this blog post to integrate Flurry analytics in phonegap iPhone:
http://supersoju.com/blog/2011/03/29/using-flurry-tapjoy-apsalar-etc-with-phonegap-on-ios/
So now I wonder what's the easiest way to integrate analytics in a multiplatform phonegap App?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Phonegap Google Analytics 插件 -
http://phonegap.com/2011/05 /04/phonegap-alytics/
以及 GitHub 上的
https://github.com/purplecabbage/phonegap-plugins/tree/master/iPhone /谷歌分析
You could use the Phonegap Google Analytics plugin -
http://phonegap.com/2011/05/04/phonegap-alytics/
and on GitHub here
https://github.com/purplecabbage/phonegap-plugins/tree/master/iPhone/GoogleAnalytics