My server sent a custom Event through REST API, I did all the steps according to the document, and returned 204, but in the Event browser, I could only see the record in Invaliad Events, and prompted me “Event Schema ServerTest not found.”
It looks like you are sending an event parameter (GetRandomID)? I don’t see a parameter defined in your event schema. Can you test from a client Unity project via the API (not REST). But it may be something at our end too. Please send me your Analytics dashboard URL in a private message here and I’ll take a look.
Thanks, the GetRandomID method returns a 21-bit Nanoid string, such as “kEDP7qobuNt7y88JdURZw”. This GetRandomID is assigned to the UserId parameter
- I have sent you my URL. Please help me check it. Thank you very much
It is OK for me to send analysis Events using the Unity client, and the sent Events are available in Valid Events
Can you share your working client code? I will take a look at your dashboard
Ok, I sent you my client and server code, the client is correct, the server has a problem
100000001211106–1099113–ServerAnalyticsMgr.cs (3.5 KB)
8352483–1099110–ClientAnalyticsMgr.cs (2.31 KB)