GCP Firebase Analytics SDK Package

From GM-RKB
(Redirected from firebase/analytics)
Jump to navigation Jump to search

A GCP Firebase Analytics SDK Package is a Firebase SDK package that supports Firebase Analytics.



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.

2020