firebase-analytics

Firebase analytics events don't show value

為{幸葍}努か 提交于 2019-12-05 13:50:51
问题 I have a game and I want to send event every time user sets new high score, I check if current score is > that previous and if it is I send that new high score to firebase. code: Bundle bundle = new Bundle(); bundle.putLong(FirebaseAnalytics.Param.LEVEL, extras.getInt("score")); mFirebaseAnalytics.logEvent(FirebaseAnalytics.Event.LEVEL_UP, bundle); This is how it looks like in firebase console: image link You can see how events are grouped by their value. Problem is that i have 4 different

How do you create a closed funnel?

≯℡__Kan透↙ 提交于 2019-12-05 11:18:24
问题 how is it possible to create closed funnel? Ie I would like to see how many users made some action and then uninstalled app. ie. event_lost_game -> uninstall. Currently funnels are open so it doesn't tell you how many user's made step 1 and then step 2. It only shows how many users made both steps separately. I found it in FAQ but it's not clear what you need to do. It looks like one need to create open funnel and audience based on all events in funnel and then filter funnel based on it.

Firebase Analytics with iOS framework development project

偶尔善良 提交于 2019-12-05 10:51:28
I am adding Firebase analytics using coocapods, my Podfile is platform :ios, '8.0' use_frameworks! workspace 'ProjectWorkspace.xcworkspace' abstract_target 'Shows' do pod 'SwiftProtobuf', git: 'https://github.com/apple/swift-protobuf.git', :tag => '0.9.24' pod 'Firebase/Core' pod 'Firebase/Messaging' target 'HostApp' do project 'HostAppFolder/HostApp.xcodeproj' end target 'HostAppReleaseTarget' do project 'HostAppFolderApp/HostApp.xcodeproj' end target 'FrameWorkProject' do project 'FrameworkProjectFolder/FrameWorkProject.xcodeproj' end end if I add SwiftProtobuf only as dependency it's

How to add an android test device to Firebase?

岁酱吖の 提交于 2019-12-05 09:23:49
I am integrating Firebase analytics in my android app but I cant see in documentation or google how I can add a test device so It doesn't count on stats. I test a lot, so my main stats will be corrupted if it counts my own events In admob I do AdRequest adRequest = new AdRequest.Builder() .addTestDevice(AdRequest.DEVICE_ID_EMULATOR) .addTestDevice("70A9E11F73EREFF712A1B73AE2BC2945") .addTestDevice("1D18F0345E4C90E3625DB344BE64D02E") .build(); I solved it with a new audience in Firebase Console with filter: User Properties / App Store + "does not contain" + "manual_install" I figured it out

How exactly do Firebase Analytics handle session duration / timeouts?

人盡茶涼 提交于 2019-12-05 06:34:12
I'm implementing some basic usage statistics for the first time in an Android/iOS app using Firebase Analytics, but the docs seem a little ambiguous to me on how exactly session durations are calculated and how sessions are timed out, and the 24-hour cycle for seeing results does not help in understanding by trial-and-error. I'm only interested in a very simple statistic for now - the time users spend in the app. What exactly happens when the app is "minimised"/"in the background" - does that count as active usage or the same as the app being closed - is not so important right now, but if you

Firebase : Filters on Cohorts

你。 提交于 2019-12-05 05:35:39
I cannot find any way to apply filters on Cohorts shown on Firebase console. I need filters for variety of reasons like User retention for a particular app version or app language, etc. So, is there any way to achieve these results through the Firebase console. I know that this can be achieved in BigQuery but it would be super convenient if the filter could be applied on the console itself. All help is appreciated. We are currently looking into adding support for Filtered Cohorts in Firebase Analytics. I agree that this would be a very valuable feature. 来源: https://stackoverflow.com/questions

Is Firebase now mandatory for use of Google Analytics Mobile Properties?

故事扮演 提交于 2019-12-05 02:11:16
Is Firebase now required for setting up Google Analytics for Mobile? In the past, when I've setup Google Analytics for Mobile, I've selected "Mobile" from the Create New Property view and gotten the standard Analytics key (e.g., "UA-BLAHBLAH-BL"). However, when I went to setup a new property today, that is not what is happening. Instead, I am seeing this: It appears that there is now no way to use the traditional Google Analytics SDK for new properties using the analytics key of olde. Am I correct in this deduction? Or is there some other way to setup a new Mobile property with an analytics

Configure Firebase Analaytics + Google Tag Manager (GTM) per build variant

被刻印的时光 ゝ 提交于 2019-12-05 02:01:10
Before Firebase Analytics became available we use a multi flavour, multi build type Android Gradle project setup, and supply a different GTM container ID for each build variant, as follows: TagManager.getInstance(context) .loadContainerPreferNonDefault(BuildConfig.GTM_CONTAINER_ID, -1); TagManager.getInstance(context).getDataLayer().pushEvent(eventName, eventData); where Gradle would inject different GTM_CONTAINER_ID per build variant. How do we achieve the same with Firebase Analytics + GTM? According to docs , we need to download: a GTM container file from GTM dashboard [1] a google-services

Firebase Analytics & GTM Tracking

ぃ、小莉子 提交于 2019-12-05 01:54:47
问题 This question is about why one would need GTM for Google Analytics Firebase. There is a similar post on this question, but it has to do with the HOW. I am looking for the reason WHY one would want to implement GTM alongside the already powerful Google Analytics for Firebase. In May 2017, "Firebase Analytics" was renamed to "Google Analytics for Firebase". This should not be confused with "Google Analytics" for mobile apps (legacy). Historically, GTM was used for websites and web-apps, where

View full device breakdown in Firebase

假如想象 提交于 2019-12-04 23:07:53
On the Firebase Analytics Dashboard they display summary data for device and OS breakdown but it does not show the complete breakdown (in my case meaning I can't view the breakdown for 44.7% of my user base). Is there anywhere in Firebase I can either view this information or export it to view it somewhere else? It's a bit tedious, but you can add a filter on the dashboard to see the usage numbers for each device and each iOS version. Click Filters → User Property → Device Model or Filters → User Property → OS Version to filter to a single device or OS. If you record or export the numbers for