Analytics
CDP built-inProduct analytics with conversion destinations
Privacy-friendly product analytics with built-in conversion destinations. Track custom events, identify users, build funnels, and forward conversion events to Google Ads, Meta, and TikTok for ad optimization. Full GDPR/CCPA compliance built-in. One API call routes to multiple destinations - the industry-standard CDP approach.
Quick Start
Add sylphx.analytics.identify() after login
Track key events with sylphx.analytics.track()
Configure destinations in dashboard (Google Ads, Meta, TikTok)
Forward conversions with { destinations: [...] } option
Documentation
Key Concepts
Events
Track any user action with custom properties. Events are stored with timestamps and user context.
User Identification
Associate events with user profiles. Merge anonymous and authenticated sessions.
Properties
Add custom properties to events and users for detailed analysis.
Queries
Query your data with SQL to build custom reports and dashboards.
SDK Methods
| 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 |
Need more details?
Check out our complete documentation for in-depth guides and tutorials.
View full documentation