At my company we are making a new iOS + Android app.
We need to get screen views analytics.
At my company doesn't like Firebase Analytics because with the new events analytics (vs the old page views) marketing team can't get enought information from the new events reports.
So I was requested to implement this app analytics using the "old" Google Analytics for Mobile SDK (the one that was used before Firebase) using a Universal Analytics property.
In iOS seems to be working. At least I see myself as active user in Google Analytics. But it's not saving the screen paths.
In Android it doesn't even push the screen views to Google Analytics.
Does anyone knows if Google Analytics for Mobile with a universal analytics property can still be used in 2021?
Or I am obliged to use Firebase Analytics?
For some reason the historical hits data in Analytics Universal Mobile always seems to be accessible in Google Analytics. However Google sent an email to Analytics's users where it communicated that:
We want to let you know that in October 2019 we will begin to sunset our Google Analytics for mobile apps reporting and the Google Analytics Services SDK. We are investing our resources in the latest style of app reporting in Google Analytics that works in conjunction with Firebase – Google’s integrated app developer platform. As such, the following will take place:
In 2019, we will begin to decommission properties that receive data exclusively from the Google Analytics Services SDK.
Data collection and processing for such properties will stop on October 31, 2019.
Reporting access through our UI and API access will remain available for these properties’ historical data until January 31, 2020.
After our service is fully turned down, these properties will no longer be accessible via our Google Analytics UI or API, and their data will be removed from Google Analytics servers. You will receive further notification when this time nears.
At this time, no Analytics 360 properties are impacted by these changes.
Anyway Google want to focus on Firebase (GA4) as the new paradigm for Google’s mobile app (and web) analytics soit is appropriate to use the new data collection model and not the old SDK.
Related
TL;DR: In a native mobile app using Analytics integrated through Firebase SDK, how can I report a purchase paid offline, like Cash on Delivery?
We have a mobile app that was developed using the Analytics SDK and now ported do Firebase (since Google is sunsetting Analytics SDK).
Users can place a purchase on the app and pay it later, like Cash on Delivery.
We only report purchases that have been paid and, until this move, we were successful in doing so through the Measurement Protocol API. All we had to do was record the ClientID from Analytics SDK and send it along with the request once we had confirmation of payment.
Since we're no longer using Analytics SDK, we can no longer access the ClientID. In parallel, we moved to a App+Web property and measurement protocol doesn't appear to work there.
Google now has a new version of the Measurement API that should be used for GA4 properties.
At the time of writing it is in alpha but we've been using it to send purchase events to Firebase.
Still not perfect as we now have the events but still no reporting under Ecommerce.
I am new to Google Analytics.
I added Google Analytics to my hybrid app built with react native. I used "#react-native-firebase" to implement GA into my app.
When I added my app to internal testing release on "Google Play Store Console", immediately after some time there were more than 30 plus users showed up on Google Analytics console. This is highly unlikely considering I didn't share the link. Also all these users were in United States with the event first_open_time using wide range of os version and device model.
So my suspicion is Google is internally testing my app before actually rolling out the application.
Has anyone else faced this or something similar to this before? If yes, is there any workaround on how to identify these fake triggers and not log them to Google Analytics? (I assumed that for the proper workflow with the GA these fake triggers would be hindrance, right?)
I've been using Analytics to track my application usage since a couple of years. I was suggested by Google to change the tracking to Firebase as the Analytics API will be de-supported. I changed it and in Firebase console I was asked to link my app to Analytics and once I did it I got a new property in Analytics web. Everything is tracked correctly but I want to view my statistics in the Android app of Google Analytics. The problem is that the properties created by the link with Firebase are not visible in the app. Could you suggest a way to change that?
We're users of Google Analytics on our organization. We've recently received an email from them saying that they're discontinuing Google Analytics for App Reporting next year (info [here])(https://support.google.com/analytics/answer/2621230). At the moment we use Google Analytics on web and apps (android/ios) jointly.
I understand the focus of Firebase is apps, and having all Analytics information together for both Android and iOS.
My question is: is the previous SDK for apps going to disappear altogether?
What would be the standard approach from this point onwards if you also have a web? Add the Firebase SDK on apps, and track with Google Analytics for Firebase, and keep Google Analytics standard SDK on web? I believe this approach would be even more cumbersome since we'll need two interfaces to follow metrics.
From the email, it stated that by OCT 2019, data processing will stop and by Jan 2020, everything will be gone/inaccessible from GA. Hopefully, by then you'll have moved to Firebase Analytics.
GA is still the standard for web and that's not going away.
For Firebase, you can use GTM with it, maybe it might make maintenance easier.
I use a Google Analytics in my android application, a few days before today I receive an email that means In Oct. 2019 Google will sunset Google Analytics for mobile apps reporting and the Google Analytics Services SDK.
So I decided to migrate to Firebase Analytics.
I am a little bit disgusted because Firebase Analytics doesn't have a feature called 'Behaviour Flow'.
I want to track user behaviour / flow, how can I achieve this with Firebase Analytics?
You can't do exactly the same thing as you did in GA. There is no "behavior flow" that you can turn on or track. Even the "screen views" have turned into just event based.
I think the closest thing out of the box would be using funnels, identifying the funnels that you care about and track those.
Alternatively, you can connect the firebase data to bigquery, export and analyse the data that way, but you probably would need to do a lot of processing.
Firebase Analytics is event-based so they don't support the features that exist in Google Analytics. However; it lets you ingest the raw data into your BigQuery project for free unlike Google Analytics so you can do path analysis either with SQL or use a tool that works on top of Firebase export such as Rakam.