Questions tagged [flurry]

Flurry is a free, commercial service, owned by Yahoo, which provides monetization solutions for app publishers, anonymous usage statistics of apps and error/crash reports for apps on mobile devices.

Flurry, owned by Yahoo, provides a set of services and SDKs aimed at mobile developers and app publishers.

Flurry provides detailed usage statistics on apps and allows developers use a rich set of tools and resources to gain a deep level of understanding about their users' behaviors. Developers can set up advanced analysis of complex events, with metrics, segments and funnels to better track users’ habits and performance.

Flurry also provides "Yahoo App Publishing"; a set of tools that provides a flexible ad-serving platform that is easy to set up and use, enabling developers to maximize ad revenue and engage actively with users.

Learn more:

684 questions
0
votes
1 answer

flurry - How to view churn count/rate?

On the flurry dashboard, we can see under Usage > User Retention, the number of retained users. I'm wondering how about the churn count/rate. How do we view the number of users who stopped using the application after some time? Thanks.
lorraine batol
  • 6,001
  • 16
  • 55
  • 114
0
votes
1 answer

Flurry banner ad reopen after close

My game need to show ADs in specificed sense,so I call Flurry's Api displayAdForSpace ,when exit this sense,I need to close AD banner,I called removeAdFromSpace ,banner disappear.but when I call displayAdForSpace ,AD cannot show . so anyone can help…
Frei Zhang
  • 417
  • 6
  • 12
0
votes
1 answer

Flurry SDK: How to add event description and how to use event parameters?

I have tested flurry for iOS. I've found, that i don't know how to add event description programmically. Also, i don't understand, for which reason i should use event parameters. (only for segmentation?) Maybe it is possible to add into parameters…
gaussblurinc
  • 3,642
  • 9
  • 35
  • 64
0
votes
1 answer

Trying to import flurry analytics into my app delegate... any suggestions?

When I try to add to the code, I receive semantic and parse issues. Does anybody know what the proper way I could add this to my app? The first set of code is my original code without the analytics, the next set of code is what the told me to put in…
0
votes
1 answer

Integrate Flurry Analytics into a MonoTouch app

I've installed XCode and MonoTouch and built a basic app. I'm trying to integrate Flurry Analytics into my application. I signed up and downloaded the SDK but I don't know what to do with it. I think I need a binding library and I found this one on…
shamp00
  • 11,106
  • 4
  • 38
  • 81
0
votes
1 answer

iPhone, In Flurry Ads only Video Ads will come

I am using Flurry Ads in my application and its working nicely now my question is when flurry ads will come it shows only video Ads, can I see Ads like iAd or RevMobs Ads plz any help will be appriciated Thanks in Advance
Bhavesh Lathigara
  • 1,355
  • 1
  • 15
  • 25
0
votes
2 answers

Adding Flurry in the alertView

I have added a Flurry logevent when the ok button of the alertView is clicked. - (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex; { if (buttonIndex == 1) { NSString *start = @"Start"; …
lakshmen
  • 28,346
  • 66
  • 178
  • 276
0
votes
1 answer

Android - flurry crash with exception

I recently got this crash report from what looks like a flurry library crash on my app: java.lang.StackOverflowError at com.flurry.android.FlurryAgent.a(SourceFile:87) at com.flurry.android.d.run(SourceFile:1152) at…
Genadinik
  • 18,153
  • 63
  • 185
  • 284
0
votes
2 answers

"Ad server responded but sent no ad units" in Flurry in android

I want to integrate Flurry Ad from here. But I'm facing issue in log.. 01-06 11:05:28.746: E/FlurryAgent(440): Ad server responded but sent no ad…
Bhavesh Hirpara
  • 22,255
  • 15
  • 63
  • 104
0
votes
1 answer

Flurry Interstitial Ads not full screen

I am trying to launch a Flurry Interstitial Ad, but the ad always shows up half the screen size and the remainder is cut out..I am including the source and a screenshot below: -(void)viewWillAppear:(BOOL)animated { [super viewWillAppear:YES]; …
kamran619
  • 531
  • 10
  • 32
0
votes
1 answer

Do we need to copy the flurry dll folder into the windows phone project while integrating?

I was trying to integrate flurry analytics to my Windows Phone 7.5 app. I have downloaded the SDK. Im confused as to where to put the folder inside my project? Do I have to copy the whole dll folder and put it inside my project folder? Or can I…
alfah
  • 2,077
  • 1
  • 31
  • 55
0
votes
1 answer

Are the "average visit duration" and "engagement" metrics accurate on mobile apps?

We are using the mobile SDK for Google Analytics on our iOS and Android apps. Every call to our API server is accompanied with a GA call with the appropriate labels. So far the analytics data looks fine, however we are seeing the following…
Whatever Kitchen
  • 700
  • 2
  • 14
  • 24
0
votes
2 answers

Flurry (Android), how to log the time between user interactions?

I'm a bit surprised the documentation of Flurry-Android is so measly. Let's take this example: your application has levels that users complete, how do you log the time that users take for each level to complete? This is the basic API calls for…
Arbos
  • 3
  • 2
0
votes
1 answer

How can I keep Flurry from crashing when I don't yet have keys

sometimes my app cannot compose the key in time for flurry. When it can't this is an exception that takes down the whole app. Is there any way to set Flurry so that it does not crash under these circumstances?
user1847544
  • 957
  • 2
  • 9
  • 17
0
votes
1 answer

What does the basic step of Flurry do?

Flurry includes the following in its basic step for iOS. 1. Download the Flurry iOS SDK 2. Add the Flurry lib to your project 3. Incorporate the following two lines of Flurry code: #import "Flurry.h" -…
CodeBlue
  • 14,631
  • 33
  • 94
  • 132