Sad, but Flurry Analytics didn't help.
The workflow is very simple.
You sign in, register an application, and then download an SDK and a application key.
Add the library to your project.
Then in the onStart() method of each activity You call FlurryAgent.onStartSession(this, "YOUR KEY HERE")
And call FlurryAgent.onEndSession(this) in onStop(). That's all! The info appears on the statistics page on about 30 minutes, which is way faster that Google Analytics.
But, this SDK can't track data to multiple keys at one time too.
The workflow is very simple.
You sign in, register an application, and then download an SDK and a application key.
Add the library to your project.
Then in the onStart() method of each activity You call FlurryAgent.onStartSession(this, "YOUR KEY HERE")
And call FlurryAgent.onEndSession(this) in onStop(). That's all! The info appears on the statistics page on about 30 minutes, which is way faster that Google Analytics.
But, this SDK can't track data to multiple keys at one time too.
No comments:
Post a Comment