---
title: "Audience segment analytics"
description: "Audience segment analytics: available fields, filters, associations, and API operations."
lastModified: "2026-08-21"
---

**Path:** `events/{event_id}/audience-segment-analytics`  
**Methods:** GET collection/record only.

Each record represents a ticket type or custom registrant list in the URL event.

- Fields: `event-id`, `name`, `list-type`, `attendance-type`, `metric-version`, `generated-at`, `time-zone`, `members-count`, `joined-registrants-count`, `networking-opt-in-registrants-count`, `networking-opt-in-rate`, `engaged-registrants-count`, `engaged-registrant-rate`, `registrants-with-accepted-meetings-count`, `accepted-meetings-involving-segment-count`, `open-chat-requests-involving-segment-count`, `chat-messages-involving-segment-count`, `session-bookmark-count`, `rsvp-count`, `checked-in-rsvp-count`, `leads-created-by-segment-count`, `segment-members-captured-as-leads-count`, `meeting-ratings-count`, `meeting-no-shows-count`, `average-meeting-rating`.  
- Filters: `event_id`, `list_type`, `attendance_type`, `list_id`, `name`.  
- Associations: none.

```
GET .../audience-segment-analytics?list_type=custom-list&attendance_type=in_person
```

`list_type` accepts `ticket-type` or `custom-list`; other values return an empty collection.
