When to Track Events
Identify the user action
Decide which user interaction or system event to track—for example, button
taps, feature milestones, or funnel checkpoints.
Example Usage
Property Types and Formatting
properties accepts a key/value map. The SDK normalizes values before sending them:
- Booleans, numbers, and strings map directly to JSON primitives.
- Date-like values are serialized to ISO 8601 strings (
2024-05-16T09:30:00Z). - Unsupported objects default to a string representation. Prefer serializable primitives to keep reporting clean.