Hello
Looking to get some clarification/confirmation on a piece of documentation for Amplitude here: https://help.amplitude.com/hc/en-us/articles/115003135607
Currently we have a situation where we will not be able to properly send in the correct ID for a user at a specific portion of our customer journey. When investigating the options we have, we’ve seen that Amplitude will merge events from a user who has an userId of ‘null’ based on the Device ID.
Just looking to confirm if this behavior if how we expect, before implementing anything.
The workflow we are trying to cover:
- Event 1 – userID: <some value>
- Event 2 – userID: null
- Event 3 – userID: null
- Event 4 – userID: <some value>
- Event 5 – userID: <some value>
Is it correct that these events (2/3) would be populated into the correct user stream?