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

Text encoding issue for NSDictionary in iOS

In my iOS app , I have Flurry SDK for analytics. Now everything is working correctly except the special symbols are not showing correctly in Flurry. tags is NSMutableArray which stores the tag for my data. It can contain alphabets , special symbols…
0
votes
1 answer

Maximum events per session in Flurry Analytics

Is there a maximum amount of individual events that can be tracked in one session by Flurry Analytics? We seem to have a block after 1000 events are logged in a user session - has this been observed elsewhere?
Git-able
  • 2,627
  • 2
  • 13
  • 11
0
votes
1 answer

AdSupport framework not found Xcode 5.0.2

I tried running older version of my app which was having Flurry and AdSupport framework. Xcode automatically removed AdSupport framework. How do I run this project without removing Flurry?
0
votes
2 answers

How to get real time user count of mobile app

We are having a launch party for our new mobile app on February 19th. At the party, we want to display a real time user count on a big tv (similar to the scene in The Social Network movie). If someone creates an account on our app, we want to…
0
votes
1 answer

Flurry Analytics - integration error

Im new to Android development and im trying to integrate Flurry Analytics into a blank project. I have added the jar file as an external jar to the build path. This is my MainActivity: package com.example.myfirstapp; import android.app.Activity;…
user2229747
  • 221
  • 2
  • 20
0
votes
1 answer

Targeting Users for House Ads in Flurry

I am trying to target Users for House Ads in Flurry. I have been told that currently keyword targeting is not supported for House Ads. Can anyone tell me how can I target users.
user23577
  • 123
  • 2
  • 11
0
votes
2 answers

Flurry doesn't resume session on reactivating application WP8

I'm using Flurry (Flurry is a solution for analytics tracking on mobile devices) in my unity3D game for wp8. I have many logEvents in my game and some of them with params. All of them correctly showed in flurry Global Event Logs after about 30 min.…
Vladislav
  • 297
  • 3
  • 13
0
votes
1 answer

Is there any possibility to add both Flurry and Crashlytics in my android app

I am using flurry in my android app, but flurry does not provide perfect crash report compare to crashlytics in my opinion. Is there any way to implement both in my app? I try to implementing crashlytics after implement flurry inside my app but it'…
appukrb
  • 1,507
  • 4
  • 24
  • 53
0
votes
1 answer

flurryads crash when presenting uiactionsheet

I'm using GoogleAdMobAds in my application to show ads. GoogleAds (somehow) has a reference to flurry ads. (GoogleAdMobAds - version 6.5.0, FluttyAds version 4.3.1.a). ViewController has a tableView that contains GADBannerView. Here is my code. -…
CrimeZone
  • 230
  • 2
  • 13
0
votes
1 answer

Flurry analytics tool for ios

How to see what data/parameter are being sent using Flurry once you press the home button. Also when exactly does this communicate with their server(is it like only when you press the home button , it will send the event to their portal ?)
0
votes
2 answers

FlurryAgent.logError is not working in Sencha app

I am using flurry in my sencha app for iphone and i added flurry.js file in index.html with following snippet When i try to track application error with FlurryAgent.logError it gives me…
0
votes
1 answer

Query Flurry API from desktop java app

I have a few apps in flurry and want to write a desktop console program (in java) that queries the API for certain metrics. The idea is that I run my java app and it pulls all the flurry metrics I want down. I found the android and iOS and windows…
Killerpixler
  • 4,200
  • 11
  • 42
  • 82
0
votes
1 answer

How to track users using flurry for number of buying ticket events

In my app i want to track users for buying tickets.Means The total number of tickets bought from my app daily in a chart.Currently I am using FlurryAgent.onEvent(String eventId, Map parameters).but the map parameters takes String.I…
Ekanta Swain
  • 473
  • 2
  • 13
  • 28
0
votes
1 answer

Linker error Duplicate Symbol when trying to link libFlurryAds

I am working on an iOS game and have admob / iAd / and flurry integrated for serving ads. I am using admob mediation for serving ads from these providers. The problem is that when I try to test against the simulator I get a lot of linker errors like…
remudada
  • 3,751
  • 2
  • 33
  • 60
0
votes
2 answers

Can the flurry HTML5 SDK be used to track events in phonegap apps?

I have built an app using phonegap and have deployed on iOS and Android right now. I have come across flurry and it seems like an awesome product for analytics. However, I am confused about whether we can use the HTML5 SDK to directly log events…
UnTechie
  • 365
  • 2
  • 7