Why don’t I see any users in my Workspace?
Displayed users represent a collection of computed “User Property Assignments” and “Segment Assignments”. These are computed by Dittofeed in the background. If you aren’t seeing users in your workspace, it’s likely one of the following is true:- Dittofeed hasn’t received any user events.
- The configured user properties and segments don’t match the provided events.
- The worker isn’t running the compute properties workflow.
How can I submit events?
See the documentation on submitting events to Dittofeed.Why can’t I send messages to the same user more than once?
Teams commonly ask why they can’t send messages to the same user more than once using a segment entry Journeys.If you simply need to guarantee that a user receives a message every time an particular event is sent, you should use an event entry Journey.
- The user exits the journey.
- The user exits the segment.
- The user re-enters the segment.
- The journey is configured to allow re-entry.



- The user receives a
LOGGED_IN
event. - Dittofeed processes this event within the next minute and assigns the user to the
loggedIn
segment. - Dittofeed responds to the segment assignment and creates an instance of the journey for the user.
LOGGED_IN
events will be ignored, as the user is already in the loggedIn
segment and the their journey is already running.
- The user is sent a message, and the journey is completed.
- 5 minutes pass, and the specified segment window expires.
- Dittofeed processes the segment window expiration and removes the user from the
loggedIn
segment.
loggedIn
segment, and any additional LOGGED_IN
events will re-assign the user to the segment and re-start the journey.
You probably shouldn’t email a user every time they log in, this example is for educational purposes only.