firebase-analytics

Firebase analytics not give more than 30 minutes data

可紊 提交于 2021-02-18 17:44:27
问题 I implemented firebase to my Unity game. I use event tracking code as in the format of: Eventname(eventid, eventparameter, parametervalue) Eventid-> something like 'level1_1' Eventparameter -> different parameters in eac case, 'gameovertype', 'winscore' etc Parametervalue -> string or number for different cases I am testing since 2 weeks and I have following problems: 1- Stremview show user data that I needed(gives parameter values and track each user) but it stores users for 30 minutes and

Firebase analytics not give more than 30 minutes data

六眼飞鱼酱① 提交于 2021-02-18 17:44:11
问题 I implemented firebase to my Unity game. I use event tracking code as in the format of: Eventname(eventid, eventparameter, parametervalue) Eventid-> something like 'level1_1' Eventparameter -> different parameters in eac case, 'gameovertype', 'winscore' etc Parametervalue -> string or number for different cases I am testing since 2 weeks and I have following problems: 1- Stremview show user data that I needed(gives parameter values and track each user) but it stores users for 30 minutes and

XCode 12, FIRAnalyticsConnector, Build Error

夙愿已清 提交于 2021-02-18 05:03:49
问题 After upgrading to XCode 12, my project doesn't build for the simulator anymore. The error I get is: ld: in ... /Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/FIRAnalyticsConnector( FIRAnalyticsConnector_e321ed8e3db06efc9803f6c008e67a34.o), building for iOS Simulator, but linking in object file built for iOS, file '.../Pods/FirebaseAnalytics/Frameworks/FIRAnalyticsConnector.framework/FIRAnalyticsConnector' for architecture arm64 clang: error: linker command failed with

Conversion Tracking with Firebase Analytics and UTM on Android

拥有回忆 提交于 2021-02-16 05:29:48
问题 I need to implement conversion tracking on my android app using firebase analytics. In order to do that I will add some UTM parameters to my links, and that links will open a screen on my android app (using deep linking) and then I think I will need to send those parameters to Firebase. What I want to know is what is the right/common approach to do this? Should I parse the URL on opening the app, save the UTM parameters and send them later when a conversion occurs? How shold I send them to

Conversion Tracking with Firebase Analytics and UTM on Android

荒凉一梦 提交于 2021-02-16 05:28:16
问题 I need to implement conversion tracking on my android app using firebase analytics. In order to do that I will add some UTM parameters to my links, and that links will open a screen on my android app (using deep linking) and then I think I will need to send those parameters to Firebase. What I want to know is what is the right/common approach to do this? Should I parse the URL on opening the app, save the UTM parameters and send them later when a conversion occurs? How shold I send them to

Conversion Tracking with Firebase Analytics and UTM on Android

你说的曾经没有我的故事 提交于 2021-02-16 05:28:05
问题 I need to implement conversion tracking on my android app using firebase analytics. In order to do that I will add some UTM parameters to my links, and that links will open a screen on my android app (using deep linking) and then I think I will need to send those parameters to Firebase. What I want to know is what is the right/common approach to do this? Should I parse the URL on opening the app, save the UTM parameters and send them later when a conversion occurs? How shold I send them to

Add Custom user Property through firebase function

柔情痞子 提交于 2021-02-11 12:33:14
问题 Currently in our realtime database, we have a planDetails node for each uid that has fields like startDate , endDate , planType . I want to track the number of users whose premium plan is active. I am trying to do this by making a firebase function that runs daily and updates a boolean custom user property, say isPremiumActive , to either true or false. I cannot just track the users who have purchased the premium plan because there are many who take the plan once and then don't renew it.

Is it possible to collect data from Firebase Analytics Console programmatically?

让人想犯罪 __ 提交于 2021-02-07 10:22:25
问题 I would like to know if there is any way to collect data from Firebase Analytics Console programmatically in Android or Web? I mean these data as you can see at pictures: , I am planning to do my own app to run my own analytics using these data. 回答1: There isn't a way to collect the data from the Firebase console , however you can export the actual Firebase Analytics data to BigQuery after which you can do anything you want with the data. See BigQuery Export for Firebase. 来源: https:/

Is it possible to collect data from Firebase Analytics Console programmatically?

有些话、适合烂在心里 提交于 2021-02-07 10:21:12
问题 I would like to know if there is any way to collect data from Firebase Analytics Console programmatically in Android or Web? I mean these data as you can see at pictures: , I am planning to do my own app to run my own analytics using these data. 回答1: There isn't a way to collect the data from the Firebase console , however you can export the actual Firebase Analytics data to BigQuery after which you can do anything you want with the data. See BigQuery Export for Firebase. 来源: https:/

Firebase attribution tracking

倾然丶 夕夏残阳落幕 提交于 2021-02-07 09:00:57
问题 I added a few networks for attribution tracking in Attribution->Network Settings and added those network SDKs, but how can I see conversions from specific ad network from Firebase? For example first_open . If I go to Attribution-> click first_open -> and then trying to apply filter, there is nothing under Source . I suppose there should be my networks, aren't they? How can I see number of installs from specific ad network on Firebase? 回答1: It sounds like you're doing everything correctly --