Client Identification
Bily uses a unique client identification system to track users across sessions while maintaining privacy and compliance.Overview
The client identification system:- Generates unique tracking IDs for each client
- Persists IDs across sessions using localStorage
- Automatically includes client information in event payloads
- Supports custom client data
Getting Client ID
Client Information
When tracking events, you can include client information in the payload:Client Properties
The client object supports various properties:Best Practices
- Always use
getBilyTrackingId()for client identification - Include relevant client information when available
- Use consistent client properties across events
- Respect user privacy and data protection regulations
Next Steps
- Learn about Event Tracking
- Explore E-commerce Integration
- Check out Advanced Configuration