As a web developer, I understand that mixpanel would drop a cookie in browser and would count one user using a browser as one user based on cookie.
But I am using mixpanel for analytics from server side usage where data points are not associated with users. For example below is the fields I am sending in the events.
event_category:engagement
event_value:xyz
company:kz7W3LJX4_c
These events are being sent from server, hence no mixpanel properties such as UA, cookie etc are present. In this case how would user be counted?