Closed tanmay-predisai closed 1 month ago
Based on that screenshot it is showing seven users have started that entrance step. If you click on the top right checkmark icon it'll show you what the users are in that given step and can be helpful in debugging what step folks are possibly stuck at.
Apologies for the incomplete information. The 7 users you see were added manually via API to test the journey.
Once we switched the Entrance to event-based, it has not added any new users.
My question is - Is the way we have defined the entrance is correct? Is there any sort of debug / logs we can look at to figure out whats being done wrong at our end?
It all looks correct to me, one thing to call out though is that it doesn't retroactively add previous users, its only users from the moment the journey is live moving forward. You can set the console log level to info if you want to get more information about what's going on. One thing I would potentially also try is removing the channel filter to work backwards as to what might not be working for you
Hello, Is there a possibility that there is a difference between system-generated events and API-generated custom events for Journey Entrance?
Would you have any thoughts on this?
Just took a peek and you are correct! It looks like subscription events currently are handled slightly differently weren't actually triggering any journey logic, I've just opened a PR that resolves this
Hello, we are trying to implement push notifications with parcelvoy. We have made a journey to send a push-based sequence. We are not able to get users to enter the journey and hence the push notifications are not getting trigerred.
Here is a screenshot of the input condition to the journey.
Here are the event details of a user - the event seems to be visible under their event list.
However, this user did not enter the journey.
ALso, If i make a dynamic list with this configuration, it populates and shows the user in the list
How can we debug this further?