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

NumberFormatException when using forge.flurry.setLocation

I'm trying to implement Flurry Analytics in my trigger.io app. When executing the example for setLocation on an Android device: forge.geolocation.getCurrentPosition(function (position) { forge.flurry.setLocation(position.coords); }); I get the…
ScottieMc
  • 656
  • 9
  • 16
0
votes
1 answer

FlurryAgent:Agent cache file doesn't exist while implementing Flurry analytics in android

I am implementing flurry in application,and i have written code following code, @Override protected void onStart() { // TODO Auto-generated method stub super.onStart(); Log.i(Tag,"onStart"); …
dd619
  • 5,910
  • 8
  • 35
  • 60
0
votes
1 answer

Flurry on Blackberry 10

is it possible to use Flurry Blackberry SDK on Blackberry 10? Flurry SDK: http://support.flurry.com/index.php?title=Analytics/GettingStarted/TechnicalQuickStart/Blackberry
user969153
  • 568
  • 8
  • 25
0
votes
1 answer

Flurry Android events not logging through NDK but logging through java

I am trying to integrate flurry into a NativeActivity (no-java based code) Android application, and am not having any success. I have set up a sister Java-based flurry test activity that works well, but the native calls seem to be the ones not…
codemonkey
  • 463
  • 3
  • 15
0
votes
1 answer

How to watch the struct of http package content in mac os?

I want to see what data does Flurry send. So I using the charles(a package catcher tools) to catch the package which Flurry send. But the http package may compressed in Gzip format(I'm not sure. I can see the Accept-Encoding is "Gzip, deflate" ). so…
qiushuitian
  • 1,261
  • 4
  • 19
  • 31
0
votes
1 answer

Logging events in Flurry outside an active session

Does Flurry only log custom events if a session is active? or does it also log custom events outside the scope of a session? I ask this because we let the user decide to enable/disable data tracking, and I would like to know if encapsulating the…
bvanvelsen - ACA Group
  • 1,741
  • 1
  • 14
  • 25
0
votes
1 answer

Iphone app XML reading

I'm making an iphone app in xcode that has to be able to read xml retrieved from the web. It works with every xml ive tried except this one. What's wrong with it?
0
votes
0 answers

FlurryAgent.getAd always returns false

I'm trying to implement flurry ads in my android app. I have a problem - FlurryAgent.getAd always returns false I have banner "FrameLayout" and I'm trying to put these some ads. @Override protected void onStart() { super.onStart(); …
Yanny
  • 490
  • 4
  • 16
0
votes
1 answer

(Android) Can't See Flurry Logs

I'm trying to implement Flurry Analytics on my app and here's the log for the session. 04-17 07:31:10.292: D/FlurryAgent(5431): Initializing Flurry session 04-17 07:31:10.311: D/FlurryAgent(5431): New session 04-17 07:31:10.681: I/FlurryAgent(5431):…
dzep
  • 685
  • 1
  • 8
  • 20
0
votes
1 answer

Unable to link external libraries during Android unit testing

I'm seeing some interesting warnings while loading up my unit tests for my Android project. I don't see these errors when running the app normally. They aren't preventing my unit tests from being run, but they are concerning. The Flurry library…
Karim Varela
  • 7,562
  • 10
  • 53
  • 78
0
votes
1 answer

what does mean unique users and getting its value for a perticular application In Fluury

Fluury Issue : I want to know, what does mean unique users in flurry and how to get its value for a perticular application in flurry ? I have this api :…
0
votes
1 answer

Android Flurry miss event logs and params

I've integrated Flurry SDK into Android app. When we actively tested our application, console was full of event logs and every event had a list of params. We prepared app to release: compiled test-candidate apk with obfuscation and gave them for…
QuickNick
  • 1,921
  • 2
  • 15
  • 30
0
votes
3 answers

integration of FlurryAds

I am trying to integrate the flurryAds to my iPhone app, I am not able to do this. I import the .h files named #import "Flurry.h" #import "FlurryAds.h" #import "FlurryAdDelegate.h" when I initialize using line of code like [Flurry…
user7388
  • 1,741
  • 2
  • 19
  • 25
0
votes
1 answer

how to add compaign parameter to flurry's banner

I'm thinking using flurry to promote my android app. It seems that flurry can put my app's ad as banner on other apps. My question is how can I append campaign parameter on the url on banner so that I can know something about the source. Thanks!
Fei Qu
  • 999
  • 2
  • 12
  • 26
0
votes
1 answer

General Flurry setup and initialization

I'm building an android application that uses flurry sdk. I have in my activity the following code: protected void onStart() { super.onStart(); FlurryAgent.setVersionName("1.0"); FlurryAgent.onStartSession(this, "XXXXXXXX"); …
frantzol
  • 3
  • 1
  • 4