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

Segment Participant History Data Export Format

There are two different segment data exports. "Segment Participants History" contains all segment activity (entering and leaving segments). For a current snapshot of segments and participants, refer to the Segment Participant article.

Data Fields

Field Description
SegmentParticipantKey A unique, auto-generated key for the segment.
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.
RemoveDate Date the participant left the segment.

Sample CSV Export

SegmentParticipantKey,ParticipantID,ParticipantIdentifier,SegmentID,SegmentName,AddDate,RemoveDate
bef4dc52-405c-ed11-aab3-ffe48f27fddd,9193cacf-76f8-ec11-aaae-cc6e1ab1206c,MDH-5826-3273,958615f5-f76e-4139-a5a3-4cc8f10341ef,Diabetes,2022-11-04T12:58:06Z,2023-01-11T19:20:41Z

Sample JSON Export

{
    "SegmentParticipantKey": "BEF4DC52-405C-ED11-AAB3-FFE48F27FDDD",
    "ParticipantID": "9193CACF-76F8-EC11-AAAE-CC6E1AB1206C",
    "ParticipantIdentifier": "MDH-5826-3273",
    "SegmentID": "958615f5-f76e-4139-a5a3-4cc8f10341ef",
    "SegmentName": "Diabetes",
    "AddDate": "2022-11-04T12:58:06Z",
    "RemoveDate": "2023-01-11T19:20:41Z"
}