Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 1016 Bytes

File metadata and controls

14 lines (11 loc) · 1016 Bytes

# SegmentBody

Properties

Name Type Description Notes
name string A human-friendly name for the segment
key string A unique key used to reference the segment
description string A description of the segment's purpose [optional]
tags string[] Tags for the segment [optional]
unbounded bool Whether to create a standard segment (<code>false</code>) or a big segment (<code>true</code>). 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. [optional]
unbounded_context_kind string For big segments, the targeted context kind. [optional]

[Back to Model list] [Back to API list] [Back to README]