- Our web SDKs offer autocaptured web analytics to automatically log common events like pageviews, clicks, and more.
- We offer integrations to connect your existing event data in Segment, mParticle, and other sources.
- All of our client and server SDKs provide a simple
logEventAPI to instrument your own events in your app or webserver.
Identifying Users and the “StatsigUser” object
Many analytics platforms have a concept of “identifying” a user. In Statsig, this is the StatsigUser object that is set a initialization time in client SDKs, or with each event in Server SDKs. TheStatsigUser is a set of properties that describe the user. It roughly has the same json definition across all SDKs and integrations:
Size limits on event payload
There are limits to how large each event field can be.
Object fields have an overall limit of 4096 on its stringified length.
String fields have a limit of 64 on its length.