Installation
Initialize
Configuration
Track Events
Import Historical Events
For events older than 5 days:User Profiles
- people_set_once()
- people_increment()
- people_append()
- people_union()
Group Analytics
Send Events
Set Group Properties
- group_set_once()
- group_unset()
- group_union()
- group_remove()
Privacy Controls
EU Data Residency
India Data Residency
Geolocation
The Python SDK sets IP to
0 by default, meaning geolocation is not tracked unless explicitly included.Platform Considerations
- You manage
distinct_idyourself - No automatic identity management
- IP defaults to
0(no geolocation) - Use
.import_data()for historical events - Designed for scripting and batch operations