Questions tagged [flurry-analytics]
158 questions
1
vote
0 answers
What are the Flurry Analytics domains?
I need to check if the Flurry analytics calls being made from my Android app are being blocked. I can't see it anywhere in the documentation. What are the domain urls that Flurry use ?

angryITguy
- 9,332
- 8
- 54
- 82
1
vote
1 answer
How to pass GDPR Consent to Flurry in android?
I am trying to pass GDPR consent to flurry from my android app.
Per this documentation: https://developer.yahoo.com/flurry/docs/publisher/android/gdpr/
I should use :
consentStrings.put(“IAB”, iabString);
but we don't use the IAB framework. What…

Pdroid
- 66
- 1
- 8
1
vote
0 answers
Event log from flurry-analytic now gone
The event logs in flurry-analytics is now missing.
looking in the events section
none
the event logs should be in the analytics section

Timothy Johnson
- 21
- 1
1
vote
1 answer
Flurry - Cannot read property 'initBuilder' of undefined
I am getting error while initating Flurry in react native!
react native version:
react-native-cli: 2.0.1
react-native: 0.59.10
watchman version: 4.9.0

Parimal
- 277
- 2
- 8
1
vote
1 answer
How can implement Flurry Analytics for RokuSG?
I was unable to find the SDK for Roku.
Please tell me whether Flurry Analytics SDK is available for RokuSG or not?
If there aren't any SDK's, then please suggest me a way to implement it without the SDK.

Balbant Singh
- 187
- 1
- 10
1
vote
1 answer
ERROR TypeError: Object(...) is not a function / ionic3 flurry-analytics plugin
I am getting this error when I tried to log an event using Flurry plugin:
https://github.com/blakgeek/cordova-plugin-flurryanalytics
(I was getting the same error when I used firebase-analytics plugin and I was unable to resolve that as well:…

saberprashant
- 388
- 5
- 15
1
vote
1 answer
What does “com.flurry.OTHER” mean
I added a event with flurry in my application, but it shows “com.flurry.OTHER”. I'm sure that I didn't post such value. How can I get rid of it?

nadiee
- 11
- 2
1
vote
0 answers
Funnel options are not visible under Flurry Explorer tab
I have some logged events which I can view from Event Logs and Event Summary sections. However, when I want to create funnels using these events none of the options for creating funnels is visible.
This is what I see:
There should be some options…

guneykayim
- 5,210
- 2
- 29
- 61
1
vote
1 answer
Timed event with Flurry with custom time and ability to cancel event
I want to use timed events in flurry. But i wonder is it has ability to set manually time for event. I need this to subtract the pause time from the event.
And if i start timed event (logEvent(String eventId, boolean timed)) can i cancel this event…

Anton111111
- 656
- 1
- 7
- 23
1
vote
0 answers
Getting crash when reload visible cell in CollectionView
I am using FlurryAd to show ads along with images in collectionView. Fetching ads in background thread using following code
func loadAds(count:Int,adType: Int) {
var newAdsList : [FlurryAdNative] = []
DispatchQueue.global(qos:…

Ram Mohan
- 96
- 6
1
vote
0 answers
How can I disable Flurry analytics when using their ad network?
I'm using Flurry ads on Android and I noticed the app keeps collecting analytics which I am not using. I give my users the option to opt out from analytics, so how can I disable Flurry analytics when the user opts out?
Thanks.

casolorz
- 8,486
- 19
- 93
- 200
1
vote
1 answer
What is "offsetTimestamp"
I have a lot of data in Flurry. Inside that, I can see many identical events ( as a json file) they only differ in there offsetTimeStamp.
I there anyone who can help like what is offsetTimeStamp ?
I tried to find many docs but could not get any…

Anand Bajpai
- 357
- 1
- 13
1
vote
0 answers
Flurry analytics android how to set session level parameters
I want to set session level paramters in flurry
I want to know how can I use following two methods
addSessionProperty and setSessionOrigin
how and where it will be reflected in flurry dashboard.

amodkanthe
- 4,345
- 6
- 36
- 77
1
vote
1 answer
Flurry scraping using python3 requests.Session()
This seems really straight forward, but for some reason this isn't connecting to flurry correctly and I unable to scrape the data.
loginurl = "https://dev.flurry.com/secure/loginPage.do"
csvurl = "https://dev.flurry.com/eventdata"
…

Nefariis
- 3,451
- 10
- 34
- 52
1
vote
1 answer
Crash Report not receiving in Flurry (Swift, iOS)
Events, sessions and other functionality is working perfectly fine but when it comes to crash reporting it sucks. No crash report is generating. I have used the following code :-
Flurry.startSession("2XKDMH8M7PQM75B7SKZR")
…

shubham mishra
- 971
- 1
- 13
- 32