get_audience_activity
Retrieve daily audience activity metrics including opens, clicks, sends, and subscribes to monitor engagement over time.
Instructions
Retrieve the recent daily activity (opens, clicks, sends, subscribes) for an audience.
Use to inspect an audience's day-by-day engagement history over its recent lifetime. Use get_audience_details for aggregate stats and list_campaigns for per-campaign performance.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: list_id: Audience/list ID (10-char alphanumeric, e.g. 'abc123def4'). Obtain from list_audiences. count: Number of daily activity records to return (1-1000, default 10). offset: Pagination offset. Use when total_items exceeds count. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with total_items and activity array. Each record: day (date), emails_sent, unique_opens, recipient_clicks, hard_bounce, soft_bounce, subs, unsubs, other_adds, other_removes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No | ||
| account | No | ||
| list_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |