Product analytics & tracking
Privacy-friendly product analytics. Track custom events, identify users, build funnels, and query data with SQL. Self-hosted on your infrastructure for full GDPR/CCPA compliance.
Add sylphx.analytics.identify() after login
Track key events with sylphx.analytics.track()
View events in real-time dashboard
Build custom queries and dashboards
Track any user action with custom properties. Events are stored with timestamps and user context.
Associate events with user profiles. Merge anonymous and authenticated sessions.
Add custom properties to events and users for detailed analysis.
Query your data with SQL to build custom reports and dashboards.
| Method | Description |
|---|---|
sylphx.analytics.track() | Track a custom event |
sylphx.analytics.identify() | Identify a user |
sylphx.analytics.page() | Track a page view |
sylphx.analytics.group() | Associate user with a group |
Check out our complete documentation for in-depth guides and tutorials.
View full documentation