Segment Participants Data Export Format
There are two different segment data exports. "Segment Participants" contains a snapshot of all segments and participants within it. For all segment activity (entering and leaving segments), refer to the Segment Participant History article.
Data Fields
Field | Description |
---|---|
ParticipantID |
The stable, automatically generated, internal system identifier for this participant. 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. |
SegmentID |
The stable, automatically generated, internal system identifier for this segment. Universally unique identifier (UUID). |
SegmentName |
The current name of the segment. |
AddDate |
Date the participant entered the segment. |
Sample CSV Export
ParticipantID,ParticipantIdentifier,SegmentID,SegmentName,AddDate
9193cacf-76f8-ec11-aaae-cc6e1ab1206c,MDH-5826-3273,958615f5-f76e-4139-a5a3-4cc8f10341ef,Diabetes,2022-11-04T12:58:06Z
Sample JSON Export
{
"ParticipantID": "9193CACF-76F8-EC11-AAAE-CC6E1AB1206C",
"ParticipantIdentifier": "MDH-5826-3273",
"SegmentID": "958615f5-f76e-4139-a5a3-4cc8f10341ef",
"SegmentName": "Diabetes",
"AddDate": "2022-11-04T12:58:06Z"
}