Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 536 Bytes

Segment.md

File metadata and controls

24 lines (12 loc) · 536 Bytes

Segment

A manually managed audience segment

Properties

Name Type Description Notes
id Integer The ID of the segment [optional]
typeOf TypeOfEnum Marks the segment as manually managed (other types are internal) [optional]
userCount Integer The current number of users in the segment [optional]

Enum: TypeOfEnum

Name Value
MANUAL "manual"