I'm trying to setup Google Analytics to report push notifications sent and received
I added the analytics labels to the messages and I can see the Sends count in firebase console but the Received never populates.
From
Understand message delivery in Firebase Cloud Messaging using the console reports, the FCM Data API, and BigQuery data export.
Received (available only on Android devices) — The data message or notification message has been received by the app. This data is available when the receiving Android device has FCM SDK 18.0.1 or higher installed.
I have SDK 33 installed
All devices are Android 10.
Anyone have any experience with this?