| Field | Type | Required | Description | Example |
|---|---|---|---|---|
user |
models.Person | ✔️ | N/A | { "name": "George Clooney", "obfuscatedId": "abc123" } |
activity |
models.ActivityEnum | ✔️ | Activity e.g. search, home page visit or all. | |
last_activity_timestamp |
Optional[int] | ➖ | Unix timestamp of the last activity (in seconds since epoch UTC). | |
activity_count |
Optional[models.CountInfo] | ➖ | N/A | |
active_day_count |
Optional[models.CountInfo] | ➖ | N/A |