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

Participant Platforms Data Export Format

The Participant Platforms data export captures all platforms (e.g., iOS, Android) used by all participants with one row per participant per device platform. The data is analogous to the platform data captured within the Devices section on a participant's Support tab.

Data Fields

Field Description
ParticipantPlatformKey

The stable, automatically generated, internal system identifier for this platform. Universally unique identifier (UUID).

ParticipantIdentifier A unique identifier for the participant in this project. This can be set up via the invitation sent to the user, or will be auto-generated if the identifier was not specified in the invitation.
ParticipantID

The stable, automatically generated, internal system identifier for this participant. Universally unique identifier (UUID).

Platform

The platform used by the participant- iOS, Android, or Web.

Properties

Lists platform properties, formatted as a JSON string. Examples include: Browser, OperatingSystem, NotificationAlertSetting, iOSVersion, etc..

LastUsageDate The date/time the participant last used the platform, in ISO 8601 format.

Sample CSV Export

ParticipantPlatformKey,ParticipantIdentifier,ParticipantID,Platform,Properties,LastUsageDate
D9B2503B-7AFD-4FBE-B370-C9CD177B8D99,MDH-008,5e4e4958-6812-ec11-aab0-0afb9334277d,iOS,"{""SensorKitDeviceUsageReportAuthorizationStatus"":""Denied"",""NativeResolution"":""1170 x 2532"",""AppName"":""MyDataHelps"",""AppVersion"":""2023.8"",""LocationAuthorizationStatus"":""Denied"",""NotificationAlertSetting"":""Enabled"",""IOSVersion"":""16.4.1"",""HardwareModel"":""iPhone14,2"",""SensorKitRotationRateAuthorizationStatus"":""Denied"",""MovementDisorderStatus"":""Unknown"",""SensorKitVisitsAuthorizationStatus"":""Denied"",""HasPairedAppleWatch"":""true"",""SensorKitPhoneUsageReportAuthorizationStatus"":""Denied"",""LocationAccuracyAuthorizationStatus"":""Reduced"",""SensorKitTelephonySpeechMetricsAuthorizationStatus"":""Denied"",""NotificationBadgeSetting"":""Enabled"",""NotificationAuthorizationStatus"":""Authorized"",""SensorKitSiriSpeechMetricsAuthorizationStatus"":""Denied"",""Resolution"":""390 x 844"",""SensorKitAmbientLightSensorAuthorizationStatus"":""Denied"",""SensorKitKeyboardMetricsAuthorizationStatus"":""Denied"",""SensorKitMessagesUsageReportAuthorizationStatus"":""Denied"",""NotificationSoundSetting"":""Enabled"",""SensorKitAccelerometerAuthorizationStatus"":""Denied"",""TextingCapability"":""Available"",""DeviceType"":""mobile""}",2023-05-12T06:29:08Z
A3373FE2-F5BB-4CC1-8CCD-AAED54C87949,MDH-008,5e4e4958-6812-ec11-aab0-0afb9334277d,iOS,"{""AppVersion"":""2022.6"",""SensorKitDeviceUsageReportAuthorizationStatus"":""Authorized"",""AppName"":""MyDataHelps"",""NativeResolution"":""1170 x 2532"",""LocationAuthorizationStatus"":""AuthorizedAlways"",""NotificationAlertSetting"":""Enabled"",""SensorKitRotationRateAuthorizationStatus"":""Authorized"",""IOSVersion"":""15.6.1"",""HardwareModel"":""iPhone14,2"",""MovementDisorderStatus"":""Unknown"",""SensorKitVisitsAuthorizationStatus"":""Authorized"",""HasPairedAppleWatch"":""true"",""TextingCapability"":""Available"",""SensorKitSiriSpeechMetricsAuthorizationStatus"":""Authorized"",""SensorKitTelephonySpeechMetricsAuthorizationStatus"":""Authorized"",""NotificationBadgeSetting"":""Enabled"",""NotificationAuthorizationStatus"":""Authorized"",""LocationAccuracyAuthorizationStatus"":""Full"",""SensorKitPhoneUsageReportAuthorizationStatus"":""Authorized"",""SensorKitAmbientLightSensorAuthorizationStatus"":""Authorized"",""Resolution"":""390 x 844"",""SensorKitMessagesUsageReportAuthorizationStatus"":""Authorized"",""NotificationSoundSetting"":""Enabled"",""SensorKitAccelerometerAuthorizationStatus"":""Authorized"",""SensorKitKeyboardMetricsAuthorizationStatus"":""Authorized"",""DeviceType"":""mobile""}",2022-08-23T09:33:19Z
a17e516f-4696-46e3-a8d9-afb89c029656,MDH-008,5e4e4958-6812-ec11-aab0-0afb9334277d,Web,"{""Browser"":""Chrome"",""BrowserVersion"":""110.0.0.0"",""OperatingSystem"":""Mac OS"",""Resolution"":""1440 x 900""}",2023-02-22T06:06:55Z

Sample JSON Export

{
 "ParticipantPlatformKey": "D9B2503B-7AFD-4FBE-B370-C9CD177B8D99",
 "ParticipantIdentifier": "MDH-008",
 "ParticipantID": "5E4E4958-6812-EC11-AAB0-0AFB9334277D",
 "Platform": "iOS",
 "Properties": {
  "AppVersion": "2023.8",
  "NativeResolution": "1170 x 2532",
  "AppName": "MyDataHelps",
  "SensorKitDeviceUsageReportAuthorizationStatus": "Denied",
  "LocationAuthorizationStatus": "Denied",
  "NotificationAlertSetting": "Enabled",
  "SensorKitRotationRateAuthorizationStatus": "Denied",
  "HardwareModel": "iPhone14,2",
  "IOSVersion": "16.4.1",
  "SensorKitVisitsAuthorizationStatus": "Denied",
  "MovementDisorderStatus": "Unknown",
  "HasPairedAppleWatch": "true",
  "TextingCapability": "Available",
  "SensorKitSiriSpeechMetricsAuthorizationStatus": "Denied",
  "SensorKitTelephonySpeechMetricsAuthorizationStatus": "Denied",
  "LocationAccuracyAuthorizationStatus": "Reduced",
  "SensorKitPhoneUsageReportAuthorizationStatus": "Denied",
  "Resolution": "390 x 844",
  "NotificationBadgeSetting": "Enabled",
  "SensorKitAmbientLightSensorAuthorizationStatus": "Denied",
  "SensorKitKeyboardMetricsAuthorizationStatus": "Denied",
  "SensorKitMessagesUsageReportAuthorizationStatus": "Denied",
  "NotificationSoundSetting": "Enabled",
  "SensorKitAccelerometerAuthorizationStatus": "Denied",
  "NotificationAuthorizationStatus": "Authorized",
  "DeviceType": "mobile"
 },
 "LastUsageDate": "2023-05-12T06:34:28Z"
}
{
 "ParticipantPlatformKey": "A3373FE2-F5BB-4CC1-8CCD-AAED54C87949",
 "ParticipantIdentifier": "MDH-008",
 "ParticipantID": "5E4E4958-6812-EC11-AAB0-0AFB9334277D",
 "Platform": "iOS",
 "Properties": {
  "AppVersion": "2022.6",
  "SensorKitDeviceUsageReportAuthorizationStatus": "Authorized",
  "AppName": "MyDataHelps",
  "NativeResolution": "1170 x 2532",
  "LocationAuthorizationStatus": "AuthorizedAlways",
  "NotificationAlertSetting": "Enabled",
  "SensorKitRotationRateAuthorizationStatus": "Authorized",
  "IOSVersion": "15.6.1",
  "HardwareModel": "iPhone14,2",
  "MovementDisorderStatus": "Unknown",
  "SensorKitVisitsAuthorizationStatus": "Authorized",
  "HasPairedAppleWatch": "true",
  "TextingCapability": "Available",
  "SensorKitSiriSpeechMetricsAuthorizationStatus": "Authorized",
  "SensorKitTelephonySpeechMetricsAuthorizationStatus": "Authorized",
  "NotificationBadgeSetting": "Enabled",
  "NotificationAuthorizationStatus": "Authorized",
  "LocationAccuracyAuthorizationStatus": "Full",
  "SensorKitPhoneUsageReportAuthorizationStatus": "Authorized",
  "SensorKitAmbientLightSensorAuthorizationStatus": "Authorized",
  "Resolution": "390 x 844",
  "SensorKitMessagesUsageReportAuthorizationStatus": "Authorized",
  "NotificationSoundSetting": "Enabled",
  "SensorKitAccelerometerAuthorizationStatus": "Authorized",
  "SensorKitKeyboardMetricsAuthorizationStatus": "Authorized",
  "DeviceType": "mobile"
 },
 "LastUsageDate": "2022-08-23T09:33:19Z"
}
{
 "ParticipantPlatformKey": "a17e516f-4696-46e3-a8d9-afb89c029656",
 "ParticipantIdentifier": "MDH-008",
 "ParticipantID": "5E4E4958-6812-EC11-AAB0-0AFB9334277D",
 "Platform": "Web",
  "Properties": {
  "Browser": "Chrome",
  "BrowserVersion": "110.0.0.0",
  "OperatingSystem": "Mac OS",
  "Resolution": "1440 x 900"
 },
 "LastUsageDate": "2023-02-22T06:06:55Z"
}