BharatSahAIyak / kisai-bot

0 stars 0 forks source link

[Tech scoping]: Google analytics for FCM #469

Open MaunicaKolla815 opened 1 month ago

MaunicaKolla815 commented 1 month ago

Requirement

FCM (firebase cloud messaging) service has an integration with GA (Google Analytics) that captures data sent via FCM. This could be handy if and when we continue using FCM services to send push notifications.

Objective: To explore integration- identify pros/cons and time that it would take. Also capture the kind of data that we would be able to track.

rishabh-j-90 commented 2 weeks ago

Google analytics has been integrated to fcm and android app shell.

All messages sent through the API and with analyticsLabel field set will be tracked. It can be set as "analyticsLabel": "foo" in the message json.

For more info: https://firebase.google.com/docs/cloud-messaging/understand-delivery?platform=android#adding-analytics-labels-to-messages