2013年11月15日 星期五

Android: Implementing Flurry for Android

1. Flurry Mechanism
The following diagram is a work flow from applying for an API key to implementing a GCM client. The following contents are going to describe the both steps. These steps are divided into two parts, Basic setup and Understanding user behavior through tracking custom events.




1.1. Basic Setup
A. Download the Flurry Android SDK
Open the URL, and then create an account as well as download Flurry SDK.
B. Add the Flurry lib to your project
Add FlurryAgent.jar to your android project
C. Configure your AndroidManifest.xml, as the following diagram.
D. Add calls to onStartSession and onEndSession. The highlighted section is the API Key you applied on Flurry web site, as the following diagram.
1.2. Understanding user behavior through tracking custom events
If you want to understand this part, you can see the document flurry offered through the flurry website.
1.3. Testing result
The first diagram is a result of successfully creating a project named MyFlurryTest and its’ testing result. In addition, the others are the final result on the dashboard of the flurry; however, the red highlight section on the dashboard of the furry is a relative to the event your source code set.


沒有留言:

張貼留言