Segment
No description
type Segment {
archived: Boolean
classic_folder: SegmentFolder
conditions: JSON!
created_at: DateTime
description: String
domain_group_id: Int!
evaluation_period: Int
exclude_known_isps: Boolean
folder_id: ID
get_variables_determine_distinct_web_pages: Boolean
hide_anonymous_contacts: Boolean
id: ID!
is_global: Boolean
is_primary: Boolean!
name: String
path: [PathPart!]
rbac_role_id: Int
timezone_id: Int
updated_at: DateTime
}
Fields
Segment.archived ● Boolean scalar
Segment.classic_folder ● SegmentFolder object
Segment.conditions ● JSON! non-null scalar
Segment.created_at ● DateTime scalar
Segment.description ● String scalar
Segment.domain_group_id ● Int! non-null scalar
Segment.evaluation_period ● Int scalar
Segment.exclude_known_isps ● Boolean scalar
Segment.folder_id ● ID scalar
Segment.get_variables_determine_distinct_web_pages ● Boolean scalar
Segment.hide_anonymous_contacts ● Boolean scalar
Segment.id ● ID! non-null scalar
Segment.is_global ● Boolean scalar
Segment.is_primary ● Boolean! non-null scalar
Segment.name ● String scalar
Segment.path ● [PathPart!] list object
Segment.rbac_role_id ● Int scalar
Segment.timezone_id ● Int scalar
Segment.updated_at ● DateTime scalar
Returned By
cloneSegment mutation ● createSegment mutation ● deleteSegment mutation ● moveSegmentsToFolder mutation ● segment query ● updateSegment mutation
Member Of
Alert object ● AudienceNodeStat object ● AutomatedAction object ● CampaignGoal object ● DripCampaign object ● JobAlertEmail object ● MarketingListAutomation object ● RecurringJobSummary object ● Report object ● ScoringRule object ● SegmentsResponse object ● SubscriptionListAutomation object ● View object ● WorkflowGoal object ● WorkflowNode object


