CreateSegmentInput
No description
input CreateSegmentInput {
name: String
description: String
evaluation_period: Int
domain_group_id: Int
exclude_known_isps: Boolean
hide_anonymous_contacts: Boolean
is_global: Boolean
get_variables_determine_distinct_web_pages: Boolean
folder_id: ID
conditions: ConditionsInput!
}
Fields
CreateSegmentInput.name ● String scalar
CreateSegmentInput.description ● String scalar
CreateSegmentInput.evaluation_period ● Int scalar
CreateSegmentInput.domain_group_id ● Int scalar
CreateSegmentInput.exclude_known_isps ● Boolean scalar
CreateSegmentInput.hide_anonymous_contacts ● Boolean scalar
CreateSegmentInput.is_global ● Boolean scalar
CreateSegmentInput.get_variables_determine_distinct_web_pages ● Boolean scalar
CreateSegmentInput.folder_id ● ID scalar
CreateSegmentInput.conditions ● ConditionsInput! non-null input
Member Of
CreateAlertInput input ● CreateCampaignGoalInput input ● CreateDripCampaignInput input ● CreateJobAlertEmailInput input ● CreateMarketingListAutomationInput input ● CreateRecurringJobSummaryInput input ● createSegment mutation ● CreateSegmentBelongsTo input ● CreateSubscriptionListAutomationInput input ● ScoringRuleInput input ● UpdateSegmentBelongsTo input


