Skip to content
  • There are no suggestions because the search field is empty.

Push Notification Export Formats

The push notification data represents all push notification events triggered by MyDataHelps. For all of the push notification events, a record can be uniquely identified using ParticipantID (or ParticipantIdentifier), Timestamp, NotificationIdentifier, PushEventKey, and DeviceIdentifier.

Each row in the Push Notification Export represents a notification and device registration. For example, if a participant is using two device types, there would be two rows for the participant in the export.

Push Notification Opened

Push Notification Open events occur when the participant clicks on the push notification. These are recorded for both iOS and Android users.

If the participant swipes to clear a notification, it will not be recorded as opened.

The Push Notification Opened file contains the following fields.

Push Notification Received

Push Notification Open events occur when the notification is delivered to the participant’s device and the participant is logged into MyDataHelps at the same time.

Received Events are recorded for Android users only.

The Push Notification Received file contains the following fields.

Push Notification Sent

Push Notification Sent events occur when the notification is sent from MyDataHelps Designer to the participant’s device. These are recorded for both iOS and Android users.

All send events will be recorded in this file, regardless of whether the participant was logged into MyDataHelps at the time the notification was sent.

The Push Notification Sent file contains the following fields.


Sample CSV Export

ParticipantIdentifier,Timestamp,Body,NotificationIdentifier,Title,ParticipantID,PushEventKey
641d313d-7144-4534-ac28-719e0904253e,2022-03-22T16:35:21Z,Welcome to our study!,Welcome-Push-1,Welcome,61fd00e8-eea9-ec11-aaab-f47bb6835a10,sjdsneyq20248

Sample JSON Export

{
  "ParticipantID":"61fd00e8-eea9-ec11-aaab-f47bb6835a10",
  "ParticipantIdentifier":"641d313d-7144-4534-ac28-719e0904253e",
  "Timestamp":"2022-03-22T16:35:21Z",
  "PushEventKey":"sjdsneyq20248"
  "Properties":
    {
      "NotificationIdentifier": "Welcome-Push-1", 
      "Title": "Welcome",
      "Body": "Welcome to our study!"
    }
}