Create segment
Path parameters
Headers
Request
A human-friendly name for the segment
Whether to create a standard segment (false
) or a big segment (true
). Standard segments include rule-based and smaller list-based segments. Big segments include larger list-based segments and synced segments. Only use a big segment if you need to add more than 15,000 individual targets.
Response
A human-friendly name for the segment.
A description of the segment’s purpose. Defaults to null
and is omitted in the response if not provided.
An array of keys for included targets. Included individual targets are always segment members, regardless of segment rules. For list-based segments over 15,000 entries, also called big segments, this array is either empty or omitted.
An array of keys for excluded targets. Segment rules bypass individual excluded targets, so they will never be included based on rules. Excluded targets may still be included explicitly. This value is omitted for list-based segments over 15,000 entries, also called big segments.
A list of flags targeting this segment. Only included when getting a single segment, using the getSegment
endpoint.
Whether this is a standard segment (false
) or a big segment (true
). Standard segments include rule-based segments and smaller list-based segments. Big segments include larger list-based segments and synced segments. If omitted, the segment is a standard segment.