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:
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