Push tracking
As soon as the Push Tracking functionality is enabled, each notification that you send for specific devices returns the unique tracking codes in the response:
Later you may use the getTrackingLog
API method in order to get the tracking logs of notifications:
Method https://api.pushwoosh.com/json/1.3/getTrackingLog
Response:
Then use the /getResults
method: https://api.pushwoosh.com/json/1.3/getResults
In the results you will get the tracking log link:
In the ZIP file you will find the CSV list (example below):
Where:
- timestamp - time of the specified event
- tracking_code - tracking code generated for a given message
- target_id - device identifier (hwid/pushtoken) that was used for device specifying
- hwid - hardware id
- status - notification status: created, sent, delivered (notification gateway reported that notification was passed for the further delivery), failed (sending was unsuccessful), opened.
- description - additional info
- appCode - code of the app the push was sent to
- payload - push content and settings