How to Track Push notifications opens data | Community
Skip to main content
adithyacs86
Level 5
September 27, 2022
Question

How to Track Push notifications opens data

  • September 27, 2022
  • 1 reply
  • 1471 views

Hi Team, 

We are currently facing an issue where we want to track the impressions, which i would think the recipient or contact received the push message from FCM.

Our App developers have followed the below document and called the notifRecieve function while calling onMessageReceived function

https://experienceleague.adobe.com/docs/campaign-classic/using/sending-messages/sending-push-notifications/integrating-campaign-sdk-into-the-mobile-application.html?lang=enocs/campaign-classic/using/sending-messages/sending-push-notifications/integrating-campaign-sdk-into-the-mobile-application.html?lang=en#tracking-function

 

And also in the general diagram of the push notification enablement we see that the imppressions are trackable in the tracking data, below is the reference doc for the same. 

https://experienceleague.adobe.com/docs/campaign-classic/using/sending-messages/sending-push-notifications/about-mobile-app-channel.html?lang=en

 

We also checked in the trackinglogAppRcp table , but we do not have any enums association for that, but in broadlogAppRcp table we have the recieved on mobile enum available. Now post the above function is called we do not see the data in either of the tables (trackinglogAppRcp or broadlogAppRcp). So wanted to know how can we get the impressions data coming in for the push notifications sent to the customers from FCM.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Adobe Employee
October 13, 2022

Hi @adithyacs86 ,

 

Can you try with data message type in the android delivery?

https://firebase.google.com/docs/cloud-messaging/android/receive

Please refer to the app's foreground and background functionality

 

Thanks 

Rajan.