Questions tagged [flurry-analytics]

158 questions
0
votes
1 answer

How to see the unique active devices all time per Flurry API?

I would like to get the number of (unique) active devices of all time for my apps via Flurry API. With "unique active device" I mean any device which has started the app (at least once - so counted only once) since time being. The Definition of…
MojitoJoe
  • 79
  • 2
  • 9
0
votes
2 answers

Android gradle sync Error Failed to resolve: com.flurry.android:analytics:10.0.1

I am trying to upgrade flurry analytics(10.0.1) library into our project. But gradle sync fails with the below error. Failed to resolve: com.flurry.android:analytics:10.0.1 How can I resolve this sync error?? Thanks.
keshavmurthy
  • 37
  • 1
  • 11
0
votes
2 answers

Program type already present: com.flurry.android.Consent

Recently, I wanted to implement flurry analytics to my android app However, after I followed the instructions and run the program, I'd faced the error shown below. Thank you so much for your help and appreciate it! Program type already present:…
0
votes
1 answer

Flurry integration Android throwing errors

I'm trying to integrate flurry into my android app. I'm using the recommended setting and have repositories{jcenter()} and // Required for Flurry Analytics integration compile 'com.flurry.android:analytics:8.2.0@aar' // Optional - If you…
Mason White
  • 155
  • 9
0
votes
1 answer

Flurry setCrashReportingEnabled(true) depreciated in Swift

In iOS/xCode/Swift, since I upgraded to the latest version of the Flurry iOS SDK I get "Flurry.setCrashReportingEnabled is depreciated". This is my code: ... //start…
HixField
  • 3,538
  • 1
  • 28
  • 54
0
votes
1 answer

Can I get iOS analytics without including mysterious closed-source libraries into my app?

I want to collect very simple analytics about my app (session count, monthly active users, maybe a list of events corresponding to each screen open), but the systems I've found all require integrating an opaque binary library into my project. Does…
Bill
  • 44,502
  • 24
  • 122
  • 213
0
votes
1 answer

Is it possible to dispatch events after every 30 minutes in flurry analytics as similar to Google analytucs?

Like google analytics has setSessionimeout where all the vents are grouped together and at the end events are dispatched.Is there anything similar for Flurry analytics,As flurry hits the flurry server instantly,I want it to bunch together all the…
stack Learner
  • 1,318
  • 3
  • 18
  • 35
0
votes
1 answer

Flurry listener on start of session

I need to get flurry session Id once flurry session started, using following code to start flurry session Flurry.startSession("FLURRY_API_KEY", with: FlurrySessionBuilder .init() .withCrashReporting(true) …
prasad
  • 1,976
  • 2
  • 28
  • 51
0
votes
1 answer

Flurry records missing for Sudan, Cuba, Iran and Syria

Flurry has not been returning results from the Sudan, Cuba, Iran and Syria which it used to return before. Google play however returns similar usage report. Is it because of legal issues(trade embargo) or Flurry themselves chose to ignore these…
binshi
  • 1,248
  • 2
  • 17
  • 33
0
votes
1 answer

Flurry Analytics in Xamarin Android

So a bit confused here, it seems as if Flurry does not provide a LogPageView method like the iOS counterpart does. I was wondering how I can achieve the same logic? Here's my iOS code that obviously works: private void FlurryLogPageView() …
jdmdevdotnet
  • 1
  • 2
  • 19
  • 50
0
votes
1 answer

Why Flurry Analytics said "NO DATA"?

When I accessed Flurry Analytics on April 28th, it said there was "NO DATA", and I was unable to check the log. I tried using several different accounts but the situation was the same. After that I tried again using the same method on April 30th and…
W J
  • 31
  • 1
0
votes
1 answer

How to track all android version in new flurry?

In classic flurry, we can see the all android versions by Technical>All Firmware Version. But now classic flurry is retired already. In new flurry version, I can't find the place to see the all android version which are currently using my app. I can…
Kyaw Min Thu L
  • 537
  • 8
  • 26
0
votes
1 answer

Flurry Analytics: how is time spent defined?

Time spent shows 249,311 in my Flurry Analytics dashboard. I have no clue what unit this is in, maybe minutes?
Fullhdpixel
  • 803
  • 1
  • 13
  • 28
0
votes
1 answer

Don't see last app version in android Flurry

i have a problem with flurry for android. I don't see last app version in filter several days (about 5 days). Later new version got to version list in filter very fast. Also if check "TOP 10 VERSIONS BY ACTIVE USERS" i can suppose that my new…
Anton111111
  • 656
  • 1
  • 7
  • 23
0
votes
3 answers

Flurry Analytics Integration Errors

After I successfully integrated flurry SDK into the library by using this code in my build.gradle file. compile 'com.flurry.android:analytics:6.2.0' I created java Class to integrate my API Key into my code, but I faced this probleme and I have no…
Neo
  • 149
  • 1
  • 10