The userProperties and userId are missing/blank for some of our events in Amplitude. Somehow the Amplitude UI Tool shows the data correctly for that user yet the json response often has the blank user_id. This results in incomplete data on some of the platforms we have integrated with Amplitude. Does anyone know how to troubleshoot this?
Populated Event Example:
"event_id": 2732, "event_properties": { "isMissingConsent": false,
Missing Event Example:
"event_id": 10, "event_properties": { "isMissingConsent": true,