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

Admob Mediation to Flurry for an AIR App

I am using the Native Extension from http://www.milkmangames.com/blog/tools/ to display AdMob Fullscreen Ads (Interstitial) in a Game. The Ads from Admob work fine. Now i would like to use Flurry Ads using Admob Mediation. Here is what i…
TobiHeidi
  • 1,201
  • 2
  • 14
  • 23
0
votes
1 answer

Flurry - Ad recived but sent no ad units

Ad server responded but sent no ad units, why I have this error?? This is my code: public class AcercaDe extends Activity implements FlurryAdListener { protected static final String TAG = null; TextView button; FrameLayout mBanner; …
DannyGM16
  • 42
  • 7
0
votes
0 answers

Flurry Analytics Not Recieving Data with Android App

I'm currently trying to log a single instance of data, just seeing if a user is in Florida. However, Flurry isn't getting the data on the server side. I'm very new to Flurry and this is my first time working with analytics and sending data to…
Tabrock
  • 1,120
  • 1
  • 20
  • 37
0
votes
1 answer

Flurry mobile analytics unreliable

I'm trying to monitor some events with parameters in my Android app using the Flurry mobile analytics SDK. Both apps follow the same codebase, one has managed to register some events with the parameters but misses all the ones I action myself and…
pilcrowpipe
  • 2,528
  • 6
  • 29
  • 41
0
votes
1 answer

Flurry USER ACQUISITION REPORTS with Android

i builded a Android App. For tracking i use flurry. Now i want to build campaigns for partners. So i made own campaigns in flurry with own channels. I get url's for the partner like this: http://ad.apps.fm/{LONG STRING} In the USER ACQUISITION…
Marc
  • 141
  • 1
  • 7
0
votes
2 answers

Any other option to find iOS 7 UDID?

I would like to know about how to overcome with iOS 7 udid issue. What we have tried: we have already implemented vendorUniqueID, well as Apple suggested it will be changed once user uninstall the app, thus is not good option. Advertisement unique…
Parag Chauhan
  • 35,760
  • 13
  • 86
  • 95
0
votes
1 answer

Flurry errors report

My application has been published for a while. I have never received any crash reports through Google play developer page. Then I integrated Flurry to see how the audience is behaving. On Flurry dashboard I saw that my application occasionally…
Wytas
  • 193
  • 4
  • 11
0
votes
1 answer

Flurry Analytics from Corona SDK - How do you log event parameters?

Code below create event logs instead of event parameters with Flurry. eventParams = {} eventParams["key"] = value analytics.logEvent(EVENT_NAME, eventParams) How do you log event parameters in Flurry from Corona SDK?
ZippyMind
  • 141
  • 2
  • 9
0
votes
1 answer

IOS / Android: Can I retrieve clickthrough data from inside an app?

I'm trying to find a way to figure out how to retrieve clickthrough information to figure out which ad / link was clicked to direct a person to download it. Say we have the following situation: User sees an ad for the app. They click it It directs…
Tom Murray
  • 99
  • 10
0
votes
1 answer

Problems with Flurry Crash Analytics

I think Flurry crash analytics service is not working properly. It is reporting some errors, so far so good. The problem is that they are including an initial symbolication and it doesn't make any sense: Thread 0 Crashed: 0 libobjc.A.dylib …
0
votes
1 answer

What happens when FlurryWP8SDK.Api.EndTimedEvent isn't called?

What happens if FlurryWP8SDK.Api.LogEvent is called with a timed=true parameter but the FlurryWP8SDK.Api.EndTimedEvent is never called? Does the event still get logged without a time component?
Gavin
  • 5,629
  • 7
  • 44
  • 86
0
votes
2 answers

Recording time spend in a tab using Flurry Analytics

I currently have multiple tabs within my application. What I would like to do is record the amount of time the user spends in the selected tab using Flurry Analytics. Usually I would start recording when viewDidAppear is call and stop recording…
justMike
  • 235
  • 2
  • 9
0
votes
1 answer

Tracking User Journeys with Flurry Anayltics

I have an iOS App where a sequence of three events spread across three Pages constitute a single Journey. I can log each page view and single events via flurry. But can I log the entire sequence as a single event ? PS: I considered using timed…
shantanusinghal
  • 714
  • 1
  • 8
  • 17
0
votes
1 answer

Track paid/free users through Flurry Analytics

I have integrated Flurry Analytics in my Android app. Its a free app with in-app purchasing. After looking at the statistics for two weeks, I now have a count of the unique users and active users during last week. Now, I want to extract the user ID…
varun
  • 465
  • 6
  • 23
0
votes
0 answers

Flurry + Mono Android

I am interested in integrating Flurry into my Mono for Android app. To do so, I followed the guide found Here. Basically I created an android class library, then added the flurry 3.2.1 .jar file to the project (not inside the resources folder) and…
user123
  • 632
  • 1
  • 6
  • 22