Dittofeed home page
Search...
⌘K
Ask AI
Community
dittofeed/dittofeed
dittofeed/dittofeed
Search...
Navigation
Workspace Resources
Segments
Documentation
API Reference
Embedded Components
Get Instant Help
Tutorial Videos
Demo App
Getting Started
Introduction
Quick Start
Video Walkthrough
dittofeed-ee
Glossary
Deployment
Self-hosting Dittofeed
Self-Hosting Options
Using Dittofeed Cloud
Integrations
Data Sources
Data Source Types
Message Channels
Message Channel Types
SDK's
Available SDK's
Data Destinations
Data Destination Types
Workspace Resources
Resources
Journeys
Journey Nodes
Segments
Segment Nodes
Templates
Template Types
Workspaces
Subscription Groups
User Properties
User Property Types
Broadcasts
Groups
User Guides
Submitting User Events
Roadmap
Frequently Asked Questions (FAQ)
Creating Journeys
Sample Journeys
Accessing the Admin API
Submitting Broadcasts via API
Mailing List / Newsletter
Git Based Workflows
License
Contributing
Running Dittofeed Locally
System Architecture
Updating Dittofeed's API Docs
On this page
Segment Nodes
Workspace Resources
Segments
Using segments to select users.
Segments are one of the most important Dittofeed resouces to understand. Segments are used to define a group of users. Segments serve multiple roles.
Segment uses:
In
Journey Entry Nodes
to determine which users enter a journey.
In
Journey Segment Split Nodes
to direct users along a specific path within journeys.
Segments are defined by composing one or more segment nodes in a hierarchy.
Segment Nodes
Trait Node
: Restrict a segment to users with a specific trait value.
Performed Node
: Restrict a segment to users who have performed a specific action.
And Node
: Allow any users to join the segment if they satisfy one condition “And” another condition.
Or Node
: Allow any users to join the segment if they satisfy one condition “Or” another condition.
Subscription Group Node
: Restrict a segment to members of a subscription group.
Manual Node
: Specify a segment by manually uploading a CSV of users.
Random Bucket Node
: Randomly assigns a predetermined percentage of users to a segment.
Keyed Performed Node
: Like the performed node, but specialized to
event entry journeys
.
Exit - Journey Node
Trait - Segment Node
Assistant
Responses are generated using AI and may contain mistakes.