简体   繁体   English

如何在黑莓中实现Google Analytics(分析)?

[英]how to implement google analytics in blackberry?

I'm creating a blackberry application. 我正在创建一个黑莓应用程序。 i need to use google analytics to track usage of my application. 我需要使用Google Analytics(分析)来跟踪我的应用程序的使用情况。 Is it possible to implement google analytics( or any other similar to google analytics) in blackberry? 是否可以在黑莓机中实施Google Analytics(分析)(或其他类似于Google Analytics(分析)的方法)? any specific sdk? 任何特定的SDK?

Google dosen't seems to provide one. Google似乎没有提供一个。

But RIM is providing one , it's not Google, but it should do the job. 但是,RIM正在提供一个 ,这不是谷歌,但它应该做的工作。

You could try to use Analytics SDK for Android, but I don't think it's gonna work. 您可以尝试使用适用于Android的Google Analytics(分析)SDK ,但我认为它不会起作用。

Please check my answer here https://stackoverflow.com/a/24245118/380138 , I have written a library, it uses the Measurement Protocol, its quite useful for blackberry os 5.x to 7.x, plus it gets the job done. 请在这里查看我的答案https://stackoverflow.com/a/24245118/380138 ,我已经编写了一个库,它使用了Measurement Protocol,它对blackberry os 5.x至7.x相当有用,并且可以完成工作完成。

I've tested and so far, I haven't had any issue with it. 我已经测试过了,到目前为止,我还没有任何问题。

You could try the approach suggested in Displaying ads in your mobile AIR application blog entry at Adobe.com. 您可以尝试在Adobe.com的移动AIR应用程序博客条目中的“ 显示广告”中建议的方法。

While it is for AIR and StageWebView class, it might work for Java and BrowserField as well. 虽然适用于AIR和StageWebView类,但它也可能适用于Java和BrowserField。

No, Google has not yet released an SDK for native Blackberry apps. 否,Google尚未发布用于本机Blackberry应用程序的SDK。 Currently only iOS and Android SDK's are available to track analytics natively through Google Analytics. 当前,只有iOS和Android SDK可以通过Google Analytics(分析)本地跟踪分析。

If you want to do this from a Blackberry App, you will have to roll your own implementation or wait for the awesome Google Analytics team to release an SDK for Blackberry. 如果您想通过Blackberry应用程序执行此操作,则必须推出自己的实施方案,或者等待出色的Google Analytics(分析)团队发布用于Blackberry的SDK。

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

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