Problem: Sometimes events appear in Mixpanel with significant delay. In this case we have to filter events by unique parameter (Distinct ID/User ID/Insert ID) in order to find event's of specific User.
To solve the problem we need to add logging of any unique ID (see screenshot below) In Status app, which we can use for filtering events in Mixpanel. This ID can be logged in Status log with DEBUG level enabled.
Problem: Sometimes events appear in Mixpanel with significant delay. In this case we have to filter events by unique parameter (Distinct ID/User ID/Insert ID) in order to find event's of specific User.
To solve the problem we need to add logging of any unique ID (see screenshot below) In Status app, which we can use for filtering events in Mixpanel. This ID can be logged in Status log with DEBUG level enabled.
Additional Information