The Pushwoosh Control Panel dashboard charts do not display iOS Inbox message statistics. However, you can get this data by using the Pushwoosh Statistics API.
Get inbox statistics with the API
Use the getMessageLog API method to pull statistics for any period up to 30 days.
- Endpoint:
POST https://api.pushwoosh.com/api/v2/statistics/getMessageLog - Required parameter: Include
"actions": ["inbox_opened"]in your request payload. - Filtering options: You can filter the query by
message_id,message_code, or specific date ranges.
Calculate the inbox open rate
Pushwoosh puts every delivered push notification into the user's App Inbox. You can calculate the open rate for an inbox message with this formula:
Inbox Open Rate (%) = (Unique Inbox Opens / Total Push Deliveries) * 100
For the full list of parameters, see the Pushwoosh Message Statistics API Documentation.
Comments
0 comments
Please sign in to leave a comment.