Questions tagged [flurry-analytics]

158 questions
0
votes
1 answer

Flurry Error FlurryAgent: Ad server responded but sent no ad units

Hello Guys i am integrating Flurry ad network and trying to show test ads but it gives me following error 12-12 11:09:58.669 17082-17627/cpp.eminosoft.com.adserver E/FlurryAgent: Ad server responded but sent no ad units. 12-12 11:09:58.686…
Manohar
  • 22,116
  • 9
  • 108
  • 144
0
votes
0 answers

Flurry Analytics 6.4.2 - No data showing up in real-time dashboard

I've recently implemented the flurry analytics framework doing this: importation of the library with jcenter() in the build.gradle Addition of the following code to the Application new FlurryAgent.Builder() .withLogEnabled(false) …
Ashallar
  • 990
  • 8
  • 15
0
votes
1 answer

Android: Flurry Dashboard is not showing Data

All, I am using Flurry in one of my android app for analytics. I created a account on Flurry Portal and got API Key. I followed the steps provided on 'How to start with flurry' document. When I started application and checked logs, it says flurry is…
Alex
  • 1,406
  • 2
  • 18
  • 33
0
votes
1 answer

Flurry Analaytics fails to show events on click

I know that there is a delay in Flurry reporting, however, flurry fails to show some events (ie, didselectrowatindexpath) Any idea? I did about the code, I register with my ID Flurry.setCrashReportingEnabled(true) …
Gopal Raju
  • 246
  • 3
  • 12
0
votes
1 answer

Flurry: how to call -logEvent:withParameters:timed: when session ends?

I'm working with the Flurry API for iOS and I've come across a use case that doesn't seem to be supported: I'm starting a timed event with -logEvent:timed: to track how long a user spends on a view. While the user is on that view a few parameters…
Matt
  • 2,329
  • 1
  • 21
  • 23
0
votes
1 answer

Possible to create a funnel using flurry event parameters?

I have a few events in my apps that have parameters For example Ads - Custom Event Network Name - event param Status - event param So the main event is Ads and I'm passing in the network name say "Admob" for example and the status so "Failed" for…
Dave
  • 407
  • 4
  • 17
0
votes
2 answers

Flurry new users count

I have integrated Flurry Analytics into my iOS app. I haven't released the app yet so there can't be any real users except for myself. However, the second day I found that Flurry reports there are 5 new users. How is that possible? I did delete and…
Edmond
  • 614
  • 2
  • 11
  • 26
0
votes
1 answer

Saved funnels not visible to other users in Yahoo Flurry Explorer

Made a few Funnels in Flurry Explorer and saved them. I can see them, but the other members of my team can't see them. Same the other way around, saved funnels don't seem to be shared between users of the same team. Is this happening to anyone? is…
0
votes
1 answer

Flurry Analytics from an iOS app - how to change the version number captured by Flurry

I have an iOS app that uses the official iOS Flurry SDK. I need it to report the 'version' in flurry as a custom string that I define. Currently, events in the app are reported as a version number, like 1.0.0, 1.0.6 (I'm not sure what this even…
Chris Halcrow
  • 28,994
  • 18
  • 176
  • 206
0
votes
1 answer

Flurry Authentication & CSV downloads via cURL

I'm trying to authenticate and download the Flurry event log via php & cURL. The post by silkfire got me part of the way, but I'm still having trouble getting the download. I believe I've authenticated, but the download seems to return an error…
joekrukosky
  • 67
  • 1
  • 5
0
votes
1 answer

Flurry Analytics in a WebView in iOS

In my iOS Application I want to use Flurry analytics. On one of the application's screen there is UIWebView. And the site is on the server but not in the code of App. And every time when I loading that screen, information going from the server to my…
Alex
  • 3
  • 4
0
votes
0 answers

Flurry Event Occurrences Are 0

We have Flurry Analytics setup for our app and its been working fine. However in November something seems to have affected our plugin because our Android events dropped to about 10% of what they used to be. I have setup a test scenario where I am…
Aggressor
  • 13,323
  • 24
  • 103
  • 182
0
votes
1 answer

Difference between Active Users and Retained Users

Can someone explain me the difference between the 2 APP metrics, Active Users and Retained Users. I am looking at these metrics through flurry API and I am grouping my data at month level. I am not able to understand what is my Retained users…
Akshit
  • 349
  • 1
  • 3
  • 10
0
votes
1 answer

How to get rid of flurry errors after upgrade?

I have had an adroid application that compiled in release version (signed application version) just fine. I have upgraded to flurry analytics 6.1.0 and now I get a whole lot of errors while making a release APK. The errors are: 3:05:56 - MyApp]…
f470071
  • 1,527
  • 3
  • 18
  • 30
0
votes
1 answer

iOS 9 iphone 6s Application stuck at didFinishLaunchingWithOptions due to Hockey and Flurry

I am using flurry analytics and hockey. I set up those in didFinishLaunchingWithOptions. [[BITHockeyManager sharedHockeyManager] configureWithIdentifier:@"67905f839393846c26d406894437830e"]; [[BITHockeyManager sharedHockeyManager]…
Khant Thu Linn
  • 5,905
  • 7
  • 52
  • 120