Skip to main content

Analytics

CDP built-in

Product 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.

Overview
Pricing
Usage
Docs
Examples

Quick Start

1

Add sylphx.analytics.identify() after login

2

Track key events with sylphx.analytics.track()

3

Configure destinations in dashboard (Google Ads, Meta, TikTok)

4

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

MethodDescription
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