firebase-analytics

All FirebaseAnalytics setCurrentScreen() events are logged under view_item

ε祈祈猫儿з 提交于 2019-12-04 06:57:56
I'm able to log custom events to Firebase Analytics but trying keep track of my custom views following what official doc , docs 2 says, all my logs are recorder under view_item event. On firebase's release news I found this: In addition to automatic screen tracking, you can manually track screens using the FirebaseAnalytics#setCurrentScreen method. This adds the firebase_screen parameter to every event logged while those screens are visible to app users. If I want to keep track of my views, Analytics console should show me the screenName instead view_item or at least screenClassOverride in

Assigning roles to members in Firebase project

淺唱寂寞╮ 提交于 2019-12-04 06:44:48
问题 I am adding members in my Firebase project through console with the role of "Project Editor" which have all view permissions acc to docs. But by login as a member I am not able to see the Analytics. I tried changing role to "Project Owner" but still Analytics are not visible. I am working with Firebase for the first time and new with the roles concept. Please help if anyone have solution to this. Thanks in advance. 回答1: What do you mean by the term "not visible", are you seeing a plain blank

Firebase Audience Targeting on Count Operators

只愿长相守 提交于 2019-12-04 05:25:40
问题 I use Firebase Analytics & Audiences for event tracking & push notification campaigns. I want to target my app's users that did not have an in_app_purchase across their entire lifetime. I created the following tests in the Firebase Analytics Audiences dashboard, but could unfortunately not save & create the audiences: Test 2 below does not work with in_app_purchase Count < 1 . Test 3 does not work with in_app_purchase Count = 0 . I assume I am not the only one that want to grow their buyer

Get demographic information from bigquery connected with firebase analytics

試著忘記壹切 提交于 2019-12-04 04:38:41
问题 I export Firebase Analytics data to BigQuery and I have some problems with demographics queries. I want to do queries about gender or age but I don't found this information in BigQuery Export schema or Event and parameter details. Someone know how I can do this? thanks in advance! 回答1: User properties are attributes you define to describe segments of your userbase, such as language preference or geographic location. Analytics automatically logs some user properties; you don't need to add any

How do I delete user analytics data from Firebase using userDeletionRequests:upsert?

让人想犯罪 __ 提交于 2019-12-04 02:52:40
问题 Problem Description My Android app collects data via Google Analytics for Firebase. For privacy reasons, users must be able to wipe their data off the Firebase servers, should they choose to do so. The app requests a deletion by forwarding its Firebase APP_INSTANCE_ID to my own server. This server has been prepared in advance with credentials, from my personal Google account (via oauth2), for managing the Firebase project. The server authenticates with www.googleapis.com , and, using the

How to view event parameters from Firebase console

假如想象 提交于 2019-12-03 23:29:18
问题 I have just started using Firebase for my app analytics and I'm having some issues trying to view the parameters associated with my events. Upon logging into the console, selecting my app, then I select the iOS version and I'm presented with the dashboard. All of that looks good. Then I select the Events tab, and I see a list of all events that my app has logged. Again, this is all good. However, I want to be able to drill down and see reports based on the parameters that were passed with

Firebase Analytics - Open and Closed Funnel Tracking

徘徊边缘 提交于 2019-12-03 16:55:36
问题 I have been reading a bit about Firebase Analytics now, and because it is mostly an event-based data model, I assume one can not do screen tracking directly? I was wandering whether one should then just pass the screen type/name as part of the event's parameter, or possibly as a user property (which I believe is a simpler way of calling custom dimensions) ? Thus all events that are fired on the 'Home' screen would have: content_type_Home=1 ? Does someone have an answer for me, as well as a

Event Data Collected by Firebase Analytics DebugView Is Incomplete

僤鯓⒐⒋嵵緔 提交于 2019-12-03 16:04:50
问题 I'm sending events to Firebase Analytics and find out that part of the event parameters is missing in DebugView. Below are two identical events sending to Firebase and I've checked that all the parameters are there in Xcode debug console. The missing parameters seem to be random. Sometimes there's no custom param at all, only auto-collected data. Is there anyone also encounters this problem or does anyone know what causes this? I'm using FirebaseAnalytics (= 5.8.1) 来源: https://stackoverflow

Android - Google tag Manager with Google Analytics and Firebase Analytics

浪尽此生 提交于 2019-12-03 16:03:17
问题 I am working with a shopping app and would like to track so events occuring on my mobile application. My objective is to track the events using Firebase Analytics and Google Tag manager and push the same events to Google analytics. My event > Firebase > Google tag manager > Google analytics I followed the below guide to integrate Google tag manager and Firebase analytics to my application. https://developers.google.com/tag-manager/android/v5/ I was able to log my events on Firebase console

Firebase Analytics & GTM Tracking

喜欢而已 提交于 2019-12-03 15:12:15
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 one can paste the GTM snippet and "listen" for a class/id and then, for example through a tag, bind an