firebase-analytics

How to track android fragments using firebase analytics

[亡魂溺海] 提交于 2019-12-02 20:13:29
In my android application, I have an Activity that has 3 or 4 fragments that can be attached in sequence based on some user or server events. I would like to track all these fragments as screens in firebase. So ideally, if possible, is there an API i can invoke in the onCreate of the fragments, and tell firebase that user is currently in fragment1, fragment2 or fragment3? There is a special method to set a current screen - setCurrentScreen I used it as follows mFirebaseAnalytics.setCurrentScreen(this, fragment.getClass().getSimpleName(), fragment.getClass().getSimpleName()); Once the method is

Firebase Ad Performance events not showing

怎甘沉沦 提交于 2019-12-02 19:19:19
问题 I'm using Firebase Mobile Ad Performance feature that is in beta now (it is version 10.2.3). I added the SDK and was able to see using Firebase DebugView that events like ad_impression and ad_click are collecting. However they are not showing on Ad Performance tile on Analytics tab - it shows all zeros. Do you know why it's happening? 回答1: The issue was related to time or number of users (not sure which one actually). When I released the app and waited for about two days events started

Firebase BigQuery schema migration: Move into a partitioned table?

喜你入骨 提交于 2019-12-02 14:27:46
问题 I got the email with instructions to migrate my previous Firebase tables in BigQuery to the new schema. They point to these instructions: https://support.google.com/analytics/answer/7029846?#migrationscript But I'd prefer to: Instead of running a bash script, I'd rather run only one query that executes the migration. Instead of creating a number of new tables, I'd rather move all the previous results to a new date partitioned table. 回答1: I took the script on the documentation and made some

Firebase First Open event is not correct

元气小坏坏 提交于 2019-12-02 11:04:25
问题 I have integrated Firebase to my app and using it for some time. I was getting similar first open result as iTunesConnect until 2 weeks ago. For 2 weeks I am getting weird analytics. Even my daily new download is about 500-600, Firebase Analytics says I get 10-20 first open. I didn't change any settings in Firebase or didn't update the app. All same. What happened recently to Firebase? 回答1: There was recently a bug on the iOS side of things -- it started sometime around the last week in

DataStudio : BigQuery & Standard SQL

我的梦境 提交于 2019-12-02 10:08:59
How to use standard SQL queries on Google Data Studio using a BigQuery Data Source ? Thanks Unfortunately DataStudio only currently supports legacy SQL. The DataStudio team are working on BigQuery Standard SQL support To query using legacy sql in DataStudio Create a new report in DataStudio Select BigQuery connector (you will need to authorise access) Select Custom Query, which will give you the option of entering Legacy SQL directly Google Data Studio supports #standardSQL now! Just check the appropriate box when inserting your query. 来源: https://stackoverflow.com/questions/42064616

Raw BigQuery Log-data for 1st Day Installers

こ雲淡風輕ζ 提交于 2019-12-02 09:49:39
I am fairly new to StandardSQL, and wanted to export Raw BigQuery log-data for users that installed on a given date (1st June 2017) with first 3-week's session data on and after install-date (D0-D20). #StandardSQL SELECT user_dim.first_open_timestamp_micros, user_dim.app_info.app_instance_id, event_dim.date, event_dim.name, event_dim.timestamp_micros, event_dim.previous_timestamp_micros FROM `your_table_id.app_events_*` WHERE _TABLE_SUFFIX BETWEEN '20170601' AND '20170621' AND (SELECT user_dim.first_open_timestamp_micros FROM UNNEST(user_dim) AS user WHERE user.first_open_timestamp_micros

Android Firebase Analytics: predefined and custom parameters not working

倖福魔咒の 提交于 2019-12-02 08:48:29
I have application which use Firebase SDK and used some predefined event and parameters but some parameters are automatically added but not all parameters For example Add to cart event Android : bundle.putString(FirebaseAnalytics.Param.ITEM_CATEGORY, params.get("item_category").toString()); bundle.putString(FirebaseAnalytics.Param.ITEM_NAME, params.get("item_name").toString()); bundle.putString(FirebaseAnalytics.Param.ITEM_LOCATION_ID, params.get("item_location_id").toString()); bundle.putString(FirebaseAnalytics.Param.CURRENCY, params.get("currency").toString()); bundle.putDouble

Firebase BigQuery schema migration: Move into a partitioned table?

天大地大妈咪最大 提交于 2019-12-02 08:43:07
I got the email with instructions to migrate my previous Firebase tables in BigQuery to the new schema. They point to these instructions: https://support.google.com/analytics/answer/7029846?#migrationscript But I'd prefer to: Instead of running a bash script, I'd rather run only one query that executes the migration. Instead of creating a number of new tables, I'd rather move all the previous results to a new date partitioned table. I took the script on the documentation and made some changes. Look at all the --Fh comments. Those are my modifications. Choose your destination table. Choose your

Header file (FirebaseCore/FirebaseCore.h) not found, despite importing Firebase.framework

夙愿已清 提交于 2019-12-02 08:28:53
问题 I am trying to manually import and use the Firebase framework in my iOS application. I am starting off with the basic bare minimum Analytics framework (then I'll add the rest of the frameworks). I followed this tutorial in order to manually import the Google Firebase framework into my Xcode project. The problem is that I am still getting the following error: 'FirebaseCore/FirebaseCore.h' file not found I have imported the frameworks, imported the overall header file and have made sure that

Firebase analytics network connections (url, port, ip addresses)?

六眼飞鱼酱① 提交于 2019-12-02 08:05:26
Our company will setup mobile devices which use private mobile network (special sim card which blacklist all urls and allow for only specific urls). (Our company has a firewall and it is preventing our enterprise mobile app from sending analytic events to Firebase via the SDK.) We have a scenario to use Firebase-analytic to log user events. So far I am trying to find what are the urls or IP addresses which device will request to firebase-analytics when logging but I could not find any network information. All network information for firebase which I could get is only network for FCM (port 5228