GCP Firebase Analytics SDK Package
Jump to navigation
Jump to search
A GCP Firebase Analytics SDK Package is a Firebase SDK package that supports Firebase Analytics.
- Context:
- It can be composed of Firebase Analytics Functions.
- It can range from being a Firebase Javascript Analytics Package, Firebase Android Analytics Package, Firebase iOS Analytics Package, ...
- …
- Counter-Example(s):
- …
- See: GCP Firebase, Firebase SDK, Firebase MeasurementId, Firebase Analytics Custom Events.
References
2021
- https://firebase.google.com/docs/analytics
- QUOTE: ... The SDK automatically captures a number of events and user properties and also allows you to define your own custom events to measure the things that uniquely matter to your business. ...
... Analytics also integrates with a number of other Firebase features. For example, it automatically logs events that correspond to notification messages sent via the Notifications composer and provides reporting on the impact of each campaign. ...
- Implementation path
- Connect your app to Firebase:
Getting started with Analytics is easy. Just add the Firebase SDK to your new or existing app, and data collection begins automatically. You can view analytics data in the Firebase console within hours. - Log custom data:
You can use Analytics to log custom events that make sense for your app, like E-Commerce purchases or achievements. - Create audiences:
You can define the audiences that matter to you in the Firebase console. - Target audiences:
Use your custom audiences to target messages, promotions, or new app features using other Firebase features, such as FCM, and Remote Config.
- Connect your app to Firebase:
- QUOTE: ... The SDK automatically captures a number of events and user properties and also allows you to define your own custom events to measure the things that uniquely matter to your business. ...
2020
- https://hevodata.com/learn/firebase-bigquery-integration/
- QUOTE: ... At its core, Google Firebase Analytics runs on the Google Analytics platform, an analytics solution that integrates across all Google products and services and provides developers with unlimited reporting for up to 500 events that can easily be defined using the Google Firebase Standard Development Kit (SDK). ...