Web SDKEvents
Basic Event Tracking
Track user interactions to analyze performance and optimize experience.
🚀 Basic Event Tracking
📊 Common Event Patterns
🎯 User Properties
setUserProperties Supported Fields
| Field | Type | Supported Values | Description |
|---|---|---|---|
gender | string | 'male' | 'female' |
country | string | Any (ISO 3166-1 alpha-2 recommended) | Country code |
city | string | Any | City name |
age | string | Any | Age or range ('25', '25-34') |
language | string | Any (ISO 639-1 / BCP 47) | Locale code |
setDeviceInfo Supported Fields
| Field | Type | Supported Values | Description |
|---|---|---|---|
category | string | 'mobile' | 'desktop' |
platform | string | Any | Platform name |
model | string | Any | Device model |
appVersion | string | Any | App version |
osVersion | string | Any | OS version |
📝 Form Tracking
▶️ Next Steps
Explore advanced tracking:
- User Properties – Manage user profile & segmentation fields
- Custom Events – Model domain behavior clearly

