What It Does
Tracks Individual Users:- All events and pageviews chronologically
- Sessions grouped automatically (30-minute timeout)
- Cross-device attribution via email identification
- Complete attribution from first touch to conversion
- Email, visitor ID, user ID
- Sessions, events, total value
- Location and device information
- First touch attribution
- Complete event timeline
Key Features
Users Table
Browse all visitors with key metrics: Columns:- Email / ID
- Sessions count
- Events count
- Total value
- Location
- Last seen timestamp
- Date range (Today, 7D, 30D, 3M, 12M)
- Search by email, visitor ID, or user ID
- Load more (paginated for performance)
Journey Timeline
Click any user to view their complete journey: User Summary Card:- Profile information (email, IDs)
- Activity stats (sessions, pageviews, events, value)
- Location and device
- First touch attribution (source, medium, campaign)
- All events in reverse chronological order (newest first)
- Pageviews, custom events, conversions
- Parameters for each event (UTM tags, custom properties)
- Session grouping
- Pageview (with referrer)
- Identify (user signup/login)
- Custom events
- Conversion events (with value)
Cross-Device Tracking
Links visitors across devices using email identification: Example:identify() is called with email, DATALYR links all sessions for that user.
Use Cases
Debugging ConversionsHow It Works
Identity Resolution
Step 1: Anonymous visitor browses (visitor_id: anon_abc123) Step 2: User signs up and you call identify():Event Parameters
Journey shows relevant parameters only: Shown:- UTM tags (source, medium, campaign)
- Click IDs (fbclid, gclid, ttclid)
- Custom properties (plan, order_id, etc.)
- User traits (name, email)
- visitor_id, session_id, timestamps
- user_agent, IP, device fingerprints
- Screen dimensions, viewport size
Best Practices
Identify Users Early:- Filter by Value > $500
- Review their journeys
- Identify common patterns