Nadhas
Nadhas

Reputation: 5807

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. Is it possible to implement google analytics( or any other similar to google analytics) in blackberry? any specific sdk?

Upvotes: 2

Views: 1412

Answers (4)

Nuel
Nuel

Reputation: 31

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.

Upvotes: 0

shanabus
shanabus

Reputation: 13115

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.

Upvotes: 0

Alexander Farber
Alexander Farber

Reputation: 23038

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.

Upvotes: 0

Michael B.
Michael B.

Reputation: 3430

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.

Upvotes: 1

Related Questions