Get Stats over API
Use the bulk push message statistics method to retrieve statistics for sent bulk push messages.
NOTE
To get a detailed delivery report for each message sent in your bulk request, refer to the Push sent message reports on the Infobip API Developer Hub.
Request parameters
Parameter |
Type |
Description |
---|---|---|
applicationCode |
string |
PUSH application code you use to send messages. |
bulkId |
string |
The ID that uniquely identifies the sent request. |
Response format
Parameter |
Type |
Description |
---|---|---|
totalSent |
int |
Total number of sent messages. |
delivered |
int |
Total number of delivered messages. |
seen |
int |
Total number of seen messages. |
errors |
error |
Messages not delivered to users. |
delivery |
delivery |
Delivery information about the bulk sending of messages. |
Errors
Parameter |
Type |
Description |
---|---|---|
registration |
int |
Messages not delivered due to errors with non-valid registrations due to user uninstalling the app. |
expired |
int |
Messages undelivered due to expired validity period. Indicates users who have disabled notifications on a specific Push application. |
cloud |
int |
Messages not delivered due to errors on APNS or FCM clouds. Happens due to transient errors on cloud services. |
Delivery
Parameter |
Type |
Description |
---|---|---|
rate |
double |
Delivery rate. The ratio between total delivered and total sent messages in a specific bulk sending process. |