Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.59 KB

File metadata and controls

20 lines (14 loc) · 1.59 KB

SegmentsCreateResponseBody

Response body schema for POST v1/segments.

Properties

Name Type Description Notes
id str Unique segment ID. [optional]
name str Segment name. [optional]
created_at datetime Timestamp representing the date and time when the segment was created. The value is shown in the ISO 8601 format. [optional]
updated_at datetime Timestamp in ISO 8601 format indicating when the segment was updated. [optional]
type str Defines whether the segment is: - Active (`auto-update`): customers enter and leave the segment based on the defined filters and the `customer.segment.entered` and `customer.segment.left` events are triggered, - Passive (`passive`): customers enter and leave the segment based on the defined filters, but the `customer.segment.entered` and `customer.segment.left` events are not triggered, - Static (`static`): manually selected customers. [optional]
filter object Defines a set of criteria for an `auto-update` or `passive` segment type. [optional]
object str The type of the object represented by JSON. This object stores information about the customer segment. [optional] [default to 'segment']
initial_sync_status str [optional]

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