Timeline for How can I send analytic event about "push open" in SF Android SDK
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 22, 2019 at 11:10 | comment | added | Stoycho Andreev | You are absolutely right about that, I can see some events now. Thanks a lot for your instant help Seth. | |
| May 22, 2019 at 10:36 | comment | added | Seth | Analytics for push open take some time to propagate through the service before they are aggregated and displayed in your analytics dashboard. I believe the expected max time for this is 6 hours. If, after this time, you're still not seeing the open results then please reach out to your support representative for further assistance. | |
| May 21, 2019 at 23:07 | vote | accept | Stoycho Andreev | ||
| May 21, 2019 at 23:05 | comment | added | Stoycho Andreev | I see, then in this case I don't have any other choice , but to use the standard implementation. I tried with the Simplified Customization as described here salesforce-marketingcloud.github.io/JB4A-SDK-Android/… , but the push notification open event still doesn't appear in the SF dashboard. Maybe I am missing something | |
| May 21, 2019 at 16:44 | comment | added | Seth | No, you really shouldn't do that. You should be using the SDK's functionality that allows you full control over the creation of the Notification.Builder that will ultimately be used by the SDK to show the notification. From there you will have access to the NotificationMessage. salesforce-marketingcloud.github.io/JB4A-SDK-Android/… | |
| May 21, 2019 at 14:31 | comment | added | Stoycho Andreev | Or maybe the right way is to make custom implementation of this abstract class NotificationMessage and provide the payload in payload() method :). Any better solution? | |
| May 21, 2019 at 14:24 | comment | added | Stoycho Andreev | That is excellent, but this static method expects NotificationMessage as one of the parameters and I don't know how can I create instance or get the existing instance from somewhere. Also as long as I can see NotificationMessage object should have all the data coming in the push notification payload. Any idea? Thanks | |
| May 21, 2019 at 14:07 | history | answered | Seth | CC BY-SA 4.0 |