how to implement google analytics in blackberry?

不想你离开。 提交于 2019-12-24 01:11:09

问题


I'm creating a blackberry application. i need to use google analytics to track usage of my application. Is it possible to implement google analytics( or any other similar to google analytics) in blackberry? any specific sdk?


回答1:


Google dosen't seems to provide one.

But RIM is providing one, it's not Google, but it should do the job.

You could try to use Analytics SDK for Android, but I don't think it's gonna work.




回答2:


You could try the approach suggested in Displaying ads in your mobile AIR application blog entry at Adobe.com.

While it is for AIR and StageWebView class, it might work for Java and BrowserField as well.




回答3:


No, Google has not yet released an SDK for native Blackberry apps. Currently only iOS and Android SDK's are available to track analytics natively through 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.




回答4:


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.

I've tested and so far, I haven't had any issue with it.



来源:https://stackoverflow.com/questions/6912991/how-to-implement-google-analytics-in-blackberry

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!