proton:admanager_flurry
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
proton:admanager_flurry [2012/07/16 23:19] – seth | proton:admanager_flurry [2012/07/26 03:59] (current) – seth | ||
---|---|---|---|
Line 4: | Line 4: | ||
Currently supported on Android only. | Currently supported on Android only. | ||
+ | |||
+ | Requires an [[http:// | ||
=== Adding Flurry to the AdManager === | === Adding Flurry to the AdManager === | ||
Line 45: | Line 47: | ||
//when someone buys IAP, you could add this to track what people are buying: | //when someone buys IAP, you could add this to track what people are buying: | ||
- | GetApp()-> | + | GetApp()-> |
</ | </ | ||
Line 51: | Line 53: | ||
These directions assume you are using the proton v2 android build system, which nearly all examples use now. You can look at RTAdManager for an example if needed. | These directions assume you are using the proton v2 android build system, which nearly all examples use now. You can look at RTAdManager for an example if needed. | ||
+ | |||
+ | The plugin will automatically handle creating multiple Flurry sessions upon suspend/ | ||
First, download the Flurry SDK for Android (you' | First, download the Flurry SDK for Android (you' | ||
Line 91: | Line 95: | ||
That's it, Flurry should work in your Android build now. | That's it, Flurry should work in your Android build now. | ||
+ | |||
+ | Note: When testing, the Flurry control panel seemed very slow to show activity, like 10+ hours to update. | ||
+ | |||
+ | == Important note about Flurry on Android == | ||
+ | Flurry actually sends the the statistical data it's collected when it closes the session. | ||
+ | |||
+ | To work around this, don't send MESSAGE_FINISH_APP or have a quit button. | ||
+ | |||
+ | RTAdTest does it this way, you can check it for an example. |
proton/admanager_flurry.1342480773.txt.gz · Last modified: 2012/07/16 23:19 by seth