Why aren’t my users appearing in the dashboard?
Users are not showing in the dashboard or segment table. If so, consider the following reasons:- No user events have been sent to the platform yet.
- Your defined user properties or segments do not correspond to the events you’re sending.
How do I send events to the system?
Check out our event submission guide for instructions on sending user activity and traits.Why can’t users receive repeated messages from the same journey?
A common question is why a user doesn’t get messaged multiple times in a segment-triggered journey.If your use case requires users to receive a message every time a specific event happens (like a purchase or support ticket), use an event entry journey instead.
- The user finishes the journey.
- The user leaves the triggering segment.
- The user qualifies for the segment again later.
- The journey is set to allow users to re-enter.



- The user triggers an
ADDED_TO_CARTevent. - The system processes the event and adds the user to the “Cart Abandoners” segment.
- The journey starts for the user and sends a cart reminder message.
ADDED_TO_CART events are ignored.
- The user makes a purchase, triggering a
PURCHASEDevent, which causes them to leave the “Cart Abandoners” segment. - Some time later, the user adds a new item to their cart, sending another
ADDED_TO_CARTevent. - The system recognizes the user is newly qualified for the segment, and the journey starts again, sending another reminder.

