Presence is only one slice. This page exposes the broader behavioral event surface used for timing, read, typing, and response analysis.
Primary source is `gia_events` in Manticore. When unavailable, this page falls back to Django `ConversationEvent` shadow rows.
| Service | Contacts | Total | Presence | Read | Typing | Messages | Abandoned | Last Event TS |
|---|---|---|---|---|---|---|---|---|
| {{ row.service }} | {{ row.contacts }} | {{ row.total_events }} | {{ row.presence_events }} | {{ row.read_events }} | {{ row.typing_events }} | {{ row.message_events }} | {{ row.abandoned_events }} | {{ row.last_event_ts }} |
| No behavioral transport summaries available. | ||||||||
| Contact | Service | Total | Presence | Read | Typing | Messages | Abandoned | Last Event TS |
|---|---|---|---|---|---|---|---|---|
| {{ row.person_name }} | {{ row.service }} | {{ row.total_events }} | {{ row.presence_events }} | {{ row.read_events }} | {{ row.typing_events }} | {{ row.message_events }} | {{ row.abandoned_events }} | {{ row.last_event_ts }} |
| No behavioral events found in either Manticore or ConversationEvent shadow rows. | ||||||||