I am looking for a way to push information to Google Analytics from a native BlackBerry App. The App is built towards BlackBerry 6.0 OS. I made a simple Google search about it, but the discussions I found are only confusing. Can someone please clarify what the options are to do this? Is it possible?
相关问题
- Set API key with embed API google analytics
- How to make background of BrowserField transparent
- Integrate Firebase Analytics with Xamarin Android
- Eclipse Blackberry Preprocessor Not Working?
- Cannot register in sample BlackBerry push applicat
相关文章
- How to correctly use google analytics measurement
- Android referral tracking not working with Google
- Universal Analytics Measurement Protocol respond 2
- Profiling the Performance of a Google App Script
- Testing Google Analytics iOS SDK
- To get the module names in blackberry
- How to close a global dialog and display another i
- Tracking Anchor Links in Goal Funnels
Please check this link https://bitbucket.org/folorunsho1/googleanalyticsforblackberry .. it uses the Measurement Protocol Developer Guide as described by Brian
You need a browser context to use javascript based implementation of Google Analytics. 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.
Update
You now have the option to use the Google Measurement Protocol as well. This would remove the need for a javascript browser context or a native SDK.
Have a look at the Measurement Protocol Developer Guide: https://developers.google.com/analytics/devguides/collection/protocol/v1/devguide
Simple http post calls to add measurements from your app, at the bottom of the page are the calls for app tracking (screen and events).
e.g.
Google not released SDK for google analytics for Blackberry.Instead why don't you try Blackberry Analytics Check below link
http://us.blackberry.com/developers/platform/analyticsservice/
As shanabus said, Google analytics sdk doesnt work for Blackberry. You could try Flurry analytics (free) at http://www.flurry.com/ .It is pretty good. I have been using it in all my apps and Its been working fine for me.
I am sure there are many thousand apps which uses flurry analytics.