You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A description of the segment's purpose. Defaults to <code>null</code> and is omitted in the response if not provided.
[optional]
tags
Array<String>
Tags for the segment. Defaults to an empty array.
creation_date
Integer
last_modified_date
Integer
key
String
A unique key used to reference the segment
included
Array<String>
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.
[optional]
excluded
Array<String>
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 <code>getSegment</code> endpoint.
[optional]
unbounded
Boolean
Whether this is a standard segment (<code>false</code>) or a big segment (<code>true</code>). 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.
[optional]
unbounded_context_kind
String
For big segments, the targeted context kind.
[optional]
generation
Integer
For big segments, how many times this segment has been created.