Console Notification Open Rate issue

892 views
Skip to first unread message

Federico La Greca

unread,
Aug 18, 2017, 12:05:05 PM8/18/17
to Firebase Google Group
Hello,

We noticed that the console (Notifications tab) does not provide open rate statistics: the "Opened" counter sits at 0. But if we search for the notification_open event in the Analytics tab, the events are present.
There are a couple of open issues talking about this on iOS, but for us the problem is present on Android too (the notification campaigns are sent to both platforms).
Is there some configuration that has to be done on our part to link the notification receive and open events?

More info:
we use Firebase for Unity3d, and on Android we have overridden the default Firebase activity, but we actually didn't follow the documentation from https://firebase.google.com/docs/cloud-messaging/unity/client#configuring_a_custom_entry_point_activity
because the class MessageForwardingService does not exist. So we implemented a simple

@Override
protected void onNewIntent(Intent i) {
   
super.onNewIntent(i);
}

with some more custom code after that in the override (that doesn't touch the intent).
Could this be the issue? But as I said before, it looks like the notification_open events are actually sent from the devices.


Thank you,
Federico


Ian Mcdowall

unread,
Aug 21, 2017, 2:30:24 AM8/21/17
to Firebase Google Group
Hi, Federico, please open a support case with this. Key information will be your project number / sender id and enough info to identify the notification (e.g. a screenshot showing the analytics funnel with the date and time of the message and message title / text).

We are also investigating issues around some problems with apps setting the GMP App Id correctly so it would help if you can include a registration token for one of the app instances that has been sent the message.

Regards, Ian

孙玥

unread,
Aug 30, 2017, 9:57:27 AM8/30/17
to Firebase Google Group
Hi Ian, 

     I just met the same issue as Federico's. After I sent a message to my users via firebase notification, the number of opened has already retained 0 for 1 month, here is the data:

    My app is running on Android platform, could you please look it up and solve my problem?

    Thank you very much!

    Sincerely, 
    Beverly Green
    




在 2017年8月21日星期一 UTC+8下午2:30:24,Ian Mcdowall写道:

Ian Mcdowall

unread,
Aug 30, 2017, 10:11:43 AM8/30/17
to fireba...@googlegroups.com
Hi, please open a support case so that this can be properly tracked.

When you do that, please include the following:
- your project number
- app name
- copy of your googleservices.json file
- copy of your manifest
- an example of a registration token for an instance that you believe should have received a message

Regards, Ian

--
You received this message because you are subscribed to a topic in the Google Groups "Firebase Google Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/firebase-talk/sYX6Pjgcsgk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/fc82fd35-6aa0-4e6e-a286-6fd8605f5025%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages