The 'Sent' metric can appear differently in various sections because each view provides a different level of detail:
- Push Notification Dashboard / Detailed Statistics ('Pushes Sent' or total 'Sent'): This shows the total number of attempts made by Pushwoosh to send a notification to all targeted devices (iOS, Android, etc.) via the respective push gateways (like Apple Push Notification service — APNs, or Firebase Cloud Messaging — FCM).
- Journey Statistics ('Sent'): This number often represents the successfully processed sends. It is typically calculated by taking the total attempts (from the Dashboard/Detailed Stats) and subtracting specific errors reported by the gateways, such as 'Unregistered' (meaning the device token was invalid). This gives a count of pushes sent to potentially valid devices.
- Detailed Statistics ('Delivery Report' Sent per platform): This section breaks down the sends by platform (e.g., iOS, Android). Initially, it might have only shown platforms with errors, but it has been updated to display all targeted platforms for clarity. The sum across platforms here should match the total 'Pushes Sent' on the main dashboard.
Essentially, the Dashboard shows the initial attempt count, while the Journey view often shows the attempt count minus known invalid devices.
Comments
0 comments
Article is closed for comments.