Sending events without creating new session
Hello
Is it possible to create events for different users from API or server side SDKs (like nodejs)?
Regards
Join us on the Countly Community Discord Server! Engage in discussions, share your feature ideas, and learn from fellow Countly users to build exceptional apps and experiences.
Comments
Hi Ali,
Yes, it's possible to send events without creating a session.
You can do it via API or SDK:
- API you can make any calls to any users without restrictions. Just changing device_id to another value would make a request to other user. Please check our API Documentation.
- And via SDK you can just create multiple users like this.
Hi Kevin,
Can i send events with other user details such as a custom field?
because i can not use device_id that you mentioned in below
Please sign in to leave a comment.